:root {
    --statu-orange-rgb: 255, 85, 85;
    --statu-green-rgb: 0, 206, 144;
    --statu-yellow-rgb: 255, 193, 72;
    --statu-primary-rgb: 132, 86, 255;
  }
  .hidden{
      display:none !important;
  }

  .control-label {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      color: #fff;
      margin-bottom: 16px;
      letter-spacing: -.03em;
  }

  #fields{
      gap: 25px;
      display: flex;
      flex-direction: column;
  }
  .min-max{
      display:none;
  }
  #charge{
      background: none;
      border: 0px;
  }

  #charge:focus{
      outline: 0
  }

  .select2-dropdown {
      margin-top: 18px!important;
  }
  .os-cancel {
    color: #fff;
    background: #c31331 !important;
    border: 1px solid #f02245;
  }

  .os-partial {
    background: #fe6a3b !important;
    border: 1px solid #ff916f;
  }

  .os-iprogress {
    background: #e83088 !important;
    border: 1px solid #ff63ae;
  }

  .os-processing {
    background: #3b66fe !important;
    border-color: #6586fe;
  }

  .os-pending {
    background: #0d6efd !important;
    border: 1px solid #2b2e38;
  }

  .os-completed {
    background: #0fba7d !important;
    border: 1px solid #2effb4;
  }

  .api {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 98px;
    margin-bottom: 270px;
  }
  .api-list {
    --bs-gutter-x: 30px;
    margin-bottom: 24px;
  }
  .api-list__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #141a25!important;
    border-radius: 15px;
    border: 1px solid #1f2838!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    word-break: break-all;
  }
  .api-list__card-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    color: white;
  }
  .api-list__card-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #92969D;
  }
  .api-header {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: white;
  }
  .api-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 94px;
    width: 100%;
  }
  .api-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .api-service__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
  }
  .api-service__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
  }
  .api-service .api-service__item:first-child {
    margin-right: auto;
  }
  .api-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px;
    width: 100%;
    background-color: #141a25!important;
    border-radius: 15px;
    border: 1px solid #1f2838!important;
    margin-bottom: 24px;
    color: white;
  }
  .api-card__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #9FA2B0;
  }
  .api-card__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  .api-code {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
  }
  .api-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  .api-order__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .api-order__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 50px 108px;
  }
  .api-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
  .api-order__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
  }
  .api-order__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #9FA2B0;
  }
  .api-dropdown {
    max-width: 200px;
    width: 100%;
  }
  @media (max-width: 1199.98px) {
    .api-list {
      --bs-gutter-y: 16px !important;
      --bs-gutter-x: 16px !important;
      display: flex !important;
      gap: 10px;
    }
  }
  @media (max-width: 995.98px) {
    .api {
      margin-bottom: 100px;
    }
  }
  @media (max-width: 767.98px) {
    .api {
      margin-bottom: 60px;
    }
    .api-card {
      padding: 36px;
    }
    .api-list__card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .api-list__card-title {
      margin-bottom: 0;
    }
    .api-header {
      font-size: 20px;
      line-height: 24px;
    }
    .api-service {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 24px;
    }
    .api-service__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .api-service .api-service__item:first-child {
      margin-right: unset;
    }
  }
  @media (max-width: 575.98px) {
    .api {
      margin-top: 40px;
    }
    .api-header {
      font-size: 18px;
      line-height: 22px;
    }
    .api-card {
      padding: 24px;
      margin-bottom: 16px;
    }
    .api-order__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .api-order__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .api-order__title {
      font-size: 16px;
      line-height: 18px;
    }
    .api-dropdown {
      max-width: 160px;
    }
  }

  .well{
      background: #141a25!important;
      border: 1px solid #1f2838!important;
      border-radius: 15px!important;
      padding: 20px;
      color:white;
  }

  .authfa{
    align-items: center;
  }

  .blog-card__content-text {
      max-height: 78px!important;
      overflow: hidden!important;
  }

  .badge{
      background: #f55 !important;
      border-radius: 100px !important;
      padding: 5px 10px !important;
      font-weight: 600 !important;
      font-size: 12px !important;
      line-height: 14px !important;
      color: #fff !important;
      margin-left: auto !important;
  }
  .updates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 36px;
    margin-bottom: 42px;
  }
  .updates-item {
    padding: 10px 20px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 5fr 3fr 280px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .updates-item__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .updates-item__date {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #3E4954;
  }
  .updates-item__status {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: #8456ff;
    color: white;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
  }
  @media (max-width: 1199.98px) {
    .updates-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-top: 16px;
    }
    .updates-item {
      padding: 16px;
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .updates-item__title {
      white-space: unset;
    }
    .updates-item__date {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .updates-item__status {
      grid-column: unset;
      padding: 14px;
    }
  }
  @media (max-width: 995.98px) {
    .updates-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 767.98px) {
    .updates-list {
      margin-top: 10px;
      grid-template-columns: 1fr;
      margin-bottom: 24px;
      gap: 10px;
    }
  }

  @media (max-width: 995.98px) {
    .alert {
      padding: 15px;
        margin-bottom: 20px;
        border-radius: 15px;
      font-size: 14px;
        text-align: left;
      position: relative;
      word-wrap: break-word;
      }
  }
  @media (min-width: 995.98px) {
    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 15px;
      font-size: 16px;
      text-align: left;
      position: relative;
      word-wrap: break-word;
      }
  }


  .alert-success {
    --statu-bg-opacity: 0.15;
    --statu-text-opacity: 1;
    background-color: rgba(var(--statu-green-rgb), var(--statu-bg-opacity)) !important;
    color: rgba(var(--statu-green-rgb), var(--statu-text-opacity)) !important;
  }

  .alert-info {
    --statu-bg-opacity: 0.15;
    --statu-text-opacity: 1;
    background-color: rgba(var(--statu-primary-rgb), var(--statu-bg-opacity)) !important;
    color: rgba(var(--statu-primary-rgb), var(--statu-text-opacity)) !important;
  }

  .alert-warning {
    --statu-bg-opacity: 0.15;
    --statu-text-opacity: 1;
    background-color: rgba(var(--statu-yellow-rgb), var(--statu-bg-opacity)) !important;
    color: rgba(var(--statu-yellow-rgb), var(--statu-text-opacity)) !important;
  }

  .alert-danger {
    --statu-bg-opacity: 0.15;
    --statu-text-opacity: 1;
    background-color: rgba(var(--statu-orange-rgb), var(--statu-bg-opacity)) !important;
    color: rgba(var(--statu-orange-rgb), var(--statu-text-opacity)) !important;
  }

  .close{
      background: transparent !important;
      border: 0px solid transparent !important;
    border-radius: 10px !important;
      padding: 0px 12px;
      color: white !important;
      font-size: 20px;
      top: 0;
      right: 0;
      position: absolute;
      outline: none;
      float: right;
      height: 100%;
  }

  input:-webkit-autofill, input:focus:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 100px rgb(31 40 56) inset;
      -webkit-text-fill-color: white !important;
  }


  @media (max-width: 767.98px) {
      .subject-group{
          display: grid !important;
          grid-template-columns: 1fr 1fr;
      }
  }

  @media (min-width: 767.98px) {
      .subject-group{
          display: flex !important;
      }
  }

  .subject-group .form-radio{
      padding: 27px 24px;
  }