@charset "utf-8";
/* CSS Document */

/* Fix pagination styling - make it horizontal */
.pagination {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    margin: 20px 0 !important;
    padding: 0 !important;
}

.pagination .page-item {
    display: inline-block !important;
    margin: 0 2px !important;
}

.pagination .page-link {
    display: inline-block !important;
    padding: 8px 12px !important;
    margin: 0 !important;
    text-decoration: none !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    color: #333 !important;
}

.pagination .page-item.active .page-link {
    background-color: #509E2F !important;
    border-color: #509E2F !important;
    color: white !important;
}

.pagination .page-link:hover {
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}

img {
       -ms-interpolation-mode: bicubic;
}
html {
	scroll-behavior: smooth;
}
.header__callus {
	position: absolute;
	right: 80px;
	top: -25px;
}
.header__callus .header__right-account {
	margin-right: 0;
}
.callus-no i {
	margin-left: 0;
	margin-right: 0;
	color: #ED3654;
	font-size: 16px;
}
.callus-no > a, .callus-no > span {
	color: #ED3654;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
}
/*admin dashboard admin dropdown css*/
.header-r__right{
	width:340px;
}
.header-r__right .account-thumb {
	height: 38px;
	width: 38px;
	overflow: hidden;
	border-radius: 100%;
	background-color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid rgba(230,62,62,0.2);
	margin-right: 11px
}
.header-r__right .account-name {
	color: #4F4B6B;
	font-size: 14px;
	font-weight: 500
}
.header-r__right .caret {
	margin-left: 8px
}
.modal-body .dashboard__section {
	margin-bottom: 0px
}
.modal-body .dash-block__title {
	margin-bottom: 0px
}
.modal-body .dashboard__table table th:first-child, .modal-body .dashboard__table table td:first-child {
	padding-left: 10px;
}
.modal-body .dashboard__table table th, .modal-body .dashboard__table table td {
	padding: 18px 10px;
}
/*click to top class*/
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 25px;
	right: 10px;
	display: none;
	padding: 15px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 1000;
}
.back-to-top span {
	font-size: 22px;
	color: #fff;
}
.trans .dropdown-menu {
	-webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.trans.open .dropdown-menu {
	-webkit-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
	-moz-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
	-ms-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
	-o-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
	transition: max-height 0.8s, opacity 0.2s, visibility 0s;
	max-height: 220px;
	opacity: 1;
	visibility: visible;
}
.trans.open .dropdown-menu li.open ul.dropdown-menu {
	overflow: visible;
	max-height: 220px;
	opacity: 1;
	visibility: visible;
}
/*click to top class end*/
.modal_captcha img {
	max-width: none;
	margin: 5px 0 0 0
}
.header__callus .btn.btn-blue {
	margin-right: 15px;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	border-radius: 6px;
}
.res_callback ul {
	margin: 10px 0 0 0;
}
.res_callback ul li {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.res_callback .btn.btn-blue {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	border-radius: 6px;
}
/* For captcha */
.reg-captcha {
	position: relative
}
.reg-captcha_bdr {
	float: left;
    width: 55%
}
.reg-captcha_bdr input[type="text"] {
	width: 100%
}
.reg-captcha-display {
	position: relative;
	float: left;
	top: 5px;
	left: 15px;
}
.reg-captcha-refresh {
	position: absolute;
	right: 25px;
	top: 14px;
}
/*footer Social icon*/
.footer-soc li:first-child a {
	margin-left: 0
}
.footer-soc li a {
	margin-left: 22px;
	font-size: 24px
}

/*inner page menu display none*/
@media screen and (max-width: 1230px) {
.header-r__center {
	display: none;
}
}

/*inner page menu*/  

@media screen and (max-width: 991px) {
.home .callus-no, .home .callus-no>a {
	color: white !important
}
.callus-no > a, .callus-no > span, .callus-no i {
	color: white
}
}

@media screen and (max-width: 767px) {
.home .header__callus {
	top: 10px;
	display: none;
}
.res_callback {
	display: block;
}
}

@media screen and (min-width: 766px) {
.res_callback {
	display: none;
}
}

@media screen and (max-width: 479px) {
.home .header__callus {
	top: 5px;
}
.callus-no>a, .callus-no > span, .callus-no i {
	font-size: 11px;
}
}
.error {
	color: red;
	font-size: 12px;
}
.chart p {
	font-size: 21px !important;
	font-weight: 700;
	color: #4F4B6B;
	margin-top: 11px;
}
.exchange-rate .index p {
	font-size: 16px !important;
	font-weight: 700;
	color: #4F4B6B;
	margin-top: 11px;
}
.refer-text {
	color: #fff !important;
	text-transform: none !important;
	font-size: 16px !important;
}
.refer-btn-div {
	width: 50%;
	padding-bottom: 15px;
	padding-top: 15px;
}
.refer-friend {
	font-weight: 600 !important;
	text-transform: none !important;
	color: #fff !important;
}

.text-color {
	color: #000;
}

/* MODAL WINDOW SCROLL ISSUE */
.modal { padding: 0 !important; }
@media (min-width: 768px) {
.modal-dialog {
	margin: 15px auto !important;
}
}
.modal-lg {
	width: 100% !important;
}
.offcanvas__social-circle {
	width: 50px !important;
	height: 50px !important;
}
/* ENABLES CURSOR BY DEFAULT MOUSE IVER */
.enableCursor {
	cursor: pointer !important;
}
#youSendSelect {
	cursor: pointer !important;
}
.land-page {
	z-index: 1;
}
.trustpilot-widget {
	background-color: #fff;
	padding: 4px 4px;
}
.trustpilot-widget a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.center-align {
	text-align: center;
}
.theyReceiveFlag {
	margin-left: 15px;
	font-size: 12px;
	font-weight: 500;
}
.youSendFlag {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 500;
}
.dashboard__tutorial {
	z-index: 1;
}
.recipient-card {
	cursor: pointer !important;
}
.recipient-card-grid {
	cursor: pointer !important;
}
.kore-chat-window {
	height: 43px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
.header__callus {
	right: 20px;
}
}
.round-loader {
	width: 70px;
	height: 70px;
	display: inline-block;
	font-size: 70px;
}
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(315deg, rgba(191,50,26,1) 1%, rgba(235,79,100,1) 100%);
	background: -o-linear-gradient(315deg, rgba(191,50,26,1) 1%, rgba(235,79,100,1) 100%);
	background: linear-gradient(135deg, rgba(191,50,26,1) 1%, rgba(235,79,100,1) 100%);
	z-index: 30000;
}
/* ajax loader for ajax calls. Muthu. 20190228 */
#ajax-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #bebebe;
	opacity: 0.7;
	/* background: -webkit-linear-gradient(315deg, rgba(191,50,26,1) 1%, rgba(235,79,100,1) 100%);
	background: -o-linear-gradient(315deg, rgba(191,50,26,1) 1%, rgba(235,79,100,1) 100%);
	background: linear-gradient(135deg, rgba(191,50,26,1) 1%, rgba(235,79,100,1) 100%); */
	z-index: 30000;
}
#ajax-preloader > div > span.round-loader
{
	width: 70px;
	height: 70px;
	display: inline-block;
	font-size: 70px;
	color: #C53625;
}
/* end ajax loader */
.contpre {
	width: 250px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -35px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 70px;
	-webkit-perspective: 140px;
	perspective: 140px;
}

