.money-form {
    max-width: 470px;
    display: inline-block;
    text-align: left;
    width: 100%;
    /*-webkit-box-shadow: -15px -15px 0 #71caf2;
    -o-box-shadow: -15px -15px 0 #71caf2;*/
    border-radius: 24px;
    opacity: 1;
    padding: 30px 30px 30px 30px;
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
span#guaranteedrate {
    color: #22a902;
    font-weight: 600;
}
strong#fees {
    /*color: #24AFEA;*/
    font-size: 15px;
}
.money-form h3 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}
.money-form .row.align-items-center {
    margin: 0;
}
.mil-btn:hover{
    text-decoration: none;
    color: #fff;
}
.money-form .row.align-items-center .col {
    flex: 0 0 auto;
    width: 65%;
    padding: 0;
}
.money-form .row.align-items-center .col-auto {
    flex: 0 0 auto;
    width: 35%;
    padding: 0;
}
.hide {
    display: none !important;
}
.ui.selection.dropdown .lg-menu input[type="text"] {
    font-size: 15px;
}

.ui.selection.dropdown .lg-menu .ui.icon.search.input {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ui.selection.dropdown .lg-menu .ui.icon.search.input .search {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 14px;
    color: #8c8c8c;
}
.amttab .wizard-row {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: center;
}

.gifoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1024;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    background: rgb(0 0 0 / 51%);
    border-radius: 0;
}

.wizard-row h5 {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    margin: 3px 0 2px 0;
    font-weight: 400;
    color: #646975;
    opacity: 1;
	text-align:left;
}

.wizard-row .form-control {
    border: 0;
    margin: 0;
    height: inherit;
    padding: 0px !important;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding-right: 20px;
    font-size: 26px;
    line-height: 32px;
    color: #202020;
    opacity: 1;
}

.wizard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 15px 3px 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFE2EA;
    border-radius: 15px;
    opacity: 1;
}

.calculation-breakdown a {
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    padding: 0;
}

.snd-btn {
    width: 160px;
}


.calculation-values-wrap {
    list-style: none;
    padding: 30px 0 0px 25px;
    margin: 0 0 0 10px;
    position: relative;
}

.calculation-values-wrap li span:first-child strong {
	color: #202020;
	font-weight: 600;
	margin-bottom: 5px;
}

.calculation-values-wrap li span:last-child strong {
	color: #646975;
	font-weight: 400;
}

.calculation-values-wrap li span:first-child {
	color: #202020;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 16px;
}

.calculation-values-wrap li span:last-child {
	color: #646975;
	font-weight: 400;
}

.amttab .form-group {
    margin: 0;
}

.calculation-values-wrap li {
	text-align: left;
    position: relative;
    display: flex;
    margin: 0 0 10px 0;
}

.calculation-values-wrap li:nth-last-child(1) {
	margin: 0;
}

.calculation-values-wrap li span {
	font-size: 16px;
	line-height: 22px;
	display: block;
}

.cal-divider {
    position: absolute;
    top: 0;
    right: -21px;
    width: 1px;
    height: 45px;
    background-color: #CFE2EA;
}

.calculation-values-wrap li:last-child .cal-divider {
    display: none;
}

.calculation-values-wrap li.toggle-calc:before {
    content: "\f107";
    width: 20px;
    height: 20px;
    border: 1px solid #007bff;
    color: #007bff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background: #fff;
    left: -28.8px;
}

.expanddiv.calculation-values-wrap li.toggle-calc:before {
    content: "\f106";
    line-height: 18px;
}
.calculation-values-wrap:before {
    content: '';
    background: #edefff;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.calculation-values-wrap li:before {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #CFE2EA;
    opacity: 1;
    top: 3px;
    z-index: 1;
    left: -35px;
    transform: none;
}

.calculation-values-wrap li.minus-ico:after {
    content: url(../widget/images/Icon_open-minus.svg);
    position: absolute;
    left: -26px;
    top: -7px;
    font-size: 26px;
    line-height: 24px;
    color: #224295;
    text-align: center;
}

.calculation-values-wrap li.equal-val:after {
    content: url(../widget/images/equal.svg);
    position: absolute;
    left: -26px;
    top: -4px;
    color: #224295;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.calculation-values-wrap li.cross-ico:after {
    content: url(../widget/images/Icon-metro-cross.svg);
    position: absolute;
    left: -25px;
    top: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #224295;
    line-height: 23px;
}

.form-control:focus {
    box-shadow: none;
}

.custom-drop.ui.selection.dropdown {
    height: 100%;
    align-items: center;
    display: flex;
    background: #fff;
    border-radius: 10px;
    border: 0;
    outline: none;
}

