[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-    ng-cloak {
        display: none !important;
    }
body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    background: #F5F6FA;
}

html {
    position: relative;
    min-height: 100%;
}

/* BASIC THEME CONFIGURATION */
body {
    color: #323054;
    /*background: #222438;*/
    font-family: 'Muli', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    cursor:pointer;
    color:#323054;
}

::selection {
    background: #68dff0;
    color: #fff;
}

::-moz-selection {
    background: #68dff0;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}
.hide {
display:none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #797979;
}

.box-shadow {
    -webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.f13 {
    font-size:13px;
}
.f14 {
    font-size:14px;
}
.f15 {
    font-size:15px;
}
.f16 {
    font-size:16px;
}
.f17 {
    font-size:17px;
}
.f18 {
    font-size:18px;
}
.f19 {
    font-size:19px;
}
.f20 {
    font-size:20px;
}
.f21 {
    font-size:21px;
}
input.placeholderTrans::-webkit-input-placeholder {
    color: #dadada;
}

input.placeholderTrans:-moz-placeholder {
    color: #dadada;
}

input.placeholderTrans::-moz-placeholder {
    color: #dadada;
}

input.placeholderTrans:-ms-input-placeholder {
    color: #dadada;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 0.3;
    pointer-events:none;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
    background-color: #68dff0;
}
.bg-themeLight {
    background: #F5F6FA;
}
.bg-grayLight{
    background: #F9F9FB;
}
.bg-theme, .darkBluebg {
    background-color: #323054;
}
.bg-gray{
    background-color:#5B5B64;
}
.bg-pink, .pinkBg {
    background-color: #3f0e40;
    cursor:pointer;
}
.bg-orange, .orangeBg{
    background-color:#FF6D00;
}
.bg-red, .redBg{
    background-color:#ff0000;
}
.bg-success, .bg-green, .greenBg {
    background-color: #2BA809;
}
.greenBg2 {
    background-color: #3b7806;
}
.btn-success {
    background-color: #2BA809;
    color: #fff;
    background-color: #2BA809;
    border-color: #2BA809;
}
.text-theme {
    color:#323054;
}
.cursor-pointer {
    cursor:pointer;
}
.underline {
    text-decoration:underline;
}
.text-black {
color:#000000;
}
.text-pink, .pinkColor {
color:#3f0e40 !important;
}
.redColor {
color:#ff0000 !important;
}
.greenColor, .text-green {
    color:#08C900 !important;
}
.orangeColor {
    color:#FF6D00 !important;
}
select.text-white option {
    color: #323054;
}
.minH38 {
min-height:38px;
}
/*sidebar navigation*/

.asideLeft {
        width: 210px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    box-shadow: 2px 2
}
.header .asideLeft {
    box-shadow: 0px 0px 0px 0px #ccc;
    border-radius: 0px;
    padding: 11px 5px 12px 15px !important;
    display: flex;
    justify-content: space-between;
        background: #3f0e40 !important;
}
.asideLeft .card { 
    background: #3f0e40 !important;
        }
.contentMiddle {
       width: calc(100% - 210px);
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 3px 0px 6px #ccc;
    padding: 1px 0px 9px;
    height:66px;
}

.logoWrapper{
    border-bottom-right-radius: 0.25rem;
}
.logoWrapper .menuIcon .fa {
    font-size:20px;
    color:#323054;
    padding-right: 6px;
}
.accountManagerDetails {
line-height:16px;
}

.logoutText i.fa {
font-size:24px;
/*display:block;*/
}
.logoutText.logoutTag{
        vertical-align: middle;
    line-height: 16px;
    border-top: 0.5px solid #3f0e40;
    border-bottom: 0.5px solid #3f0e40;
    border-left: 0.5px solid #3f0e40;
    padding-top: 10px;
    padding-bottom: 7px;
}
.backPageLink {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}
.HeadermenuName{
    font-weight: 600;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 2px 2px #d985e7;

}
.logoWrapper.border-right {
    border-right: 1px solid #323054 !important;
}

/*** Main Menu ****/
ul.sidebar-menu li.active a .activeColor{
  fill:#3f0e40;  
  fill: #fff;
}
ul.sidebar-menu li a svg{
    vertical-align: bottom;
    margin-right: 4px;
}
 ul.sidebar-menu li a svg{
   -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0,.5) );
   filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0,.5) );
   filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0,.5) );
}
 ul.sidebar-menu li.active a svg{
   -webkit-filter: drop-shadow( 0px 0px 5px rgba(191, 61, 218,0.5));
   filter: drop-shadow( 0px 0px 5px rgba(191, 61, 218,0.5));
   filter: drop-shadow( 0px 0px 5px rgba(191, 61, 218,0.5));
}
#sidebar {
    /*width:190px;*/
    height: 100%;
    position: fixed;
    padding-top: 66px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    z-index:1;
    background: #a663b3;
    background:#3f0e40;
}
#sidebar h5 {
    color: #f2f2f2;
    font-weight: 700;
}
#sidebar ul li {
position: relative;
    padding-left: opx;
    margin-bottom: 0px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    /* padding: 8px 0px 9px; */
    margin: 0px;
}

ul.sidebar-menu li a {
    color: #f1f1f1;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 10px 0 8px 5px;
    font-size: 14px;
    line-height: 22px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    padding-left: 7px;
    border-radius: 0px;
        padding: 14px 8px 14px !important;
}
.sidebar-closed ul.sidebar-menu li a {
    padding: 14px 0px 14px !important;
}

.sidebar-closed  .contentMiddle {
    width: calc(100% - 35px);
}
.sidebar-closed ul.sidebar-menu li .fa {
    padding-left: 3px !important;
}
ul.sidebar-menu li.border-bottom, .asideLeft .border-bottom {
    border-bottom: 1px solid #4a4a4e !important;
}
 
ul.sidebar-menu li a:hover, ul.sidebar-menu li.active a {
    font-weight: 700;
  
    -webkit-box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.2);
    -moz-box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.2);
    box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.2);
}
ul.sidebar-menu li:hover, ul.sidebar-menu li.active {
background:#2ba809;
}

ul.sidebar-menu li.active a, ul.sidebar-menu li:hover a {
    color: #fff;font-weight:500;
}

ul.sidebar-menu li.active a {
    color: #ffffff;
}
ul.sidebar-menu li a svg {
    fill: #fff !important;
}
/*ul.sidebar-menu li.active a .fa {
    color: #3f0e40 !important;
}*/
/* MAIN CONTENT CONFIGURATION */
#main-content {
   padding-top: 80px;    
    width: calc(100% - 210px);
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.DMCMasterPage #main-content {
     width: calc(100% - 0px);
}
.header, .footer {
    min-height: 60px;
    padding: 0px 0px;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
    box-shadow: none;
    background: white;
    background: #3f0e40;
    box-shadow: 0px 0px 0px #ccc;
    padding: 0px 0px 0px;
}
.header.box-shadow {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.header .bg-pink {
    box-shadow: 0px 0px 0px #ccc;
    display: flex;
    width: 100;
    margin: 0px !important;
    padding: 11px 0px 12px;
    justify-content: flex-end;
    margin: 0px;
    /* padding: 0px; */
    width: 65px;
    background: #fff;
    background:#3f0e40;
}
.navbar.navbar-expand-lg {padding:0px !important;}
a.logo {
    width: 120px;
     -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    height:42px;
}
a.logo img {
    width: 100%;
    max-width: 105px;
    height:38px;
}
a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}
span.toggleBtn {
    width: 40px;
    height: 13px;
    background: rgba(255,255,255,0.8);
    display: inline-block;
    border-radius: 50px;
    position:relative;
}
span.toggleBtn:before {
    content: '';
    display: block;
    position: absolute;
    background: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    z-index: 1;
    top: -3px;
}
.AccManLabel {
    position: absolute;
    top: -10px;
    padding-left: 27px;
    padding-right: 10px;
    margin-left: 5px;
    font-size: 13px;
}
.AccManLabel > span{
    position:absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    top: -5px;
    left: -8px;
}
/*** Menu Animation***/
#Maincontainer .top-menu .card-body:not(.profileLink), #Maincontainer .top-menu .card-body.profileLink > a > span {
     -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#Maincontainer.sidebar-closed .logoWrapper.asideLeft {
   width: 40px;
   padding-left:10px !important;
}
#Maincontainer.sidebar-closed .asideLeft {
    width: 40px;
}
#Maincontainer.sidebar-closed a.logo {
    width: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 42px;
}
#Maincontainer.sidebar-closed  #main-content {
    width: calc(100% - 40px);
}
#Maincontainer.sidebar-closed #sidebar ul li {
    width: 38px;
    overflow: hidden;
    padding-left: 5px;
}
#Maincontainer.sidebar-closed .top-menu .card-body:not(.profileLink) {
    margin-left:-190px;
    font-size: 0px;
    padding:0 !important;
}
#Maincontainer.sidebar-closed .top-menu .card-body:not(.profileLink) .profileName {
    font-size: 0px;
    padding:0 !important;
}
 #Maincontainer.sidebar-closed .top-menu .card-body.profileLink > a > span {
    width: 0;
    padding:0 !important;
     font-size: 0px;
    
}
#Maincontainer.sidebar-closed .top-menu .card-body.profileLink{
    padding-left: 0px !important;
}
#Maincontainer.sidebar-closed .top-menu .card-body.profileLink a {
    font-size: 16px;
    /*display: block;*/
    border-right:none !important;
    overflow:hidden;
    padding-left:13px !important;
}
#Maincontainer.sidebar-closed .footerText {
    display: none;
}
/****Pofile Details**/
.profileName {
font-size:16px;
}
.profileLink a, .footerText a {
    font-size: 13px;color: #fff !important;
}
 .profileName.text-pink {
     color: #fff !important;
 }
.profileLink a i.fa{
    margin-right:3px;
}

/***Process details***/
.processDetailsBtn {
    line-height: 16px;
}
.processDetailsBtn.btnCompleted {
    border-left: 4px solid #2BA809;
}
.processDetailsBtn.btnPending {
    border-left: 4px solid #FD7012;
}