/* flow*/
@-webkit-keyframes flip {
	0% { -webkit-transform: rotateY(0deg);}
	50% { -webkit-transform: rotateY(180deg);}
	100% { -webkit-transform: rotateY(360deg);}
}

@keyframes flip {
	0% {transform: rotateY(0deg); }
	50% {transform: rotateY(180deg); }
	100% {transform: rotateY(360deg); }
}
.flipper {
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.kore-chat-window {
	width: auto;
	text-align: center;
	display: block;
	background: transparent;
	padding: 0px;
	border: 0;
	outline: none;
	cursor: pointer;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 999;
	height: 43px;
}
.kore-chat-icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: cover;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;/*background-image: url(dist/img/talktozoey.jpg);*/
}

#timer-div {
	display:none;
} 

#tracktransaction_otp_resend.disabled, #forgotpwd_resendotp.disabled, #register_new_otp_resend.disabled, #forgot_resend_otp.disabled, #resendEmailVerifyOtpLinkId.disabled {
	pointer-events: none;
	cursor: default;
}
/*Loader*/
.bd-example-modal-lg .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}
.bd-example-modal-lg .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
	color: #c0331d;
}
/*Dashboard*/
.dashboard-recipient-status {
	left: 0;
}
.dashboard-recipient-favourite {
	position: absolute;
    right: 30px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
}
.dashboard-recipient-status.Active, .dashboard-recipient-status.Active:before {
	background: #28a745 !important;
}
.dashboard-recipient-status.Inactive, .dashboard-recipient-status.Inactive:before {
	background: #c03018 !important;
}
.card-number-icon:before {
	height: 0px !important;
}
/*Branch Locator*/
.custom-popup {
	padding-top: 10px;
}
.custom-header {
	padding-bottom: 15px;
	font-family: "Museo", sans-serif !important;
}
/*Add Bene Cashpayout Locator*/
.popup-cashpayout .search-results__col {
    width: 50%;
    padding: 10px 20px 10px 0;
}
.popup-cashpayout .search-results__item {
	cursor: pointer !important;
}
/*Bene All*/
.recipient-status {
	left: 0;
}
.favourite-recipient {
	position: absolute;
    right: 30px;
    top: 10px;
    z-index: 1;
	cursor: pointer;
}
.recipient-status.Active, .recipient-status.Active:before {
	background: #28a745 !important;
}
.recipient-status.Inactive, .recipient-status.Inactive:before {
	background: #c03018 !important;
}
.card-number-icon:before {
	height: 0px !important;
}
/*Bank All*/
.align-heading {
	text-align: left;
}

