

.fw {
    display: block;
    position: relative;
    width: 400px;
    max-height: 90%;
    padding: 16px 32px;
    overflow: auto;
}

/*===============
Form Title
===============*/

.fw__title {
    text-align: center;
    color: #5E3C58;
}

/*===============
Form Progress
===============*/

.fw__breadcrumbs {
    display: flex;
    padding: 0;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}

.fw__breadcrumbs .fw__breadcrumbs__item {
    display: inline-block;
    position: relative;
}

.fw__breadcrumbs .fw__breadcrumbs__item:not(:last-child) {
    padding-right: 32px;
    margin-right: 12px;
}

.fw__breadcrumbs .fw__breadcrumbs__item:not(:last-child):after {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "›";
        top: 8px;
}

.fw__breadcrumbs .fw__breadcrumbs__element {
  width: 20px;
      height: 20px;
      font-size: 12px;
      border-radius: 50%;
      font-weight: 600;
      line-height: 16px !important;
      text-align: center;
      border: 2px solid #0d5a41;
      color: #0d5a41;
      transition: all 0.3s;
}

.fw__breadcrumbs .fw__breadcrumbs__element.fw__breadcrumbs__element--active {
    background: #0d5a41;
    color: white;
}

#adimlar{margin-top: -50px;}
#sorular,#adimlar,#onay{display: none !important; animation: fadeIn 1s; }
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#sorular.acik,#adimlar.acik,#onay.acik{display: flex !important;  }
#giris.kapali{display: none !important; opacity: 0 }
/*===============
Form Input Fields
===============*/
.fw__inputs {
    border: none;
    padding: 16px 0;
    margin: 0;
    position: relative;
    transition: all 0.3s;
}

.fw__inputs {
    display: block;
}
.md-country-picker-item {
    position: relative;
    line-height: 20px;
    padding: 10px 0 10px 40px;
}

.md-country-picker-flag {
    position: absolute;
    left: 0;
    height: 20px;
}

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
    transform: scale(1.1);
}


.fw__inputs .fw__inputs__label {
    display: block;
    padding: 0 8px;
    color: #BFB5B2;
    font-size: 12px;
    text-transform: uppercase;
}

.fw__inputs .fw__inputs__label.fw__inputs__label--inline {
    display: inline-block;
}

.fw__inputs .fw__inputs__selector {
    display: inline-block;
    min-width: 160px;
    height: 32px;
    padding: 4px 8px;
    margin-bottom: 16px;
    border: none;
    color: #BFB5B2;
    background-color: #EFEFEF;
    -webkit-appearance: unset;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
}

.fw__inputs .fw__inputs__selector:hover {
    opacity: 0.7;
}

.fw__inputs__error {
    display: flex;
    width: 100%;

    background: #dc2626;
    color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
}

.fw__inputs__error .fw__inputs__error--message {
    margin: 0;
    color: #fff;
}

/*===============
Results
===============*/

.fw__result {
    transition: all 0.3s;
}

.fw__result__title {
    text-align: center;
    color: #5E3C58;
}

.fw__result__item {
    display: block;
    width: 100%;
    margin: 16px 0;
}

.fw__result__label {
    display: block;
    margin-bottom: 4px;
    color: #0d5a41;
}

.fw__result__value {
    display: block;
    color: #83adb5;
    word-wrap: break-word;
}

.fw__result__button {
    width: 100%;
    height: 40px;
}

/*===============
Icons
===============*/
.done {
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 4px solid lightgreen;
    border-right: 4px solid lightgreen;
}

/*===============
Components
===============*/
.fw__button {
    color: white;
    background-color: #0d5a41;
    opacity: 0.88;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
      transition: width 2s, height 2s, transform 2s;
      border-radius: 8px !important
}




.fw__button--negative {
    background-color: #BFB5B2;;
}

.fw__button:hover {
    opacity: 1;
}

/*===============
Helpers
===============*/
.hidden {
    display: none;
}