/***Custom Accordion**/
.customAccordion .card-header h5 button:hover, .customAccordion .card-header h5 button:focus{
    color:#323054;
    text-decoration:none;
}
.customAccordion .card-header h5 button:not(.collapsed) .fa-plus-circle{
    display:none;
}
.customAccordion .card-header h5 button.collapsed .fa-minus-circle{
    display:none;
}
.customAccordion .card-header h5 button .accordionIcon  {
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;

}
.customAccordion .card-header h5 button.collapsed .accordionIcon {
    -moz-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg);
}

/**Dashboard Page Right Section***/
.cusdashboardLayout {
    font-size: 15px;
        font-size: 15px;
    height: 75vh;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.greenBox {
    -webkit-box-shadow: 1px 1px 4px rgba(43, 168, 9, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(43, 168, 9, 0.4);
    box-shadow: 1px 1px 4px rgba(43, 168, 9, 0.4);
}
.orangeBox {
    -webkit-box-shadow: 1px 1px 4px rgba(255, 109, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(255, 109, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(255, 109, 0, 0.4);
}
.pinkBox {
    -webkit-box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.4);
    box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.4);
}
.redBox{
    -webkit-box-shadow: 1px 1px 4px rgba(255, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(255, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(255, 0, 0, 0.4);
}

.redColor {  color: #ff0000;}

.greenBox .textColor {
    color: #2BA809;
    border-color: #2BA809;
}
.orangeBox .textColor {
    color: #FF6D00;
    border-color: #FF6D00;
}
.pinkBox .textColor {
    color: #3f0e40;
    border-color: #3f0e40;
}
.redBox .textColor {
    color: #ff0000;
    border-color: #ff0000;
}
.viewBtn, .viewBtn:hover,.viewBtn:focus {
    border-radius: 25px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#312F53;
    background:#ffffff;
    border-color:#312F53;
    border-width: 1.5px;
    font-weight: 600;
}
.greenBox .viewBtn.btn.btn-outline-secondary, .greenBox .viewBtn.btn.btn-outline-secondary:hover, .greenBox .viewBtn.btn.btn-outline-secondary:focus, .greenBox .viewBtn.btn.btn-outline-secondary:active {
    color: #2BA809;
    border-color: #2BA809;
    background:#ffffff;
}
.greenBox .viewBtn.btn.btn-outline-secondary:focus, .greenBox .viewBtn.btn.btn-outline-secondary:active{
        box-shadow: 0 0 0 0.2rem rgba(43, 168, 9, 0.5);
}
.orangeBox .viewBtn.btn.btn-outline-secondary, .orangeBox .viewBtn.btn.btn-outline-secondary:hover, .orangeBox .viewBtn.btn.btn-outline-secondary:focus, .orangeBox .viewBtn.btn.btn-outline-secondary:active {
    color: #FF6D00;
    border-color: #FF6D00;
    background:#ffffff;
}
.orangeBox .viewBtn.btn.btn-outline-secondary:focus, .orangeBox .viewBtn.btn.btn-outline-secondary:active{
        box-shadow: 0 0 0 0.2rem rgba(255, 109, 0, 0.5);
}
.pinkBox .viewBtn.btn.btn-outline-secondary, .pinkBox .viewBtn.btn.btn-outline-secondary:hover, .pinkBox .viewBtn.btn.btn-outline-secondary:focus, .pinkBox .viewBtn.btn.btn-outline-secondary:active {
    color: #3f0e40;
    border-color: #3f0e40;
}
.pinkBox .viewBtn.btn.btn-outline-secondary:focus, .pinkBox .viewBtn.btn.btn-outline-secondary:active{
        box-shadow: 0 0 0 0.2rem rgba(191, 61, 218, 0.5);
}
.redBox .viewBtn.btn.btn-outline-secondary, .redBox .viewBtn.btn.btn-outline-secondary:hover, .redBox .viewBtn.btn.btn-outline-secondary:focus, .redBox .viewBtn.btn.btn-outline-secondary:active {
    color: #ff0000;
    border-color: #ff0000;
}
.redBox .viewBtn.btn.btn-outline-secondary:focus, .redBox .viewBtn.btn.btn-outline-secondary:active{
        box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.PayBtn {
    border-radius: 25px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.greenBox .PayBtn {
    background-color: #2BA809;
    color:#ffffff;
    border-color: #2BA809;
}
.orangeBox .PayBtn {
    background-color: #FF6D00;
    color:#ffffff;
    border-color: #FF6D00;
}
.pinkBox .PayBtn {
    background-color: #3f0e40;
    color:#ffffff;
    border-color: #3f0e40;
}
.redBox .PayBtn {
    background-color: #ff0000;
    color:#ffffff;
    border-color: #ff0000;
}
.NoResultFound {
    background-color: #ffffff;
    padding: 10px;
    color: #323054;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 82px;
}
/*.TableOverflow  {
    max-height:650px;
    overflow:auto;
}*/

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px  #323054;
    background:rgba(0, 0, 0, 0.2);
}
 
::-webkit-scrollbar-thumb {
  background-color: #323054;
  outline: 1px solid #323054;
}


/****Rate Checker DashBoard****/
.ds-Right{
        font-size: 15px;
            -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
}
.ds-Right .fixedRight{
    width: 260px;
    position:fixed;
}
.ds-Right .border {
    border: 1px dashed #cccccc !important;
}
.ds-Right .border-bottom{
     border-bottom: 1px dashed #cccccc !important;
}

span.liveshape {
    top: 0;
    right: 0;
    background: red;
    color: #ffffff;
    font-weight: 700;
    margin: auto;
    position: absolute;
    padding: 5px 8px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 12px;
}
span.liveshape img {
    width: 8px;
    vertical-align: initial;
    margin-right: 5px;
}
.liveshape.disbledLive {
   background: #8e8a8a !IMPORTANT;
}
.overflowHidden {
    overflow:hidden;
}
.noWrap {
        white-space: nowrap;
}

.f13 {
    font-size:13px;
}
 .rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.text-red {
    color:#ff0000;
}
.rateValueCalcwrapper {
    position: relative;
}
.rateValueCalcwrapper label.topLabel {
    position: absolute;
    top: -2px;
    left: 12px;
    background: #ffffff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}
.rateValueCalcwrapper .form-control{
    border-color:#323054;
}

.rateValueCalcwrapper .btn-secondary:not(:disabled):not(.disabled):active, .rateValueCalcwrapper .btn-secondary:not(:disabled):not(.disabled).active, .rateValueCalcwrapper .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #323054;
    border-color: #323054;
}
.rateValueCalcwrapper input[type="radio"]:checked + label.btn-secondary  {
    color: #fff;
    background-color: #323054;
    border-color: #323054;
}
.rateValueCalcwrapper .btn-secondary {
    color: #323054;
    background-color: #fff;
    border-color: #323054;
    font-weight:600;
}
.rateValueCalcwrapper .errorMsg{
    line-height: 15px;
    z-index: 1;
}
.RC-note {
font-size:11px;
}
.startRemittanceBtn {
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
/***Flag ***/
.select-cur {
    position: relative;
    border: 1px solid #323054;
    padding: 4px 0px 6px;
    padding-left: 42px;
    width: auto;
    display: inline-block;
    background: #ffffff;
    border-radius: 4px;
}
.select-cur select{
    border: none;
    color: #323054;
    outline: none;
    vertical-align: middle;
    font-size:13px;
}
.flag {
    background: url('/images/flags.png');
    width: 33px;
    height: 21px;
    position: absolute;
    left: 6px;
}

.USD {
    background-position: -10px -9px;
}

.GBP {
    background-position: -53px -9px;
}

.EUR {
    background-position: -96px -9px;
}

.AUD {
    background-position: -139px -9px;
}

.CAD {
    background-position: -182px -9px;
}

.SGD {
    background-position: -225px -9px;
}

.AED {
    background-position: -268px -9px;
}

.JPY {
    background-position: -311px -9px;
}

.SEK {
    background-position: -354px -9px;
}

.THB {
    background-position: -397px -9px;
}

.ZAR {
    background-position: -440px -9px;
}

.SAR {
    background-position: -483px -9px;
}

.NZD {
    background-position: -527px -9px;
}

.KWD {
    background-position: -570px -9px;
}

.HKD {
    background-position: -614px -9px;
}

.CHF {
    background-position: -657px -9px;
}

.BHD {
    background-position: -699px -9px;
}

.CNY {
    background-position: -743px -9px;
}

.DKK {
    background-position: -787px -9px;
}

.LKR {
    background-position: -10px -39px;
}

.MUR {
    background-position: -53px -39px;
}

.MYR {
    background-position: -96px -39px;
}

.NOK {
    background-position: -139px -39px;
}

.OMR {
    background-position: -182px -39px;
}

.QAR {
    background-position: -225px -39px;
}

.RUB {
    background-position: -268px -39px;
}

.IDR {
    background-position: -311px -39px;
}

.INR {
    background-position: -354px -39px;
}

/***Market Rates***/
.afterMarketRatesSec {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background: rgba(39,38,66,0.95);
            z-index: 9;
            color: #ffffff;
            /*display: table;*/
            height: 100%;
            width: 100%;
            vertical-align: middle;
        }
        .AMRcontent {
            /*display: table-cell;*/
            vertical-align: middle;
            padding: 0 15px;
            /*padding-bottom: 150px;*/
            text-align: center;
        }
        .maarketRatesBtn {
            margin-top: 50px;
            font-size: 14px;
            width: 90%;
            border-radius: 50px;
            height: 45px;
            outline:none;
        }
    .iconMark {
        margin-bottom:20px;
        font-size: 45px;
        color:#3EB41F;
    }

/***Footer***/
.footerText {
       position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #dee2e6;
    padding: 10px 10px !important;
}
.footerMenu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

.IEPopupOverlay {
    display:none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    /*.wt-table td {
        position: relative;
        z-index:-1;
    }
    .wt-table td > *{
        position: relative;
        z-index:1;
    }*/
    
    .IEPopupOverlay {
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    filter: blur(5px);
      -ms-filter: blur(5px);
    -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');

}
.IEcontent {
    /*display: table-cell;
    vertical-align: middle;*/
     background: #333D4D;
    text-align: center;
    color:#ffffff;
    -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
   border-radius: 5px;
    width:80%;
    padding:40px 0;
    margin:auto;

    margin-top:130px;
}
.IEcontent a {
    color:#ffffff;
}
.bIcon .fa {
    font-size: 50px;
}
.IEcontent .PopupLogo {
    margin-bottom: 30px;
}
.unSupport .bIcon {
      margin-bottom: 10px;
}
.unSupport p.Unsuptext {
font-size:20px;
font-weight:600;
margin-bottom:15px;
color:#ffffff;
}
.unSupport .Popuptagline {
    font-size:16px;
font-weight:400;
margin-bottom:30px;
color:#ffffff;
}
.subInnerBox ul {
overflow:hidden;
padding:0;
margin:0;
}
.subBox {
    display: inline-block;
}
.subBox:first-child {
    margin-right:20px
}
.subInnerBox {
    padding:23px 35px 25px;
   border: 1px dashed #858A95;   
    -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
   border-radius: 3px;
    margin-bottom: 10px;
    background: #2E3441;
}
.subBTitle {
    font-size: 16px;
}
    .subInnerBox ul li {
   display:inline-block;
   margin-right:75px;
    }
        .subInnerBox ul li a {
        color:#ffffff;
        text-decoration:underline;
            -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
        }
        .subInnerBox ul li a:hover {
        
        text-decoration:none;
        }
        .subInnerBox ul li a .fa {
        position:relative;
        margin-right:3px;
        left:0;
        z-index:1;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
      
        }
        .subInnerBox ul li a:hover .fa {
        left:5px;
        }
        .subInnerBox ul li p {
            margin-top:10px;
        margin-bottom:0;
        font-size:15px;
        }
        .subInnerBox ul li:last-child {
        margin-right:8px
        }

.IEPopupOverlay .fa-internet-explorer{
    color:#279FF9;
}
.IEPopupOverlay .fa-chrome{
    color:#2CBB84;
}
.IEPopupOverlay .fa-firefox{
    color:#FB6E3D;
}
.IEPopupOverlay .fa-edge{
    color:#279FF9;
}
.IEPopupOverlay .fa-opera{
    color:#F52C3D;
}
.IEPopupOverlay .fa-safari{
    color:#3BBFF6;
}

}

/***Modal Popup Code**/
.modal-title {
    color: #ffffff;
    font-size: 18px;
}
.modal-header {
    background: #323054;
}
.close {
    color:#ffffff !important;
}

@media (min-width: 768px) {

}






@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

.crumbsDesign {
    width: 80%;
}
.crumbsDesign li  a{
    width: 100%;
    display: inline-block;
    background: #ffffff;
    padding: 15px 20px 14px 40px;
    line-height: 15px;
        position: relative;
}
.crumbsDesign li:first-child a {
    padding-left:15px;
}

.crumbsDesign li{
    width:25%;
    float:left;
}
.crumbsDesign span.listNameCrumbs {
    font-weight: bold;
    display: block;
    line-height: 11px;
}
.crumbsDesign li.progressLink a {
        background: #323054;
    color: #ffffff;
}
.crumbsDesign  li .GenTxt, .crumbsDesign  li.completed .PendingTxt {
    display: none;
}
.crumbsDesign  li.completed .GenTxt {
    display: inline;
}

/*.crumbsDesign li a:before {
    content: '';
    display: block;
    border-left: 28.5px solid #ffffff;
    border-top: 28.5px solid transparent;
    border-bottom: 28.5px solid transparent;
    position: absolute;
    left: 97%;
    top: 0;
    z-index: 9;
}*/
    .crumbsDesign li a:after {
        content: "";
        position: absolute;
        left: calc(100% - 0.5px);
        top: 0;
        z-index: 9;
        width: 0;
        height: 0;
        box-sizing: border-box;
        border: 20px solid #ffffff;
        /*border-color: #ffffff #ffffff transparent transparent;*/
        transform-origin: 0 0;
        transform: rotate(45deg);
        box-shadow: 1px -1px 0px 0 rgba(0, 0, 0, 0.2);
}
    .crumbsDesign li.progressLink a:after {
        border-color: #323054;
    }

.crumbs {
    text-align: left;
    /*margin-bottom:30px;*/
    overflow: hidden;
    margin-left: 20px;
}



    .crumbs ul {
        list-style: none;
        display: inline-table;
        padding: 0;
        /*margin-left: -14px;*/
        /*border-bottom: 2px solid #323054;*/
        /*width: 115%;*/
        width: 100%;
        position: relative;
        /*left: -15px;*/
        /*margin-top:65px;*/
        margin-top: 15px;
        margin-bottom: 35px;
        padding-left: 10px;
    }

        .crumbs ul li {
            display: inline;
        }

span.crumbsIcon.fa {
    background: #E4E4E4;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    /*top: -50px;*/
    top: 0;
    left: 0;
    text-align: center;
    font-size: 19px;
    color: #000000;
}

    span.crumbsIcon.fa:before {
        content: "\f250";
    }

.progress span.crumbsIcon.fa {
    color: #ffffff;
    background: #3f0e40;
    box-shadow: 0 0 0 3px #e1cbea;
}

    .progress span.crumbsIcon.fa:after {
        content: '';
        display: block;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 50px;
        height: 50px;
        border: 1px solid #3f0e40;
        border-radius: 50%;
    }

    .progress span.crumbsIcon.fa:before {
        content: "\f251";
    }

.completed span.crumbsIcon.fa {
    color: #ffffff;
    background: #323054;
    box-shadow: 0 0 0 3px #cccccc;
}

    .completed span.crumbsIcon.fa:before {
        content: "\f00c";
    }

.crumbs ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #E4E4E4;
    position: absolute;
    /*top: -32px;*/
    right: 100%;
    z-index: -1;
}

.crumbs ul li.progress a:after {
    background: #3f0e40;
    box-shadow: 0 0 0 2px #e1cbea;
}

.crumbs ul li.completed a:after {
    background: #323054;
    box-shadow: 0 0 0 2px #cccccc;
}

.crumbs ul li:first-child a:after {
    display: none;
}


.crumbs ul li a {
    display: block;
    float: left;
    text-align: left;
    position: relative;
    margin: 0 5px 0 0;
    width: 24%;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    font-weight: 300;
    padding-left: 3px;
    cursor: default;
}

    .crumbs ul li a span:last-child {
        padding-left: 45px;
    }

span.crumbsIcon.fa {
    background: #E4E4E4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    /*top: -50px;*/
}

.crumbs ul li:last-child a {
    /*width: 210px;*/
}




/**** ****/



#AnnouncementsCarousel .carousel-indicators li {
    background: #cccccc;
    width:6px;
    height:6px;
}
#AnnouncementsCarousel .carousel-indicators li.active {
    background: #312F53;
}
#AnnouncementsCarousel .carousel-indicators {
    bottom:-8px;
}
#AnnouncementsCarousel .carousel-item {
    min-height: 60px;
    max-height: 60px;
    overflow: auto;
}

.headerText{
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
}

label.topLable {
    position: absolute;
    top: -10px;
    background: #ffffff;
    left: 17px;
    padding: 3px 5px;
    z-index: 9;
    margin:0;
    font-size:12px;
    line-height:13px;
}
label.topLable {
    position: relative;
    top: 0px;
    background: #ffffff;
    left: 0px;
    padding: 3px 5px 10px;
    z-index: 9;
    margin: 0;
    font-size: 12px;
    line-height: 13px;
}
.border-color {
    border-color: #323054 !important;
}
.toggleAbsolute{
     position: absolute;
    bottom: 4.4px;
    right: 5px;
}
.cusTableDesign table{
    border-spacing: 0px 10px;
    border-collapse: separate;
    margin-bottom: 0;
}
.cusTableDesign table.paddingTB7 td {
    padding-top:7px;
    padding-bottom:7px;
}
.cusTableDesign table.positionRelative td {
    position:relative;
}
.cusTableDesign th {
    background: #312F53;
    color: #ffffff;
   
}
.cusTableDesign td {
    background: #ffffff;
    color: #312F53;
    border-bottom: 1px solid #dee2e6;  
    vertical-align: middle; 
}
.cusTableDesign th:first-child, .cusTableDesign td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.cusTableDesign th:last-child, .cusTableDesign td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*.cusTableDesign th:not(:first-child):not(:last-child) {
     box-shadow: 1px 0px 6px #d6d5e7;
}
.cusTableDesign th:first-child{
     box-shadow: 1px 0px 6px #d6d5e7;
}
.cusTableDesign th:last-child{
     box-shadow: -1px 0px 6px #d6d5e7;
}*/
.cusTableDesign td:not(:first-child):not(:last-child) {
    
     box-shadow:  6px 0px 8px 0px #d6d5e7;
}
.cusTableDesign td:first-child{
      box-shadow: -1px 0px 6px #d6d5e7;
}
.cusTableDesign td:last-child{
     box-shadow: 3px 0px 6px #d6d5e7;
}




.CustomTab .nav-tabs .nav-link {
    font-size: 15px;
    color: #323054;
    border:0;
    border-bottom: 5px solid #ffffff;
}
.CustomTab .nav-tabs .nav-link.active {
    font-size: 15px;
    font-weight:600;
    color: #3f0e40 ;
    border-bottom: 5px solid #3f0e40;   
}

/***KYC Page***/
.kycWhiteBox .viewBtn, .kycWhiteBox .viewBtn:hover, .kycWhiteBox .viewBtn:focus {
    border-radius:5px;
}
.kycWhiteBox .pCustom {
    padding-top: 0.814rem   !important;
    padding-bottom: 0.814rem  !important;
}
.kycWhiteBox .mbCustom {
    margin-bottom: 0.75rem !important;
}
.leftSideAccordion .card-header .btn {
    border-bottom: 4px solid #ffffff;
    font-size:18px;
}
.leftSideAccordion .card-header .btn:not(.collapsed), .leftSideAccordion .card-header .btn.btnActive {
    border-bottom: 4px solid #3f0e40;
}
.leftSideAccordion .card-header .btn:hover, .leftSideAccordion .card-header .btn:focus {
    text-decoration:none;
}
.leftSideAccordion .list-group-item, .leftSideAccordion .list-group-item:hover {
    border-top: 2px solid #F5F6FA;
    border-bottom: 2px solid #F5F6FA;
    cursor:pointer;
}
span.TileResult {
    min-width: 130px;
    display: inline-block;
    text-align: right;
}
.badge-danger {
background-color:#ff0000;
}
.badge-success {
background-color: #2BA809;
}
.badge-orange {
background-color: #FF6D00;
}
.badge-pink {
background-color: #3f0e40 ;
}
.leftSideAccordion .list-group-item:not(.groupActive) .groupActiveIcon {
    display:none;
}
.border-theme {
border-color:#323054;
}
.rounded-left-circle{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.rounded-right-circle{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}



.progressBarCus {
    position: absolute;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    left: 0;  
}
.progressBarCus .progress{
    height: 0.5rem;
    background:transparent;
}
.progressBarCus .progress .progress-bar:first-child {
     border-top-left-radius: 25px;
     border-bottom-left-radius: 25px;
     border-top-right-radius: 25px;
     border-bottom-right-radius: 25px;
     position: relative;
}
.progressBarCus .progress .progress-bar:last-child{
     border-top-right-radius: 25px;
     border-bottom-right-radius: 25px;
     margin-left:-3px;
}

/***Invioces css***/
.textOverflow {
    display:inline-block;
    max-width:80px;
    text-overflow:ellipsis;
    overflow:hidden;
    vertical-align:middle;
    width:100%;
}
.liveTextRed {
    background: #ff0000;
    color: #ffffff;
    padding: 1px 2px 1px 2px;
    font-weight: bold;
    top: 8px;
    left: -11px;
    position: absolute;
    transform: rotate(90deg);
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    border-right: 1px solid #ff0000;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.liveTextRed:after {
  content:'';
  display:inline-block;
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;   
  border-left:8px solid #ff0000; 
  position:absolute;
  margin:auto;
  top:0;
  bottom:0;
  right:-8px;
  z-index:-1;
}
.click-expand.active .fa-plus-square{
    display:none;
}
.click-expand:not(.active) .fa-minus-square{
    display:none;
}
.cusTableDesign .table td.CusInvInnerTable {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
.cusTableDesign .table td.CusInvInnerTable table.table{
    background:transparent;
    margin-top: -10px;
    margin-bottom: -10px;
}


/***Loader CSS****/
.loadUploading {
    /*background: rgba(255,255,255,0);*/
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

.UpWrapper {
    max-width: 600px;
    height: 160px;
    padding: 50px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #3f0e40;
    font-weight: 600;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.2);
    -moz-box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.2);
    box-shadow: 1px 1px 4px rgba(191, 61, 218, 0.2);
}

    .UpWrapper .progress {
        height: 20px;
        margin-top: 10px;
        border: 1px solid #cccccc;
    }

.progress-bar {
    background-color: #3f0e40;
}


.load-message {
    background: rgba(255,255,255,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

.cssload-loader {
    width: 244px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px;
    color: #3f0e40;
    letter-spacing: 0.2em;
    text-shadow: 1px 0px 1px #000000;
}

    .cssload-loader::before, .cssload-loader::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: #3f0e40;
        position: absolute;
        animation: cssload-load 0.81s infinite alternate ease-in-out;
        -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
        -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
    }

    .cssload-loader::before {
        top: 0;
    }

    .cssload-loader::after {
        bottom: 0;
    }

    @keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-o-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-ms-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-webkit-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-moz-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}




/***Pagination***/
.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pagination li a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    font-size:14px;
    line-height: 1.25;
    color: #323054;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.active a {
    background-color: #323054;
    color:#ffffff;
}



.popover-body td label {
    margin-bottom:0;
}
.popover-body table {
    border-color:#323054;
}
.popover-body td {
    padding:2px 5px;
    color:#323054;
    border-color:#323054;
    vertical-align:middle;
    font-weight:600;
}
.popover-body table:first-child tr:last-child td {
    background-color:#323054;
    color:#ffffff;
}
.popover-body p {
    margin-bottom:0;
    color:#323054;
}

.beneficTopWrapper .iconLabel{
    font-size: 13px;
    height: auto;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 7px;
}
.beneficTopWrapper {
position:absolute;
top:-14px;
left:25px;
z-index:1;
}

.beneficTopWrapperRight {
position:absolute;
top:-14px;
right:25px;
z-index:1;
}

.beneficTopWrapperRight .iconLabel{
    font-size: 13px;
    height: auto;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 7px;
}

.beneficTopWrapper .flag{
    position: relative;
    left: 0px;
    display: inline-block;
    vertical-align: bottom;
}
.beneficTopWrapper .iconLabel:first-child{
    padding: 3px 5px 3px 3px;
}
.beneficSec .rounded {
    border-radius: 0.45rem !important;
}
.beneficSec .box-shadow {
    -webkit-box-shadow: 1px 1px 4px rgba(249,249,251, 0.2);
    -moz-box-shadow: 1px 1px 4px rgba(249,249,251, 0.2);
    box-shadow: 1px 1px 4px rgba(249,249,251, 0.2);
}
.beneficBox .border-bottom, .beneficBox .border-right {
    border-width: 2.5px !important;
    border-color: #F5F6FA !important;
}
.Maxcontainer {
    max-width: 1400px;
}

.heightScrollBar{
    overflow: auto;
    height: calc(100vh - 170px);
}


    @media screen and (max-width:1400px) {
        .kycDetailsTitle {
            max-width:400px;
            font-size:14px !important;
        }
        .maarketRatesBtn {
            font-size: 17px;
        }

        .ds-Right {
            font-size: 13px;
        }
        .cusdashboardLayout {
            font-size: 13px;
        }     
        .NoResultFound {
            font-size: 13px;
            line-height: 76px;
        }
        /*.form-control {
            padding: 3px 5px;
            font-size: 13px;
        }*/
        .leftSideAccordion .card-header .btn {           
            font-size: 14px;
        }
        .cusTableDesign td {
            font-size:13px;
        }
        span.invoiceNumSpan {
            white-space: nowrap;
            padding-left: 5px !important;
        }
        .tdDealValue {
            width:150px !important;
        }
    }
    @media screen and (max-width: 1400px){
        .maarketRatesBtn {
            font-size: 14px;
            font-weight: 600;
        }
        .profileName {
            font-size: 15px;
        }
        .ds-Right.ds-right--oshConnect .fixedRight {
    width: 218px;
}
        .ds-Right.ds-right--oshConnect {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 200px;
    max-width: 200px;
    font-size: 13px;
}

    }
@media screen and (max-height: 767px) {
    #sidebar {
    padding-top:70px;
    }
    .profileName {
        font-size: 14px;
    }
    ul#nav-accordion.sidebar-menu {
        margin-top: 10px !important;
    }
    #sidebar ul li {
    margin-bottom:5px;
    }
    .footerText ul{
        margin-bottom:5px !important;
    }
    .footerText {
    line-height: 16px;
}
}
    @media screen and (max-width: 991px){
        .contentMiddle {
            display:none !important;
        }
    }
 @media screen and (max-width: 767px){
    .ds-Right {
        font-size: 13px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ds-Right .fixedRight {
        max-width: 260px;
        width:100%;
        position: relative;
    }
  .ds-Right {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom:20px;
}
  .ds-Left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
    .footerText {
    display:none;
    }

}

@media screen and (max-width: 600px) {
    .ds-Right .fixedRight {
        max-width: 100%;
    }
}

.cusTableDesign table{
    border-spacing: 0px 10px;
    border-collapse: separate;
    margin-bottom: 0;
}
.cusTableDesign th {
    background: #312F53;
    color: #ffffff;
    
}
.cusTableDesign td {
    background: #ffffff;
    color: #312F53;
    border-bottom: 1px solid #dee2e6;  
    vertical-align: middle; 
}
.cusTableDesign th:first-child, .cusTableDesign td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.cusTableDesign th:last-child, .cusTableDesign td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*.cusTableDesign th:not(:first-child):not(:last-child) {
     box-shadow: 1px 0px 6px #d6d5e7;
}
.cusTableDesign th:first-child{
     box-shadow: 1px 0px 6px #d6d5e7;
}
.cusTableDesign th:last-child{
     box-shadow: -1px 0px 6px #d6d5e7;
}*/
.cusTableDesign td:not(:first-child):not(:last-child) {
    
     box-shadow:  6px 0px 8px 0px #d6d5e7;
}
.cusTableDesign td:first-child{
      box-shadow: -1px 0px 6px #d6d5e7;
}
.cusTableDesign td:last-child{
     box-shadow: 3px 0px 6px #d6d5e7;
}



/**Reset Bootstrap Css***/
.popover {
    max-width:100%;
}


.popup-Overlay {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    margin: auto;
    opacity: 1;
}

.popUpContent {
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 0px 0px;
    z-index: 101;
    min-width: 600px;
    margin: auto;
    padding: 30px;
    border: 1px dashed #ffffff;
    background-color: #45405E;
    max-width: 600px;
    width: 100%;
}

.GrayBg {
    background: rgba(208, 201, 201, 0.47);
    padding: 10px 10px 1px;
    margin-bottom: 10px;
}

.popUpContent .popupInner-content {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #656565;
    margin-top: 20px;
    padding: 20px;
}

.popupInner-content label {
    display: block;
    color: #656565;
    font-size: 16px;
    margin-bottom: 10px;
}


.cusTableDesign table .InnerTableDesign {
    border-spacing: 0px 0px;
    border-collapse: collapse;
    margin-bottom: 0;
    width:100%;
}
.cusTableDesign.MultiTable > table > tbody >tr > td {
    padding:0;
}
.cusTableDesign .InnerTableDesign td{
    box-shadow:none !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.multiColorTd td{
    background:#FCF2DD
}
.cusTableDesign .InnerTableDesign .multiColorTd td {
border-color:#323054;
}
.bottomRow {
font-weight:bold;
}

.bottomRow td:first-child{
    background:#EEFCDD;text-align:right;border-right:0.5px solid #323054;
}
.bottomRow td:last-child{
    background:#FCDEDD;text-align:left;border-left:0.5px solid #323054;
}
.bottomRow span a{
    text-decoration:underline;
}
    .bottomRow span {
    padding-top:2px;
    font-size:12px;
    }
    .bottomRow.fourRow span{
      padding:7px 10px;  
        width:50%;
        font-weight:bold;font-size:14px;
    }

    td.LeftBorder {
    border-left: 1px solid;
}

    /***Table Fixed***/
    .AmountTd {
        width: 270px;
    }
    .DealValueTd{
        width: 180px;
        text-align:right !important;
    }
    .InvoiceDateTd {
        text-align: right;
        width: 293px;
    }
    .ProcessTd {
    width: 200px;
}
    .ActionTd {
    width: 200px;
}
    .deleteTd {
    width: 40px;
}
    a.text-underline {
    text-decoration: underline !important;
}
.partPaymentTable td{
    vertical-align:middle;
   
    border-color:#323054 !important;
}
.partPaymentTable tr:not(:first-child) td{
    border-top:1px dashed #323054; 
}
.partPaymentTable tr:not(:last-child) td{
    border-bottom:1px dashed #323054; 
}



/***** Progress Section Being *******/
.progressSec {
width:100%;
max-width:1000px;
}
.progressList:after {
    content: '';
    right: -10px;
    top: 25px;
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 18px solid #ffffff;
    border-color: transparent #fff #fff transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        z-index: 1;
}
.progressList.activeList {
background:#312F53;
}
.progressList.activeList p{
    color:#ffffff;
}
.progressList.activeList:after {
border-color: transparent #312F53 #312F53 transparent;
}

/***Create Remittance***/
.cusRadioYesNo .form-check input[type="radio"]{
    position: absolute;
    opacity: 0;
}
.cusRadioYesNo .form-check label {
    /*color:#323054;
    font-weight:bold;
    border-bottom:2px solid transparent;   
    padding-left:5px;
    padding-right:5px;*/

    color:#868484;
    background-color:rgba(0, 0, 0, 0.2);
    padding:5px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;

}
.cusRadioYesNo .form-check:first-child label .fa:before {
   content:'\f00c'
}
.cusRadioYesNo .form-check:last-child label .fa:before {
   content:'\f00d'
}
.cusRadioYesNo .form-check:first-child input[type="radio"]:checked + label {
    color:#2BA809;
    /*border-bottom:2px solid #2BA809;*/
     background-color:#2BA809;
    color:#fff;
    padding:5px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
.cusRadioYesNo .form-check:last-child input[type="radio"]:checked + label {
    color:#ff0000;
    /*border-bottom:2px solid #ff0000;*/
    background-color:#2BA809;
    color:#fff;
    padding:5px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;

}

.btnPurpose {
    background: #ffffff;
    border: 1.4px dashed #B6B5C2;
    min-width: 140px;
    font-size: 12px;
    text-align: left;
    line-height: 11px;
    min-height: 45px;
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #B6B5C2 !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 6px 7px;
    position:relative;
}
.btnPurpose.selectedPurpose {
    color:#323054 !important;
     border:1.5px solid #3f0e40;
}
    .btnPurpose.selectedPurpose:before {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    background: #3f0e40;
    color: #ffffff;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px;
    font-size: 10px;
}



    .cusTableDesign table .InnerTableDesign {
    border-spacing: 0px 0px;
    border-collapse: collapse;
    margin-bottom: 0;
    width:100%;
}
.cusTableDesign.MultiTable > table > tbody >tr > td {
    padding:0;
}
.cusTableDesign .InnerTableDesign td{
    box-shadow:none !important;
}
.multiColorTd td{
    background:#FCF2DD
}


.border-color {
    border-color: #cecece !important;
}


.createDealUp.multipleUpload {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin-top: 20px;
}

    .createDealUp.multipleUpload.AfterUploadSuc {
        background: #eef0f7;
        border: 1px solid #cccccc;
    }

    .multipleUpload .fileInput {
    width: 0;
    height: 0;
    outline: none;
    box-shadow: none;
    opacity: 0;
    position: relative;
    z-index: -1;
}

    .onoff {

  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #ff0000;
  border-radius: 50px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
}
.onoff label:after {
  content: 'NO';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.onoff input:checked + label {
  background: #2BA809;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: 'YES';
  color: #ffffff;
}
.onoff input:checked + label:before {
  left: 38px;
}

.onoff input[type=checkbox][disabled] + label {
    cursor: not-allowed;
    opacity: 0.5;
}


.customCheck {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.customCheck input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.customCheck label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
}
.customCheck input:checked ~ label::before {
    color: #fff;
    background-color: #007bff;
    border: 2px solid #007bff;
}
.customCheck label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    font: normal normal normal 14px/1 FontAwesome;
    color:#ffffff;
        font-size: 12px;
    text-align: center;
    line-height: 17px;
}
.customCheck input:checked ~ label::after {
    content:'\f00c';
}

.SearchTravellers {
    max-width: 800px;
}


.cusRadioBtn {
    background: #EEEEEE;
    border-radius: 5px;
    width: auto;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #cccccc;
}
.cusRadioBtn > div {
    display: inline-block;
    float: left;
    width: auto;
}
.cusRadioBtn input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.cusRadioBtn input[type="radio"] + label {
    cursor: pointer;
    width: auto;
    padding: 0 15px;
    min-width: 56px;
    border-radius: 5px;
    height: 34px;
    margin-bottom: 0;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
    display: inline-block;
}
.cusRadioBtn input[type="radio"]:checked + label {
    background-color: #3f0e40;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-weight: 600;
}
.cusRadioBtn input[type=radio][disabled] + label {
    cursor: not-allowed;
    opacity: 0.5;
}

 input::-webkit-input-placeholder {
    color: #ced4da;
    font-size:12px;
}
 input:-moz-placeholder {
    color: #ced4da;
    font-size:12px;
}

 input::-moz-placeholder {
    color: #ced4da;
    font-size:12px;
}

 input:-ms-input-placeholder {
    color: #ced4da;
    font-size:12px;
}
.businessAccPage .form-control {
    padding: 0.175rem 0.75rem;
}

 /*body{
    background: #F5F6FA url(/../AgentCss/images/Corner-Bottom-R.png) no-repeat 100% 100%;
    background-size: 400px;
    padding-bottom: 170px !important;
 }*/
    

 .upload-btn {
    width: auto;
    background: #333;
    color: #fff;
    padding: 5px 18px;
    border-radius: 5px;
    cursor: pointer;
    height: 34px;
    line-height: 25px;
    margin-bottom: 0;
}
.custable_transaction .acc-tbl td {
border:none;
padding:6px;
}
.custable_transaction .acc-tbl tr:last-child td {
    border-top: 1px dashed #000000;
}
.invoiceList > div.listValue {
    min-width: 180px;
    font-size: 15px;
    line-height: 18px;
}

.UploadKyc-box {
    background: #323054;
    color: #ffffff;
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: 4px 4px 9px #dddddd;
}
.UploadKycTitle {
    font-size: 15px;
    font-weight: 400;
    height: 42px;
    overflow: hidden;
    margin-bottom: 15px;
}
.borderLeftList {
    border-left: 4px solid #323054;
}
.UploadKycView {
    text-decoration: underline;
    cursor: pointer;
}
.cbp_tmtimeline > li:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #323054;
    left: -20px;
    height: 111%;
}
.cbp_tmtimeline > li:last-child:before {
            display: none;
        }

.cbp_tmtimeline > li .cbp_tmicon {
    position: absolute;
   left: -25px;
    top: 0;
    z-index: 1;
}
.cbp_tmtimeline li{
    position:relative;
}
.BtnShowPOP {
    background: #3EB41F;
    color: #ffffff;
    padding: 5px 10px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}

.BtnViewPOP {
    background: #797979;
    color: #ffffff;
    padding: 5px 10px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}

    .BtnShowPOP:hover, .BtnViewPOP:hover {
        color: #ffffff;
    }



    
 .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.addClassAnimate.animateElement .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
  
}

 .Orangemark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #FF6C00;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.Orangemark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #FF6C00;
  animation: fillOrange .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
@keyframes fillOrange {
  100% {
    box-shadow: inset 0px 0px 0px 30px #FF6C00;
  }
  
}

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #ffffff;
  }
  40% {
    stroke: #ffffff;
  }
  66% {
    stroke: #ffffff;
  }
  80%, 90% {
    stroke: #ffffff;
  }
}
@keyframes color {
  0% {
    stroke: #ffffff;
  }
  40% {
    stroke: #ffffff;
  }
  66% {
    stroke: #ffffff;
  }
  80%, 90% {
    stroke: #ffffff;
  }
}


 .crossmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ff0000;
  fill: none;
 animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.crossmark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ff0000;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #ff0000;
  animation: fillred .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.crossmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.cross__path {
  stroke: #ffffff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}
 .cross__path--right {
  animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}
.cross__path--left {
  animation: 1s ease 0.8s normal forwards 1 running stroke;
}
@keyframes fillred {
  100% {
    box-shadow: inset 0px 0px 0px 30px #ff0000;
  }
  
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
.circleOrange {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  background-color:#FF6D00;
  border-radius:50%;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
      padding: 5px 0px 0 5px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.panPopupBox {
    position: relative;
    width: 135px;
    height: 160px;
    box-shadow: 0px 0px 6px #ced4da;
    border-radius: 10px;
}
.imageIconDiv{
    height:42px;
    width:40px;
    display:block;
    margin-bottom:3px;
    margin: auto;
}
.loaderImage {
    position: absolute;
    top: calc(100% + -19px);
        font-size: 12px;
        left: 0;
    right: 0;
    margin: auto;
}


.borderDashed {
    border: 1px dashed #323054;
}
.popupDeposit-Overlay {
    background-color: rgba(0,0,0,0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    margin: auto;
    opacity: 1;
}
.popupDepositContent {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 0px 0px;
    z-index: 101;
    min-width: 430px;
    margin: auto;
    padding: 30px 40px;  
    background-color: #ffffff;
    max-width: 430px;
    width: 100%;
}
.popupDepositContent .closeIcon {
    position:absolute;
    right:20px;
    top:15px;
}
.h45{
    height: 45px !important;
    font-size: 16px;
}
.border-Pinkcolor {
    border-color: #3f0e40 !important;
}
.scanIcons img {
    width: 38px;
}

/*Agent Css by subhash*/

.ds-left--oshConnect .cusTableDesign th {
    font-size: 0.7rem;
}
.ds-left--oshConnect .f14 {
    font-size: 12px;
}
.ds-left--oshConnect .btn-outline-primary {
   color: #757893;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 2px 1px 0px #ccc;
    font-size: 0.75rem;
    border-radius: 6px;
    font-weight: 600;
}

.ds-left--oshConnect .btn-outline-primary:hover {
    color: #2f2e2e;
    background-color: #fff;
    border-color: #fff;
       font-size: 0.75rem;
    border-radius: 6px;
    font-weight: 600;
}
.ds-left--oshConnect .input-group-prepend .input-group-text {
    box-shadow: 4px 2px 4px #ccc;
    cursor: pointer;
}
.ds-left--oshConnect .input-group-prepend .ng-pristine {
    box-shadow: 4px 2px 4px #ccc;
    margin-right: 5px;
    padding: 0px 5px 4px;
}
 .ds-left--oshConnect .addExistingTravellerBtn {
     padding: 0px 12px;
 }
.ds-Right.ds-right--oshConnect {
            -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    max-width: 225px;
    font-size: 13px;
}
.ds-Right.ds-right--oshConnect .fixedRight {
    width: 225px;
}

.rates-info-oshConnect .flag {
    width: 27px;
}
.rates-info-oshConnect .select-cur {
    padding-left: 34px;
}
.text-pink--oshStrip, .orangeBg {
    /*background-color: #0095DA;
    margin-left: -28px;
    color: #fff;
    font-weight: 500 !important;
    display: flex;
    justify-content: space-between;
}*/
.bg-red, .redBg {
    background-color: #ff0000;
}
.text-pink--oshStrip .ng-binding {
    margin-left: 20px;
}

.text-pink--oshStrip .fa-file {
 margin-top: 5px;
}

.transaction-oshConnect .viewBtn, .transaction-oshConnect .viewBtn:hover, .transaction-oshConnect .viewBtn:focus {
        color: #0095DA;
    background: #ffffff;
    border-color: #0095DA;
}
.oshConnect--remittance .crumbsDesign span.listNameCrumbs {
        font-size: 12px;
    font-weight: 600;
}
.oshConnect--remittance .orangeColor {
color: #0095DA !important;
    font-weight: 600;
}

.oshConnect--remittance .crumbsDesign li a {
    padding: 12px 20px 9px 40px;
}
.oshConnect--remittance .crumbsDesign li a:after {
    border: 17px solid #ffffff;
}
.oshConnect--remittance .crumbsDesign li.progressLink a:after {
    border-color: #323054;
}
.container #iframeInsta body {
    overflow: hidden !important;
}
.oshConnect--remittance .btn-outline-primary {
background: #0095DA;
border: 1px solid #0095DA;
color: #fff !important;
    font-size: 13px;
    width: 100%;
}
.oshConnect--remittance .form-control {
    color: #32365E;
    font-weight: 600;
    font-size: 13px;
}
.oshConnect--remittance select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}
.oshConnect--remittance .createDealUp {
margin-right: 10px;
}
.oshConnect--remittance #multipleUploadSuc {
    font-size: 11px;
}
.oshConnect--remittance .upload-btn {
    width: auto;
    background: #32365E;
    color: #fff;
    padding: 3px 18px;
    margin-top: 5px;
}

/*.select_box:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
    border-top: 6px solid #0095DA;
    position: absolute;
    top: 50%;
    right: 9px;
    content: "";
    z-index: 98;
}*/
/*.select_box select {
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
}*/
.oshConnect-calendar .fa {
    position: absolute;
    top: 32px;
    right: 13px;
    color: #0095da;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-size: 11px;
}
.form-control:-ms-input-placeholder {
  color: #999999;
  font-size: 11px;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
  font-size: 11px;
}
.oshConnect--remittance .bg-pink, .oshConnect--remittance .pinkBg {
    background-color: #0095DA;
    cursor: pointer;
}
.oshConnect--remittance label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 12px;
}
.oshConnect--remittance textarea {
    height: 80px;
    resize: none;
}
.oshConnect--remittance .btn-success.disabled, .oshConnect--remittance .btn-success:disabled, .oshConnect--remittance .btn-success {
    color: #fff;
    background-color: #0095DA;
    border-color: #0095DA;
    width: 21%;
}

.oshConnect--remittance .customCheck input:checked ~ label::before {
    color: #fff;
    background-color: #0095da;
    border: 2px solid #0095da;
}
.oshConnect--remittance .headerText {
    display: flex;
    justify-content: space-between;
}
.oshConnect--remittance .addExistingTravellerBtn {
    color: #0095DA;
    text-decoration: underline;
    font-weight: 600;
    font-size: 13px;
}
.oshConnect--remittance #ddlPanType {
background: #0095DA;
color: #fff;
font-size: 12px;
    border-radius: 4px 0px 0px 4px;
}
.oshConnect--remittance .input-group-addon.cusGroup {
    margin-right: -2px;
}
.oshConnect--payment .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-size: 9px;
}
.oshConnect--payment .form-control:-ms-input-placeholder {
  color: #999999;
  font-size: 9px;
}
.oshConnect--payment .form-control::-webkit-input-placeholder {
  color: #999999;
  font-size: 9px;
}
.panelbtmtext--oshConnect {
width: 61%;
    float: right;
    text-align: right;
    font-size: 11px;
    color: #0095DA;
    font-weight: 600;
}
.resultTop--oshConnect__strip {
    background: #fff;
    width: 18%;
    text-align: center;
    padding: 10px;
    box-shadow: 1px 2px 0px #ccc;
    border-radius: 8px;
    margin-bottom: 11px;
    color: #0095DA;
 }