.steps-4.step-3-active::after {
	width: calc(100% - 32px);
}
.no-padding{ padding:0px !important; }
.account_type-phone {
	display: none
}
.mb-5 {
	margin-bottom: 7px
}
.show-block { display: block }
/* beneficiary view status */
/* #status_profile_recipient_view {
    background: #3DC2E3;!important;
} */

.card-number-icon.Active, .card-number-icon.Active:before {
	background: #28a745 !important;
}
.card-number-icon.Inactive, .card-number-icon.Inactive:before {
	background: #c03018 !important;
}

.disabled {
    color: #7E7A9C !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
	pointer-events: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #29b8d6;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-image:none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #29b8d6;
}
.transfer__table-title p.tax-no {
    font-size: 14px !important;
    line-height: 18px !important;
	word-break: break-word;
}
.w-540 mid text-center print {
	
	font-size: 30px;
}
.bank-cards .fees+.fees {
    margin-top: 10px;
}
.bank-cards .bank-card__bottom {
    background-color: rgba(231,231,239,0.3);
    padding: 16px 25px;
}

/* COMMNETED BELOW CSS DUE TO CHANGES IN SEND MONEY STEP3  */
/* .bank-cards .bank-card__top {
    padding: 40px 20px 20px 5px;
} */
@media (max-width: 600px) {
      .offcanvas__social-circle { width: 36px !important; height: 36px !important; font-size: 13px; margin-right: 10px; }
}

/* FOR FIXED DROPDOWN HEIGHT - FIX - START*/
/* .open>.dropdown-menu {
    display: block;
    max-height: 250px !important;
} */
/* FOR FIXED DROPDOWN HEIGHT - FIX - END */
.note { font-size: 10px; }
.question {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
	display:block;
}

.checkbox-valid-mess {
   border:1px solid #f00 !important;
}

.favourite-recipient img{height:25px;}
.favourite-recipient:hover img{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
 	 transform: scale(1.3);
}


.fullscreen__video2, .fullscreen__video3, .fullscreen__video4, .fullscreen__video5 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none
}

