h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
}
a:hover {
text-decoration:none;
}

ul, ol {
margin:0 !important;
padding:0!important;
list-style:none;
}
img {
outline:none;
border:none;
}
.modal-backdrop {
    z-index: 1040 !important;
}
.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
}

/*login page css start*/
.login{
	padding: 0 2rem 0;
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
}
.login .row {
    width: 100%;
}

.form-control,
.form-select{
	background-color: #F3F3F3;
	border: 0;
	height: 35px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	border:1px #a5a5a5 solid;
	border-radius: 4px;
	color: #000;
}
.form-label{
	font-weight: 400;
	font-size: .8rem;
	color: #3A3939;
	margin-bottom: 0.3rem;

}
.login .login-form{
	padding: 0 6rem 0;
}
.btn-login,
.btn-save{
	height: 53px;
	background-color: #2C677B;
	font-weight: 600;
	color: #fff;
	width: 100%;
	font-size: 20px;
	display: inline-block;
	border-radius: 0.375rem;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 30px;
    padding: 0.375rem 0.75rem;
}
.btn-login:hover,
.btn-save:hover{
	background-color: #142e4b;
	color: #fff;
	border-color: #142e4b;
}
.forgetpassword{
	text-align: center;
	padding-bottom: 2rem;
}
.forgetpassword a{
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	color: #2c677b;
}
.forgetpassword a:hover{
	text-decoration: underline;
}
.password-control{
	position: relative;
}
.password-control .form-control{
	padding-right: 9%;
}
.eye-icon{
	position: absolute;
	right: 20px;
    top: 39px;
    width: 22px;
}
.eye-icon svg{
	width: 22px;
	height: 22px;
	fill: #3a3939;
}

/*login page css end*/

/* Navbar */
.navbar-bl{
	background-color: #ffffff;
	width: 240px;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	padding-top: 0;
	z-index: 4;
	transition: margin 0.5s;
}
.navbar-bl ul{
	padding: 0 30px!important;
}
.navbar-bl li{
	padding: 5px 0;
}
.navbar-bl li:hover svg path{
	fill:#142e4b!important;
	fill-opacity: 1;
}
.navbar-bl li a{
	color: #b9c0c9;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	border-bottom: 2px #fff solid;
	display: inline-block;
	width: 100%;
	padding: 0.8rem 5px;
}
li.active-navbar a{ 
	color: #142e4b;
	border-color: #142e4b;
}
.navbar-bl li a:hover,
li.active_navbar{
	border-color: #142e4b;
}
.navbar-bl li:hover a,
.active_navbar a{
	color: #142e4b;
	border-color: #142e4b;
}
body .active-navbar path{
	fill:#142e4b!important;
	fill-opacity: 1!important;
}
.profile-info {
    display: flex;
    padding: 15px 10px;
    align-items: center;
	border-bottom: 1px #f0f0f0 solid;
}
.user-icon{
	background-color: #F1F1F1;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	line-height: 51px;
	text-align: center;
}
.username{
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #B0B0B0;
	padding-left: 20px;
}
/* Navbar end */