.resultTop--oshConnect__strip p {
  color: #0095DA;
  margin: 0;
    font-size: 12px;
}
.resultTop--oshConnect__strip p span {
    font-weight: 600;
}
.oshConnect-StudentKYC {

}
.oshConnect-StudentKYC--strip {
      background: #fff;
    padding: 8px;
        box-shadow: 1px 1px 4px #ccc;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #323054;
    display: flex;
   
}
.oshConnect-StudentKYC__Details p  {
    color: #323054;
    font-weight: 600;
    margin: 0;
    font-size: 12px;
}
.oshConnect-StudentKYC__Actions {
    justify-content: flex-end;
    display: flex;
}
.oshConnect-StudentKYC__Actions p {
    margin: 0;
        color: #323054;
    font-weight: 600;
    font-size: 12px;
}
.oshConnect-StudentKYC__Actions span {
margin-right: 10px;
/*cursor: pointer;*/
}
.oshConnect-StudentKYC__Actions .approved {
    color: #2BA809;
    font-size: 11px;
            
}
.oshConnect-StudentKYC__Actions .pending {
color: #0095DA;
    font-size: 11px;
}
    .oshConnect-StudentKYC__Actions .reUpload {
        color: #2BA809;
        border: 1px solid #2BA809;
        padding: 3px 8px;
        border-radius: 8px;
        font-size: 11px;
        cursor: pointer;
    }
    .oshConnect-StudentKYC__Actions .reUpload--blue {
        color: #0095DA;
        border: 1px solid #0095DA;
            background: transparent;
            cursor: pointer;
                    }
