.cce-wrapper {
  padding: 20px;
/*   border: 1px solid #2488cc; */
  border-radius: 5px;
  margin: auto;
  background-color: #fff;
  font-family: 'Poppins';

}

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

/* .tab-button {
  width: 50% !important;
  background-color: #F4F4F4 !important;
  border: 0px !important;
  color: #000000 !important;
  font-family: 'Poppins';
  font-size: 16px !important;
  font-weight: 500 !important;
} */


.tab-button 
{
	width: 50% !important;
    background-color: #F4F4F4 !important;
    border: 0px !important;
    color: #000000 !important;
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
	text-transform: capitalize;
}


.tab-button:hover {
  background: #076DBA !important;
  color: #fff !important;
}

.tab-button.activetab {
  background-color: #076DBA !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-container--default .select2-selection--single{
	border: 0px solid #2488cc !important;
}

.select2-selection__rendered {
  position: relative;
  border: 0px solid #2488cc !important;
  border-radius: 5px;
  background: #F7F7F7;
  cursor: pointer;
  padding: 5px;
  color: #076DBA !important;
  font-family: 'Poppins' !important;
  font-size: 16px;
  font-weight: 500;
}

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

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

.cce-input label {
	font-family: 'Poppins' !important;
	font-size: 12px;
	font-weight: 400 !important;
  margin-bottom: 5px;
  color: #076DBA;
  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: #076DBA;
	font-family: 'Poppins' !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.cce-wrapper h2 {  
    font-family: 'Protest Strike';
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #076DBA;
}

.select2-results__option {
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
	font-family: 'Poppins' !important;
    font-size: 16px;
	font-weight: 500;
    border-bottom: 1px solid #bbbbbb;
    color: #076DBA !important;
}

/* .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: #076DBA;
}

.final-result-currency {
  color: #076DBA;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
	background-color: #076DBA;
    color: #ffffff !important;
}

.form-control-cv:focus-visible
{
	outline: unset;
}

.cce-rate-output {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #076DBA;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

a.HA-calculator-button 
{
    font-family: 'Poppins';
    font-size: 12px;
    background-color: #076DBA;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
}

a.HA-calculator-button:hover 
{
    background-color: #0665ad;
    color: #ffffff;
}

.HA-button-div-bottom 
{
    text-align: center;
}




























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




@media screen and (max-width: 580px){
	
	.cce-wrapper h2 {
		font-size: 14px;
		margin-bottom: 21px;

	}
	
	.cce-tab-container{
		margin-bottom: 21px;
	}
	
	.tab-button {
		font-size: 16px !important;
		padding: 9px !important;
	}
	
	.select2-selection__rendered{
		font-size: 14px;
	}
	
	.cce-input input{
		font-size: 14px !important;
		padding: 0 !important
	}
	
	button#btn-buy,
	button#btn-sell{
		font-size: 16px !important;
	}
	
	.cce-input label{
		font-size: 12px !important;
	}
	
	.cce-row{
		margin-bottom: 5px;
	}
	
	.cce-arrow{
		font-size: 16px;
	}
	
	span.select2-selection__arrow{
		top: 6px !important;
	}
	
	.cce-wrapper{
		padding: 9px;
	}
	
	.select2-results__option{
		font-size: 14px;
		border: 0;
	}
	
	.cce-rate-output {
    	font-size: 14px;
	}
	
	.HA-button-div-bottom 
	{
		margin-bottom: 20px;
	}

	
}