/* Dashboard page css */
header{
	background-color: #fff;
	min-height: 91px;
	position: fixed;
	z-index: 2;
	display: flex;
    align-items: center;
    padding: 0 5px;
	top: 0;
	left: 0;
	width: 100%;
}
.searchbar{
	width: 50%;
	height: 54px;
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	position: relative;
	margin-right: 5px;
	border:1px #D2D2D2 solid;
}
.search-control{
	border: 0;
	width: 100%;
	background-color: transparent!important;
	font-size: 0.8rem;
	padding: 0 0 0 54px;
	outline: none;
	color: #BEBEBE;
}
.search-btn{
 position: absolute;
 left: 14px;
 top: 13px;
 color: #777777;
 font-size: 1rem;
}
.notification-bl{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
}
.notification-bl a{
	margin-right: 20px;
	position: relative;
}
.small-logo {
    width: 70px;
}
.notification-bl span {
    background-color: #142e4b;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    padding: 2px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 20px;
    text-align: center;
}
.db-heading{
	font-weight: 700;
	color: #142E4B;
	font-size: 30px;
	line-height: 45px;
}
.db-comman-bl{
	padding: 5px;
}
.notification-article{
	background-color: #d6d6d6;
	min-height: 358px;
	border-radius: 10px;
	padding: 15px 15px;
	position: relative;
}
.notification-article h2{
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
	color: #5A5858;
}
.notification-article h3{
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	color: #5A5858;
}
.notification-card{
	border-radius: 10px;
	background-color: #FFFDFB;
	border:1px #8E8E8E solid;
	min-height: 84px;
	display: flex;
	align-items:flex-start;
	padding: 16px;
	flex-direction:column;
	margin-bottom: 10px;
}
.notification-card h4{
	color: #5A5858;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.notification-card small{
	color: #5A5858;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
}
.notification-card small span{
	display: inline-block;
	width: 170px;
}
.notification-card-footer {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 25px;
	left: 0;
}
.notification-card-footer a{
	text-decoration: none;
}
.notification-card-footer a:last-child{
	margin-left: 36px;
}
.red{
	color: #F2374D!important;
}
.green{
	color: #21B26D!important;
}
.black-info small{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
}
.notification-card h5{
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 5px;
}
.notification-card p{
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	font-weight: 400;
	background-color: #e7e6e5;
	border-radius: 4px;
	padding: 4px 10px;
	width: 100%;
}
.disable-notification:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.55);
}
/* Dashboard page css end*/

footer {
    color: #848080;
    font-size: 8px;
    line-height: 12px;
    font-weight: 500;
    padding: 10px 40px 20px;
}

/* appointments page css*/
.appointments-bl .nav-tabs{
	border:0;
}
.appointments-bl .nav-tabs .nav-link{
	font-weight: 500;
	line-height: 30px;
	font-size: 20px;
	color: #142E4B;
	border:0;
	border-bottom: 2px #fff solid;
	margin-bottom: 0;
}

.appointments-bl .nav-tabs .nav-link:hover,
.appointments-bl .nav-tabs .nav-link.active{
	font-weight: 700;
	border:0;
	border-bottom: 2px #000 solid!important;
}
.appointments-bl .nav-tabs,
.appointments-bl .nav-tabs .nav-link:focus,
.appointments-bl .nav-tabs .nav-link:focus-visible{
	/* border:0!important; */
	outline: none;
}
.appointments-bl div#nav-tabContent {
    padding-top: 16px;
}
.upcoming-card{
	background-color: #F3F2F2;
	border-radius: 10px;
	min-height: 250px;
	padding: 7px 17px 17px;
	margin-bottom: 16px;
	position: relative;
}
.upcoming-card h4{
	color: #000;
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
	padding-right: 40px;
}
.upcoming-card h5{
	margin-bottom: 3px;
}
.upcoming-card h5,
.upcoming-card p{
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.upcoming-card h5 span{
	margin-right: 10px;
}
.upcoming-card textarea{
	background-color: #e0e0e0;
	height: 88px;
	border-radius: 4px;
	border:none;
	width: 100%;
	padding: 20px 27px;
	margin-top: 40px;
}
.reschedule-btn,
.send-request-btn{
	width: 335px;
	height: 60px;
	border-radius: 6px;
	border:1px #235262 solid;
	background-color: #2c677b;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-decoration: none;
	line-height: 56px;
}
.reschedule-btn:hover{
	background-color: #235262;
	color: #fff;
}
.send-request-btn{
	width: auto;
	height: 47px;
	font-size: 18px;
	line-height: 30px;
}
.send-request-btn:disabled{
	background-color:#2c677b!important;
	border-color: #2c677b!important;
	color: #ffffff!important;
}
.alert-info{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
.floating-arrow{
	position: absolute;
	right: 17px;
	top:30px;
	display: flex;
	align-items:center;
}

.floating-arrow span{
	width: 26px;
	height: 26px;
	background-color: #14abb5;
	border-radius: 50px;
	display: inline-block;
	margin-right: 14px;
}
.dark-blue{
	background-color: #2256A5!important;
}
.disable-card{
	position: relative;
}
.disable-card:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.55);
	border:1px #adadad solid;
	border-radius: 10px;
}
.disable-card .floating-arrow span{
	background-color: #adadad;
}
.disable-card .floating-arrow svg{
	display: none;
}

