<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;display=swap');





html{
}
body{
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
position:relative;
  font-family: "Inter Tight", sans-serif;
  
  font-optical-sizing: auto;
font-weight:normal;
color:#0a2540;
letter-spacing:0.5px;
}
section{
position:relative;
}
a, a *{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration:none;
color:#0a2540;
}
a:hover{
text-decoration:none;
}
button:focus{
outline:none;
}
img{
width:100%;
}
input, button{
outline:none;
  font-family: "Inter Tight", sans-serif;
}
div, div *{
	box-sizing: border-box;
}
p{
    margin: 0;
    font-size: 18px;
    line-height: 33px;
}
b{
font-weight:600;
}
h1,h2,h3,h4,h5,h6{
font-weight:600;
margin:0;

}
.unimoni-widget .dual-btns {
    justify-content: space-between;
    margin-top: 13px;
	display:flex;
}
.btn{
    display: table;
background-color: #26489e;
border-radius: 30px;
padding: 13px 18px;
color: #fff;
font-weight: 500;
font-size: 16px;
position:relative;
padding-right:35px;
background: rgba(46,69,153,1);
background: -moz-linear-gradient(left, rgba(46,69,153,1) 0%, rgba(63,180,227,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,69,153,1)), color-stop(100%, rgba(63,180,227,1)));
background: -webkit-linear-gradient(left, rgba(46,69,153,1) 0%, rgba(63,180,227,1) 100%);
background: -o-linear-gradient(left, rgba(46,69,153,1) 0%, rgba(63,180,227,1) 100%);
background: -ms-linear-gradient(left, rgba(46,69,153,1) 0%, rgba(63,180,227,1) 100%);
background: linear-gradient(to right, rgba(46,69,153,1) 0%, rgba(63,180,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4599', endColorstr='#3fb4e3', GradientType=1 );
    border: solid 2px #d9eced;
	
}
.btn:hover{

}
.btn .looks{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 14px;
height: 12px;
overflow:hidden;
right: 10px;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.btn:hover .looks{
}
.btn .arrow, .btn .line {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
width: 10px;
height: 10px;
background-size: cover;
background-position: center;
background-image: url(../img/right-arrow-white.svg);
-webkit-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.btn .line{
background-image: url(../img/line-white.svg);
left: 0;
width: 0px;
height: 12px;
opacity:0;
}
.btn:hover .arrow{	
    right: 0.5px;
}
.btn:hover .line{
    width: 9px;
    opacity: 1;
    background-size: 22px;
    transform: none;
    top: 0px;
}

.unimoni-widget{
background-color:#fff;
border-radius:15px;
padding:30px;
}
.unimoni-widget label{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}
.unimoni-widget .field-group{
    border-radius: 10px;	
	overflow:hidden;
	border:solid 1px #6f6f6e;
	display:flex;
	align-items:center;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(201,201,201,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(201,201,201,1);
box-shadow: inset 0px 0px 0px 1px rgba(201,201,201,1);
margin-bottom:20px;
    justify-content: space-between;
	-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.unimoni-widget .field-group:hover{
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(28,170,224,1);
-moz-box-shadow: inset 0px 0px 0px 2px rgba(28,170,224,1);
box-shadow: inset 0px 0px 0px 2px rgba(28,170,224,1);
}




.unimoni-widget .field-group:hover{

}
.unimoni-widget .form-control{

    width: 70%;
    height: 70px;
    font-size: 25px;
    font-weight: 500;
    padding-left: 20px;

	border:0;
	background:transparent;
	
}
.unimoni-widget .form-control::placeholder{
font-weight:600;
color:#0a2540;
}
.unimoni-widget .field-group .amount-currency-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 70px;
	cursor:pointer;
	padding-right:15px;
}
.unimoni-widget .field-group .amount-currency-select-btn .flag{
width:30px;
}
.unimoni-widget .field-group .amount-currency-select-btn .flag img{
border: solid 0px #e2e2e1;

}
.unimoni-widget .field-group .amount-currency-select-btn .currency-name{
    font-weight: 600;
    font-size: 25px;
    padding: 0px 20px 0px 7px;
}
.unimoni-widget .field-group .amount-currency-select-btn .input-addon{
width:14px;
height: 14px;
}
.unimoni-widget ul.breakdown{
	    margin: 0;
    padding: 0;
    list-style: none;
}
.unimoni-widget ul.breakdown.sum{
    border-top: solid 1px #ccc;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.unimoni-widget ul.breakdown li{
    display: flex;
    justify-content: space-between;
    padding: 6px 0px;
	    font-size: 18px;
}
.unimoni-widget ul.breakdown li .item-left{
    font-weight: 500;
	
}
.unimoni-widget ul.breakdown li .item-left span{
    background-color: #edefeb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
}
.unimoni-widget ul.breakdown li .item-left span.bullet{
    width: 10px;
    height: 10px;
    margin-right: 25px;
    position: relative;
    top: -1px;
}
.unimoni-widget ul.breakdown li .item-right{
	font-size:17px;
}
.unimoni-widget ul.breakdown li .item-right .tracking-id, .unimoni-widget ul.breakdown li .item-left b{
    cursor: pointer;
    font-weight: 500;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: .3em;
}
.unimoni-widget .tracking-info{
	font-size: 16px;
    padding: 5px 0px;
    line-height: 25px;
    opacity: 0.7;
}
.unimoni-widget .tracking-info span{
	display:block;
}
.unimoni-widget .dual-btns{
    justify-content: space-between;
	    margin-top: 13px;
}
.unimoni-widget .dual-btns .btn{
    margin: 0px !important;
    width: 48%;
    text-align: center;
}
.unimoni-widget .dual-btns .btn:first-child{
	    background: transparent;
    color: #0a2540;
    border: solid 1px #0a2540;
}
.currencylist-popover{
    -webkit-box-shadow: 0 0 40px rgba(69, 71, 69, .2);
    box-shadow: 0 0 40px rgba(69, 71, 69, .2);
    background-color: #fff;
    border-radius: 10px;
	padding:10px;
	padding-bottom:0;
	    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
	width: 25%;
	z-index: 99;
	display:none;
}
.currencylist-popover.active{
display:block;
}

.currencylist-popover.wrapper{}
.currencylist-popover .form-control-search{
    border-radius: 10px;
    width: 100%;
    height: 50px;
    border: solid 3px #6f6f6e;
    font-size: 18px;
    padding-left: 50px;
    background-image: url(../img/search-icon.svg);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 26px;
}
.currencylist-popover .form-control-search::placeholder{
	font-size: 17px;
}
.currencylist-popover .currency-group{
    padding: 0px;
	    position: relative;
}
.currencylist-popover .currency-group .currency-head{
    padding: 15px 0px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 24px;
    position: sticky;
    top: 0px;
    background-color: #fff;
}
.currencylist-popover .currency-group .currency-option{
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px 10px;
	    border: solid 1px #fff;
		cursor:pointer;
}
.currencylist-popover .currency-group .currency-option:hover{
    border-color:#666;	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(214,214,214,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(214,214,214,1);
box-shadow: inset 0px 0px 0px 1px rgba(214,214,214,1);
}
.currencylist-popover .currency-group .currency-option .currencylogo{
	    width: 30px;
		    height: 30px;
}
.currencylist-popover .currency-group .currency-option .currencylogo img{
    border: solid 1px #ccc;	
	border-radius:20%;
}
.currencylist-popover .currency-group .currency-option .currencyname{
    padding-left: 10px;
    font-size: 15px;
}
.currencylist-popover .currency-group .currency-option .currencyname span{
	color:#5d7079;
	display:inline-block;
	padding-left:10px;
}
.currencylist-popover .currencyfind{
    color: #5d7079;
    font-size: 15px;
    padding: 20px 15px;
    line-height: 22px;
}
.currencylist-popover .currencyfind a{
	font-weight:600;
	    color: #0a2540;
	border-bottom:solid 1px #666;
	
}
.currencylist-popover .wrapper{
	    max-height: 430px;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {	
.unimoni-widget{
padding:15px;
margin-top:40px;
}
.unimoni-widget ul.breakdown li {
    font-size: 14px;
}
.unimoni-widget ul.breakdown li .item-right {
    font-size: 14px;
}
.unimoni-widget .tracking-info {
    font-size: 14px;
}
.unimoni-widget .form-control {
    height: 50px;
}
.unimoni-widget .field-group .amount-currency-select-btn {
    height: 50px;
}
.currencylist-popover{
	        width: calc(100% - 30px);
        margin: 0;
}


}</pre></body></html>