body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
}

.container {
    width: 100%;
}

main {
    background-color: #FFF;
    padding: 10px 0px;
}

.navbar {
    background-color: #b01d22;
    height: auto;
    margin: 0;
    padding: 5px 0 20px 0;
    border-radius: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}

.navbar-header {
    display: inline-flex;
    margin-top: 20px;
}

.navbar-header img {
    width: auto;
    height: auto;
    margin: 0 0 0 0;
}

.navbar-header h1 {
    margin: 2px 0 0 15px;
    color: #FFF;
    font-weight: normal;
    font-size: 20px;
}

.navbar h2 {
    color: #facdce;
    font-weight: normal;
    font-size: 14px;
    margin: 20px 0 -15px 40px;
    border-bottom: 1px solid #facdce;
    padding-bottom: 3px;
}

.bttn-group {
    width: 100%;
    display: flex;
}

.mr-16 {
    margin-right: 16px;
}

.button-inactive {
    width: 50%;
    height: 40px;
    padding: 6px;
    color: #666666;
    border: none;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    background-color: #EEE;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.button-active {
    width: 50%;
    height: 40px;
    padding: 6px;
    color: #FFF;
    border: none;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    background-color: #b01d22;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.button-inactive-grey {
    width: 48%;
    height: 48px;
    padding: 14px;
    color: #3D3D3D;
    border: 0px solid #999;
    text-align: center;
    margin: 0 1% 0 1%;
    border-radius: 5px;
    background-color: #EEE;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.button-active-maroon {
    width: 48%;
    height: 48px;
    padding: 14px;
    color: #FFF;
    border: 0px solid #999;
    text-align: center;
    margin: 0 1% 0 1%;
    border-radius: 5px;
    background-color: #b01d22;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    color: #000000;
    margin-bottom: 26px;
}

.h1-subtxt {
    font-size: 16px;
    color: #666;
    margin-top: -28px;
}

.h1-subtxt-black {
    font-size: 16px;
    color: #000000;
    margin-top: -24px;
    font-weight: 400;
    line-height: 20px;
}

.verification {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 16px;
}

.heading-1 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.heading-2 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 4px 0 28px 0;
}

.img-container {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 16px 0px 0;
}

.text-container {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 1.4;
}

.textblack {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
}

.verification ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.verification li {
    margin: 0 0 5px 0;
    display: inline-flex;
}


/*		.m-top-40{margin-top:40px;}*/

.button-single-inactive {
    width: 100%;
    height: 40px;
    padding: 6px 16px;
    color: #FFF;
    border: none;
    text-align: center;
    margin: 40px 0 10px 0;
    border-radius: 3px;
    background-color: #b01d22;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    opacity: 0.4;
    bottom: 0;
    left: 0;
    position: relative;
}

.button-single-active {
    width: auto;
    height: 40px;
    padding: 6px 16px;
    color: #FFF;
    border: none;
    text-align: center;
    margin: 40px 0 10px 0;
    border-radius: 3px;
    background-color: #b01d22;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    bottom: 0;
    left: 0;
    position: relative;
}

*,
 ::after,
 ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mtop-40 {
    margin-top: 40px;
}

.mtop-35 {
    margin-top: 30px;
}

.mtop-30 {
    margin-top: 30px;
}

.mtop-25 {
    margin-top: 25px;
}

.option-txt {
    color: #999;
    font-size: 12px;
    text-align: right;
    position: relative;
    font-weight: 500;
    margin-top: -24px;
}

.verified-txt {
    color: #4caf50;
    font-size: 12px;
    text-align: right;
    position: relative;
    font-weight: 500;
    margin-top: -24px;
}

