.title {
  font-size: 2rem;
  font-weight: 600;
  margin: 20px 0px 20px 30px;
  text-decoration: 2px underline;
  text-underline-offset: 6px;
  color: var(--bs-secondary-color);
}

.section-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 20px 0px 20px 30px;
  color: var(--bs-secondary-color);
}

/* Block structure */

.row {
  padding: 20px 0;
}

.col {
  display: flex;
  margin: 10px 0;
  width: 100%;
  min-width: 300px;
}

/* Card style */

.card {
  flex: 1;
  border: none;
  width: 100%;
  min-width: 300px;
  margin: 0 5px;
}

.card-body-pay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  color: var(--bs-secondary-color);
}

.card-paragraph {
  padding: 0;
  margin: 14px 0 3px 0;
}

.card-pay-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  justify-content: left;
  align-items: center;
  border-radius: 4px;
}

.payBtc {
  background: radial-gradient(#fbf2e2, #fff5e2);
}

.payCryptomus {
  background: radial-gradient(#fffdfd, #eeeeee);
}

.paySimple {
  background: radial-gradient(#f9fcff, #dcf4ff);
}

.payApple {
  background: radial-gradient(#ffffff, #f1f1f1);
}

.payStripe {
  background: radial-gradient(#ffffff, #e0e4f9);
}

.card-pay-logo img {
  width: 50px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  margin: 5px 20px;
}

.card-pay-text {
  margin: 20px 0;
  font-size: .9rem;
}

.card-link {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 4px 0;
  color: var(--bs-info);
  font-size: 1.1rem;
  text-decoration: none;
}

.card-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.card-bg-red {
  /*background: var(--bs-red);*/
  background: linear-gradient(#f95858 42%, #ee3d32 38%);
}

.card-bg-blue {
  /*background: var(--bs-info);*/
  background: linear-gradient(#1d95d7 42%, #0a8eab 38%);
}

.card-bg-green {
  /*background: var(--bs-green);*/
  background: linear-gradient(#17c37b 42%, #0aab71 38%);
}

.card-bg-yellow {
  /*background: var(--bs-warning);*/
  background: linear-gradient(#c738eb 42%, #ac00d7 38%);
}

.card-info-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.card-info-subtitle {
  font-size: 2.3rem;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding-top: 16px;
  line-height: 40px;
}

/* Buttons */

.btn-group {
  margin-bottom: 30px;
}

.card-btn-group {
  width: 100%;
}

.card-button {
  display: block;
  width: 50%;
  margin: 10px 0 10px 0;
  color: var(--bs-light);
  border-radius: 6px;
  transition: all .3s;
  text-transform: uppercase;
  cursor: pointer;
}

.card-button-s {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 10px 0 10px 0;
  color: var(--bs-light);
  border-radius: 6px;
  transition: all .3s;
  text-transform: uppercase;
  cursor: pointer;
}

.card-button-xl {
  display: block;
  width: 75%;
  margin: 10px 0 10px 0;
  color: var(--bs-light);
  border-radius: 6px;
  transition: all .3s;
  text-transform: uppercase;
  cursor: pointer;
}

.card-button-xxl {
  display: block;
  width: 100%;
  margin: 10px 0 10px 0;
  color: var(--bs-light);
  border-radius: 6px;
  transition: all .3s;
  text-transform: uppercase;
  cursor: pointer;
}

.card-button:hover, .card-button-s:hover, .card-button-xl:hover, .card-button-xxl:hover {
  color: var(--bs-success-bg-subtle);
  border-color: var(--bs-btn-border-color);
  transition: all .3s;
}

.card-button-link {
  padding: 10px 0;
  border: none;
  text-align: left;
  color: var(--bs-secondary-color);
  background: none;
  cursor: pointer;
}

.card-button-link:hover {
  color: var(--bs-secondary-color);
  background: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.or {
  margin: 10px 0px;
  padding-left: 10px;
  width: 100%;
  color: var(--bs-gray-400);
}

/* span styles */

.price {
  color: var(--bs-orange);
  font-size: 1.6rem;
  font-weight: 600;
}

.span-table {
  color: var(--bs-orange);
  font-size: 1.1rem;
  font-weight: 600;
}

.diskount {
  color: var(--bs-success);
  font-size: 1rem;
  font-weight: 600;
}

/* Card trxt styles */

.card-paragraph-span {
  color: var(--bs-orange);
  font-size: 1.2rem;
  font-weight: 600;
}

.dividier {
  width: 90%;
  margin: 24px auto;
  height: 1px;
  border: none;
  border-bottom: 1px solid var(--bs-border-color-translucent);
}

/* Table style */

table {
  font-size: 0.8rem;
}

.table-head tr th {
  background-color: var(--bs-warning-bg-subtle);
  color: var(--bs-dark);
}

.table-body tr td {
  color: var(--bs-secondary);
}

.table-cell-title {
  font-size: 1.2rem;
  vertical-align: middle;
}

.table-form-middle {
  vertical-align: middle;
}

.table-img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-position: center;
}

.table-button {
  display: block;
  width: 50%;
  min-width: 160px;
  height: 30px;
  margin: 5px 0;
  color: var(--bs-light);
  border-radius: 20px;
  transition: all .3s;
  text-transform: uppercase;
  font-size: .9rem;
  line-height: .9rem;
}

.table-button:hover {
  color: var(--bs-success-bg-subtle);
  border-color: var(--bs-btn-border-color);
  transition: all .3s;
}

.table-text-center {
  text-align: center;
}

.table-hr {
  position: relative;
  border: none;
  border-bottom: 5px solid var(--bs-warning-bg-subtle);
  height: 1px;
}

/* Tabulations */

.card-tab-link {
  background: var(--bs-light)!important;
  color: var(--bs-secondary-color);
  border: 1px solid var(--bs-border-color)!important;
}

.card-tab-link:active {
  background: var(--bs-primary)!important;
  color: var(--bs-light)!important;
  border: 1px solid var(--bs-border-color)!important;
}

.card-tab-link:focus {
  background: var(--bs-primary)!important;
  color: var(--bs-light)!important;
  border: 1px solid var(--bs-border-color)!important;
}

/* Forms all */

.form-label {
  margin: 10px 0 0 0;
}

/* Inputs styles */

select {
  outline: none;
}

.input-s {
  width: 100%;
  max-width: 300px;
}

.input-m {
  width: 100%;
  max-width: 400px;
}

.input-l {
  width: 100%;
  max-width: 600px;
}

.input-xl {
  width: 100%;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid var(--bs-info);
  border-radius: 50%!important;
  box-shadow: none!important;
}

.form-check-input:checked {
  /*background: var(--bs-success);*/
  background: radial-gradient(var(--bs-secondary-color) 6px, #ffffff 7px);
  color: var(--bs-light);
  outline: none;
  border: 1px solid var(--bs-info);
  box-shadow: none!important;
}

.form-check-label {
  padding-top: 4px;
}

.input-margin-s {
  margin: 10px 0;
}

/* Login Field Styles */

.login-bgd {
  background-color: var(--bs-primary);
}

.login-logo {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-bottom: 24px;
}

.login-title {
  color: #0489b3!important;
  text-align: center;
  font-size: 1.2rem;
}

.bg-login-image {
  background: url("../../assets/img/man8.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
  border-radius: 6px;
  height: 775px;
}

.btn-google {
  background: var(--bs-red);
  border: none;
}

.btn-facebook {
  background: var(--bs-info-text-emphasis);
  border: none;
}

.login-link {
  display: block;
  color: var(--bs-primary);
  font-size: 1rem;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  text-decoration: none;
}

.login-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* News Box */

.news-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 106px;
  height: 43px;
  background: var(--bs-primary);
  color: var(--bs-light);
  right: -28px;
  top: 100px;
  padding: 10px;
  border-radius: 25px;
  cursor: pointer;
  z-index: 9;
}

.news-title {
  display: block;
  margin-top: 3px;
  margin-left: -24px;
  font-size: .9rem;
}

.closeIcon {
  position: absolute;
  font-size: 1.4rem;
  color: var(--bs-danger);
  top: 4px;
  right: 28px;
}

.news-box {
  position: absolute;
  width: 350px;
  height: 76vh;
  background: var(--bs-carousel-caption-color);
  color: var(--bs-primary);
  top: 58px;
  right: 36px;
  z-index: 9;
  border-radius: 6px;
  padding: 20px;
  overflow-y: scroll;
  font-size: .9rem;
  animation: news .6s;
}

@keyframes news {
  from {
    opacity: 0;
    right: -400px;
  }
  to {
    opacity: 1;
    right: 36px;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border: 1px solid var(--bs-focus-ring-color);
  border-radius: 6px;
  padding: 10px;
  margin: 10px 0;
}

/* Styles for bottom position */

.color-red {
  color: var(--bs-danger);
  padding: 20px 0;
}

.hidden {
  display: none!important;
}

