@charset "ISO-8859-1";
.verticalAlignTextBottom{
	vertical-align: text-bottom;
}

.back {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0
		rgba(0, 0, 0, .12) !important;
	background: #e0e4e6;
}

.refershicon {
	background: none;
	border: none;
}
.text-danger {
    color: #FF0000!important;
}
.bg-gray{
	background: #F8F8F8;
}
/* .image-fade { */
/* 	-webkit-transform: rotate(360deg); */
/* 	-webkit-transition-duration: 5s; */
/* 	-webkit-transition: 1s; */
/* } */

img.scanborder {
	width: 82px;
	height: 82px;
}

p.scantext {
	font-size: 13px;
	margin-left: -14px;
	margin-top: 5px;
}
.headerBuild{
	background: #FFFFFF;
    box-shadow: 2px 8px 8px rgb(0 0 0 / 10%);
    width: 100%;
    height: 80px;
    padding: 0 30px;
    align-items: center;
    line-height: 80px;
    font-size: 16px;
    display: grid;
    grid-column-gap: 5px;
    overflow: hidden;
    grid-template-columns: 180px auto 180px;
    grid-row: none;
}
.lineHeight2{
	line-height: 2;
}
.cursorPointer{
	cursor: pointer;
}
.refreshWalletDiv{
	position: absolute;
    right: 0px;
}
.userInformation a{
	text-decoration: none!important;
}
.userInformationList{
	display:none;
	position: absolute;
    width: auto;
    height: auto;
    background: #ffffff;
    z-index: 9;
    top: 80px;
    right: 10px;
    padding: 10px 15px;
    box-shadow: 2px 8px 8px rgb(0 0 0 / 10%);
    border: 1px solid #EDEBE9;
}
.userInformation:hover .userInformationList{
	display:block;
}
.userInformationList a{
	line-height: 20px;
    display: block;
    padding: 8px 12px;
    color: #243C7B;
    font-size: 14px;
}
.userInformationList:before {
    content: "\A";
    border-style: solid;
    border-width: 0px 6px 9px 6px;
    border-color: transparent transparent #EDEBE9 transparent;
    position: absolute;
    top: -9px;
    left: 50%;
}
.pathFillWhite{
	fill: #ffffff !important;
}
.menuBuildWrap{
    position: relative;
    background-color: #243C7B;
    color: #fff;
    overflow: visible;
    box-shadow: 2px 8px 8px rgb(0 0 0 / 10%);
    display: block;
    width: 100%;
    height: 50px;
	margin-bottom: 0px;
	float: left;
}
.menuBuildWrap ul.menuBuild {
	height: 50px;
    max-width: 100%;
    margin: 0 10px;
    justify-content: space-around;
    align-items: center;
    display: grid;
    grid-column-gap: 5px;
    overflow: visible;
    grid-template-columns: repeat(12,auto);
}
.cashier.menuBuildWrap ul.menuBuild {
	display: inline-grid;
    grid-column-gap: 15px;
}
.menuBuildWrap ul.menuBuild  li {
	list-style: none;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.menuBuildWrap ul.menuBuild  li a:hover:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}