.custom-drop.ui.default.dropdown:not(.button) > .text,
.custom-drop.ui.dropdown:not(.button) > .default.text {
    color: #3d4f6f;
}

.custom-drop.ui.fluid.dropdown > .icon {
    color: #809DC2;
    font-size: 20px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    text-align: right;
}


.custom-drop.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 700;
    line-height: 30px;
    color: #224295 !important;
    opacity: 1;
}

.mb-row-screen .text-light {
    color: #d5d9da !important;
}

.custom-drop.ui.search.dropdown > .text {
    cursor: auto;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #224295;
    opacity: 1;
}

.ui.dropdown > .text > .flag {
    position: relative;
    bottom: -3px;
    margin: 0 .5em 0 0;
}

.ui.search.dropdown > .text span {
    display: none;
}

.ui.popup > .header + .content {
    padding-top: 0.8em;
}

.hideli {
    display: none !important;
}

.expanddiv .hideli {
    display: flex !important;
}

.ui.dropdown .item span,
.ui.dropdown > .text span {
    margin: 0 5px 0 0px;
    display: inline-block;
    width: inherit;
    color: #5d7079;
    line-height: normal;
    font-size: 14px;
    min-width: inherit;
    font-weight:normal;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
    color: rgba(0, 0, 0, .87);
}

.ui.selection.active.dropdown .lg-menu {
    min-width: 260px !important;
    border-color: #4743c9;
}

    .ui.selection.active.dropdown .lg-menu .item {
        display: flex;
        align-items: center;
        background: #f4f9ff;
        padding: 5px 15px !important;
        font-size: 15px;
        font-weight: 600;
    }

.form-bg .ui.dropdown .menu {
    left: inherit;
    right: 0;
}

.calculation-values-wrap li span .ui.dropdown {
    min-width: 5em !important;
    margin: 0 10px 0 0;
    padding: 8px 34px 8px 10px;
    min-height: inherit;
}

.calculation-values-wrap li span .ui.dropdown > .dropdown.icon {
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 7px;
}

.indsendmoney {
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 16px 30px;
    border-radius: 10px;
    background: #71caf2;
    width: 100%;
}

.indsendmoney:hover {
	background: #1ca2da;
	color: #fff;
}

.custom-drop.ui.search.selection.dropdown > input.search {
    line-height: normal;
    height: 100%;
    color: #fff;
    padding-right: 2.1em;
    visibility: hidden;
}

i.flag:not(.icon):before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.send-form {
    position: relative;
}

span.normal-text strong {
    font-weight: 500;
}

.amttab .wizard-row .custom-drop.ui.selection.dropdown {
	background: #f4f9ff 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 19px 17px;
	border-radius: 10px !important;
	box-shadow:none;
}

.wizard-row {
	background: #f4f9ff 0% 0% no-repeat padding-box;
	border: 1px solid #CFE2EA;
	border-radius: 7px;
}

strong.fees_t {
	color: #24AFEA !important;
	font-size: 15px !important;
}

span.guaranteedrate {
	color: #22a902 !important;
	font-weight: 600 !important;
}

span#convertrate {
	font-size: 17px;
	margin: 0px 3px 3px 3px;
	color: #202020;
}

.custom-drop.ui.search.dropdown > .text {
	color: #000000;
}

.cal-divider {
    display: none;
}

.calculation-values-wrap {
	padding: 20px 0 20px 25px;
	position: relative;
	border-left: 1px solid #CFE2EA;
}

.calculation-values-wrap li span.normal-text {
	margin-left: auto;
}

.calculation-values-wrap li.cross-ico:after {
	top: 0px;
	z-index: 1;
	left: -28px;
}

.calculation-values-wrap li.minus-ico:after {
	top: -7px;
	z-index: 1;
	left: -29px;
}

.calculation-values-wrap li.equal-val:after {
	z-index: 1;
	top: -4px;
	left: -29px;
}

span#convertrate {
    font-size: 17px;
    margin: 0px 3px 3px 3px;
    font-weight: 600;
    color: #202020;
}
span.guaranteedrate {
    color: #22a902 !important;
    font-weight: 600 !important;
}

i.flag:not(.icon):before {
    width: 26px;
    height: 26px;
    background-size: cover !important;
    top: 1px;
    position: relative;
    border-radius: 26px;
}

i.flag.au:before {
    background: url(../widget/images/flags/au.svg);
}

i.flag.np:before {
    background: url(../widget/images/flags/cn.svg);
}

i.flag:not(.icon) {
    width: 30px;
    height: 30px;
    top: 1px;
    position: relative;
}
.flags2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.flags2 span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.flags2 span img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.amttab .wizard-row .alert.alert-danger {
    font-size: 16px;
}

