.custom-select {
   background:none;
}

input:focus{
  outline: none !important;
  box-shadow: none !important;
}

select:focus {
  outline: none !important;
  box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
} 

#currency-calc{
    margin-bottom: 60px;
}

#currency-calc-header{
	background-color: #F1F1F1;
	min-height: 600px;
}

.currency-calc__text{
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

.currency-calc__text p{
    color: #565656;
    font-size: 14px;
    font-weight: 400;
}

.currency-calc{
	margin-top: -200px;
	background-color: #FFF;
    border-radius: 10px;
    padding: 30px 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.currency-calc__other{
    margin-top: -200px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

@media (min-width: 276px) and (max-width: 767.98px) {
    .currency-calc__other{
        margin-top: 40px;
    } 
    .currency-calc{
        margin-top: -80px;
    }   
}

.currency-calc__flag img{
	max-width: 50px;
}

.currency-calc__input input{
	min-height: 50px;
	border: 0px;
	width: 100% !important;
}


.currency-calc__input select{
	border: 0px;
	width: 100% !important;
}


.currency-calc__row--form{
	border-bottom: 1px solid #F1F1F1;
    width: 100%;
}

#currency-calc-in__select option{
	width: 400px;
}

.currency-calc__label{
    float:left;
    font-size: 10px;
    color: var(--gray-color);
}

.converter-button-inverse{
    position: absolute;
    right: 0;
    margin-top: -30px;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
}


.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
}

.dd-desc {
    overflow: hidden;
    line-height: 1.4em;
    color: #121212;
    font-size: 15px;
    font-weight: 500;
    float: right;
}

.dd-select {
    cursor: pointer;
    background: #F1F1F1 !important;
}

.dd-selected-text{
	display: none !important;
}

.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #d8d8d8;
}

.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #d8d8d8 !important;
    margin-top: -8px;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.currency-calc-out__input input{
	background-color: transparent !important;
}

.currency-calc__row--form:hover{
	border-bottom:2px solid #d8d8d8;
}

.dd-options{
	border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    max-height: 300px;
    width: 380px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    left: -142px;
}

@media (max-width: 575.98px) {
    .dd-options{
        left:-150px !important;
        width: 300px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dd-options{
        left:-50px !important;
        width: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dd-options{
        left:-35px !important;
        width: 300px !important;
    }
}

.dd-option {
	width: 380px;
	min-height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    white-space: normal;
    display: block;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-option:hover {
    background-color: #F1F1F1;
}

.dd-option-image {
	width: 24px;
    height: 24px;
}

.dd-option-text{
	color: #9aa2b0 !important;
	font-weight: 400;
	font-size: 12px;
	padding-left: 30px;
}

.currencySearchInputItem{
	padding-left: 26px;
    padding-right: 26px;
    width: 100%; 
}

.currencySearchInputItem input{
    width: 100%;
	background-image: url('../../images/searchicon.png');
	background-position: 10px 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 19px 20px 12px 40px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.converter-score__header{
    margin: 20px 0;
}
.converter-score__header h2{
    font-size: 14px;
    color: var(--black-color);
    font-weight: 600;
}

.converter-score_text p{
    color: #565656;
    font-size: 12px;
    font-weight: 400;
}

.currency-calc-out__row--value{
    font-weight: 600;
}

.currency-calc__line span{
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle !important;
}

.current-value__value-in{
    display: block;
}

.table thead th{
    border-bottom: 1px solid #C5C5C5 !important;
}

..table td{
    border-bottom: 1px solid #C5C5C5 !important;
}

.table th{
    border: 0;
}

.currency-calc__other--header h2{
    font-size: 14px;
    color: var(--black-color);
    font-weight: 600;
}

.currency-calc__other--text p{
    color: #565656;
    font-size: 12px;
    font-weight: 400;
}

.currency-calc__buttton{
    margin: 30px 0px;
}

.btn-currency{
    background-color: var(--blue-color);
    color:#FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
}

.btn-currency:hover{
    background-color: #FFF;
    color:var(--blue-color);
    border: 1px solid var(--blue-color);
}

.currency-calc__buttton-group{
    margin: 10px 0px;
}