.oshConnect-StudentKYC__Actions .view {
    color: #323054;
    font-size: 11px;
    cursor: pointer;
}

.oshConnect-StudentKYC__Actions .download {
    color: #323054;
    font-size: 11px;
    margin-right: 25px;
    cursor: pointer;
}
.btn-section .cusBnt {
    width: 20%;
    background: #3D94FF;
    border: 1px solid #3D94FF
}
.btn-section {
    display: flex;
    height: 34px;
    align-items: baseline;
    margin-top: 20px;
}
.btn-section p a {
    text-decoration: underline !important;
    color: #3D94FF !important;
    margin-left: 30px;
    font-weight: 600;
    font-size: 12px;
}
.oshConnect--DealValue {
    background: #323054;
    padding: 10px;
    color: #FFFFFF;
    height: 40px;
    border-radius: 6px;
    display: table;
    width: 100%;
    box-shadow: 1px 2px 0px #ccc;
    margin-bottom: 10px;
}
.custable_transaction .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
.oshConnect--FinalValue {
 background: #fff;
    padding: 10px;
    color: #323054;
    height: 40px;
    border-radius: 10px;
    display: table;
     box-shadow: 1px 2px 0px #ccc;
    margin-bottom: 0px;
    width: 100%;
}
.oshConnect--FinalValue .value-osh {
color: #0095DA;
}
h3.oshConnect--DealValue {
    font-size: 15px;
    text-align: center;
}
.oshConn-summary td {
padding: 5px 10px 5px !important;
}
.oshConn-summary td:last-child {
font-weight: 700
}
.oshTotalEarning-table {
    border-top: 1px dashed #ccc;
}
.oshTotalEarning-table td:last-child {
    color: #0095DA;
}
.oshConnect--Notes {
    font-size: 12px;
    width: 98%;
    margin: 0 auto;
}