@media screen and (max-width:767.9px){
	.money-form{
		padding:0px;
	}
    .calculation-values-wrap {
        padding: 10px 0 10px 15px;
    }
	.send-form {
        margin-bottom: 0px;
    }
    .calculation-values-wrap li {
        margin: 0 0 5px 0;
    }
    .calculation-values-wrap li span:first-child,
    span#convertrate,
    strong#fees {
        font-size: 14px;
        margin-bottom: 0;
    }

    .calculation-values-wrap li span {
        min-width: inherit;
        white-space: nowrap;
        font-size: 14px;
    }

	.calculation-values-wrap li span.normal-text {
		text-align: right;
		padding-left: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.calculation-values-wrap li:before {
		left: -25px;
		top: 3px;
	}

	.calculation-values-wrap li.cross-ico:after {
		left: -18px;
	}

	.calculation-values-wrap li.minus-ico:after,
	.calculation-values-wrap li.equal-val:after {
		left: -19px;
	}
	.calculation-values-wrap li.equal-val:after {
		top: -4px;
	}
	.amttab .wizard-row .custom-drop.ui.selection.dropdown {
        padding: 19px 17px;
    }
	.ui.fluid.dropdown > .dropdown.icon {
        top: initial !important;
    }
    .amttab .wizard-row {
        padding: 0 12px;
        display: inherit;
    }
    .money-form .row.align-items-center {
        justify-content: space-between;
    }
    .wizard-row .form-control {
        font-size: 17px;
        line-height: 1;
    }
    .money-form {
        padding: 20px;
        margin: -40px auto auto auto;
        width: 100%;
        border-radius: 14px;
        display: inherit;
    }

    .money-form h3 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .flags2 {
        margin-bottom: 20px;
        gap: 7px;
    }

    .flags2 span {
        width: 25px;
        height: 25px;
    }

    .money-form .row.align-items-center .col {
        width: 50%;
    }

    .money-form .row.align-items-center .col-auto {
        width: 43%;
        max-width: 80px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .amttab .wizard-row .custom-drop.ui.selection.dropdown {
        padding: 14px 2px;
    }

    .custom-drop.ui.search.dropdown > .text {
        font-size: 15px;
    }

    .custom-drop.ui.search.dropdown > .text .flag {
        margin-right:1px;
    }

    .custom-drop.ui.search.dropdown > .text i.flag:not(.icon):before {
        width: 22px;
        height: 16px;
    }

    .ui.fluid.dropdown > .dropdown.icon {
        top: 50% !important;
        right: -4px;
    }
    .form-bg .ui.dropdown .menu{
        right:-12px;
    }
    .ui.selection.active.dropdown .lg-menu .item {
        padding: 2px 10px !important;
        font-size: 15px;
    }
    .amttab .wizard-row .alert.alert-danger {
        font-size: 14px;
    }
}


/*Ticket Start*/
.rlmyself h6.mb-3,
.rlsomeone h6.mb-3,
.rljoint h6.mb-3,
.rlbusiness h6.mb-3 {
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 0 5px 0 !important;
}



.ui-dialog .ui-dialog-title {
    text-align: center;
    text-transform: uppercase;
    font-size: larger;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog{
    z-index:1051 !important;
}

.openticketform {
    padding: 30px;
}

    .openticketform .form {
        width: 100%;
        max-width: 800px;
    }

    .openticketform .ui.menu {
        box-shadow: none;
        border-radius: 0px;
    }

        .openticketform .ui.menu .item {
            border-radius: 0px !important;
        }

    .openticketform .searchfilterrow {
        padding: 20px 0;
    }

form#myticketsearch {
    position: relative;
}

#myticketsearch input {
    color: #111;
    background: #fff;
    padding: 7px 15px;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: left;
    border: 1px solid #d6d6d6;
    height: 48px;
    line-height: 48px;
}

#myticketsearch .button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
    height: 48px;
    width: 50px;
    background: #236ed4;
    color: #fff;
    border: none;
    cursor: pointer;
}

.aiosc-priority-badge {
    display: inline-block;
    padding: 3px 10px;
    line-height: normal;
    border-radius: 2px;
}

.aiosc-status {
    display: inline-block;
    padding: 3px 10px;
    line-height: normal;
    font-weight: 400;
    border-radius: 2px;
    color: #fff;
}

    .aiosc-status.aiosc-status-open {
        background: #28a745;
    }

    .aiosc-status.aiosc-status-close {
        background: #dd3333;
    }

.aiosc-status-low {
    background: #FFC107;
}

.aiosc-status-medium {
    background: rgb(48, 184, 75);
}

.aiosc-status-high {
    background: #236ED4;
}