.agentmodal-lg{width: 96% !important;}
.agentmodal-lg section{min-height: 610px;}
.agentmodal-lg section .map-section__right{right: calc(0%);top:calc(11%);}
.agentmodal-lg section .search-results__grid{margin: 0 0;}
.grid_transaction_refNo {
    padding-left: 15px !important;
}
.pointer{
	cursor: pointer !important;
}
.registration-type .transfer-block{margin-top: 89px;}
.verify_code span.bs-caret{padding:0;}
.verify_code span.valid-mess{padding: 9px 15px 11px;text-align:justify;}

/* .extole-overlay-cta-wrapper{
	right: 70px!important;
	} */
	
.trns-recip{position:relative;margin-right:0;}

.trns-recip img{/*position:absolute;*/width:23px;height:23px;border-radius:50%;float:left;}
.trns-recip span{/*position:relative;left:30px;*/padding-left:5px;float:left;width:70%;word-wrap:break-word;}

/* .recipient-card-grid {
	background: #fff;
	padding: 5px 5px 5px;
	border-radius: 6px;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
	height: 290px;
}

.recipient-card-grid:hover {
	background-color: white;
	box-shadow: 0 0 25px 5px rgba(0,0,0,0.06)
}  */

.transfer__table .dropdown-menu .open ul{overflow:initial;}

/*search new css*/
.bs-searchbox{position: relative;padding: 4px 4px;}
.bs-searchbox::before { 
content: "\e91a";
color:#9390A5;
font-family:'icomoon' !important;
position:absolute;
top:9px;left:9px;
}
.bs-searchbox .form-control{height: 25px;padding: 0 0 0 25px;
font-size: 14px;font-weight: 500;text-transform: uppercase;}
.dd-search .dropdown-menu.inner .dropdown-header{
padding: 5px 13px;
font-size: 12px;
font-weight: 400;
color:#9A96B8;
}
.dd-search .select-wrap{justify-content: flex-start;}
.dd-search.btn-group .dropdown-menu li a.opt {padding-left:.80em}
.dd-search .dropdown-menu>li>a{padding: 6px 10px;}
.dd-search .dropdown-menu{margin:0px 0 0;padding:0;}
/* .dd-search .dropdown-menu>.active>a{background:none;} */
/*search new css*/
/* Customer Communication Consent starts*/
.checkbox-row.check-cross span:not(.check) {
    color: #4F4B6B
}
.checkbox-row.check-cross input[type=checkbox]:checked ~ .check {
    border-color: #fffff;
    background: #CE2626 url(../img/circle-successc4ca.svg?1) 50% 50% no-repeat;
    background-size: 30px 30px
}
.checkbox-row.check-cross input[type=checkbox]:checked ~ span {
    color: #9A96B8
}
.checkbox-row.check-cross .check { transition: none;}
/* Customer Communication Consent ends*/
/*customer says*/
.modal_fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    margin: 0 auto !important;
}
.modal_fullscreen .modal-body {
	padding: 0;
}
.fs_video_wrapper {
    position: relative;
}
.fs_video_wrapper iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*customer says*/

/* ZOE OVERLAP ISSUE FIX  */
.extole-overlay-cta-wrapper {
	z-index: 1029 !important;
}
/* ZOE OVERLAP ISSUE FIX  */

/* .home .header {
    padding-left: 40px !important;
    padding-right: 80px;
    position: relative;
}
 */
 
@media screen and (max-width: 1366px) {
.header__center {
    margin-right: 160px !important;
    padding-right: 90px !important;
    
}
}

.dropdown-header {
	padding: 3px 10px !important;
}

.w-70 > .dropdown-menu.open {
    width: 155px !important;
}

/* TRACKING HTML VIEW CHNAGES */
.martbspc {
       margin: 10px 0;
}
.pt-25 {
	padding-top: 25px !important;
}

.back-to-step1 {
    position: relative;
    color: #ACB0C7;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    display: block;
    margin-top: 40px;
}

/*index page Appstore icon*/

.playstr-index_action {
	display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-top:30px;
  	  margin-bottom:20px;
}

a.playstr-action__btn, .playstr-action__btn{
	/*color: #4F4B6B;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border: none;
    outline: none;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px;
    min-width: 200px;
    background: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;*/
    margin: 0 10px;
}
                
