section#filing_gstin,
section#check_gstin,
section#preference_gstin,
section#check_pan_gstin{
	margin-top: 50px;
	/*text-align: center;
	min-height: 510px;*/
}
.center-line {
  text-align: center;
  position: relative;
  margin-top: 35px;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
}
.center-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: -1;
  background: darkcyan;
}
.center-line span {
  background-color: white;
  padding: 1rem;
  display: inline-block;
}
#upload_gstin input[type="file"],#upload_pan_gstin input[type="file"],#upload_profile input[type="file"] {
    display: none;
}
#upload_gstin label,#upload_pan_gstin label, #upload_profile label {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
#upload_gstin,#upload_pan_gstin,#upload_profile{
	display: block;
}
#frmEnterGstin,#frmEnterPanGstin, #frmEnterProfile{
	display: inline-flex;
}
#activate_frm .form-group{
	display: flex;
}
#show_hide_filing_table,
#show_hide_preference_table{
	margin-bottom: 30px;
	display: flex;
	position: relative;
}
.form-error{
	color: red;
}
#api_usage{
	/*border: 1px dashed #5bc0de;*/
	box-shadow: 0px 1px 1px 2px lightgrey;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
	display: inline-block;
}
#api_usage small{
	font-size: 10px;
	color: red;
	display: block;
}
#api_usage_cnt{
	font-family: Consolas, Menlo, Monaco, monospace;
}
.vertical-divider {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 33%;
  margin: 0;
  padding: 0;
  width: auto;
  height: calc(50% - 1rem);
  line-height: 0;
  text-align:center;
  transform: translateX(-50%);
}

.vertical-divider:before,
.vertical-divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 9;
  border-left: 1px solid rgba(34,36,38,.15);
  border-right: 1px solid rgba(255,255,255,.1);
  width: 0;
  height: calc(100% - 1rem);
  background: #80c5c5;
}
.vertical-divider:before {
  top: -100%;
}

.vertical-divider:after {
  top: auto;
  bottom: 0;
}
.fy_drop.select2-selection{
	height: calc(2.25rem + 2px);
	border: 1px solid #ced4da;
}
.fy_drop #select2-cg_fy-container{
	padding: .375rem .75rem;
	text-align: left;
}
.fy_drop #select2-cg_fy-container .select2-selection__placeholder{
	color: #495057;
}
.fy_drop #select2-preference_fy-container{
	padding: .375rem .75rem;
	text-align: left;
}
.fy_drop #select2-preference_fy-container .select2-selection__placeholder{
	color: #495057;
}
.return_period_div{
  margin-top: 50px;
}