.openticketform a.row-title {
    color: #111;
    font-weight: 600;
}

.openticketform tfoot tr th {
    font-weight: 600 !important;
}

.openticketform .table-responsive {
    display: none;
}

    .openticketform .table-responsive.active {
        display: block;
    }

.custom-control-label::before,
.custom-control-label::after {
    top: 0.35rem;
}

.securitywrap .row h3 {
    font-size: 20px;
}

.securitywrap .row .sechead a {
    font-size: 14px;
    display: flex;
}

.securitywrap .row .text-muted {
    margin-left: 10px;
}

.rounded-right-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

select#selectedCountry {
    height: calc(3.25rem + 2px);
}

#verification .modal-body p.lead {
    font-size: 18px;
}

#verification .modal-body h3 {
    font-size: 20px;
}

#verification .modal-body p.text-muted {
    font-size: 14px;
}

h2.aiosc-title {
    font-size: 22px;
    margin: 0 0 30px 0;
}

.aiosc-title span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #5d7079;
}

.aiosc-eot {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

    .aiosc-eot:before {
        content: '';
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, .1);
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
    }

    .aiosc-eot span {
        background: #f1f1f1;
        position: relative;
        display: inline-block;
        font-size: 11px;
        padding: 3px 10px;
        font-weight: 700;
    }

.aiosc-window {
    margin-top: 0px;
    margin-bottom: 30px;
}

.aiosc-reply-form h2 {
    margin: 0 0 10px 0;
    font-weight: 500;
}

.btnattach {
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 0px;
    font-size: 14px !important;
    color: #5d7079;
    padding: 10px 12px !important;
    min-width: auto;
    line-height: normal !important;
}

h2.aiosc-title.aiosc-title-sm {
    font-weight: 500;
}

.aiosc-reply {
    display: flex;
}

.aiosc-reply-avatar {
    width: 100%;
    max-width: 46px;
    margin: 0 20px 0 0;
}

.aiosc-reply-head {
    background: rgba(144, 171, 212, 0.07);
    padding: 5px 10px;
    font-size: 14px;
    color: #3d4f6f;
    margin: 0 0 10px 0;
}

.detsec {
    background: #f2f5ff;
}

table.aiosc-ticket-details-table,
table.aiosc-attachment-table {
    width: 100%;
}

    table.aiosc-ticket-details-table td {
        padding: 5px;
        font-size: 15px;
    }

    table.aiosc-ticket-details-table th {
        font-weight: 600;
        font-size: 15px;
        padding: 5px;
    }

    table.aiosc-ticket-details-table span.aiosc-ticket-id {
        background: #236ed4;
        padding: 3px 6px;
        color: #fff;
    }


/*Ticket End*/

/*switch Account start */
.profile-switcher .grey-card {
    text-align: center;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.11);
    background: #5569bf;
}

    .profile-switcher .grey-card * {
        color: #fff;
    }

    .profile-switcher .grey-card a {
        display: block;
        padding: 30px 20px;
    }

        .profile-switcher .grey-card a i {
            width: 50px;
            height: 50px;
            font-size: 22px;
            line-height: 50px;
            background: #405198;
        }

    .profile-switcher .grey-card span {
        padding: 0;
        margin: 20px 0 0 0;
        line-height: normal;
        display: block;
        text-align: center;
        border: 0;
    }
/*switch account End*/

/*Recipient Start*/
.radio-row {
    padding: 0;
}

    .radio-row .ui.slider {
        width: 100%;
        padding: 0 0px 0 0;
    }

    .radio-row label {
        font-size: 15px !important;
        padding: 10px 3.5rem 10px 3.5rem !important;
        margin: 0;
        line-height: 40px !important;
    }

.row-patch .radio-row label {
    line-height: 17px !important;
    cursor: pointer;
}