a.playstr-action__btn img, .playstr-action__btn img {
   height: 60px;
    margin-right: 10px;
}

.pos-callus-no {
    display: inline-block;
    position: relative;
    top: 10px;
    border-right: 1px solid #dde6ed;
    padding-right: 6px;
    text-align: right;
    font-size: 12px;
}
.pos-callus-no i {
    margin-left: 0;
    margin-right: 0;
    color: #ED3654;
    font-size: 16px;
}
.pos-callus-no > a, .pos-callus-no > span {
    color: #ED3654;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}
/* Trustpilot */
.round-x {
    width: 40px;
    height: 50px;
    font-size: 50px;
    margin-right: 14px;
    color: #c73233;
}
/*Voucher changes*/
.transfer__table-info-voucher {
    padding: 0px 15px;
}
.transfer__table-info-voucher .info-inner{margin-bottom:0;}
.transfer__table-info-voucher p {
	margin-top: 3px;
	color: #4F4B6B;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	word-break: break-word
}
@media (max-width: 767px){
.dashboard__trans-icon{top: 0px;}
}
.dashboard__tutorial__text ol{
	padding-inline-start:15px;
	}



/* STEP3 SEND MONEY CSS STARTS HERE*/
.lft-block {
   /*  padding: 40px; */
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 20px 60px rgba(45, 42, 81, 0.15)
}

/* @media screen and (max-width: 767px) {
    .lft-block {
        padding: 25px
    }
}

@media screen and (max-width: 400px) {
    .lft-block {
        padding: 20px
    }
} */

.lft-block h3 {
    text-transform: uppercase
}
.lft-block .flex-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.lft-block .section-p {
    padding: 30px 40px
}

@media screen and (max-width: 400px) {
    .lft-block .section-p {
        padding: 20px
    }
}
.registration-type .lft-block {
    margin-top: 30px;
    margin-bottom: 40px
}
/* STEP3 SEND MONEY CSS ENDS HERE*/

@media (max-width: 991px){
	.bottom__button__row {
		display:none;
	}
	.top__button__row {
		display:block;
	}
}
@media ( min-width : 992px) {
	.top__button__row {
		display: none;
	}
	.bottom__button__row {
		display: block;
	}
}
.logintooltip{ 
    color: #7E7A9C;
    cursor: pointer;
    margin-left: 3px;
}
/*bottom app store image for mobile*/
 .bottom_mobile_app{
	 display:none;
}

@media screen and (max-width: 479px) {
.bottom_mobile_app{
     display:block;
     position:fixed;
     bottom:0;
     width:100%;
     height:75px;
     border-top:1px solid #4c4c4c;
     background:#fff;
     z-index:10000;
}
#closebutton{
     color: #000;
     padding:6px;
     position: absolute;
     right: 0;
     background: #fff;
     font-size: 10px;
     border-top: 1px solid #4c4c4c;
     border-left: 1px solid #4c4c4c;
     border-radius: 8px 0 0 0;
     top: -22px;
}
.bottom_mobile_app p{    
     text-align:center;
     color:#000;
     font-weight:300;
     font-size:12px;
     line-height:18px;
}
.bottom_mobile_app img{
	/* width:25%; height: 25%;*/
}
/*bottom app store image for mobile end here*/
}
.res_callback a {
	color:#fff;
}

.header-w-b__right .dropdown {
 	 margin-left:5px;
  }

.home a.back-to-top {
  bottom:130px;
 }
 
 @media screen and (max-width: 1240px) {
.btns-transfer_space .btn-blue.voucher-btn{
	min-width:250px;
	}
}
@media screen and (max-width: 1120px) {
.btns-transfer_space .btn-blue.voucher-btn{
	padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    }
}
@media (max-width:991px) {
.reg-captcha_bdr{width:45%;}
}

@media (max-width:320px) {
.reg-captcha_bdr{width:35%;}
}
.transfer__table-title{
	height:105px;
}
@media (max-width: 767px)  {
	.transfer__table-title{
		padding: 20px 15px 20px;
		height: 90px;}
	.transfer__table-info .info-inner {
		height: 45px;
	}
 }
 .registration-type .block {
	 padding: 24px;
}

