#country-rates {
	justify-content: center;
	display: flex;
	background-color: #1B5275;
	padding: 50px;
	width: 545px;
	border-radius: 15px;
    margin-bottom: 30px;	
}

#form-field-country {
	width: 300px;
	text-align: center;
}
#rate.loader:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23222' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 47%;
    transform: translate(-50% -50%);
}
#rate .thed {
    display: flex;
    background-color: #1B5275;
	border-radius: 15px 15px 0 0;
}
#rate .row {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}
#rate .thed .col, #rate .tbody .col {
	flex: 1 1 25%;
	width: 25%;
	padding: 20px 20px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}
#rate .tbody .col {
	padding: 15px 20px;
	color: #222;
	font-size: 18px;
	font-weight: 300;
}
#rate .row:nth-child(odd) {
    background-color: rgb(244,244,246);
}

#rate {
    width: 800px !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius: 15px;
    overflow: hidden;
}

.elementor-61 .elementor-element.elementor-element-defe13d > .elementor-widget-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rate .tbody {
    max-height: 375px;
    overflow-y: scroll;
}