@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap);@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.new-design {
  font-family: Manrope;
  color: #314251;
}
.new-design h3 {
  font-weight: 800;
  font-size: 20px;
  color: #404356;
  padding: 5px 0;
}

.hidden {
  display: none !important;
}

.display-none {
  display: none;
}

.lapas_augsa {
  text-align: left;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1500px) {
  .lapas_augsa {
    height: 200px;
  }
}
.lapas_augsa h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 992px) {
  .lapas_augsa h2 {
    font-weight: 400;
    font-size: 24px;
    font-family: Manrope;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}

.content .lapas_augsa {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .content .lapas_augsa {
    display: none;
  }
}

header .lapas_augsa {
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 992px) {
  header .lapas_augsa:not(.active) {
    display: none;
  }
}

.bg {
  background-image: url("../../../themes/new/img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  color: white;
  padding: 16px;
}
@media (min-width: 992px) {
  .bg {
    background-image: none;
    padding-bottom: 0px;
  }
}

.parcels-row {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .parcels-row {
    margin-top: -75px;
  }
}

hr {
  margin: 40px 0;
}

@media (min-width: 1500px) {
  .navbar .navbar-brand {
    width: 200px;
  }
  .navbar .navbar-languages {
    width: 150px;
  }
  .navbar .navbar-collapse {
    margin-left: auto !important;
  }
  .navbar .container {
    justify-content: initial;
  }
}

.pre-wrap {
  white-space: pre-wrap;
}

.new img {
  max-width: 100%;
}

.new-header {
  height: auto;
  background-image: url("../../../themes/new/img/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.new-header .collapse:not(.show) {
  flex-grow: initial;
}
.new-header #navbarResponsive {
  margin: 0 -16px;
}
.new-header .nav-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  margin-left: 30px;
}
.new-header .navbar-toggler {
  background-image: url("../../../themes/new/img/menu.svg");
  border-radius: 0;
  background-repeat: no-repeat;
}
.new-header .navbar-toggler:focus {
  outline: none;
}
.new-header .lang {
  padding: 5px;
  opacity: 1;
  border-radius: 2px;
  background: #12798A;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.new-header .lang-selected {
  background: #18A0B6;
}
.new-header .cart {
  position: relative;
}
.new-header .cart-icon {
  width: 24px;
  height: 24px;
  background-image: url("../../../themes/new/img/shopping-cart.svg");
  display: block;
}
.new-header .cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 19px;
  height: 19px;
  background: #FF9057;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: white;
  text-align: center;
  border-radius: 10px;
}

