 .Select--multi .Select-value-icon{
	cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
   border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
   display: inline-block;
  vertical-align: middle;
} 
/* .Select-menu-outer{
  position: relative;
} */

.select-in-table .Select-menu-outer {
  position: relative;
}
.react-bs-container-body table tbody td{
    white-space: normal;
    word-wrap: break-word;
    font-size: 12px
}

body a {
    color: steelblue;
    font-weight: 500;
}

.align_baseline {
  align-items: baseline;
}

body .mdl-button {
  height: 32px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.react-bs-table{
    height: initial !important;
}
.margin-top-10px{
  margin-top: 10px;
}
.float-right{
  float: right;
}

.width100{
  width: 100% !important;
}

.sidebar span{
  line-height: 30px !important;
  font-size: 14px !important;
}

.sidebar span i {
  font-size: 14px !important;
  padding-right: 5px;
}

.infoboard-cell .mdl-card{
  width: 200px !important; 
  margin: auto;
}

.infoboard-cell .mdl-card__title {
  background-size: 90px 90px !important;
}

.infoboard-cell .mdl-card{
  transition: all .2s ease-in-out !important;
  transform: scale(0.95) !important; 
}

.infoboard-cell .mdl-card:hover{
  transform: scale(1.0) !important;
}

.infoboard-cell .mdl-card__title h2{
  /* font-size: 18px !important; */
  color: whitesmoke;
}

.cardTitleInfoBoard {
  color: whitesmoke !important;
  font-size: 15px !important; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Source Sans Pro', sans-serif !important;
}

.color-aaa{
  color: #aaa;
}
.pointerCursor{
  cursor: pointer;
}
.expandTransitionHeight > div{
  height: 100%!important;
}

.kycDocsFormat {
  height: 30px;
  width: 40px;
}

.docsView {
  height: 600px;
  width: 600px;
}

.center-align{
  text-align: center;
}

.padding-top-30{
  padding-top: 30px !important;
}

.padding-10{
  padding: 10px !important;
}

.margin-left-10{
  margin-left: 10px !important;
}

.errorButton{
  color: red !important;
  float: left;
}

.content-div, .content-div .mdl-layout__content{
  display: block !important;
}

.small-button{
  margin-bottom: 2px !important;
}
.small-button button{
  line-height: 25px !important;
  height: 25px !important;
  min-width: 70px !important;  
}

.small-button-green button{
  background-color: #00A65A !important;
  color: #fff !important;
}

.small-button-red button{
  background-color: #F56954 !important;
  color: #fff !important;
}
h3 {
  margin-left: 15px;
}

.fileInput {
  font-size: 10px; 
  padding: 5px;
  margin: 15px;
  cursor: pointer;
  width: 200px;
}

.imgPreview {
  text-align: center;
  margin: 5px 15px;
  height: 75px;
  width: 125px;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-top: 5px solid #808080;
  border-bottom: 5px solid #808080;
}

.imgPreview img {
  width: 100%;
  height: 100%;
}
.previewText {
  width: 100%;
  margin-top: 2px;
}

.stepperForm label {
  font-size : 15px !important; 
  font-weight: 500 !important;
}
.stepperForm label+ div {
  font-size : 13px !important; 
  font-weight: 500 !important;
}
.sales-person{
  position: relative !important;
  z-index: 10 !important;  
}

.Select-menu-outer{
  z-index: 100 !important;
}

.sidebar-list div div{
  padding: 6px 6px 6px 22px !important;
  font-size: 14px
}

.sidebar-list div div i{
  font-size: 16px;
}
.offerCode input {
  text-transform:uppercase;
  font-size : 15px !important; 
}

.engageBootstrapTableScrollHorizon .react-bs-table table {
  margin-bottom: 0;
  table-layout: fixed; 
  width: 100%;
  overflow-x:scroll;
}

.fullscreen-bg_video {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
}

.mdl-layout__header-row {
  padding: 0 40px 0 16px;
}
.opsLoader svg {
  background-color: rgb(0, 0, 0);
}

.opsLeftSideBar ::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/* ----------- style for react tags ------------------------------ */

div.ReactTags__tags {
    position: relative;
}

/* Styles for the input */
div.ReactTags__tagInput {
    width: 200px;
    border-radius: 2px;
    display: inline-block;
}
div.ReactTags__tagInput input, 
div.ReactTags__tagInput input:focus {
    height: 31px;
    margin: 0;
    font-size: 12px;
    width: 100%;
    border: 1px solid #eee;
}

/* Styles for selected tags */
div.ReactTags__selected span.ReactTags__tag {
    border: 1px solid #ddd;
    background: #eee;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    cursor: move;
    border-radius: 2px;
}
div.ReactTags__selected a.ReactTags__remove {
    color: #aaa;
    margin-left: 5px;
    cursor: pointer;
}

/* Styles for suggestions */
div.ReactTags__suggestions {
    position: absolute;
}
div.ReactTags__suggestions ul {
    list-style-type: none;
    box-shadow: .05em .01em .5em rgba(0,0,0,.2);
    background: white;
    width: 200px;
}
div.ReactTags__suggestions li {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0;
}
div.ReactTags__suggestions li mark {
    text-decoration: underline;
    background: none;
    font-weight: 600;
}
div.ReactTags__suggestions ul li.active {
    background: #b7cfe0;
    cursor: pointer;
}

/*================== style end here for react tags ========================================== */
.html-editor:focus {
    outline: none !important;
    border: 1px solid #b3c1c3;
}

.kycTable .react-bs-table-pagination .dropdown {
  visibility: hidden !important;
}

.opsBootStrapTable .react-bs-table-pagination .dropdown {
  visibility: hidden !important;
}

/*======= Styles for getMdle starts here ===== */
    .demo-layout-waterfall .mdl-layout__header-row .mdl-navigation__link:last-of-type  {
        padding-right: 0;
    }
    .dashboard-drawer {
        border: none;
        /*overflow: hidden;
        overflow-y: hidden;*/
    }

    .dashboard-drawer-header {
      background-color: teal;
    }
    .dashboard-drawer .mdl-menu__container {
        margin: 33px;
        width: 181px
    }

    .dashboard-drawer .mdl-menu__container .mdl-menu__outline {
        background-color: #29323e;
        color: white !important;
        width: 222px !important
    }

    .dashboard-drawer .mdl-menu__container li{
      background-color: #29323e;
      color: white !important
    }

    .dashboard-drawer .mdl-menu__container li:hover {
      background: black !important;
      color: white !important;
    }

    .dashboard-drawer .mdl-navigation__link{
        text-decoration: none;
        background-color: #29323e;
        color: #FFFFFF !important;
    }

    .dashboard-drawer .mdl-navigation__link:hover {
      background: black !important;
    }
    .dashboard-drawer .mdl-menu .mdl-menu__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dashboard-drawer-header {
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 16px;
        height: 113px;
    }

    .dashboard-avatar-dropdown {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .searchField {
        width: 170px !important;
    }

    .commonSearchField {
        width: 223px!important;
    }
    .overFlowAutoScroll {
        overflow: auto;
    }
    
    .customCardHeader {
      background: #006064!important;
      color: floralwhite!important;
      font-weight: 600!important
    }

    .white-space-break-spaces {
      white-space: break-spaces;
    }

    .textUpperCase {
      text-transform: uppercase
    }

    .react-bs-table-no-data{
      text-align: center;
    }

    .mdl-textfield {
        padding: 26px 0 !important;
    }

    .noneDecoration {
      text-decoration: none !important;
      cursor: pointer;
    }

    .addOrDeleteBtn {
      height: 24px !important;
      min-width: 27px !important;
      width: 24px !important;
      margin-left: 5px !important;
    }

    .customBorder {
      border: 1px solid #ddd;
      border-radius: 3px;
    }

    .mdlCustomSmBtn {
      height: 20px !important;
      line-height: 21px !important;
      text-transform: capitalize !important;
      font-size: 10px !important;
    }

    .mdl-card__supporting-text {
      width: 100% !important;
    }

    .mdl-snackbar {
      opacity: 4 !important;
    }

    .displayNone {
      display: none;
    }

    .mdl-cardBodyOverflow {
      overflow: overlay !important;
    }

    .inlineLabelAndDate {
      margin-top: 14px;
      margin-right: 14px;
    }

    .displayInline {
      display: inline-flex !important;
    }
/*----customized  dialog------*/
    
    .opsDialog {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 6; /* Sit on top */
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      /*width: 100%;*/ /* Full width */
      height: 100%; /* Full height */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .dialog--content {
      background-color: #fefefe;
      margin: 12% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      border-radius: 6px;
      outline: 0;
      position: relative;
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
      background-clip: padding-box;
    }

    .dialog--header {
      font-size: 19px;
      padding: 2px 0px;
    }

    .dialog--body {
      padding: 2px 16px;
      overflow-y: scroll;
      max-height: 400px;
      text-align: center;
    }

    .dialog--footer {
      padding: 2px 0px;
    }

    @-webkit-keyframes slideIn {
        from {bottom: -300px; opacity: 0} 
        to {bottom: 0; opacity: 1}
    }

    @keyframes slideIn {
        from {bottom: -300px; opacity: 0}
        to {bottom: 0; opacity: 1}
    }

    @-webkit-keyframes fadeIn {
        from {opacity: 0} 
        to {opacity: 1}
    }

    @keyframes fadeIn {
        from {opacity: 0} 
        to {opacity: 1}
    }

  .permissionsList  .Select--multi .Select-control {
    overflow: scroll !important;
  } 
/*--customized dialog style----*/

  .mdl-layout__drawer-button i {
    font-size: 33px;
    margin-top: 8px;
    color: beige;
  }

  .headerSearch .mdl-textfield__input::-webkit-input-placeholder {
    color:rgb(255,255,255);
    opacity: 0.6
  }

  .mainLoader{
    display:inline-block !important;
    margin: 0;
    padding-top: 15%;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 3000;
    background-color: #000000;
    opacity: 0.3;
    text-align: center;
  }
  
  .ReactTags__tagInput input{
    outline: none;
    padding: 6px;
  }

  .tableContainerClass table {
    border-collapse: collapse;
    table-layout: fixed;
  }
  .tableContainerClass tr:hover{
    background-color: rgba(231, 233, 236, 0.1) !important;
    box-shadow: rgba(70, 79, 91, 0.06) 0px 2px 6px;
    border: 0px !important;
  }
  .tableContainerClass th {
    border: 0px !important;
  }

  .tableContainer {
    white-space: normal;
		border: none;
		font-family: Roboto-Regular;
	  font-size: 14;
	  font-weight: normal;
  }

  .customCheck {
    font-size: 13px !important;
  }
  .iconFontSize13 {
    font-size: 13px !important;
  }
  .widthAuto{
    width: auto!important;
  }

  hr { 
    width: 100%;
  }

  .multiSelectedWallet {
    margin: -5px auto;
  }


  /* =================== ====================*/

  .tableButtonContainer {
    float: right;
    padding: 12px;
  }

  .formFieldContainer {
    margin: 10px;
  }

  .paymentSearchContainer {
    width: 100%;
    display: flex;
    margin-left: 8px;
    padding-top: 15px;
  }

  .paymentSearchField {
    width: 15%;
    margin: 18px 10px 20px 10px;
  }

  .kyc-header-btn {
    width: unset !important;
  }

  .formField {
    width: 40%;
    margin: 5px;
  }

  .serachOrgForTable {
    display: inline-block;
  }

input[type=file] {
  position: unset !important;
  opacity: unset !important;
}
.upload-file-pos-abs input[type=file]{
    position: absolute !important;
    opacity: 0 !important;
}

  #hide input[type=file] {
    display:none;
    margin:10px;
    }
  #hide input[type=file] + label {
    display:inline-block;
    margin:20px;
    padding: 4px 32px;
    background-color: #FFFFFF;
    border:solid 1px #666F77;
    border-radius: 6px;
    color:#666F77;
  }
  #hide input[type=file]:active + label {
    background-image: none;
    background-color:#2D6C7A;
    color:#FFFFFF;
  }

  .lineItemContainer {
    display: flex;
    margin: 10;
  }
  
  .lineItemField {
    width: 15%;
    margin-right: 20px;
  }

  .menuListItem {
    font-size: 13;
    font-family: 'Roboto-Regular';
    min-height: 0;
    line-height: 2;
    opacity: 0.8;
    color: '#2a436a';
    position: 'relative';
    padding: '2px 0px';
  }

  input[type=text]:disabled, input[type=number]:disabled, textArea:disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: not-allowed;
  }
  /* =======================================*/


  input[type=checkbox], input[type=radio] {
    cursor: pointer;
  }

 