.datepicker-custom .datepicker-inline{
	border:1px #d6d5d3 solid;
	border-radius: 10px;
	background-color: #fffdfb;
	width: 100%;
}
.datepicker-custom .table-condensed{
	width: 100%;
}
.datepicker-custom .datepicker td, .datepicker-custom .datepicker th{
	padding: 5px;
	color: #5A5858;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
}
.datepicker-custom th.prev, .datepicker-custom th.next {
    font-size: 30px;
	color: #000!important;
}
.datepicker-custom .datepicker-switch{
	color: #000!important;
}
#rescheduleModal .modal-dialog{
	max-width:60%;
}
#rescheduleModal .modal-content{
	background-color: #E3E3E3;
	min-height: 700px;
	padding: 13px 75px 45px;
}
.btn-close{
	position: absolute;
	right: 24px;
	top: 24px;
	width: 25px;
	height: 25px;
	background-size: 25px;
	z-index: 999;
}
#rescheduleModal .modal-dialog h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
}
#rescheduleModal .modal-dialog h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
#rescheduleModal .modal-dialog h5{
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
}
#rescheduleModal .cs-form .form-control{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	border-color:#d6d5d3;
	height: 40px;
}
#rescheduleModal .cs-form .form-control:focus{
	background-color: #0C7C83;
	border-color: #0a6369;
	color: #fff;
}
#rescheduleModal .modal-footer{
	justify-content:center;
}
.datepicker-custom .datepicker table tr td.today{
	background-color: #afe1e3;
	background-image: none;
	color: #427477;
}
.datepicker-custom .datepicker table tr td.today:hover{
	background-color: #0a6369!important;
	background-image: none!important;
	color: #fff!important;
}
.datepicker-custom  .datepicker table tr td.day.focused, 
.datepicker-custom  .datepicker table tr td.day:hover{
	background-color: #bfbebc;
	color: #434242;
}
.datepicker-custom .datepicker table tr td.day.active{
	background-color: #bfbebc!important;
	color: #434242!important;
	background-image: none!important;
}
body .bootstrap-datetimepicker-widget{
	display: block!important;
	width: 200px!important;
}
.bootstrap-datetimepicker-widget a[data-action]{
	border:0!important;
	box-shadow: none!important;
}
#requestModal .modal-dialog{
	max-width: 670px;
}
#requestModal .modal-content{
	min-height: 390px;
	border-radius: 10px;
	padding-top: 44px;
}
#requestModal h4{
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}
#requestModal p{
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	font-style: italic;
}
#requestModal .btn-close {
    width: 1.3em;
    height: 1.3em;
    background-size: 1.3em;
	position: absolute;    
	right: 17px;
	top:17px;
}
.cancel-btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    width: 40%;
    text-align: center;
    display: inline-block;
}
.cancel-btn:hover{
	color: #2c677b;
}
.request-note{
	font-style: italic;
	font-weight: 300;
}
/* appointments page css end*/