.dd-show {
    display: flex !important;
}

 /*.txn-opened {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
*/
.txn-dashboard-sidebar.txn-opened+.pusher {
    padding-left: 0;
}

.txn-dashboard-sidebar.txn-opened+.pusher .header {
    left: 0;
} 

/* @media (max-width:1180px) {
.txn-opened {
	-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(0%);
}
} */

.txn-dashboard-sidebar{    
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: #4f4b6b;
	overflow: hidden;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 101
	}
	
.txn-dashboard-sidebar.txn-opened{
		-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
	
}
@media (max-width:1024px) {
.txn-dashboard-sidebar {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
} 

.registration-type main {
	padding-top: 0px !important;
}

.txn-dashboard-sidebar+.pusher {
    padding-left: 280px;
}

@media ( max-width : 1180px) {
	.txn-dashboard-sidebar+.pusher {
		padding-left: 0;
	}
}
@media screen and (max-width: 575px) {
	.transfer__table .col-sm-3:nth-of-type(2n+1) .transfer__table-info-voucher,
		.transfer__table .col-sm-3:nth-of-type(2n) .transfer__table-info-voucher
		{
		padding-left: 25px;
		margin: 5px 0;
	}
}

@media screen and (max-width : 1280px) {
	.inner-menu li a {
		padding: 10px 10px !important;
	}
}

ul.nav.navbar-nav.sm-collapsible.post-side-menu li a {
    padding: 10px 40px;
    text-transform: capitalize;
}

ul.nav.navbar-nav.sm-collapsible.post-side-menu li {
    margin: 0;
}

.recipient-beneview-card {
    background: #fff;
    padding: 30px 20px 20px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    margin-bottom: 35px !important;
    cursor: pointer !important;
}
.recipient-beneview-content {
        /* text-align: left !important; */
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.checkbox-row.check-red input[type=checkbox]:checked~.check {
    border-color: #ffffff !important;
    background: #ffffff url(../img/circle-successc4ca.svg?1) 50% 50% no-repeat !important;
    background-size: 30px 30px !important;
}

.checkbox-row.check-red input[type=checkbox]:unchecked~.uncheck {
    border-color: #ffffff !important;
    background: #ffffff url(../img/circle-warningc4ca.svg?1) 50% 50% no-repeat !important;
    background-size: 30px 30px !important;
}

.dashboard_header_oldweb_link {
    position: absolute;
    font-size: 12px;
    text-decoration: underline;
    top: 1px;
    right: 8%;
}

@media only screen and (max-width: 479px) {
.modal-dialog {
overflow-y: scroll;
height: 100%;
}
}
/* Desktop: buttons inline */
.mob-apps__btns-wrap {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0rem;
}

/* Mobile: buttons stacked and centered */
@media (max-width: 600px) {
    .mob-apps__btns-wrap {
        flex-direction: column;
        align-items: center;      /* Center horizontally */
        justify-content: center;  /* Center vertically if needed */
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .mob-apps__btns-wrap img {
        height: 130px;
        margin-right: 0;          /* Remove right margin for stacked images */
        margin-bottom: 0.5rem;
    }
}

.pagination {
    gap: 5px;
}

.pagination .page-item .page-link {
    box-shadow: none !important;
    outline: none !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555 !important;
    border-color: #ececec;
    border-radius: 2px !important;
    font-size: 14px;
}

.pagination .page-item.active .page-link {
    color: #fff !important;
}

.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active {
    background-color: #e9ecef;
    border-color: #dbdee1;
}
.pagination .page-item.active .page-link, .form-control:focus {
    border-color: var(--vr-theme-color) !important;
}

.btn-custom, .nav-payout-accounts .active a, .pagination .page-item.active .page-link, .label-reaction-voted, .page-gallery .filters .active::after {
    background-color: var(--vr-theme-color) !important;
}
   .pagination .page-item .page-link {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
.justify-content-end {
  justify-content: flex-end !important;
}