/*======= Styles for getMdle starts here ===== */  



/*============================Mdl Vertical Tabs ====================*/
/*Vertical Tabs*/
.mdl-tabs__panel {
    display: none;
  }
  .vertical-mdl-tabs {
      margin-top: 30px;
  }
  .vertical-mdl-tabs .mdl-tabs__tab-bar {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 35px;
      height: inherit;
      border-bottom: none;
      border-right: 1px solid rgba(10, 11, 49, 0.20);
  }
  
  .vertical-mdl-tabs .mdl-tabs__tab {
      width: 100%;
      height: 35px;
      line-height: 35px;
      box-sizing: border-box;
      letter-spacing: 2px;
  }
  
  .vertical-mdl-tabs .mdl-tabs__tab:hover {
    background: rgba(158, 158, 158, 0.34);
    color: black;
  }
  
  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
      border-right: 3px solid #ED462F;
  }
  .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
      content: inherit;
      height: 0;
  }
  
  .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel {
      padding: 0 30px;
  }
  
  .vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
      text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
     color: #E21549;
  }
  .kyb-kyc-box{
    width: fit-content;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: 20px;
    padding: 10px;
  }
  .kyb-kyc-box-header{
    font-size: 18px;
    font-weight: bold;
    padding: 4px;
  }
  .kyb-kyc-box-values{
      padding: 5px;
      text-decoration: underline;
      color: blue;
      cursor: pointer;
  }
 .kyb-kyc-cmnt-btn{
    width: fit-content;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    margin: 10px;
 }
 .bank-dtl-lable{
  font-size: 20px !important;
 }
 .us-table-back-btn{
  position: relative;
  top: 22px;
  left: 19px;
 }
 .us-enable-cmt-text{
    position: relative;
    /* text-align: center; */
    width: 100%;
    margin: 32px 8px -30px 20px;
    color: red;
 }
 .us-application-main{
    width: fit-content;
    margin: 0
 }
 .us-title-main{
   display: flex
 }
 .us-bck-btn{
  /* position: relative;
  top: 17px;
  left: 2.5%;
  width: fit-content; */

      /* position: relative; */
    /* top: 17px; */
    margin: 30px 0px 0px 24px;
    left: 2.5%;
    width: fit-content;

 }
 .us-product-financial-banklogo-lbl{
  position: relative;
  top: 2px;
  font-size: 15px;
  left: 6px;
 }
 .submitted-aplcn-status-box{
  margin: 30px; 
 }
  /*============================Mdl Vertical Tabs ====================*/


  .tableHeading {
    margin-left: 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
  }
  .dwolla-details{
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 12px;
  }
  .dwolla-details-heading{
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }
  .charge-card-line-box{
    display: inherit;
    padding: 20px;
    /* pointer-events: none; */
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 7px;
    margin: 20px;
  }
  
  /*============================Mdl Vertical Tabs ====================*/
  .refundRxAmount {
    display: flex;
    flex-direction: column;
    margin: 0px 8px;
  }
  .textTruncate{  
    width: 307px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mandatory-field{
    color: #e94b35;
  }

.hr-line {
  border: 1px solid rgb(232, 237, 244);
  margin-top: 25px;
}

.hand-cursor {
  cursor: pointer;
}

.input-mandatory {
  color: #e94b35;
}

.hotlist-btn {
  border: 2px solid #409689;
  background-color: white;
  color: #409689;
  cursor: pointer;
}

.ReactModal__Overlay--after-open {
  z-index: 1500 !important;
}

.mr-recon-upload{
  display: flex;
  align-items: end;
}

.green{
  color: #00968b;
}
.alignItemCenter {
  align-items: center;
}

.width14 {
  width: 14%;
}

.width20 {
  width: 20%;
}

.ReactTags__tagInput {
  width: 50% !important;
}

.ReactTags__tag {
  margin-bottom: 10px !important;
  margin-left: 2px;
}

.orgRegFooterSubmit {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

.orgRegFooterSubmit button {
  display: flex;
  align-items: center;
}

.orgRegFooterSubmit button span {
  margin-left: 4px;
}

.orgRegFooter .orgRegSkip,
.orgRegFooter .orgRegBack,
.orgRegFooterSubmit button {
  text-transform: capitalize;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.orgRegFooter .orgRegSkip {
  box-shadow: none;
  font-weight: 500 !important;
  border-radius: 5px;
  margin-right: 110px;
}

.orgRegFooter .orgRegBack {
  font-weight: 500 !important;
  border: 1px solid #9e9e9e !important;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.orgRegFooter .orgRegBack span {
  margin-right: 4px;
}

.orgRegFooter.adjustFooterHeight {
  height: 50px;
}

.fetchWalletBalance {
  min-height: 250px;
}

.detailDialog{
  max-width: 700px !important;
  max-height: 700px !important;
}

.detailDialog .hw-dialog-children {
  max-width: 700px !important;
}

.detailDialog .hw-dialog-children a {
  word-break: break-word;
}

.inputWrapper > .hw-customTextInput {
  width: 50%;
}
.regUserInputWrapper > .hw-customTextInput:first-child {
  margin-right: 16px !important;
}
.userpermissionTable table tr td {
  overflow: inherit;
}

.width50 {
  width: 50%;
}

.reportDownloadCard {
  overflow: visible !important;
}

.historyTableWrapper div .ct-parent-container .ct-table-container .ct-table {
  width: 100% !important;
} 
.subscriptionTable .ct-row-th-content{
  overflow: visible !important;
}

.subscriptionTable .hw-tooltip-active:disabled {
  z-index: 99;
}

.justify-space-between {
  display: flex;
  justify-content: space-between;
}

.soa-search-cont {
  width: 40%;
}

.justify-space-around {
  justify-content: space-around;
}

.color-blue {
  color: blue;
}

.width80 {
  width: 80%;
}