.radio-row label i img {
    width: 20px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.radio-row label i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1.1px solid #ccc;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

i.flag:not(.icon) {
    width: 30px;
    height: 30px;
    top: 1px;
    position: relative;
}

.accdett, .accdett .ui {
    position: relative;
}

    .accdett i.dropdown.icon {
        position: absolute;
        right: 0px;
        top: 50%;
        font-size: 20px !important;
    }

    .accdett small img {
        width: 22px;
        margin: -3px 8px 0 -30px;
    }

    .accdett small {
        font-size: 15px;
        line-height: 20px;
        padding-left: 30px;
    }

.pull-right {
    float: right !important;
}

.accdett {
    margin-bottom: 5px !important;
}

.addacc-form .ui.radio.checkbox label {
    padding-left: 22px;
    line-height: 17px;
    margin-right: 20px;
}

.addacc-form .ui.search.dropdown > .text span {
    display: block;
}

.ui.basic.grey.change-red:hover {
    background: #ff0000 !important;
    color: #fff !important;
    box-shadow: 0 0 0 1px #ff0000 inset !important;
}

.recipientaccordion dd {
    color: #8e8e8e;
    font-size: 14px;
}

tr.clickable-row {
    cursor: pointer;
}

.transfer-info h5 {
    font-size: 17px;
}

.transfer-info dd {
    margin: 0px;
    font-size: 14px;
    color: #5d7079;
}

.transfer-info p {
    font-weight: 600;
}

.ui.message .header {
    font-weight: normal;
    font-size: 16px !important;
}

.ui.message > .close.icon {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #573a08;
}

.ui.calendar .ui.input input[type="text"] {
    background: #fff !important;
}

.ui.calendar i.calendar.icon {
    color: #007bff;
    opacity: 0.8;
}

.settingsaccordion .accdett small {
    padding-left: 0px;
}

b, strong {
    color: #3d4f6f;
    font-weight: 600;
    letter-spacing: 0;
}

.ui.accordion .title:not(.ui) {
    padding: 0;
    color: #57c7fc;
}

.radio-row small {
    display: block;
    margin: 7px 0 0;
    font-size: 13px;
}

i.flag:not(.icon):before {
    width: 26px;
    height: 18px;
    background-size: cover !important;
    top: 5px;
    position: relative;
    border-radius: 0;
}
/*Recipient End*/
.hide {
    display: none !important;
}

.visible_hide {
    visibility: hidden !important;
}

.paused {
    color: #FFC107 !important;
}

.inprogress {
    color: #FFC107 !important;
}

.incomplete {
    color: #FFC107 !important;
}

.amount_notmatched {
    color: #D40E0E !important;
}

.started {
    color: #FFC107 !important;
}

.receieved{
    color: #FFC107 !important;
}

.recieved {
    color: #FFC107 !important;
}

.custom-widget .bal-row:nth-child(4n+1) > span {
    background: #C171E3 !important;
}

.custom-widget .bal-row:nth-child(4n+2) > span {
    background: #70BDE3 !important;
}

.custom-widget .bal-row:nth-child(4n+3) > span {
    background: #F0924B !important;
}

.custom-widget .bal-row:nth-child(4n+4) > span {
    background: #71E49F !important;
}

.reciept_unverified {
    color: #FFC107 !important;
}

.not_started {
    color: #FFC107 !important;
}

.completed {
    color: #13972D !important;
}

.rejected {
    color: #D40E0E !important;
}

.cancelled {
    color: rgb(35, 110, 212) !important;
}

.has-error {
    border: 1px red solid !important;
}

i.flag.au:before {
    background: url("../widget/images/flags/au.svg");
}

i.flag.np:before {
    background: url("../widget/images/flags/np.svg");
}

i.flag.ph:before {
    background: url("../widget/images/flags/ph.svg");
}

i.flag.in:before {
    background: url("../widget/images/flags/in.svg");
}

i.flag.ad:before {
    background: url("../widget/images/flags/ad.svg");
}

i.flag.ae:before {
    background: url("../widget/images/flags/ae.svg");
}

i.flag.my:before {
    background: url("../widget/images/flags/my.svg");
}


i.flag.af:before {
    background: url("../widget/images/flags/af.svg");
}

i.flag.ag:before {
    background: url("../widget/images/flags/ag.svg");
}

i.flag.ag:before {
    background: url("../widget/images/flags/ag.svg");
}

i.flag.ai:before {
    background: url("../widget/images/flags/ai.svg");
}

i.flag.al:before {
    background: url("../widget/images/flags/al.svg");
}

i.flag.am:before {
    background: url("../widget/images/flags/am.svg");
}

i.flag.ao:before {
    background: url("../widget/images/flags/ao.svg");
}

i.flag.aq:before {
    background: url("../widget/images/flags/aq.svg");
}

i.flag.ar:before {
    background: url("../widget/images/flags/ar.svg");
}

i.flag.as:before {
    background: url("../widget/images/flags/as.svg");
}

i.flag.at:before {
    background: url("../widget/images/flags/at.svg");
}

i.flag.au:before {
    background: url("../widget/images/flags/au.svg");
}

i.flag.aw:before {
    background: url("../widget/images/flags/aw.svg");
}

i.flag.ax:before {
    background: url("../widget/images/flags/ax.svg");
}

i.flag.az:before {
    background: url("../widget/images/flags/az.svg");
}

i.flag.ba:before {
    background: url("../widget/images/flags/ba.svg");
}

i.flag.bb:before {
    background: url("../widget/images/flags/bb.svg");
}

i.flag.bd:before {
    background: url("../widget/images/flags/bd.svg");
}

i.flag.be:before {
    background: url("../widget/images/flags/be.svg");
}

i.flag.bf:before {
    background: url("../widget/images/flags/bf.svg");
}

i.flag.bg:before {
    background: url("../widget/images/flags/bg.svg");
}

i.flag.bh:before {
    background: url("../widget/images/flags/bh.svg");
}

i.flag.bi:before {
    background: url("../widget/images/flags/bi.svg");
}

i.flag.bj:before {
    background: url("../widget/images/flags/bj.svg");
}

i.flag.bl:before {
    background: url("../widget/images/flags/bl.svg");
}

i.flag.bm:before {
    background: url("../widget/images/flags/bm.svg");
}

i.flag.bn:before {
    background: url("../widget/images/flags/bn.svg");
}

i.flag.bo:before {
    background: url("../widget/images/flags/bo.svg");
}

i.flag.bq:before {
    background: url("../widget/images/flags/bq.svg");
}

i.flag.br:before {
    background: url("../widget/images/flags/br.svg");
}

i.flag.bs:before {
    background: url("../widget/images/flags/bs.svg");
}

i.flag.bt:before {
    background: url("../widget/images/flags/bt.svg");
}

i.flag.bv:before {
    background: url("../widget/images/flags/bv.svg");
}

i.flag.bw:before {
    background: url("../widget/images/flags/bw.svg");
}

i.flag.by:before {
    background: url("../widget/images/flags/by.svg");
}

i.flag.bz:before {
    background: url("../widget/images/flags/bz.svg");
}

i.flag.ca:before {
    background: url("../widget/images/flags/ca.svg");
}

i.flag.cc:before {
    background: url("../widget/images/flags/cc.svg");
}

i.flag.cd:before {
    background: url("../widget/images/flags/cd.svg");
}

i.flag.cf:before {
    background: url("../widget/images/flags/cf.svg");
}

i.flag.cg:before {
    background: url("../widget/images/flags/cg.svg");
}

i.flag.ch:before {
    background: url("../widget/images/flags/ch.svg");
}

i.flag.ci:before {
    background: url("../widget/images/flags/ci.svg");
}

i.flag.ck:before {
    background: url("../widget/images/flags/ck.svg");
}

i.flag.cl:before {
    background: url("../widget/images/flags/cl.svg");
}

i.flag.cm:before {
    background: url("../widget/images/flags/cm.svg");
}

i.flag.cn:before {
    background: url("../widget/images/flags/cn.svg");
}

i.flag.nz:before {
    background: url(../widget/images/flags/nz.svg);
}

i.flag.pk:before {
    background: url(../widget/images/flags/pk.svg);
}

i.flag.co:before {
    background: url("../widget/images/flags/co.svg");
}

i.flag.cr:before {
    background: url("../widget/images/flags/cr.svg");
}

i.flag.cu:before {
    background: url("../widget/images/flags/cu.svg");
}

i.flag.cw:before {
    background: url("../widget/images/flags/cw.svg");
}

i.flag.cx:before {
    background: url("../widget/images/flags/cx.svg");
}

i.flag.cy:before {
    background: url("../widget/images/flags/cy.svg");
}

i.flag.cz:before {
    background: url("../widget/images/flags/cz.svg");
}

i.flag.de:before {
    background: url("../widget/images/flags/de.svg");
}

i.flag.dj:before {
    background: url("../widget/images/flags/dj.svg");
}

i.flag.dk:before {
    background: url("../widget/images/flags/dk.svg");
}

i.flag.dm:before {
    background: url("../widget/images/flags/dm.svg");
}

i.flag.do:before {
    background: url("../widget/images/flags/do.svg");
}

i.flag.dz:before {
    background: url("../widget/images/flags/dz.svg");
}

i.flag.ec:before {
    background: url("../widget/images/flags/ec.svg");
}

i.flag.ee:before {
    background: url("../widget/images/flags/ee.svg");
}

i.flag.eg:before {
    background: url("../widget/images/flags/eg.svg");
}

i.flag.eh:before {
    background: url("../widget/images/flags/eh.svg");
}

i.flag.er:before {
    background: url("../widget/images/flags/er.svg");
}

i.flag.es:before {
    background: url("../widget/images/flags/es.svg");
}

i.flag.et:before {
    background: url("../widget/images/flags/et.svg");
}

i.flag.eu:before {
    background: url("../widget/images/flags/eu.svg");
}

i.flag.fi:before {
    background: url("../widget/images/flags/fi.svg");
}

i.flag.fj:before {
    background: url("../widget/images/flags/fj.svg");
}

i.flag.fk:before {
    background: url("../widget/images/flags/fk.svg");
}

i.flag.fm:before {
    background: url("../widget/images/flags/fm.svg");
}

i.flag.fo:before {
    background: url("../widget/images/flags/fo.svg");
}

i.flag.fr:before {
    background: url("../widget/images/flags/fr.svg");
}

i.flag.ga:before {
    background: url("../widget/images/flags/ga.svg");
}

i.flag.gb-eng:before {
    background: url("../widget/images/flags/gb-eng.svg");
}

i.flag.gb-nir:before {
    background: url("../widget/images/flags/gb-nir.svg");
}

i.flag.gb-sct:before {
    background: url("../widget/images/flags/gb-sct.svg");
}

i.flag.gb-wls:before {
    background: url("../widget/images/flags/gb-wls.svg");
}

i.flag.gb:before {
    background: url("../widget/images/flags/gb.svg");
}

i.flag.gd:before {
    background: url("../widget/images/flags/gd.svg");
}

i.flag.ge:before {
    background: url("../widget/images/flags/ge.svg");
}

i.flag.gf:before {
    background: url("../widget/images/flags/gf.svg");
}

i.flag.gf:before {
    background: url("../widget/images/flags/gf.svg");
}

i.flag.gg:before {
    background: url("../widget/images/flags/gg.svg");
}

i.flag.gh:before {
    background: url("../widget/images/flags/gh.svg");
}

i.flag.gh:before {
    background: url("../widget/images/flags/gh.svg");
}

i.flag.gl:before {
    background: url("../widget/images/flags/gl.svg");
}

i.flag.gm:before {
    background: url("../widget/images/flags/gm.svg");
}

i.flag.gn:before {
    background: url("../widget/images/flags/gn.svg");
}

i.flag.gp:before {
    background: url("../widget/images/flags/gp.svg");
}

i.flag.gq:before {
    background: url("../widget/images/flags/gq.svg");
}

i.flag.gr:before {
    background: url("../widget/images/flags/gr.svg");
}

i.flag.gs:before {
    background: url("../widget/images/flags/gs.svg");
}

i.flag.gt:before {
    background: url("../widget/images/flags/gt.svg");
}

i.flag.gu:before {
    background: url("../widget/images/flags/gu.svg");
}

i.flag.gw:before {
    background: url("../widget/images/flags/gw.svg");
}

i.flag.gy:before {
    background: url("../widget/images/flags/gy.svg");
}

i.flag.hk:before {
    background: url("../widget/images/flags/hk.svg");
}

i.flag.hm:before {
    background: url("../widget/images/flags/hm.svg");
}

i.flag.hn:before {
    background: url("../widget/images/flags/hn.svg");
}

i.flag.hr:before {
    background: url("../widget/images/flags/hr.svg");
}

i.flag.ht:before {
    background: url("../widget/images/flags/ht.svg");
}

i.flag.hu:before {
    background: url("../widget/images/flags/hu.svg");
}

i.flag.id:before {
    background: url("../widget/images/flags/id.svg");
}

i.flag.ie:before {
    background: url("../widget/images/flags/ie.svg");
}

i.flag.il:before {
    background: url("../widget/images/flags/il.svg");
}

i.flag.im:before {
    background: url("../widget/images/flags/im.svg");
}

i.flag.io:before {
    background: url("../widget/images/flags/io.svg");
}

i.flag.iq:before {
    background: url("../widget/images/flags/iq.svg");
}

i.flag.ir:before {
    background: url("../widget/images/flags/ir.svg");
}

i.flag.is:before {
    background: url("../widget/images/flags/is.svg");
}

i.flag.it:before {
    background: url("../widget/images/flags/it.svg");
}

i.flag.je:before {
    background: url("../widget/images/flags/je.svg");
}

i.flag.je:before {
    background: url("../widget/images/flags/je.svg");
}

i.flag.jm:before {
    background: url("../widget/images/flags/jm.svg");
}

i.flag.jo:before {
    background: url("../widget/images/flags/jo.svg");
}

i.flag.jo:before {
    background: url("../widget/images/flags/jo.svg");
}

i.flag.jp:before {
    background: url("../widget/images/flags/jp.svg");
}

i.flag.ke:before {
    background: url("../widget/images/flags/ke.svg");
}

i.flag.kg:before {
    background: url("../widget/images/flags/kg.svg");
}

i.flag.kh:before {
    background: url("../widget/images/flags/kh.svg");
}

i.flag.ki:before {
    background: url("../widget/images/flags/ki.svg");
}

i.flag.km:before {
    background: url("../widget/images/flags/km.svg");
}

i.flag.km:before {
    background: url("../widget/images/flags/km.svg");
}

i.flag.kn:before {
    background: url("../widget/images/flags/kn.svg");
}

i.flag.kp:before {
    background: url("../widget/images/flags/kp.svg");
}

i.flag.kr:before {
    background: url("../widget/images/flags/kr.svg");
}

i.flag.kw:before {
    background: url("../widget/images/flags/kw.svg");
}

i.flag.ky:before {
    background: url("../widget/images/flags/ky.svg");
}

i.flag.kz:before {
    background: url("../widget/images/flags/kz.svg");
}

i.flag.la:before {
    background: url("../widget/images/flags/la.svg");
}

i.flag.lb:before {
    background: url("../widget/images/flags/lb.svg");
}

i.flag.lc:before {
    background: url("../widget/images/flags/lc.svg");
}

i.flag.lc:before {
    background: url("../widget/images/flags/lc.svg");
}

i.flag.li:before {
    background: url("../widget/images/flags/li.svg");
}

i.flag.lk:before {
    background: url("../widget/images/flags/lk.svg");
}


i.flag.lr:before {
    background: url("../widget/images/flags/lr.svg");
}

i.flag.ls:before {
    background: url("../widget/images/flags/ls.svg");
}

i.flag.lt:before {
    background: url("../widget/images/flags/lt.svg");
}

i.flag.lu:before {
    background: url("../widget/images/flags/lu.svg");
}

i.flag.lv:before {
    background: url("../widget/images/flags/lv.svg");
}

i.flag.ly:before {
    background: url("../widget/images/flags/ly.svg");
}

i.flag.sg:before {
    background: url("../widget/images/flags/sg.svg");
}

td a i {
    color: #fff;
}

.searchbox .searchfield {
    border: 1px solid #ccc;
    padding: 4px 8px;
    width: 15%;
    font-size: 13px !important;
    margin: 1%;
}

.mil-banner{
    position: relative;
}
/* .mil-banner:before{
    background: url('../../img/coin.png') no-repeat;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-size: 100%;
    
} */


.download-btn a:first-child {
    margin-left: 0;
}
.download-btn a img {
    max-width: 140px;
}

.barcode img {
    width: 90px;
    border-radius: 2px;
}
.download-btn a {
    margin-left: 5px;
}
.download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ripple-background {
    position: absolute;
    z-index: 0;
    bottom:-10%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
}
.circle{
    position: absolute;
    border-radius: 50%;
    background: white;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
  }
  
  .small{
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
  }
  
  .medium{
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
  }
  
  .large{
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -300px;
  }
  
  .xlarge{
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -400px;
  }
  
  .xxlarge{
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -500px;
  }
  
  .shade1{
    opacity: 0.2;
  }
  .shade2{
    opacity: 0.5;
  }
  
  .shade3{
    opacity: 0.7;
  }
  
  .shade4{
    opacity: 0.8;
  }
  
  .shade5{
    opacity: 0.8;
  }
  
  @keyframes ripple{
    0%{
      transform: scale(0.8);
    }
    
    50%{
      transform: scale(1.2);
    }
    
    100%{
      transform: scale(0.8);
    }
  }




  .banner label.offernew {
    font-size: 16px;
}
.banner_label {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    height: min-content;
    justify-content: flex-start;
    padding: 4px;
    position: relative;
    text-decoration: none;
    background-color: rgb(240, 252, 206);
    border-radius: 16px;
    width: max-content;
    margin: 0 0 30px 0;
}
.banner_label a {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 6px;
	height: min-content;
	justify-content: flex-start;
}
.banner_label:before {
    content: '';
    position: absolute;
    display: block;
    top: -3px;
    left: -3px;
    z-index: 0;
    display: block;
    overflow: hidden;
   /*  background: linear-gradient(to right, #0f2764 20%, #0f2764 40%, #71caf2 50%, #71caf2 55%, #0f2764 70%, #0f2764 100%); */
    background: linear-gradient(to right, #383838 20%, #383838 40%, #71caf2 50%, #71caf2 55%, #000000 70%, #000000 100%);
    background-size: 200% auto;
    animation: shine 3s linear infinite;
    border-radius: 56px;
    right: -3px;
    bottom: -3px;
}

.banner_label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #283e78; */
    background: #231f20;
    border-radius: 16px;
}

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }

.banner_label label {
    margin: 0px;
    background-color: #71caf2;
    border-radius: 16px;
    padding: 2px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.offernew a{
	font-size: 13px;
	font-weight: normal;
	margin-left: 6px;
}
.banner_label span {
	font-size: 13px;
    letter-spacing: -0.25px;
    line-height: 1em;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 6px 0 0;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.banner_label span svg{
	margin:0 0 0 4px;
	stroke: #71caf2;
}
 