/*Media Query*/
@media only screen and (max-width: 1244px) and (min-width: 800px) {
    .col-sm-10.ds-left--oshConnect  {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ds-Right.ds-right--oshConnect .fixedRight {
    margin-left: 20px;
}
}
@media only screen and (max-width: 1500px) and (min-width: 1245px) {
    .col-sm-10.ds-left--oshConnect  {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }
    .ds-Right.ds-right--oshConnect .fixedRight {
    width: 245px;
}
.ds-Right.ds-right--oshConnect {
            -webkit-box-flex: 0;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px;
    max-width: 245px;
}
}
/*Modal*/
.modal-content--oshConnect h5 {
    color: #263859;
    font-weight: 600;
}
.modal-content--oshConnect .bg-pink, .modal-content--oshConnect .pinkBg {
    background: #2BA809;
    padding: 8px 40px;
}
.modal-content--oshConnect .form-group {
    display: flex;
    justify-content: center;
    margin-bottom: -35px;
    width: 100%;
}


/*Payment Portal Css*/
.oshConnectAgent-payment .pro_detail ul {
    padding: 20px 0px 30px;
    box-shadow: 2px 2px 2px #ccc;
}
.popup-Overlay--oshConnectHome .popup-Overlay {
    background-color: rgba(69, 64, 94,0.9);
}
.popUpContent--payment {
        border: 0px dashed #fff !important;
    background-color: transparent !important;
}
.popUpContent--payment h5 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0px;
}
.popUpContent.popUpContent--payment .popupInner-content {
    margin-top: -1px;
    border-radius: 0px 0px 8px 8px;
}
.popUpContent--payment .modal-header {
    background: #333155;
}
.popUpContent--payment .btn-success {
    color: #fff;
    background-color: #2BA809;
    border-color: #2BA809;
    padding: 8px 20px;
    text-transform: capitalize;
    /*border-radius: 0px;*/
    margin-bottom: -64px;
}
.popUpContent--payment .otpSuccess .btn-success {
    margin-bottom: -40px;
}
.popUpContent.popUpContent--payment {
    min-width: 200px;
}
.oshConnectAgent-payment {
    background: #fff;

}
.pro_detail.oshConnectAgent-payment {
    border: 0px dashed #ccc;
    float: none;
    width: 100%;
    margin-top: 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 0px 1px 2px #eaeaea;
}
.oshConnectAgent-payment .col-xs-12.p-0 {
    padding: 0px;
}
.oshConnectAgent-payment .pro_value {
    justify-content: space-between;
    display: flex;

}
.oshConnectAgent-payment .pro_value li {
    color: #323054;
}
.oshConnectAgent-payment .pro_value li span {
    color: #0254C9;
}
.oshConnectAgentPay  .oshConnectAgent-payment .pro_value {
    justify-content: space-between;
    display: flex;
    padding: 0 30px;
}
.payment-details--columnTh .pro_value {
    padding: 0px !important;
}
.payment-details--columnTh .pro_value p {
    text-align: right;
    font-size: 12px;
     margin-right: 3%;
}
.payment-details--TotalCal .pro_value {
       padding: 0 0px !important;
}
.payment-details--TotalCal .pro_value li {        
    width: 100%;
}
.payment-details--TotalCal .pro_value--btn li span {
      color: #fff;
    background: #323054;
    width: 100%;
    display: flex;
    padding: 16px 30px;
    justify-content: flex-end;
    text-align: right;
    margin-top: 4px;
}
    .oshConnectAgentPay .oshConnectAgent-payment .pro_value.pro_value--nonned {
    border: 1px solid #CCC;
    border-top: 0px;
    border-right: 0px;

}
    .oshConnectAgentPay .oshConnectAgent-payment .pro_value {
        border: 1px solid #CCC;
        border-top: 0px;
    }
