.crypto-container {
    height: 500px;
}
#crypto-sellerForm input {
    width: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.crypto-flex {
    display: flex;
    justify-content: space-between;
}

.crypto-mb-10 {
    margin-bottom: 10px;
}

.crypto-80 {
    width: 70%;
}

.crypto-flex > div:first-child {
    margin-right: 10px;
}

.crypto-20 {
    width: 30%;
}

.crypto-dropdown-container {
    position: relative;
}

.custom-dropdown-selected {
    display: flex;
    justify-content: space-between;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    height: 100%;
    padding: 10px;
    width: 100%;
    font-size: 15px!important;
    color: #555;
    position: relative;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    font-weight: bold;
}
.custom-dropdown-options {
    position: absolute;
    background-color: #fff;
    max-height: 300px;
    min-width: 100%;
    overflow-y: auto;
    margin-top: 1px;
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    z-index: 10;
}

.custom-dropdown-option {
    width: 100%;
}

.custom-dropdown-selected, .custom-dropdown-option {
    display: flex;
    align-items: center;
}

.custom-dropdown img {
    width: 20px;
    height: 20px !important;
    border-radius: 50% !important;
}

.custom-dropdown-options {
    display: none;
}

.custom-dropdown-option {
    padding: 10px;
    cursor: pointer;
}

.custom-dropdown-option img {
   margin-right: 10px;
}

.custom-dropdown-option i {
    display: none;
}

.custom-dropdown-option:hover {
    background-color: #ccc;
}

.crypto-rate {
    text-align: right;
    font-size: 11px;
    border-radius: 5px;
    width: max-content;
    font-weight: 600;
    color: #af0202;
    width: 100%;
}

.currency-rate {
    text-align: right;
    font-size: 11px;
    border-radius: 5px;
    width: max-content;
    font-weight: 600;
    color: #af0202;
    width: 100%;
}

.valid-container {
    text-align: center;
    width: 100%;
}

.valid-text {
    font-size: 10px;
    color: #af0202;
}


.form-control {
    width: 100%;
}


.summary .trade-summary {
    color: #555;
    color: #555;
    font-size: 13px;
    position: relative;
    padding: 7px 0 0 2px;
}

.summary .trade-summary p {
    margin-bottom: 0px;
}

.summary .trade-summary:after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #726e6e;
    height: 0.1px;
    bottom: 0;
    opacity: .2;
}

.crypto-btn {
    margin-top: 40px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.crypto-verify {
    width: 100%;
}

.prev-icon-btn {
    width: 15px;
    float: left;
    cursor: pointer;
}


.custom-select-wrapper {
    width: 100%;
    position: relative;
  }
  .custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .custom-select__trigger {
    justify-content: space-between;
    display: flex;
  }
  .arrow {

  }
  .custom-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: auto;
    background: white;
    max-height: 200px;
  }
  .custom-option {
    padding: 10px;
    cursor: pointer;
  }
  .custom-option.selected {
    background-color: #e9e9e9;
  }
  .custom-options-search {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff; 
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .verification-container {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .verification-container img{
    max-width: 100px !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  