.important-parcels {
  color: white;
  height: 100%;
}
@media (max-width: 992px) {
  .important-parcels {
    padding-bottom: 30px;
  }
}
.important-parcels-item {
  background: linear-gradient(266.37deg, #97AAE5 0.59%, #687CC5 97.53%);
  opacity: 1;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.important-parcels-item img {
  width: 36px;
}
.important-parcels-item-footer {
  margin-top: auto;
}
@media (max-width: 992px) {
  .important-parcels-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.important-parcels-item-title {
  font-weight: 400;
  font-size: 24px;
  margin: 20px 0;
  width: 100px;
}
@media (max-width: 992px) {
  .important-parcels-item-title {
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
  }
}

.parcels {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.parcels-item {
  background: linear-gradient(180deg, #E0E2EA 0%, #D3D7E2 100%);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 140px;
  flex: 1 1 calc(50% - 15px);
}
.parcels-item-top {
  display: flex;
  justify-content: space-between;
}
.parcels-item-top-new {
  font-weight: 700;
  font-size: 12px;
  color: #FF9057;
}
@media (min-width: 992px) {
  .parcels-item-top-new {
    font-size: 18px;
  }
}
.parcels-item.new {
  background: rgba(255, 144, 87, 0.3019607843);
}
@media (min-width: 1500px) {
  .parcels-item { /* Bootstrap lg breakpoint */
    flex: 1 1 calc(33.333% - 15px);
  }
}
@media (min-width: 1500px) {
  .parcels-item {
    height: 200px;
  }
}
.parcels-item img {
  width: 36px;
}
.parcels-item-title {
  color: #5F696A;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 992px) {
  .parcels-item-title {
    font-size: 16px;
  }
}

.btn-new.btn {
  border: 0;
  border-radius: 25px;
  padding: 10px 20px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.btn-new.btn-primary {
  background-color: #FF9057;
}
.btn-new.btn-dark {
  background-color: #314254;
}
.btn-new.btn-squere {
  border-radius: 5px;
  padding: 20px;
}
.btn-new.btn-transpanent {
  border: 1px solid #314459;
  background-color: transparent;
  color: #314459;
}
.btn-new.btn-sm {
  padding: 10px 20px;
}

.tabs-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #314254;
  margin-bottom: 20px;
}
.tabs-tab {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 20px;
  padding: 10px 20px;
}
.tabs-tab.active {
  background: #314254;
  color: white;
}

input.form-control-new, select.form-control-new, textarea.form-control-new {
  border-radius: 5px;
  border-width: 1px;
  padding: 20px;
  border: 1px solid #BCBCBC;
  height: auto !important;
  color: #5F696A;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-family: Manrope;
}
input.form-control-new::-moz-placeholder, select.form-control-new::-moz-placeholder, textarea.form-control-new::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #AAB6B7;
}
input.form-control-new::placeholder, input.form-control-new .placeholder, select.form-control-new::placeholder, select.form-control-new .placeholder, textarea.form-control-new::placeholder, textarea.form-control-new .placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #AAB6B7;
}

select.form-control-new:has(option.placeholder:checked) {
  color: #AAB6B7;
  font-weight: 400;
}

select.form-control-new {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff; /* keep white background */
  background-image: url("../../../themes/new/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
select.form-control-new.no-bg {
  background-image: none;
}

input.form-control-new[type=checkbox] {
  -webkit-appearance: none; /* Remove iOS default */
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px !important;
  border: 1px solid #BCBCBC;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  padding: 0;
  flex-shrink: 0;
}

input.form-control-new[type=checkbox]:checked {
  background-color: #fd7e14; /* Orange color */
  border-color: #fd7e14;
}

input.form-control-new[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input.form-control-new[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  width: 14px; /* smaller overall size */
  height: 14px;
  border-radius: 50%;
  border: 1px solid #D5DAE1;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}

/* Checked state border */
input.form-control-new[type=radio]:checked {
  border: 2px solid #FF9057;
}

/* Inner orange circle */
input.form-control-new[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF9057;
  transform: translate(-50%, -50%);
}

.new-design .form-group {
  display: flex;
  align-items: center;
}
.new-design .form-group .text-after {
  margin-left: 10px;
}

.search-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  z-index: 1;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.25rem 0.25rem;
}
.search-dropdown input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  outline: none;
}
.search-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-dropdown li {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  color: #495057;
}
.search-dropdown li:hover {
  background-color: #f8f9fa;
}

.number-control {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #BCBCBC;
  justify-content: space-between;
  background-color: white;
  /* Firefox */
}
.number-control input {
  width: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  border: none;
  outline: none;
  background: transparent;
}
.number-control input[type=number]::-webkit-inner-spin-button,
.number-control input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-control input[type=number] {
  -moz-appearance: textfield;
}
.number-control label {
  line-height: 19px;
  margin-bottom: 0px;
}
.number-control-btns {
  display: flex;
  align-items: center;
  gap: 2px;
}
.number-control-btns .a-r {
  color: #292D32;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid #AEAEAE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fish-items .fish-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.fish-items .fish-content:not(:last-of-type) {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
}
.fish-items .fish-content:not(:first-of-type) {
  padding-top: 10px;
}
.fish-items .fish-content-item {
  display: flex;
  flex: 1 1 calc(25% - 20px);
  flex-direction: column;
}
.fish-items .fish-content-item.fish-spacie-warning-msg {
  flex: 1 1 100%;
  margin-top: -15px;
  font-size: 12px;
}
.fish-items .fish-content-item.fish-spacie-warning-msg div {
  margin-bottom: 7px;
  color: #FF9057;
}
.fish-items .fish-content-item .form-group {
  margin-bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.fish-items .fish-content-item input[type=checkbox] {
  margin-top: 6px;
}
.fish-items .fish-content-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #404356;
  margin-bottom: 5px;
  white-space: nowrap;
}
.fish-items .fish-content-item input[type=text] {
  padding: 6px 12px;
  border-radius: 5px;
}
.fish-items .fish-content .only-weight {
  flex: 1 1 calc(50% - 20px);
}

.catch-list-details {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #313131;
  margin-top: 15px;
}
.catch-list-details div {
  margin-top: 3px;
}
.catch-list-details span {
  font-weight: 500;
}
.catch-list-container {
  padding: 15px 0;
  padding-top: 20px;
}
.catch-list-container:not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
}
.catch-list-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #314251;
  word-break: break-word;
}
.catch-list-fish {
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #393631;
}
.catch-list-fish img {
  float: right;
}
.catch-list-fish-details {
  font-weight: 300;
  font-size: 16px;
  line-height: 15px;
}
.catch-list-fish-detail {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.catch-list-fish-detail-item {
  flex: 1;
}
.catch-list-fish-detail-item.second {
  text-align: center;
}
.catch-list-fish-detail-item.last {
  text-align: right;
}

.footer {
  background: #314459;
  color: white;
  text-align: left;
  padding: 0;
}
.footer .fb-icon {
  width: 43px;
  height: 43px;
  min-width: 43px;
  background-image: url("../../../themes/new/img/fb.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: right;
}
.footer .company-row {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .footer .company-row {
    padding: 20px 0;
  }
}
.footer .company-row .contacts-details {
  text-align: left;
}
@media (max-width: 992px) {
  .footer .company-row .contacts-details {
    margin-top: 30px;
  }
}
.footer .company-row .contacts-details-column {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .company-row .contacts-details-column {
    margin-bottom: 20px;
  }
}
.footer .company-row .contacts-details-column a {
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
.footer .company-row .contacts-details .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.footer .company-row .contacts-details-phone {
  background-image: url("../../../themes/new/img/phone.svg");
}
.footer .company-row .contacts-details-email {
  background-image: url("../../../themes/new/img/email.svg");
}
.footer .company-row .company {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.footer .company-row .company-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  width: 70%;
}
@media (max-width: 992px) {
  .footer .company-row .company-desc {
    width: 90%;
  }
}
.footer hr {
  border: 1px solid #47658B;
  margin: 0;
}
.footer .at {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
@media (max-width: 992px) {
  .footer .at {
    margin-top: 30px;
  }
}
.footer .at-row {
  padding: 40px 0;
}
.footer .at-row .links {
  text-align: right;
}
.footer .at-row .links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: white;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .footer .at-row .links {
    text-align: left;
  }
  .footer .at-row .links a {
    margin-left: 0px;
    margin-right: 20px;
  }
}

.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper .datepicker-icon {
  width: 24px;
  height: 24px;
  background-image: url("../../../themes/new/img/calendar.svg");
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
}

.datepicker .active-range {
  color: #FF9057 !important;
  font-weight: 700;
}

.info-msg {
  font-family: Manrope;
  position: relative;
}
.info-msg-title {
  padding: 6px 10px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  left: 20px;
  top: -10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #314459;
}
.info-msg-text {
  padding-top: 24px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 4px;
  background: #FF9057;
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.msg-box {
  position: absolute;
  background: rgba(49, 68, 89, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .msg-box:not(.fish-box) {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.msg-box-content {
  border-radius: 10px;
  padding: 20px;
  background: #FFFFFF;
  margin: 10px;
  margin-top: 40px;
  position: relative;
}
.msg-box-close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.msg-box-body {
  display: flex;
  gap: 10px;
}
.msg-box-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #5F696A;
  width: 90%;
}
.msg-box .btn {
  font-weight: 300;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0px;
  margin-top: 30px;
}

.fish-box {
  color: #313131;
}
.fish-box-restrictions {
  font-size: 14px;
  line-height: 23px;
}
.fish-box-restrictions .bold {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
}
.fish-box-restrictions h4 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: Manrope;
}
.fish-box-restrictions p {
  font-weight: 400;
  margin-bottom: 0px;
}
.fish-box-restrictions .icon {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.fish-box-restrictions .icon-allowed {
  background-image: url("../../../themes/new/img/tick-circle.svg");
}
.fish-box-restrictions .icon-denied {
  background-image: url("../../../themes/new/img/close-circle.svg");
}
.fish-box-desc {
  word-break: break-word;
  margin: 25px 0;
}
.fish-box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.fish-box .msg-box-text {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.fish-box .btn {
  font-size: 16px;
}
.fish-box h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  font-family: Manrope;
}

.contacts {
  font-family: Manrope;
  border-radius: 10px;
  padding: 20px;
  background: #EBEEF3;
  color: #5F696A;
}
.contacts h2 {
  font-family: Manrope;
}
.contacts-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 21px;
}
.contacts-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0;
}
.contacts textarea {
  height: 140px !important;
}
.contacts .h_p {
  display: none;
}

.contacts-btn-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom, 0);
  padding: 5px 15px;
  z-index: 1;
}

.contacts-btn {
  float: right;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background-color: #ff9a5a;
  background-image: url("../../../themes/new/img/sms-edit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  color: #fff;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.contacts-btn-close {
  background-image: url("../../../themes/new/img/add.svg");
  background-size: 110%;
}

.new {
  overflow-wrap: break-word;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.rating-stars-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
}
.rating-stars-btn:focus {
  outline: none;
}
.rating-stars-btn:focus-visible {
  outline: 2px solid #88c1ff;
  outline-offset: 4px;
  border-radius: 4px;
}
.rating-stars-icon {
  width: 28px;
  height: 28px;
  fill: #D5DAE1;
  transition: fill 0.15s ease;
}
.rating-stars-icon.filled {
  fill: #FFCB45;
}

.msg {
  display: flex;
  margin-bottom: 10px;
  padding: 19px 9px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #00A1B0;
  border-color: #00A1B0;
}
.msg-error {
  background: red;
  border-color: red;
}

#klienta_dati .info-msg {
  margin: 1rem 0;
}
#klienta_dati .product-small-text {
  margin-bottom: 0px;
}

.startpage-container .parcels-row {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1500px) {
  .startpage-container .parcels-row {
    margin-top: -70px;
  }
}

.masthead {
  padding-top: 75px;
}
.masthead .container {
  position: relative;
}
.masthead .container .intro-text {
  font-weight: 300;
  font-size: 90px;
  line-height: 94px;
  text-align: left;
  padding-bottom: 150px;
  padding-top: 75px;
}
@media (max-width: 992px) {
  .masthead .container .intro-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
.masthead .container .masthead-img {
  position: absolute;
  top: -30px;
  right: -150px;
}
@media (max-width: 1500px) {
  .masthead .container .masthead-img {
    display: none;
  }
}

@media (max-width: 992px) {
  .sae-fishing-container hr, .sae-fishing-add-catch-container hr, .sea-fishing-add-catch-fish-container hr {
    display: none;
  }
}

.sae-fishing-container form {
  position: relative;
}
.sae-fishing-container #code-form {
  margin-bottom: 0px;
}
.sae-fishing-container .code-desc {
  font-size: 10px;
  margin-bottom: 1rem;
}
.sae-fishing-container .dont-have-card-chose {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.sae-fishing-container .dont-have-card-chose .form-group {
  margin: 0px;
}
.sae-fishing-container .dont-have-card-chose .form-group:not(:last-of-type) {
  margin-bottom: 10px;
}
.sae-fishing-container .search-card {
  margin-top: 20px;
}

.sae-fishing-add-catch-fish-container .fish {
  margin-bottom: 16px;
}
.sae-fishing-add-catch-fish-container .register-catch {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .sae-fishing-add-catch-fish-container {
    padding-bottom: 16px;
  }
}
@media (min-width: 1500px) {
  .sae-fishing-add-catch-fish-container {
    padding-top: 16px;
  }
  .sae-fishing-add-catch-fish-container .fish {
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.sae-fishing-add-catch-fish-container .btns {
  display: flex;
  gap: 10px;
  margin: 0px;
}
.sae-fishing-add-catch-fish-container .btns .btn-new {
  flex: 1;
}

.sea-fishing-view-catch-fish-container {
  padding-bottom: 10px;
}
@media (min-width: 1500px) {
  .sea-fishing-view-catch-fish-container {
    padding-top: 16px;
  }
}
.sea-fishing-view-catch-fish-container .btns {
  display: flex;
  gap: 10px;
  margin: 0px;
}
.sea-fishing-view-catch-fish-container .btns .btn-new {
  flex: 1;
  font-size: 15px;
  padding: 20px 10px;
}
@media (min-width: 1500px) {
  .sea-fishing-view-catch-fish-container .fish-list {
    padding: 40px 0;
  }
}

.desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #404356;
  margin-bottom: 16px;
}

.catch-row {
  padding-bottom: 16px;
}
.catch-row .grid-full {
  grid-template-columns: 100fr;
}
@media (min-width: 1500px) {
  .catch-row-primary-info {
    display: grid;
    grid-template-columns: 38fr 62fr;
    gap: 10px;
  }
}
.catch-row-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.catch-row-title img {
  float: right;
}
@media (max-width: 992px) {
  .catch-row.even {
    background-color: #F7F7F7;
  }
}

.catch-list {
  padding-top: 15px;
}

@media (min-width: 1500px) {
  .card-check-form, .catch-data-form, .add-catch-fish-form {
    border-radius: 10px;
    padding: 20px;
    background: #EBEEF3;
    color: #5F696A;
  }
}

@media (min-width: 1500px) {
  .add-catch-fish-form {
    position: relative;
  }
}

@media (min-width: 1500px) {
  .sea-fishing-registred-container .alert-panel {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .sea-fishing-registred-container {
    padding-top: 100px;
  }
}
.sea-fishing-registred-container .review-comment {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #313131;
  margin: 70px 20px;
  text-align: center;
}
@media (min-width: 1500px) {
  .sea-fishing-registred-container .review-comment {
    margin: 70px 180px;
  }
}
.sea-fishing-registred-container .reg-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #313131;
  text-align: center;
}
.sea-fishing-registred-container .rating-stars {
  margin: 10px 0;
}
@media (max-width: 992px) {
  .sea-fishing-registred-container .btn {
    margin-bottom: 20px;
  }
}