@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Regular.woff2") format("woff2"), url("./font/webfont/AvertaStd-Regular.woff") format("woff"), url("./font/desktop/AvertaStd-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Semibold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Semibold.woff") format("woff"), url("./font/desktop/AvertaStd-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Bold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Bold.woff") format("woff"), url("./font/desktop/AvertaStd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Extrabold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Extrabold.woff") format("woff"), url("./font/desktop/AvertaStd-Extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
.view-my-briefcase #vbo-action-form-wrapper {
  display: none;
}
.view-my-briefcase .form-actions input {
  display: block;
  margin: auto;
  font-size: 16px;
  background-color: #00a2d9;
  border: 0;
  border-radius: 16px;
  padding: 5px 20px;
  letter-spacing: 1px;
  font-weight: 600;
}
.view-my-briefcase .form-actions input:disabled {
  opacity: 1;
}
.view-my-briefcase h1 {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 30px;
}
.view-my-briefcase .view-content .views-form form {
  text-align: center;
}
.view-my-briefcase .view-content table {
  text-align: left;
  border-color: #fff;
}
.view-my-briefcase .view-content table thead, .view-my-briefcase .view-content table tbody {
  display: flex;
  flex-wrap: wrap;
}
.view-my-briefcase .view-content table thead input, .view-my-briefcase .view-content table tbody input {
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #666;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.view-my-briefcase .view-content table thead input:checked, .view-my-briefcase .view-content table tbody input:checked {
  background-color: #003CC5;
  border-color: #003CC5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.view-my-briefcase .view-content table thead tr th {
  padding: 20px 0.75rem;
  font-weight: normal;
}
.view-my-briefcase .view-content table thead tr th:first-child {
  padding-left: 20px;
}
.view-my-briefcase .view-content table thead tr th:last-child {
  padding-right: 20px;
}
.view-my-briefcase .view-content table thead tr th.select-all {
  padding-right: 0;
  width: 0;
}
.view-my-briefcase .view-content table thead tr th.views-field-nothing-1 {
  padding-left: 20px;
  width: 100%;
  font-size: 1.2em;
}
.view-my-briefcase .view-content table tbody tr {
  display: flex;
  flex-basis: 100%;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  align-items: center;
}
.view-my-briefcase .view-content table tbody tr.selected td {
  background-color: #eeeeee;
}
.view-my-briefcase .view-content table tbody tr td {
  border-bottom: 0;
  --bs-table-accent-bg: $color_grey_2;
  padding: 20px 0.75rem;
}
.view-my-briefcase .view-content table tbody tr td:first-child {
  padding-left: 20px;
}
.view-my-briefcase .view-content table tbody tr td:last-child {
  padding-right: 20px;
}
.view-my-briefcase .view-content table tbody tr td.views-field-field-i-image img {
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .view-my-briefcase .view-content table tbody tr td.views-field-field-i-image img {
    max-width: 100px;
  }
}
.view-my-briefcase .view-content table tbody tr td.views-field-views-bulk-operations-bulk-form, .view-my-briefcase .view-content table tbody tr td.views-field-field-tt-resources, .view-my-briefcase .view-content table tbody tr td.views-field-nothing {
  vertical-align: middle;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .view-my-briefcase .view-content table tbody tr td.views-field-views-bulk-operations-bulk-form, .view-my-briefcase .view-content table tbody tr td.views-field-field-tt-resources, .view-my-briefcase .view-content table tbody tr td.views-field-nothing {
    font-size: 1em;
  }
}
.view-my-briefcase .view-content table tbody tr td.views-field-nothing {
  margin-left: auto;
}
.view-my-briefcase .view-content table tbody tr td .download {
  display: block;
  margin-left: auto;
  width: 30px;
  height: 30px;
}
.view-my-briefcase .view-content table tbody tr td .download::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/download_btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.view-my-briefcase .view-content table tbody tr td .download:hover {
  opacity: 0.8;
  transform: scale(1.5);
}
.view-my-briefcase .view-content .select-all-wrapper {
  margin: 0 20px 10px;
}
.view-my-briefcase .view-content .form-checkbox:checked {
  background-color: #00a2d9;
  border-color: #00a2d9;
}
.view-my-briefcase .view-content .form-check-input:checked {
  background-color: #00a2d9;
  border-color: #00a2d9;
}
.view-my-briefcase .view-content .my-briefcase-grid-row {
  display: flex;
  flex-wrap: wrap;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid {
  padding: 30px 20px;
  position: relative;
  background: #eeeeee;
  border: 1px solid #fff;
  min-height: 410px;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .select input {
  margin: auto;
  display: block;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .image {
  margin-bottom: 10px;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .image img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .title {
  text-align: center;
  padding-bottom: 38px;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .btn-wrapper {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .btn-wrapper .button {
  display: block;
  margin: 20px auto;
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
  width: 40px;
  padding: 0;
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .btn-wrapper .button:hover {
  opacity: 0.8;
  transform: scale(1.5);
}
.view-my-briefcase .view-content .my-briefcase-grid-row .my-briefcase-grid .btn-wrapper .button > div {
  width: 40px;
  height: 28px;
  background-image: url("../img/download_btn.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
.view-my-briefcase .view-empty {
  text-align: center;
}
.view-my-briefcase nav.pager .pager__items {
  position: relative;
}
.view-my-briefcase nav.pager .pager__items .pager__item {
  position: relative;
}
.view-my-briefcase nav.pager .pager__items .pager__item.is-active {
  padding: 0.5em 60px;
  font-weight: normal;
}
.view-my-briefcase nav.pager .pager__items .pager__item a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 26px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
  left: 0;
}
.view-my-briefcase nav.pager .pager__items .pager__item--previous a::after {
  background-image: url(../img/btn_back_normal.png);
}
.view-my-briefcase nav.pager .pager__items .pager__item--next a::after {
  background-image: url(../img/btn_next_normal.png);
}/*# sourceMappingURL=my-briefcase.css.map */