.cce-wrapper {
  padding: 20px;
  border: 1px solid #2488cc;
  border-radius: 5px;
  margin: auto;
  background-color: #fff;
}

.cce-tab-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}

.tab-button {
  width: 50% !important;
  background-color: #fff !important;
  border: 2px solid #2488cc !important;
  color: #2488cc !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tab-button:hover {
  background: #2488cc !important;
  color: #fff !important;
}

.tab-button.activetab {
  background-color: #2196f3 !important;
  color: white !important;
}

.cce-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.cce-select {
  flex: 1;
}

.select2-selection__rendered {
  position: relative;
  border: 1px solid #2488cc;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  padding: 5px;
  color: #2488cc;
  font-size: 18px;
  font-weight: 500;
}

.cce-arrow {
  font-size: 24px;
  color: #333;
}

.cce-input {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cce-input label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
  margin-top: 10px;
}

.cce-input input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.img-flag {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
}

.form-control-cv {
    margin-top: 10px !important;
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #2488cc !important;
    border-radius: 0px !important;
    height: 50px;
    color: #000;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.cce-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #2196f3;
}

.select2-results__option {
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid #bbbbbb;
    color: #000;
}

/* .cce-input p {
  margin: 0px;
  text-align: end;
  margin-right: 40px;
  font-size: 10px;
  margin-top: -20px;
  margin-bottom: 10px;
  font-weight: 600;
} */

.base-currency {
  color: #000;
}

.final-result-currency {
  color: #000;
}

@media screen and (max-width: 768px) {
  .cce-row {
    flex-direction: column;
  }
}