/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 May, 2021, 12:40:06 PM
    Author     : dev
*/
.vertification-infor {
  padding-top: 20px;
}
.vertification-infor .title {
  margin-left: 16px;
  font-weight: bold;
}
.vertification-infor .box-wrapper {
  border-radius: 6px;
  /*margin: 16px;*/
  padding: 20px 16px;
  background-color: #FFF;
  position: relative;
}
.vertification-infor .box-wrapper .box {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
.vertification-infor .box-wrapper .verificate-success {
  font-size: 14px;
}
.vertification-infor .box-wrapper .verificate-success .list {
  padding-bottom: 14px;
}
.vertification-infor .box-wrapper .verificate-success .t {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 10px;
}
.vertification-infor .box-wrapper .verificate-success .c {
  display: block;
  left: 25%;
}
.vertification-infor .box-wrapper .verificate-success .c .cont {
  color: #666666;
  display: block;
  margin-bottom: 10px;
}
.vertification-infor .box-wrapper .verificate-success .c .verified-cont {
  display: block;
  font-size: 11px;
  color: green !important;
  margin-bottom: 8px;
}
.vertification-infor .box-wrapper .verificate-success .c .verified-cont::before {
  content: "\f05d";
    vertical-align: middle;
    margin-right: 6px;
    font: normal normal normal 14px/1 FontAwesome;
}
.vertification-infor .box-wrapper .verificate-success .c .unverified-cont {
  display: block;
  font-size: 11px;
  color: red !important;
  margin-bottom: 8px;
}
.vertification-infor .box-wrapper .verificate-success .c .unverified-cont::before {
  content: "\f057";
    vertical-align: middle;
    margin-right: 6px;
    font: normal normal normal 14px/1 FontAwesome;
}
.vertification-infor .box-wrapper .in-progress p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.vertification-infor .box-wrapper .in-progress div {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.vertification-infor .box-wrapper .not-submit .t {
  font-size: 14px;
}
.vertification-infor .box-wrapper .not-submit .go-to-vertification {
  background: #43AC43;
  color: #fff;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  margin: 24px auto 0;
}
.vertification-infor .box-wrapper .commitment {
  color: #43AC43;
  font-size: 11px;
}
.vertification-infor .box-wrapper .commitment p {
  text-decoration: underline;
  display: inline-block;
}
.vertification-infor .box-wrapper .commitment::before {
  content: "\f0f6";
  
    margin-right: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    
}
.postandupdate [type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.postandupdate [type=file] + label {
  border: 2px dashed lightblue;
  border-radius: 5px;
  color: lightblue;
  cursor: pointer;
  display: inline-block;
  padding: 91px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
.postandupdate [type=file] + label:hover {
  background-color: #86c5da;
  color: #fff;
}
.choose_payment_option{
    display: none;
}
.virtual_detail {
    background-color: #ddd;
    color: #333;
    padding: 15px;
    border-radius: 3px;
}