@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* .page-template-help-request .site-header {
  width: 100% !important;
  padding-left: 68px;
}
@media screen and (max-width: 800px) {
  .page-template-help-request .site-header {
    padding: 0 10px;
  }
} */
/* .page-template-help-request.bb-buddypanel .site {
  margin-left: 0px;
} */

.page-template-help-request .site-content {
  padding: 0px;
}
.page-template-help-request .site-content .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
/* .page-template-help-request .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
} */
.page-template-help-request .container .page-template-help-request .header {
  height: 200px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-help-request .header .title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.page-template-help-request .header .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.page-template-help-request .content-area {
  padding-top: 0px;
}

.page-template-help-request .top-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.page-template-help-request .help-header {
  background-color: #ebf7eb;
  padding: 40px 0;
}
.page-template-help-request #primary .header-body.site-main {
  margin: 0 auto;
  display: flex;
}
.page-template-help-request .header-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 70%;
}
.page-template-help-request .header-left .title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #323232;
  margin-bottom: 20px;
}
.page-template-help-request .header-left .description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #535353;
  margin-bottom: 40px;
  max-width: 75%;
}
.page-template-help-request .header-left .head-btn a {
  background: #041291;
  border-radius: 8px;
  display: inline-block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 35px;
  border: 1px solid transparent;
}
.page-template-help-request .header-left .head-btn a:hover {
  background-color: #34aa36;
}

@media only screen and (max-width: 767px) {
  .page-template-help-request .top-filter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-template-help-request .top-filter-container .buttons-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
  max-width: 265px;
  margin: 0 auto;
}

.page-template-help-request .top-filter-container .buttons-container button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #e7e9ec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #323232;
}

.page-template-help-request .top-filter-container .buttons-container button.active {
  color: #fff;
  background: #34aa36;
}

.page-template-help-request .top-filter-container .search-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .page-template-help-request .top-filter-container .search-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-template-help-request .top-filter-container .search-box input[type="search"] {
  border: 1px solid #e7e9ec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #a3a5a9;
  padding-left: 42px;
  margin-right: 16px;
  height: 48px;
  max-width: 360px;
  width: 100%;
}

.page-template-help-request .top-filter-container .search-box .btn-add-help-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 257px;
  height: 48px;
  background: #041291;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .page-template-help-request .top-filter-container .search-box .btn-add-help-request {
    font-size: 10px;
    line-height: 1.5;
  }
}

.page-template-help-request .top-categories-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 28px;
  margin-top: 40px;
}

@media only screen and (max-width: 901px) {
  .page-template-help-request .top-categories-container {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 20px;
  }
}

.page-template-help-request .top-categories-container .filter-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-help-request .top-categories-container .filter-category label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041291;
  margin-bottom: 8px;
}

.page-template-help-request .top-categories-container .filter-category .select2-container {
  width: 100% !important;
}

.page-template-help-request
  .top-categories-container
  .filter-category
  .select2-container--default
  .select2-selection--single {
  background: #f9f9f9;
  border: 1.4px solid #e7e9ec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a3a5a9;
  padding-left: 10px;
}

.page-template-help-request
  .top-categories-container
  .filter-category
  .select2-container--default
  .select2-selection--single
  :after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/buddyboss-theme-child/help-request/assets/img/chevron-down.png");
  position: absolute;
  right: 10px;
}

.page-template-help-request
  .top-categories-container
  .filter-category
  .select2-container--default
  .select2-selection__arrow,
.page-template-help-request
  .top-categories-container
  .filter-category
  .select2-container--default
  .select2-selection__clear {
  display: none;
}

.page-template-help-request #primary .site-main {
  max-width: 1180px;
  margin: 60px auto 100px auto;
  width: calc(100% - 40px);
}

.page-template-help-request .help-requests-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 28px;
  grid-row-gap: 60px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .page-template-help-request .help-requests-container {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 901px) {
  .page-template-help-request .header-left .title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-help-request .help-requests-container {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
  .page-template-help-request #primary .header-body.site-main {
    display: block;
  }
  .page-template-help-request .header-left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .page-template-help-request .header-right {
    text-align: center;
  }
  .page-template-help-request .header-left .description {
    max-width: 100%;
  }
}

.page-template-help-request .help-requests-container .grid-item {
  min-height: 380px;
  background: #ffffff;
  border: 1px solid #e7e9ec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-help-request .help-requests-container .grid-item .author {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 14px;
  margin-bottom: 20px;
}

.page-template-help-request .help-requests-container .grid-item .author .avatar {
  width: 100%;
}

.page-template-help-request .help-requests-container .grid-item .author .avatar img {
  border-radius: 50px;
}

.page-template-help-request .help-requests-container .grid-item .author .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-help-request .help-requests-container .grid-item .author .author-meta .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  margin-bottom: 2px;
}

.page-template-help-request .help-requests-container .grid-item .author .author-meta .company-name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #34aa36;
}

.page-template-help-request .help-requests-container .grid-item .grid-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-help-request .help-requests-container .grid-item .grid-meta svg {
  margin-right: 8px;
}

.page-template-help-request .help-requests-container .grid-item .grid-meta .circle {
  margin-left: 20px;
  margin-right: 20px;
}

.page-template-help-request .help-requests-container .grid-item .grid-meta .date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #a3a5a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-help-request .help-requests-container .grid-item .grid-meta .city {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #a3a5a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-help-request .help-requests-container .grid-item .request {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #535353;
  margin-bottom: 20px;
}

