#cm_preloader {
    height: 30px;
    width: 30px;
    margin: 20px auto;
    border: 5px solid #0275c0;
    border-top: 5px solid #99ccff;
    border-radius: 50%;
    animation: rotate 1s infinite linear;
}
.cma_sendmoney_container .ast-row {
	background: rgba(0, 0, 0, 0.3);
	padding: 8px 0 20px 0;
}
.cma_sendmoney_container button, #refresh_comparison_data {
    height: 44px;
	width: 100%;
    background-color: #83c11f;
    transition: all .3s ease;
    border: 0;
	font-weight: bold;
	margin-top: 33px;
}
.cma_sendmoney_container button:hover, #refresh_comparison_data:hover {
    background-color: #a3e13f;
}
.cma_sendmoney_container label {
    display:block;
	margin-top: 5px;
}

.flex {
	display:flex;
}
.you_send_cma {
	flex:3;
}
.select-currencies {
	background: #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	pointer-events: none;
}
.currency_from_cma {
	flex:2;
}
.currency_to_cma {
	flex:2;
	padding: 0.9em 0.75em;
}


.cma_result_container .ast-row {
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(102,119,136,0.3);
    -moz-box-shadow: 0px 4px 8px 0px rgba(102,119,136,0.3);
    box-shadow: 0px 4px 8px 0px rgba(102,119,136,0.3);
    padding: 20px 0;
	margin-bottom: 20px;
    line-height: 1.2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.cma_result_container .payment-logo, .cma_result_container .payment-from, .cma_result_container .payment-to, .cma_result_container .payment-speed, .cma_result_container .total-cost, .cma_result_container .amount, .cma_result_container .detail-info {
	margin-bottom: 10px;
}

.cma_result_container .payment-logo img {
	max-height:40px;
}

.cma_result_container .strong {
	font-weight: bold;
	color: #666;
}

.cma_result_container .total-cost .strong, .cma_result_container .amount .strong {
	font-size:1.5em;
}

@media (max-width:991px) {
	.cma_result_container .cost-amount {
		padding-top: 20px;
		border-top: 2px solid #f4f5f6;
		margin-top: 10px;
	}
	.cma_result_container .cm_button {
		padding-top: 25px;
		border-top: 2px solid #f4f5f6;
		margin-top: 10px;
	}
}

@media (max-width:575px) {
	.cma_result_container .cm_button {
		padding-top: 20px;
	}
}

.ast-container:nth-child(2) .ast-row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}
.cma_result_container .ast-row#preload_row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}
.detail-link {
    position: relative;
    display: inline-block;
}
.detail-link:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://image.flaticon.com/icons/svg/25/25623.svg);
    -webkit-background-size: 10px;
    background-size: 10px;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 55%;
    transform: translateY(-50%);
}
.detail-link.active:after {
    background-image: url(https://image.flaticon.com/icons/svg/25/25223.svg);
    top: 50%;
}
.detail-info .detail-info__row,
.detail-info .exchange-rate-notice {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    position: relative;
}
.detail-info .detail-info__row:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

}
.detail-info .detail-info__row:before {
    content: '';
    display: block;
    width: 2px;
    height: 120%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.detail-info .detail-info__row.last-row:before {
    display: none;
}
.ast-col-md-2:last-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    max-height: 80px;
}
.comparison-data .cm-button {
    padding: 10px;
    display: block;
    text-align: center;
	background-color: #009cff;
	color: #fff;
	font-weight: 600;
}
.cma_result_container .ast-row {
    flex-wrap: wrap;
}
.random-countries{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 0 4em;
}
.random-country_link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    background-color: #f4f5f6;
    border-radius: 1em;
    padding: .25em 1.5em;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}
.random-country_link:hover{
    background-color: #f0f0f0;
}
.random-country_link a span.flag-icon{
    margin-right: 10px;
}
.ds-none{
    display: none;
}
#country_from_cma, #country_to_cma{
    height: 42px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0px 20px;
	color: #666;
}
.countries-list{
    position: absolute;
    z-index: 1000;
	margin: 0 0 1.5em 0;
    height: 200px;
    width: 262px;
    overflow-y: scroll;
    background: #fff;
	color: #666;
}
.countries-list li{
    padding: 5px 20px;
    list-style: none;
    cursor: pointer;
    z-index: 1000;
    background: #fff;
}
.countries-list li:hover{
    background: #f0f0f0;
}
.countries-list input{
    border: 1px solid green !important;
    padding: 10px;
    margin: 10px;
    width: 220px;
}
span.country-title{
    margin-left: 15px;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.money-transfer .wp-block-uagb-section {
    box-shadow: 0 0;
	position: relative;
	background: #f4f5f6;
	padding: 40px 20px;
}
.money-transfer .background-image.uagb-section__wrap {
    background-image: url('https://www.qlipso.com/wp-content/uploads/lp/loans/kreditvergleich-background.jpg' );
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 60px 20px;
	color: #fff;
}

.money-transfer .background-image.uagb-section__wrap h1 {
	color: #fff;
	font-weight: bold;
}

.money-transfer .background-image.uagb-section__wrap > .uagb-section__overlay {
    background-color: transparent;
    opacity: 0.85;
    background-image: linear-gradient(90deg, #331188 0%, #22aaff 100%);
}

.money-transfer .uagb-section__wrap > .uagb-section__inner-wrap {
    max-width: 1200px;
}

.money-transfer .uagb-section__wrap .uagb-section__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.money-transfer .uagb-section__wrap .uagb-section__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    *z-index: 2;
}
