@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

/*!
 * Custom CSS
 */

[x-cloak] {
  display: none !important;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.upperlogo {
  width: 132px;
  height: 32px;
  padding-left: 30px;
}

.upperlogo {
  width: 132px;
  height: 32px;
  padding-left: 30px;
}

.info-value {
  font-size: 13px;
  font-family: 'AppleSDGothicNeo-Regular', 'Apple SD Gothic Neo', sans-serif;
}

.unselect-m-color {
	font-family: 'AppleSDGothicNeo-Bold', 'Apple SD Gothic Neo Bold', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #333333;	
    cursor: pointer
}
.select-m-color {
	font-family: 'AppleSDGothicNeo-Bold', 'Apple SD Gothic Neo Bold', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #F4F4F4 !important;	
    background-color: #5474C0;
}
.unselect-m-d-color {
	font-family: 'AppleSDGothicNeo-Regular', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    padding-left: 32px;
    color: #333333;
    cursor: pointer;
}
.select-m-d-color {
	font-family: 'AppleSDGothicNeo-Regular', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    padding-left: 32px;
    color: #333333;		
    background-color: #D7D7D7;
}
.unselect-m-color:hover {
	color: #F4F4F4 !important;
	background-color: #5474C0 !important;
}

.unselect-m-d-color:hover:not(ul) {
	background-color: #D7D7D7;
}
ul.unselect-m-d-color li:hover {
	background-color: #D7D7D7;
}
.select-tab {
    height: 40px;
    box-sizing: border-box;
    box-shadow: none;
    font-family: AppleSDGothicNeo-Regular, "Apple SD Gothic Neo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: rgb(51, 51, 51);
    border-width: 0px 0px 5px;
    border-style: solid;
    border-color: rgb(26, 86, 172);
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;	
}
.unselect-tab {
    height: 40px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'AppleSDGothicNeo-Regular', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #797979;
}
.external-deposit-alert{
	height: 18px;
	color: #F71111;
	font-size: 13px;
	padding-top: 10px;
	font-family: 'AppleSDGothicNeo-Regular', 'Apple SD Gothic Neo', sans-serif;
}
.title-tab {
	color: #FAFAFA;
	border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;	
	background-color: #1A56AC;
}
.deposit-request {
	color: #FAFAFA;
  background-color: #1A56AC;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}
.certificate-request {
  color: #FAFAFA;
  background-color: #1A56AC;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  font-size: 100%;
}
.common-popup-title {
	font-family: 'Roboto-Bold', 'Roboto Bold', 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
}
.common-popup-text {
	font-family: 'AppleSDGothicNeo-Regular', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;	
	text-align: center;
}
.common-popup-alert {
	font-family: 'AppleSDGothicNeo-Regular', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;	
    color: #D72D2D;
	text-align: center;
}
.common-popup-footer-box {
	padding: 1rem;
	border-top: 1px solid #e9ecef;
	text-align: center;
}
.common-popup-btn-cancel {
    color: #fff;
    box-shadow: none;	
	background-color: #797979;	
}
.common-popup-btn-confirm {
    color: #fff;
    box-shadow: none;	
	background-color: #1A56AC;
}
.col-lg-2 {
	padding-right: 0;
    flex: 0 0 22.666667%;
    max-width: 22.666667%;	
    border-right: 1px solid #dee2e6;
	display: flex;
    flex-direction: column;
    justify-content: space-between;    
}
.col-lg-10 {
    flex: 0 0 76.333333%;
    max-width: 76.333333%;
    padding-left: 30px;
    padding-top: 15px;
}
.card {
	border-radius: 0px;
}
.card-header {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-left: 40px;
}
.content-wrapper {
	background-color: #ffffff;
}
.content-row {
    display: flex;
    margin-right: -7.5px;
    margin-left: -7.5px;
    min-height: inherit;
}
.content-wrapper>.content {
	padding: 0 0.5rem;
    min-height: inherit;	
}
.container {
    min-height: inherit;
}
.content-header {
    padding-top: 15px;
    padding-right: 0.5rem;
    padding-bottom: 15px;
}
.wallet-intro-row {
	display: flex;
    flex-wrap: wrap;
    margin-right: -21.5px;
    margin-left: -21.5px;	
}
.header-text {
	font-family: 'Roboto-Bold', 'Roboto Bold', 'Roboto', sans-serif;
	font-weight: 700;
    font-style: normal;
    font-size: 30px;	
}
.content-header-text {
	font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #FAFAFA;
}
.wrapper .content-wrapper {
	min-height: 560px;
	background-color: #ffffff;
}
.popup-edit-row {
	display: flex;
}
.popup-edit-text {
    margin-top: 5px;
    width: 40px;
    text-align: right;
}
.sm-mas {
	color: #333333;
	padding: 0.9rem 0.9rem 0.9rem 2.5rem;
	height: 53px;
	margin-bottom: 0rem !important;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.sm-mas-borderless {
	color: #333333;
	padding: 0.9rem 0.9rem 0.9rem 2.5rem;
	height: 53px;
	margin-bottom: 0rem !important;
}
.btn-right-blue {
    color: #fff;
    box-shadow: none;	
	background-color: #1A56AC;		
	margin-left: 5px; 
	float: right;
}
.btn-right-grey {
    color: #fff;
    box-shadow: none;	
	background-color: #797979;	
	margin-left: 5px;
	float: right;
}
.sidemenu-item-wrapper {
    padding: 0.9rem 0.9rem 0.9rem 3.5rem !important;
    height: 50px;
    color: #333333;
}
.sidemenu-item-link {
    color: #333333;
}
.sidemenu-item-link:hover {
    color: #333333;
}


button.side-a-btn {
	float: right; padding-top: 12px; padding-right:0.5px;
}

ul.nav-treeview > li > a  {
 	padding: 0.9rem 0.9rem 0.9rem 3.5rem; height:50px ; display: block;
}

ul.nav-treeview a {
	color : black;
}
table th {
    font-size: 13px;
    font-weight: bold;
}
table td {
    font-size: 12px;
}
table.fixed { table-layout:fixed; }

.truncate-text {
    max-width: 120px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap!important;
    text-overflow: ellipsis;
}
.font-2dth {
  font-family: 'AppleSDGothicNeo-Bold', 'Apple SD Gothic Neo Bold', 'Apple SD Gothic Neo', sans-serif;
  font-size: 15px;
}
.active-tab {
  font-weight: bold;
}
.unactive-tab {
  font-weight: normal;
}