@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css);
.action-button,
.action-button-previous {
    font-weight: 700;
    cursor: pointer;
    padding: 10px 5px;
    color: #fff;
}
.form-card,
.fs-title {
    text-align: left;
}
fieldset,li, .card {
    position: relative;
}
 i, .fs-title,
.purple-text,
.steps {
    font-weight: 400;
}
 
* {
    margin: 0;
}
body {
    background-color: #fff !important;
}
html {
    height: 100%;
}
p {
    color: grey;
    font-size: 14px;
}
 
 
  fieldset {
    background: #fff;
    border: 0;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}
 fieldset:not(:first-of-type) {
    display: none;
}
  textarea {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
}
  textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0022dc;
    outline-width: 0;
}
  .action-button {
    background: #0022dc;
    border: 0;
    border-radius: 0;
    margin: 10px 0 10px 5px;
    width: 100%;
}
  .action-button:focus,
  .action-button:hover {
    background-color: #92661b;
}
.disp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .action-button-previous {
    width: 100px;
    background: #616161;
    border: 0;
    border-radius: 0;
    margin: 10px 5px 10px 0;
    float: right;
}
  .active,
.fs-title,
.purple-text {
    color: #0022dc;
}
  .action-button-previous:focus,
 .action-button-previous:hover {
    background-color: #000;
}
.card {
    z-index: 0;
    border: none !important;
}
.fs-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.gray,
.steps,
.wallet {
    color: gray;
}
.steps {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.fieldlabels {
    color: gray;
    text-align: left;
}
 
 
 
 
.progress {
    height: 5px;
}
.progress-bar {
    background-color: #0022dc;
}
.fit-image {
    width: 100%;
    object-fit: cover;
}
.wallet {
    border-top: 1px solid #f7f7f7;
    border-bottom: 5px solid #f7f7f7;
}
.wallet h1 {
    color: #00f;
    font-size: 50px;
}
.wallet h1 sup {
    color: #00f;
    font-size: 25px;
}
.wallet .first input {
    width: 100%;
    padding: 3px 10px;
    background-color: rgba(155, 155, 214, 0.107);
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: 0;
}
.wallet .first select {
    width: 100%;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: 0;
}
.wallet p {
    margin-bottom: 5px;
}
.three ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-top: 2px solid #f7f7f7;
    padding: 15px 30px;
}
.three ul li p {
    margin: 0;
    color: #000;
}
.container {
    background-color: #fff;
}
.chart-page,
.field {
    background-color: #f7f7f7;
}
.check {
    width: 15px;
    height: 15px;
}
.inputs {
    border-radius: none !important;
    border: 1px solid #a1a0a0;
    padding: 5px 10px;
}
select {
    border-radius: none !important;
    border: 1px solid #a1a0a0;
    padding: 6px 10px;
}
.w-250 {
    width: 250px;
}
.w-220 {
    width: 220px;
}
.w-200 {
    width: 200px;
}
.w-300 {
    width: 300px;
}
.w-350 {
    width: 350px;
}
.w-110 {
    width: 110px;
}
.w-150 {
    width: 150px;
}
.w-50 {
    width: 50px;
}
label {
    font-size: 15px;
}
.w-all,
.w-half {
    width: 100%;
}
.special {
    background-color: #f0f0f0;
    border: none;
}
.over {
    overflow: scroll;
    border: 1px solid #eaeaea;
    padding: 10px;
    height: 400px;
    margin-bottom: 40px;
}
.logo-sm {
    width: 100px;
    object-fit: contain;
}
.btn-primary:hover{background-color: #F39200 !important; border: 1px solid #F39200 !important;}