/*messages page css*/
.messages-bl{
	background-color: #FFFDFC;
}
.bor-black{
 border:1px #d6d5d4 solid;
 width: 70%;
 padding: 15px;
 border-radius: 10px;
}
.table-header{
	border-bottom: 4px #848080 solid;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.inbox-column{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #5A5858;
}
.filter-btns ul{
	display: flex;
}
.action-btns{
	display: flex;
	gap: 18px;
	align-items:center;
}
.view-model{
	font-weight: 700;
	font-size: 16px;
	color: #2C677B;
	line-height: 24px;
	text-decoration: none;
}
.view-model:hover{
	text-decoration: underline;
	color: #142E4B;
}
.messages-bl .table{
	padding: 10px 0 0;
}
.messages-bl .table th{
	color: #5A5858;
	font-weight: 700;
	font-size: 20px;
	border-color: #e8e7e6;
}
.messages-bl .table td{
	border-color: #e8e7e6;
	padding: 14px 0.5rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
.messages-bl .table td:first-child,
.messages-bl .table td:nth-child(2){
	color: #5A5858;
}
.messages-bl .table th:last-child {
    width: 185px;
}
.table-pagination{
	padding: 6px 0;
}
.table-pagination .page-link{
	border:0;
}
.pagination-row{
	display: flex;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	align-items: center;
}
.pagination-row .form-select{
	width: 70px;
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	margin: 0 22px;
	background-color: #E5E5E5;
	border-color: #E5E5E5;

}
.pagination-row  span{
	width: 100px;
	display: inline-block;
	text-align: center;
}
#messagesViewModal .modal-content{
	padding: 36px;
}
#messagesViewModal .modal-header{
	padding-left: 0;
	padding-right: 0;
	border-color: #c4c4c4;
	margin-bottom: 22px;
}
#messagesViewModal .modal-dialog {
    max-width: 50%;
}
#messagesViewModal textarea{
	height: 438px;
	background-color: #E5E5E5;
	border-radius: 10px 0 0 10px;
	width: 100%;
	border:0;
}
.user-edit{
	display: flex;
}
.user-edit .user-icon{
	display: inline-block;
	background-color: #C4C4C4;
	margin-right: 24px;
}
.user-edit .user-icon svg path{
	fill: #848080;
}
.user-name{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.user-name small{
	font-size: 18px;
	width: 100%;
	display: inline-block;
	padding-top: 7px;
}

/*messages page css end*/

/* Billing Css */
/* .billing-table{

} */

.billingViewInvoicemodal .edit-logo{
	width: 80px;
	margin-top: -20px;
  }
.billingViewInvoicemodal .modal-dialog {
    max-width: 868px;
}
.billingViewInvoicemodal .modal-content {
    padding: 60px 75px 65px;
}
.billingViewInvoicemodal h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.billingViewInvoicemodal .modal-body{
	padding: 0;
}
  .billingViewInvoicemodal h3{
	font-weight: 600;
	font-size: 24px;
	color: #000;
  }
  .billingViewInvoicemodal h5{
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
  }
  .billingViewInvoicemodal h5 strong{
	font-weight: 700;
  }
  .billingViewInvoicemodal .table td,
  .billingViewInvoicemodal .table th{
	background-color: #f3f2f2;
	border-bottom-color: #e4e4e4;
  }
  .note-text{
	background-color: #f3f2f2;
	height: 50px;
  }
  .edit-total-price{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	justify-content: start;
  }
  .bold-price{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
  }
  .left-address {
	width: 135px;
	padding-right: 10px;
	font-weight: 600;
	color: #817f81;
  }
  .edit-billing-address{
	font-size: 14px;
  }
  .billingViewInvoicemodal .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    background-color: #2C677B;
    border-color: #2C677B;
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
}
.billingPayModel .modal-dialog{
	max-width: 690px;
}
.billingPayModel .form-control {
    padding: .675rem .75rem;
    background-color: #F3F3F3;
	border:0;
}
.billingPayModel label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    width: 100%;
    display: inline-block;
	color: #5A5858;
}
.billingPayModel .full-width {
    width: 100%;
    margin-bottom: 10px;
}
.billingPayModel h5 {
    color: #000;
}
.billingPayModel input::placeholder,
#esignature-form input::placeholder,
.input-100 input::placeholder{
    color: black !important;
}
.width-70{
	width: 70%;
}
.width-30{
	width: 30%;
}
.bt-amount{
	display: flex;
	flex-direction: column;
    justify-content: center;
	font-size: 18px;
}
.width-50 {
    width: 48%;
}
.bt-amount strong{
font-weight: 700;
font-size: 24px;
line-height: 36px;
}
.invoiceSuccessfullModal .modal-dialog {
    max-width: 680px;
}
.invoiceSuccessfullModal svg {
    fill: green;
    width: 150px;
    height: 150px;
}
.invoiceSuccessfullModal h4 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
}
.invoiceSuccessfullModal .modal-content {
    padding: 22px;
	text-align: center;
}
.alert-message{
	font-size: 16px!important;
	font-style: italic;
}
.billing-table .page-link{
	background-color: transparent;
}
.billing-table .page-link.active{
	background-color: transparent;
}
.billing-table .page-link.active svg path{
	fill: black;
	fill-opacity: 1;
}
/* Billing Css end*/