.page-template-help-request .help-requests-container .grid-item .categories .provider-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  background: #f0efff;
  border-radius: 4px;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #6c62fb;
  margin-bottom: 10px;
}

.page-template-help-request .help-requests-container .grid-item .categories .insurance {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  background: #eef8f7;
  border-radius: 4px;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #56bdaa;
  margin-bottom: 10px;
}

.page-template-help-request .help-requests-container .grid-item .bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  align-items: flex-end;
 /* -ms-grid-columns: 1fr 150px 46px;
  grid-template-columns: 1fr 150px 46px; */
  display: -ms-flex;
  display: flex;
  grid-column-gap: 10px;
  position: relative;
}
.page-template-help-request .help-requests-container .grid-item .bottom .options, 
.page-template-help-request .help-requests-container .grid-item .bottom .status-container, 
.page-template-help-request .help-requests-container .grid-item .bottom .button-container{
  flex: 1.2;
}
.page-template-help-request .help-requests-container .grid-item .bottom .button-container{
  flex:.08;
}
.page-template-help-request .help-requests-container .grid-item .bottom .status-container{
  flex: 1.7;
  text-align: center;
  font-size: 12px;
}

.page-template-help-request .help-requests-container .grid-item .bottom :after {
  content: " ";
  width: 100%;
  left: 0px;
  height: 1px;
  background: #e7e9ec;
  position: absolute;
  bottom: 56px;
}

.page-template-help-request .help-requests-container .grid-item .bottom .options {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #a3a5a9;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.page-template-help-request .help-requests-container .grid-item .bottom .options svg {
  margin-right: 8px;
}

.page-template-help-request .help-requests-container .grid-item .bottom .status-container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px;
  background: #f6f6f6;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a3a5a9;
  text-transform: capitalize;
}

.page-template-help-request .help-requests-container .grid-item .bottom .status-container span.reviewing-options {
  background: #edf2ff;
  color: #4f80ff;
}

.page-template-help-request .help-requests-container .grid-item .bottom .status-container span.helped {
  background: #ebf7eb;
  color: #34aa36;
}

.page-template-help-request .help-requests-container .grid-item .bottom .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 20px;
  background: #041291;
  border-radius: 4px;
}

.page-template-help-request .help-requests-container .grid-item.skeleton-loader {
  -webkit-animation: fade 2s linear;
  animation: fade 2s linear;
}

.page-template-help-request .help-requests-container .grid-item.skeleton-loader .skeleton-bg {
  background: #efefef;
  height: 27px;
  min-width: 60px;
  border-radius: 4px;
}

.page-template-help-request .no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  display: none;
}

.page-template-help-request .no-result .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #a3a5a9;
  margin-top: 24px;
}

.page-template-help-request .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.page-template-help-request .modal .modal-content {
  max-width: 540px;
  width: calc(100% - 40px);
  border-radius: 8px;
  padding: 50px 70px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page-template-help-request .modal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-help-request .header-left .title {
    font-size: 21px;
    line-height: 29px;
  }

  


}

.page-template-help-request .modal .modal-content .close {
  cursor: pointer;
  right: 20px;
  top: 20px;
  position: absolute;
  z-index: 999;
}

.page-template-help-request .add-help-request-modal .gform_fields {
  grid-row-gap: 40px !important;
}

.page-template-help-request .add-help-request-modal .gform_title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #041291;
}

.page-template-help-request .add-help-request-modal .gfield textarea {
  height: 100px !important;
  max-height: 100px;
  background: #f9f9f9;
  border: 1.4px solid #e7e9ec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a3a5a9;
  padding: 11px 16px;
}

.page-template-help-request .add-help-request-modal .gfield .ginput_container_select {
  position: relative;
}

.page-template-help-request .add-help-request-modal .gfield .ginput_container_select:after {
  content: " " !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("/wp-content/themes/buddyboss-theme-child/help-request/assets/img/chevron-down.png");
  position: absolute;
  right: 10px;
  top: 12px;
}

.page-template-help-request .add-help-request-modal .gfield select {
  background: #f9f9f9;
  border: 1.4px solid #e7e9ec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  height: 48px;
  margin: 0px;
  padding: 0px 16px;
}

.page-template-help-request .add-help-request-modal .gfield .gfield_label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center;
  color: #323232 !important;
}

.page-template-help-request .add-help-request-modal .gform_footer {
  padding: 40px 0 0 0;
}

.page-template-help-request .add-help-request-modal .gform_footer input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 36px;
  height: 48px;
  background: #041291;
  border-radius: 8px;
  margin: auto;
}

@-webkit-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.skeleton-loader {
  -webkit-animation: fade 2s linear;
  animation: fade 2s linear;
}

.skeleton-loader .skeleton-bg {
  background: #efefef;
  height: 27px;
  min-width: 60px;
  border-radius: 4px;
}

@media (max-width: 400px){
  .page-template-help-request .help-requests-container .grid-item .bottom .status-container span{
    font-size: 12px;
  }
  .page-template-help-request .help-requests-container .grid-item .bottom .button-container {
    flex: .08;
    width: 40px;
    flex-basis: 40px;
    max-width: 45px;
  }
  .page-template-help-request .help-requests-container .grid-item .bottom .options{
    font-size:12px;
  }
  .single-help_request .hr-header-content {
    margin: 10px auto 10px;
  }
}

.home #primary .site-main {
  margin:auto !important;
}

/*# sourceMappingURL=help-request.css.map */

