.main_section {
	background: #fff;
	overflow: hidden;
	padding: 20px 0px;
	width: 100%;
}
.profile .avatar-container {
	background-color: #c7c7c7 !important;
	height: 60px !important;
	width: 65px !important;
}
.avatar-container {
	align-items: center !important;
	background-color: #c7c7c7 !important;
	border-radius: 50% !important;
	display: flex !important;
	height: 40px !important;
	justify-content: center !important;
	padding: 0 !important;
	width: 40px !important;
}
.profile-avatar {
	height: 40px !important;
	width: 40px !important;
}
#page,
.hidd {
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.register-page {
	min-height: unset !important;
}
.link_site {
	color: #b68b28 !important;
}
.link_site:hover {
	color: #003d61 !important;
}
.nav-theme .sm-info {
	background-color: #b68b28 !important;
}
.table > :not(caption) > * > * {
	padding: 17px 17px !important;
}
.comp-table .table thead tr, .comp-table .table tbody tr {
	border-bottom: 1px solid var(--silver) !important;
}
.table_hbg_color {
	background-color: #e1dfdf;
}


.btn_search {
	height: 45px;
	padding: 10px 25px;
}


/* mockup code */

.button_div {
	display: flex;
	justify-content: space-evenly;
}

.button_div .btn {
	border-radius: 2px !important;
	text-align: center !important;
	position: relative;
}
.button_div .btn span {
	width: 100%;
}

.button_div .btn .spinner {
	height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top:20%;
}


/* mockup code */
.link_box {
	margin-top: 0px !important;
	width: 100% !important;
}

.link_box .section-id{
	margin-bottom: 5px !important;
}
.link_box p{
	font-size: 0.9rem !important;
}

.mandetory_docs {
	flex-direction: column;
	width: 100%;
}
.mandetory_docs a{
	background-color: transparent;
	display: flex;
	align-items: center;
	width: 100%;
}
.mandetory_docs a .icon{
	width: 40px;
	height: 45px;
}

.mandetory_docs a span{
	text-align: start;
	font-size: 0.7rem;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 10px;
}

.mandetory_docs a.btn {
	color: #545465;
	background-color: #0000000f;
	border-color: #f0f0f0;
	border-radius: 3px;
}

.mandetory_docs a.btn:hover {
	color: #000;
	background-color:#ddd !important;
	border-color: #ddd !important;
}