/* forms css */
.forms-table .table th:last-child {
    width: 300px;
}
.forms-table .table td{
	color: #000000!important;
}
#ViewReleaseForm .action-btn a{
	text-decoration: none;
	margin-left: 15px;
}
.releasepop-content{
	background-color: #f0eeed;
    border-radius: 10px;
    padding: 30px;
    min-height: 550px;
    overflow-y: auto;
}
.releasepop-content p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}
#esignature-form{
	display: flex;
	justify-content:space-between;
	align-items:center;
}
#esignature-form .form-control{
	border-color: #000000;
	background-color: #FFFDFB;
	height: 70px;
	border-radius: 8px;
	font-size: 16px;
	padding: 0 20px;
	width: 60%;
}
#esignature-form .btn{
	height: 50px;
	border-radius: 8px;
}

.releasepop-content::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.releasepop-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.releasepop-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.1); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}
.releasepop-content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.2); 
}
/* forms css end */

/* Settings css */
.settings-bl h3{
	font-size: 30px;
	color: #142E4B;
	font-weight: 700;
	line-height: 45px;
}
.input-100{
	display: flex;
	align-items:center
}
.edit-link{
	width: 100px;
	color: #2C677B;
	margin-left: 10px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
}
.edit-link:hover{
	text-decoration: underline;
	color: #142E4B;
}
.security-password{
	position: relative;
	width: 100%;
}
.security-password .eye-icon {
    top: 13px;
}
.btn-save{
	width: 157px;
	font-weight: 600;
	font-size: 18px;
}
#display-settings h4{
	font-size: 26px;
	font-weight: 600;
	line-height: 39px;
}
#display-settings label.checkbox-container{
 font-size: 18px;
 font-weight: 400;
 line-height: 27px;
 color: #5A5858;
}
#display-settings label.checkbox-container:first-child{
	font-size: 18px;
}
#display-settings label.checkbox-container:nth-child(2){
	font-size: 28px;
}
#display-settings label.checkbox-container:nth-child(3){
	font-size: 38px;
}
/* Customize the label (the container) */
.checkbox-container{
	width: 100%;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	padding-left: 38px;
}

  /* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 9px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 5px;
	border:2px #757575 solid;
  }
  
  /* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 8px;
	top: 2px;
	width: 7px;
	height: 14px;
	border: solid #757575;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
.input-column{
	display: flex;
	align-items:center;
}
.input-column .edit-link{
	margin-left: 0;
	margin-top:23px;
}
.input-column div.input-col-50:first-child{
margin-right: 13px;
}
.input-col-50{
	width: 42%;
}
.upload-bl{
	width: 420px;
}
.input-col-50 .form-select{
	width: 100%;
}
.upload-inner-bl {
    background-color: #F3F3F3;
    border: 0;
    height: 320px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: 1px #a5a5a5 solid;
    border-radius: 10px;
    color: #000;
	width: 79%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.upload-pic span{
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 100px;
	display: inline-block;
	line-height: 114px;
	margin-bottom: 5px;
}
.upload-pic small{
	width: 100%;
	display: inline-block;
}
.upload-pic small a{
	text-decoration: none;
	color: #000;
}
.upload-pic{
	text-align: center;
}
.settings-bl .nav-tabs{
	border-color: #fff;
}
.settings-bl .nav-tabs .nav-link{
 	color: #c2c8d0;
	border:0;
}
.settings-bl .nav-tabs .nav-link.active{
	color: #142E4B;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 2px #142E4B solid;
	border-left: 0;
	border-right: 0;
	border-top: 0;
} 

/* Settings css end*/