.failed-container {
    background-color: #de1c23;
    /*border-radius: 1.4rem 1.4rem 0 0;*/
    padding: 16px;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

.failed-container h1,
.succes-container h1 {
    font-size: 32px;
    font-weight: 300;
    color: #FFFFFF;
    padding: 0px;
    margin: 25px 0px 15px 0;
}

.succes-container {
    background-color: #4caf50;
    border-radius: 1.4rem 1.4rem 0 0;
    padding: 16px;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

.success-bttns {
    height: 30px;
    margin-top: 16px;
}

.close-bttn {
    float: left;
}

.share-bttn {
    float: right;
}

.success-amount,
.failed-amount {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    margin-top: 10px;
}

.success-msgs,
.error-msgs,
.failed-msgs {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.success-label {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 30px;
}

.success-account-no {
    font-size: 32px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: -10px;
}

.succes-container,
.processing-popup-container,
.failed-container p {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.5;
    margin: 0;
}

.failer-reason,
.success-reason {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.error-reason-text {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 38px;
}

.mtop-200 {
    margin-top: 200px;
}

.mtop-90 {
    margin-top: 90px;
}

.mtop-60 {
    margin-top: 60px;
}

.mr-16 {
    margin-right: 16px;
}


/*risk page*/

.box-risk {
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 16px;
}

.box-risk-header {
    background-color: #EEE;
    padding: 16px;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}

.box-risk-body {
    padding: 16px
}

.box-risk-body-row {
    display: flex;
    margin-bottom: 5px;
    line-height: 20px;
}

.box-content-left {
    font-size: 16px;
    color: #666666;
}

.box-content-right {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.box-risk .col-4 {
    padding: 0 0 0 0;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.box-risk .col-7 {
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    letter-spacing: -0.2px;
    line-height: 1.5
}

.box-risk .col-1 {
    padding: 0;
    max-width: 20px;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.highrisk-text {
    color: #FF0000;
    font-size: 12px;
    font-weight: 400;
    margin-top: -43px;
    float: right;
    margin-right: 16px;
}

.highrisk-text::before {
    content: url("../images/ic_alert.svg");
    margin: 0 1px 0 0;
    position: relative;
    top: 3px;
}


/*pannel*/

.panel-title>a {
    color: #f6871f;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.form-control:focus {
    color: #495057;
    border-color: lightgray;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}

.panel-title>a:before {
    float: right !important;
    content: url(../images/minus.svg);
    padding-right: 0px;
    margin-top: 7px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: url(../images/plus.svg);
    margin-top: 7px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
    color: #f6871f;
    font-weight: 400;
}

.panel-heading {
    border-bottom: 1px solid white;
    padding: 10px 0px;
    background: white;
    color: #f6871f;
}

.panel-body {
    padding: 10px 0 0 0;
}

.panel-body table td {
    width: 50%;
}

.panel {
    border: 1px solid white;
}

.panel-heading P {
    margin: 0 0 10px 0;
    ;
    padding: 0;
}


/*

.panel-heading {
    color: #f6871f;
}
.panel-title a{
    color: #f6871f;
	font-size:12px;
	font-weight: 400;
	
}
.panel-title > a:before {
  float: right !important;
  content : url(../images/minus.PNG);
  padding-right: 5px;
  }
  .panel-title > a.collapsed:before {
  float: right !important;
  content : url(../images/plus.PNG);
  
  }
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
text-decoration:none;
color: #f6871f;
font-weight:600;
}
.panel-heading {
border-bottom: 1px solid white;
padding: 10px 0;
background: white;
color:#f6871f;
}
.panel-body{
padding: 10px 0;
}

.panel-body table td{
width: 50%;
}

.panel {
border: 1px solid white;
}
*/

.header_line1 {
    position: absolute;
    width: 109px;
    height: 24px;
    left: 92px;
    top: 43px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}

.instal_app_txt_style {
    width: 140px;
    height: 16px;
    left: 16px;
    top: 150px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: 0.4px;
    color: #000000;
}

.card_layout_txt_style {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #000000;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 9px;
}

.card {
    height: 60px;
}

.check_image_cls {
    float: right;
    padding: 3px;
}

.width_100 {
    width: 100%;
    color: white !important;
}


/* .btn_fixed_button {
    position: fixed;
    bottom: 2%;
    right: 0px;
} */