.payment-details--columnO {
    padding: 0px !important;
}
.payment-details--columnTh .pro_value--btn li {
    margin-right: 0%;
    margin-top: 0px;
    width: 100%;
}
.payment-details--columnTh .viewKyc {
    background: #0254c9;
    color: #fff;
    padding: 18px;
    margin-top: 0px;
    border: none;
    border-radius: 10px 0px 10px 0px;
    font-size: 16px;
    width: 100%;
}
.payment-details--columnTh .pro_value--btn {
        border-top: 1px solid #ccc !important;
    border-bottom: 0px solid #ccc;
}
.oshConnectAgent-payment .pro_detail ul li {
    float: left;
    margin-right: 2%;
    margin-top: 10px;
    list-style: none;
    margin-left: 2%;
}
.oshConnectAgent-payment .d-flex {
   /* display: flex;*/
    width: 33.33%
}
.oshConnectAgent-payment .flex {
    display: flex;
    margin: 0px;
}
.oshConnectAgentPay {
    margin-top: 15px;
}
    .payment-gateway__osh .ppBox.ppw-left {
        width: 30%;
    }
     .payment-gateway__osh .ppBox.ppw-right {
        width: 70%;
    }
.payment-gateway__osh .orText {
    left: 32%;
}
.payment-gateway__osh .ppBox-title {
    margin-bottom: 5px;
}
.payment-gateway__osh .ppBox-title .icons {
    color: #0095DA;
    float: left;
      margin-right: 15px;
    height: 44px;
    font-size: 30px;
    font-weight: 600;
}
.payment-gateway__osh .ppBox-title  .title-sub {
     font-size: 14px;
    color: #332F55;
    line-height: 1;
}
.payment-gateway__osh .ppBox-title .title-main {
  font-size: 18px;
    color: #0254C9;
    font-weight: 600;
}
.payment-gateway__osh .ppBox-top {
    height: auto;
}
.payment-gateway__osh .ppBox.ppw-left .ppBox-top {
    padding: 20px;
    background: #323054;
    border-radius: 10px 10px 0px 0px;
        height:70px;
}
.payment-gateway__osh .ppInnerBox {
    min-height: 229px;
    background: #fff;
}
.payment-gateway__osh .ppMainText {
    color: #353157;
    padding: 0px;
    font-size: 17px;
    text-align: center;
    padding-top: 10%;
    background: #fff;
    font-weight: 600;
}
.payment-gateway__osh .ppMainText .pay-money {
    color: #0254C9;
    font-size: 27px;
}
.payment-gateway__osh .payment-btn, .payment-gateway__osh .ppBox button.btn.btn-success.boxBtm {
background: #0254C9;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 3px 1px 2px #dedede;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 4%;
    border-radius: 6px;
    height: auto;
}
.payment-gateway__osh .ppBox.ppw-Right {
    float: left;
    width: 63%;
}
.payment-gateway__osh .ppBox.ppw-Right .ppBox-top {
    background: #323054;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
    height: 70px;
        padding:7px 20px;
            align-items: center;
}
.payment-gateway__osh .ppBox.ppw-Right .pptext {
    font-size: 14px;
}
.payment-gateway__osh .ppBox.ppw-Right .ppValue {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
}
.payment-gateway__osh .ppBox.ppw-Right .pptextsub {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
}
.payment-gateway__osh .ppBox.ppw-left .ppBoxMain {
    border: 0px solid #2e83d6;
        box-shadow: 1px 0px 2px 2px #ccc;
        border-radius: 10px 10px 0px 10px;
}
.payment-gateway__osh .ppBox.ppw-Right .ppBoxMain {
    border: 0px solid #2e83d6;
        box-shadow: 1px 0px 2px 2px #ccc;
        border-radius: 10px 10px 0px 10px;
}
.payment-gateway__osh .ppInnerBoxMain .ppInnerBox {
    width: 40%;
    float: left;
}
.payment-gateway__osh .ppInnerBoxMain .ppInnerBox.Boxdetails {
     width: 60%;
    float: left;
    background: #FFFFDF;
}
.payment-gateway__osh .infoWrapper {
    border: 0px solid #ddd;
    background: #FFFFDF;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.payment-gateway__osh p.ppbtmtext {
    font-size: 14px;
    font-weight: 600;
    color: #323054;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 1200px;
    width: 100%;
    width: 89%;
    margin: 0 auto;
    background: #fff;
    box-shadow: -2px 2px 5px 2px #d8d8d8;
    padding: 16px;
    margin-top: 20px;
    text-align: center;
}
.payment-gateway__osh .orText:before {
    display: block;
    content: '';
    width: 383%;
    height: 2px;
    position: absolute;
    background: #323054;
    margin: auto;
    left: -55px;
    top: -191px;
    bottom: 0;
    z-index: -1;
    transform: rotate(90deg);
}
.payment-gateway__osh .orText:after {
display: block;
    content: '';
    width: 383%;
    height: 2px;
    position: absolute;
    background: #45405e;
    margin: auto;
    right: -58px;
    top: 103px;
    bottom: 0;
    z-index: -1;
    transform: rotate(90deg);
}
/*.timePanel--oshConnect ul.PaymentList {
    width: 34%;
}*/
.timePanel--oshConnect ul.PaymentList  .paylist-one {
   min-width: 144px;
}
.timePanel--oshConnect ul.PaymentList  .paylist-two {
   min-width: 190px;
}
.timePanel--oshConnect .top20 {
    padding: 2px;
}
.timePanel--oshConnect .timePanel {
    width: 15%;
    display: flex;
    justify-content: space-between;
       padding: 10px 5px;
        border-radius: 0px 10px 10px 0px;
        box-shadow: 1px 1px 1px #ccc;
            margin-right: 25px;
        background: #323054;
}
.timePanel--oshConnect .TimeValue {
    background: transparent;
    color: #FFC400;
    font-weight: 600;
    font-size: 15px;
    padding: 0px;

}
.timePanel--oshConnect .TimeValue span  {
    background: transparent;
    color: #FFC400;
    font-weight: 600;
    font-size: 12px;
    padding: 0px;

}
.timePanel--oshConnect .osh-icons .fa {
         color: #FFC400;
    display: flex;
    justify-content: center;
margin-top: 12px;
    font-size: 25px;
    margin-left: 7px;
 }