.menuBuildWrap ul.menuBuild  li a.active{
    font-weight: 600;
}
.menuBuildWrap ul.menuBuild  li a.active:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}
li.menuCollectBuild ul.moreMenu { 
	top: 44px;
    right: 0;
    left: auto;
    display: none;
    width: 200px;
    list-style: none;
    position: absolute;
    z-index: 9;
    background: #243C7B;
    border: 1px solid #D9D9D9;
}
li.menuCollectBuild:hover ul.moreMenu{
  display: block;
}
li.menuCollectBuild ul.moreMenu > li{
    border-bottom: 1px solid #D9D9D9;
    width: auto;
    color: #ffffff;
    padding: 0px;
    height: 50px;
    line-height: 3.5;
    font-size: 14px;
}
li.menuCollectBuild ul.moreMenu > li:hover{
	background: #243c7b;
    color: #fff;
}
li.menuCollectBuild a span{
	float: unset!important;
}
li.menuCollectBuild ul.moreMenu > li a{
	color: unset;
	text-decoration: unset;
	text-transform: capitalize;
	font-size: 14px;
    padding: 0 14px!important;
    width: 100%;
}
.blinking {
	background-color: #ff8800;
    display: inline-block;
    min-width: 10px;
    padding: 6px 7px!important;
    font-size: 12px;
    line-height: 8px!important;
    color: #ffffff!important;
    text-align: center;
    white-space: nowrap;
    float: unset!important;
    vertical-align: middle;
    border-radius: 10px;
    margin: 0 0 0 4px;
    animation: blinker 4s linear infinite;
    text-transform: capitalize;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.rotating {
    animation: rotating 2s linear infinite;
}
@keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.menuBuildWrap ul.menuBuild  li > a{
	text-decoration: unset;
	text-transform: capitalize;
	font-size: 15px;
    padding: unset!important;
	color: #fff;
}
.userInfoText{
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}
.footerBuild{
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    box-shadow: 2px 0px 8px rgb(0 0 0 / 10%);
    width: 100%;
    bottom: 0;
    height: 76px;
    font-size: 14px;
}
.lineHeight60{
	line-height: 60px;
}
.mobileMenuButton{
	width: 40px;
	background: #243c7b;
	line-height: 60px;
}
.overflowHidden{
	overflow: hidden;
}
.overflowScrollY{
	overflow-y: scroll!important
}
.walletDiv{
	width: 100%;
    display: grid;
    grid-column-gap: 5px;
    overflow: hidden;
    grid-template-columns: repeat(3,auto);
}
.walletDivList{
	width: 100%;
    display: grid;
    grid-column-gap: 5px;
    overflow: hidden;
    grid-template-columns: repeat(5,auto);
    align-items: center;
	height: 80px;
}
.walletDivList p{
	white-space: nowrap;
    color: #243C7B;
    width: auto;
    font-size: 13px;
}
.minHeight70{
	min-height: 70rem!important;
}
.parentBuild{
	display: grid;
    grid-column-gap: 5px;
    overflow: hidden;
    grid-template-columns: 20% 80%;
    min-height: 70rem;
}
.parentBuild .navigationBar a{
	height: 60px;
    color: #171717;
    font-size: 12px;
    display: grid;
    width: 100%;
    line-height: 17px;
    align-items: center;
    grid-template-columns: 35px auto;
    border-bottom: 1px solid #eee;
}
.parentBuild .navigationBar a span {
    font-size: 14px;
}
.parentBuild .navigationBar a.active {
    color: #243C7B;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
}
.parentBuild .navigationBar{
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 10px 10px;
}
path.black {
    fill: #333333;
}
.titleBuild{
	font-size: 20px;
	font-weight: 600;
	padding: 20px 15px;
	margin: 10px 0;
}
ul.aepsDeviceList{
    display: grid;
    list-style-type: none;
    justify-content: space-around;
    align-items: baseline;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
    grid-template-columns: repeat(6,170px);
    grid-row-gap: 26px;
}
ul.aepsDeviceList li img{
	width: 100px;
    padding: 5px 16px;
    height: 80px;
    border: 1px solid rgba(36, 60, 123, 0.5);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
ul.aepsDeviceCheckbox{
	display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
ul.aepsDeviceCheckbox li {
    border: 1px solid rgba(36, 60, 123, 0.5);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
ul.aepsDeviceCheckbox li img {
	width: 100px;
    padding: 5px 16px;
    height: 80px;
}
ul.aepsDeviceCheckbox li .title {
	width: 100px;
    padding: 0px 6px 10px 6px;
    text-align: center;
    word-wrap: break-word;
    height: 45px;
    font-size: 11px;
}
.checkboxCustom>input{
	width: 22px;
    height: 21px;
    margin-top: -1px;
    opacity: 0 ;
}
.checkboxCustom.active{
	background: #243c7b;
}
.checkboxCustom.active:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkboxCustom{
	position: absolute;
    background: white;
    top: -8px;
    right: 0;
    height: 21px;
    border: 1px solid #243C7B;
    border-radius: 6px;
    display: block;
    width: 23px;
    cursor: pointer;
}
.favouriteBanksList {
    display: flex;
    margin: 2% 0;
    justify-content: flex-start;
}
.favouriteBanks {
    border: 1px solid #8A8886;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 12px;
    margin: 0 12px 0 0;
    cursor: pointer;
}
.favouriteBanks.active, .favouriteBanks:hover {
    border: 1px solid #004a8f;
   	outline: 1px solid #004a8f;
}
ul.fastCash{
	list-style: none;
   	padding: 0;
}
ul.fastCash li{
   	display: inline-block;
    margin: 0px 5px 0px 0px;
}
ul.fastCash li a {
       padding: 6px 12px;
    display: block;
    border: 1px solid #8A8886;
    color: #b4b3b3;
    margin-bottom: 10px;
    text-decoration: none;
}
ul.fastCash li a.active, .fastCash li a:hover {
    background: #004a8f;
    color: #fff;
}
.blueCircle{
	width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50% auto;	
}
@keyframes loadingspin {
	100% {
			transform: rotate(360deg)
	}
}
.loadingspinner {
    pointer-events: none;
    width: 2.5em;
    height: 2.5em;
    border: 0.4em solid transparent;
    border-color: #eee;
    border-top-color: #3E67EC;
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
}
.modalConfirm .modal-header {
    background: #243c7b;
   	border: 0px solid #ffffff;
}
.modalConfirm h4.modal-title {
    color: #ffffff;
}
.modalConfirm .close {
    color: #ffffff;
    opacity: 1;
    margin-top: 4px;
}
.verticalAlignMiddle{
	vertical-align: middle;
}
table.aepslimit td{
	padding: 15px 7px!important;
}
.RBLImportantCommunicationList{
	display: grid;
    grid-column-gap: 5px;
    overflow: hidden;
    grid-row-gap: 5px;
    grid-template-rows: repeat(2,auto);
    grid-template-columns: repeat(3,auto);
}
#cashDeliveryDataTable_wrapper button.dt-button{
	border: 1px solid #243C7B;
    border-radius: 2px;
    font-size: 14px;
    color: #243C7B;
    background: transparent;
}
#cashDeliveryDataTable_wrapper #cashDeliveryDataTable_filter{
	float: right;
    position: relative;
    margin: -5.5% 19% 0 0;
}
#cashDeliveryDataTable_wrapper #cashDeliveryDataTable_filter label{
	color: transparent;
    height: 0px;
}
#cashDeliveryDataTable_wrapper #cashDeliveryDataTable_filter input[type="search"]{
    border: 1px solid #F5F5F5;
    padding: 12px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    color:#4F4F4F;
}
.pointer_events_none{
	pointer-events: none;
}
.tableBuildDiv {
    margin: 20px 0;
}
.tableBuildDiv .dataTables_filter{
	float: left!important;
}
.tableBuildDiv div.dt-buttons{
	float: right;
    position: relative;
    margin: 0 0 10px 0;
}
.leadManagementReportTableDiv{
	margin-top: 20px;
	padding: 15px;
}
.tableBuildDiv button.dt-button.disabled{
	display:none;
}
.tableBuildDiv button.dt-button:not(.disabled){
	border: 1px solid #243C7B;
    border-radius: 2px;
    font-size: 14px;
    color: #243C7B;
    margin: 0;
    background: transparent;
    width: 100%;
	height: 40px;
	width: 170px;
}
.tableBuildDiv label{
	color: transparent;
}
.tableBuildDiv input[type="search"]{
    width: 100%;
    background: #FFFFFF;
    font-size: 12px;
    color: #4F4F4F;
    height:32px;
}
.tableBuildDiv th{
	border: 0px solid #ffffff !important;
}
.tableBuildDiv .shown + tr>td{
	border-top: 0px solid #F5F5F5!important;
}
.tableBuildDiv tfoot{
	display:none;
}
.tableBuildDiv td,.tableBuildDiv tr:not(tr:first-child) > th{
    font-size: 14px;
    border-top: 0px solid #F5F5F5!important;
    padding: 8px 16px!important;
}
.tableBuildDiv>thead:first-child>tr:first-child>th{
	padding: 0!important;
}
.tableBuildDiv .dataTables_wrapper .dataTables_paginate .paginate_button:hover,.tableBuildDiv .dataTables_wrapper .dataTables_paginate .paginate_button.current{
	border: 1px solid #666666;
	background: #243c7b;
	color: #ffffff!important;
}
.tableBuildDiv .dataTables_wrapper .dataTables_paginate .paginate_button{
	border: 1px solid #666666;
    border-radius: 2px;
    background: transparent;
    padding: 2px;
    font-size: 14px;
}
.loading .message{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.loading>.message>img {
    display: block;
    margin: 0 auto 20px auto!important;
}
.width170{
	width: 170px;
}
.input-group.date .form-control{
	border-right: 0px solid #000000;
}
.input-group-addon:last-child{
	background: transparent;
/*     padding: 6px 0px; */
    padding: 6px;
    cursor: pointer;
}
.bootstrap-select>.dropdown-toggle{
	border: 1px solid #ccc!important;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%)!important;
}
.t0{
	top: 0%!important;
}
.bootstrap-select .dropdown-menu,.bootstrap-select .dropdown-menu .inner{
	    min-height: auto!important;
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}
.overflowVisible1{
	overflow: visible;
}
.pl-3{
	padding-left: 3%!important;
}
.fw-100{
	font-weight: 100;
}
.subscriptionBox{
	border-top: 1px solid rgb(0 0 0 / 12%);
}
.mt-2{
    margin-top: 2%;
}
.font48{
    font-size: 48px;
}
.borderRadiusTR{
	border-radius: 10px 10px 0 0;
}
.bg-light-blue{
	background: rgb(36 60 123 / 15%);
}
.subscriptionBox>.spanLabel .greenSpan{
	color: #FFFFFF;
    background: #2B6F32;
}
.buttonstyle.disabled{
	background-color: #666666;
    pointer-events: none;
}
.data-varified>.svg-icon{
	fill: #008000;
    width: 26px;
}
.data-not-varified>.svg-icon{
	fill: #BB0A1E;
    width: 26px;
}
.data-varified>.svg-icon{
	fill: #008000;
    width: 26px;
}
.subscriptionList{
	position: absolute;
    left: -40px;
    top: 5px;
}
@media screen and (max-width: 767px) {
	.userInformation:hover .userInformationList{
		display:none;
	}
	.userInformation.active .userInformationList{
		display:block;
	}
	.favouriteBanksList{
		flex-direction: column;
	}
	.favouriteBanks{
		margin: 12px 0 0 0;
	}
	ul.aepsDeviceCheckbox li{
		margin: 10px;
	}
	.xs-t7{
		top: 7%!important;
	}
	.xs-padding-left-30{
	    padding-left: 30px!important;
	}
	.xs-padding-right-0{
    	padding-right: 0!important;
    }
	.xs-overflowScrollY{
		overflow-y: scroll!important;
	}
	.xs-float-left{
		float: left!important;
	}
}
@media screen and (max-width: 1199px){
	.walletDivList{
    	grid-template-columns: repeat(2,auto);
    	line-height: 1;
	}
	ul.aepsDeviceList{
		grid-template-columns: repeat(3,30%);
	}
}
@media screen and (max-width: 991px){
	.userInfoText{
		width: 80px;
	}
}
@media (max-width: 767px){
	.footerBuild {
	    position: relative;
	    display: flex;
	    padding: 4px 14px!important;
	    box-shadow: 2px 0px 8px rgb(0 0 0 / 10%);
	    width: 100%;
	    bottom: 0;
	    height: 100px;
	    flex-wrap: wrap;
	    align-items: center;
	    max-height: 100px!important;
	}
	.menuBuildWrap ul.menuBuild{
	    height: 100%;
	    overflow-y: scroll;
	    width: 100%;
	    margin: 0;
	    max-width: 100%;
	    display: block!important;
	}
	.menuBuildWrap ul.menuBuild  li{
		width: 100%!important;
	    position: relative;
	    margin: 0;
	    display: block;
	}
/* 	.menuBuildWrap ul.menuBuild  li:hover { */
/* 	    border-left: 2px solid #fff; */
/* 	    border-bottom: 0px solid red; */
/* 	} */
	ul.menuCollectBuild{
		display:none;
	}
	.menuBuildWrap ul.menuBuild  li.active{
	    font-weight: 600;
	    border-bottom: 0px solid #fff;
	}
	.menuBuildWrap ul.menuBuild  li.active a:after{
		border-left: 2px solid #00b9f5;
	    bottom: 14px;
	    content: "";
	    left: -15px;
	    position: absolute;
	    right: 0;
	    top: 14px;
	    z-index: 9;
	}
}
@media (max-width: 767px){
	.pull-left-xs {
    float: right!important;
}
	.subSubmenuFlexXs{
		display: flex;
	    gap: 32px;
	    padding-left: 0;
	}
	.refreshWalletDiv{
		top: 30%;
    	right: 10%;
	}
	.walletDivList{
		line-height: 30px;
    	border-top: 1px solid #243C7B;
    	grid-template-columns: repeat(1,auto);
    	padding: 10px;
    	height: 100%;
	}
	.headerBuild {
	    display: flex;
	    flex-wrap: wrap;
	    height: 100%;
	    line-height: 60px;
	}
	.headerLogoXs{
		left: 40px;
	    position: absolute;
	    top: 7px;
	    z-index: 9;
	}
	.xs-text-white{
		color: #ffffff!important;
	}
	path.xs-fill-white{
		fill: #ffffff;
	}
	.headerScanPayXs{
		position: absolute;
		left: 75px;
		top: 0px;
		z-index: 99;
		line-height: 60px;
	}
	.userInformation{
		line-height: 60px;
		margin-right: 30px;
	}
	.order2Xs{
		order:2;
	}
	.user-dropper .user-drop {
	    left: auto;
	    min-width: 100%;
	    top: 50%!important;
	    position: absolute;
	}
	.xs-background-blue{
		background: #243c7b;
	}
	.userInformationList{
		top:60px;
	}
	.userInformationList:before{
		left: unset;
    	right: 20%;
	}
	.RBLImportantCommunicationList{
	    grid-template-rows: repeat(6,auto);
	    grid-template-columns: repeat(1,auto);
	}
	.parentBuild {
	    grid-template-columns: repeat(1,100%);
	    min-height: 50px;
	}
	.parentBuild .navigationBar{
		display: grid;
	    align-items: center;
	    box-shadow: none;
	    overflow-x: scroll;
	    grid-template-columns: repeat(10, auto); 
	    grid-column-gap: 32px;
		padding: 10px;
	}
	.parentBuild .navigationBar .reports{
	    grid-template-columns: repeat(17, auto);
	}
	.parentBuild .navigationBar a{
		border-bottom: 0px solid #00000040;
		white-space: nowrap;
	}
	.parentBuild .navigationBar a.active {
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
	ul.aepsDeviceList{
		grid-template-columns: repeat(2,50%);
	}
	.tableBuildDiv div.dt-buttons,.tableBuildDiv button.dt-button:not(.disabled){
		width: 100%!important;
	}
	.xs-my-10{
		margin: 10px 0;
	}

}
#ajaxLoad , #innrePageAjaxload{
	display: block!important;
}
 .modal-backdrop.show {
     opacity: .5!important;
 }
 .fade {
     opacity:1!important;
     
 }
 .modal.show .modal-dialog {
     -webkit-transform: translate(0,0);
     -ms-transform: translate(0,0);
     -o-transform: translate(0,0);
     transform: translate(0,0)!important;
 }
 
 .select2-container{
	 width: 100% !important;
 }