.timePanel--oshConnect .TimeTitle {
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 0px;
}
.timePanel--oshConnect  ul.PaymentList.NewPMlist li {
    margin-right: 0px!important;
    padding: 0px 0px 0px 0px!important;
    position: relative;
    border: 0px solid #ddd!important;
        border-radius: 10px 0px 0px 10px !important;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 0px 1px #e6e6e6;
}
.timePanel--oshConnect .paid-icons-osh {
        width: 24%;
    border-radius: 10px 0px 0px 10px;
        background: #609D0C;
            display: flex;
    justify-content: center;
    align-items: center;
   padding-top: 5px;
}
.timePanel--oshConnect .paid-icons-osh--yellow {
        background: #FF8900;border-radius: 0px;
}
.timePanel--oshConnect ul.PaymentList.NewPMlist li .fa {
    color: #fff;
    position: relative;
    left: auto;
    font-size: 20px;
    top: auto;
    bottom: auto;
    height: auto;
    margin: auto;
}
.timePanel--oshConnect .paid-icons-osh--cont {
       padding: 14px 12px 10px;
}
.timePanel--oshConnect .PaymentList h4 {
    margin: 0;
    color: #323054;
    font-size: 15px;
    font-weight: 400;
    font-size: 12px;
}
.timePanel--oshConnect p.Paymentvalue {
    color: #323054;
    font-weight: 700;
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 0;
}
.paid-icons-osh--cont__blue {
        background: #0254C9;
padding: 14px 16px 10px !important;
}

.paid-icons-osh--cont__blue h4, .paid-icons-osh--cont__blue .Paymentvalue {
 color: #fff !important;
}
.payment-gateway__osh .timePanel--oshConnect .infoWrapper {
    border: 0px solid #ddd;
    background: #ffffff;
  padding: 11px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 2px #ccc;
        /*width: 45%;*/
}

.payment-gateway__osh .timePanel--oshConnect .infoWrapper .infoText {
    color: #323054;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
.payment-gateway__osh .timePanel--oshConnect .infoWrapper .infoTitle {
    color: #0254C9;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.payment-gateway__osh .timePanel--oshConnect  .IconView {
    background: #FFFFDF;
    padding: 15px 20px;
    color: #373643;
    display: inline-block;
    margin-bottom: 15px;
}
.payment-gateway__osh .timePanel--oshConnect .IconView p:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: 5px;
    background: #323054;
    top: 7px;
    position: absolute;
}
.bankDetails-oshConn__tiles {
    margin: 0 -3px;
}
.bankDetails-oshConn__tiles .ListTitle {
        margin-left: 20px;
    color: #323054;
    font-weight: 600;
}
.bankDetails-oshConn__tiles .ListView {
    background: #323054;
    border-radius: 0px 10px 10px 0px;
    padding: 0 0 0px;
}
.bankDetails-oshConn__tiles .ListView .ListView-text {
    display: block;
    color: #ffffff;
    float: left;
    font-size: 13px;
    width: 100%;
    text-align: left;
}
.bankDetails-oshConn__tiles .ListView .ListView-value {
    display: block;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    text-align: left;
    float: none;
    font-weight: 600;
}
.bankDetails-oshConn__tiles .rate-card .col-md-6 p {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 71px;
    margin: 0;
}
.bankDetails-oshConn__tiles .rate-card .col-md-6 p:last-child {
    border-bottom: 0px solid #ccc;
}
.timePanel--oshConnect .mulUpTable th {
    background: transparent;
    color: #323054;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    border: 0px;
}
.timePanel--oshConnect  .mulUpTable table {
    border: 0px solid #ddd;
}
.timePanel--oshConnect .mulUpTable td {
    border: 0px;
}
.timePanel--oshConnect .upload-btn {
    width: auto;
    background: transparent !important;
    color: #323054;
    padding: 5px 18px;
    border-radius: 5px;
    cursor: pointer;
    height: 34px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
border: 2px dashed #0254c9 !important;
    float: left;
}
.timePanel--oshConnect .tableInput {
    border-color: #2c3340;
    min-width: 120px;
    height: 31px;
    font-size: 13px;
    border: 1px solid #CCC !important;
}

.timePanel--oshConnect .btn-orange {
    background: #0254C9 !important;
    padding: 7px 70px !important;
    height: auto;
    color: #ffffff;
}
.timePanel--oshConnect .multipleUpload .fa {
    color: #0254C9 !important;
}
.timePanel--oshConnect .mulUpTable tr:nth-child(odd) td {
    background: transparent;
    color: #333;
    font-size: 12px;
    text-align: center;
}
.oshConnect--remittance .cusTableDesign table {
    table-layout: fixed;
}
.oshConnectAgentPay .tag_msg {
    background-color: transparent;
       padding: 15px 0px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.oshConnectAgentPay .tag_msg .osh-paymentConfirmation--strip {
     background-color: #FAFABA;
    padding: 15px 20px;
    margin-top: 20px;
    font-weight: 700;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 2px 2px 2px #ccc;
}
.cus-details-pane .row {
    margin-left: 0px;
    margin-right: 0px;
}
.oshConnectAgentPay .col-md-8 {
    padding-left: 0px;
}
.oshConnectAgentPay .col-md-4 {
    padding-right: 0px;
}
.oshConnectAgentPay .row.kyc-pane {
    margin-top: 20px;
    margin-right: 0px;
    padding-left: 0px;
}
.oshConnectAgentPay .row.kyc-pane a.dowloadIcon {
    background: transparent;
    padding: 5px 15px;
    color: #323054;
    border-radius: 5px;
}
.oshConnectAgentPay .row.kyc-pane .uploadedFile {
    text-decoration: none;
}
.oshConnectAgentPay .row.kyc-pane a,.oshConnectAgentPay .row.kyc-pane a:hover {
text-decoration: none;
}
/*.tag_msg--oshMessage {

}*/
.oshConnectAgentPay .row.kyc-pane.oshConnect-StudentKYC  {
    margin-top: 20px;
    margin-right: 0px;
    padding-left: 25px;
}
#Upload-KYC .btn-success {
     background-color: #2BA809;
    color: #fff;
       background: #3D94FF;
    border: 1px solid #3D94FF;
}
.modal-title {
    float: left;
}
.modal-header .close {
    float: right;
}
/*.modal-header {
    display: flex;
    flex-direction: row;
}*/
/*.createDealUp--NewRemHeight {
    height: 135px;
}*/
/*Timeline Css*/
.cbp_tmtimeline {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 80px;
    position: absolute;
    text-align: right;
    padding-top: 8px;
}

.cbp_tmtimeline > li .cbp_tmicon {
    width: 38px;
    height: 38px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #fff;
    background: #787788;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
    z-index: 1;
}

.cbp_tmtimeline > li.active .cbp_tmicon {
    background: #3EB41F;
}

.cbp_tmtimeline > li {
    position: relative;
    padding-bottom: 20px;
}

.cbp_tmtimeline > li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #787788;
    left: 20%;
    margin-left: -6px;
}

.cbp_tmtimeline > li.active:before {
    background: #3EB41F;
}

.cbp_tmtimeline > li:last-child:before {
    display: none;
}

.kycLeft-pane .cbp_tmtimeline > li:last-child:before {
    display: block;
}

.kycLeft-pane .invoiceTimeLine > ul:last-child > li:before {
    display: none;
}

.cbp_tmtimeline > li .cbp_tmlabel {
    border: 1px solid #dddddd;
    margin: -43px 0 15px 24%;
    color: #787788;
    padding: 10px 15px 5px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    border-radius: 7px;
    background: #fff;
    margin-bottom: 0px;
    box-shadow: 4px 4px 9px #dddddd;
}


/*.cbp_tmtimeline > li .cbp_tmlabel p {
    margin-bottom:0;
    }*/

.cbp_tmtimeline > li .cbp_tmlabel h4 {
    color: #000000;
    font-weight: 400;
    margin-top: 5px;
}

.cbp_tmtime span {
    color: #000;
    font-weight: 400;
    margin-top: 5px;
    font-size: 15px;
}
.osh-Remittance--confirmation {
    margin-top: 80px;
    display: flex;
}
.osh-Remittance--confirmation .cbp_tmtimeline > li .cbp_tmtime {
    width: 0%;
    padding-right: 0px;
}
.osh-Remittance--confirmation .cbp_tmtimeline > li:before {
    content: '';
    position: absolute;
    background: #787788;
    left: 3.5%;
}
.osh-Remittance--confirmation .cbp_tmtimeline > li .cbp_tmicon {
   left: 5%;
    width: 15px;
    height: 15px;
}
.osh-Remittance--confirmation .cbp_tmtimeline > li .cbp_tmlabel {
    border: 1px solid #dddddd;
    margin: -35px 0 15px 8%;
}
.osh-Remittance--confirmation .cbp_tmtimeline > li.active .cbp_tmicon {
    background: #323054;
}
.osh-Remittance--confirmation .cbp_tmtimeline > li .cbp_tmlabel h4 {
    color: #000000;
    font-weight: 600;
    margin-top: 5px;
    font-size: 16px;
    margin: 0;
}
.osh-Remittance--confirmation .cbp_tmtimeline > li .cbp_tmlabel p {
        font-size: 14px;
    margin: 0 0 4px;
}
.osh-Remittance--confirmation .kycRight-pane {
        box-shadow: 2px 2px 2px #ccc;
    margin-top: -18px;
}
.modal-content--oshConnect label.topLable {
    font-size: 10px;
}

.ErrorVal {
    border-color: red;
}



#sidebar ul #create-request a {
   background: linear-gradient(180deg, #3ea70c 0%, #126e37 100%);
    color: #fff;
    color: #fff;
    padding: 8px 15px;
    width: 96%;
    margin: 5px 0px;
    border-radius: 4px;
    text-align: center;
}

.profileLink a {
    color: #fff;
    font-size: 12px;
}
.asideLeft  .text-pink, .pinkColor {
    color: #ffffff !important;
}


