.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #467fd0;
}

.info {
	background: #ededed;
}

.other-info {
	line-height: 50px;
}

.add-email {
	background: white;
	color: dodgerblue;
	border: 1px solid lightgrey;
	margin: 20px;
	width: 150px;
}

.toggle-change-password {
	position: absolute;
	top: 40px;
    right: 10px;
	font-size: 15px;
	cursor: pointer;
}

.select-box {
	box-shadow: -1px 1px 3px 0px;
}

.select-box .subscription-title {
	font-size: 15px;
	font-family: sans-serif;
}

.plan_modal {
	float: right !important;
	color: #fff;
	width: 20px;
	cursor: pointer;
}

.plan_modal i {
	padding-left: 5px;
}

.user_plan_tab .plan_modal {
	background-color: #e09868;
}

.storage_plan_tab .plan_modal {
	background-color: #9561ff;
}

.refersh_div {
	padding-top: 10px;
	cursor: pointer;
}

.plan_rate, .discount_plan_rate, .final_rate, .sgst_rate, .cgst_rate {
	color: #467fd0;
}

.price_list h5 {
	width: 100%;
	text-align: center;
}

.discount_strike {
	text-decoration: line-through;
	color: #6e6e6e !important;
	font-style: italic;
}

.changed-storage-plan, .changed-user-plan {
	color: #5ae980;
	font-size: 25px;
	font-family: sans-serif;
	padding: 8px;
}

.no-border {
	border: none;
}

#plandetailsModal .column {
	float: left;
	width: 25%;
	padding: 10px;
}

#plandetailsModal .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 16px;
	text-align: center;
	background-color: #f1f1f1;
}

.setting-action .nav-link.active img {
	filter: brightness(0) invert(1);
}

.setting-action .nav-link {
	font-size: 15px;
	font-weight: 400;
	color: #acacac;
	margin-bottom: 10px;
	width: 220px;
}

.setting-action .nav-link svg {
	margin-right: 15px;
}

.setting-action .nav-link.active svg path {
	fill: #ffffff;
}

.settings-block {
	background: #f3f4f9;
	padding: 30px 30px;
}

.settings-block .block-title {
	font-size: 22px;
	font-weight: 400;
	/* margin-bottom: 20px; */
}

.profile-card {
	background: #ffffff;
	margin-bottom: 30px;
}

.profile-card:last-child {
	margin-bottom: 0;
}

.profile-card .profile-head {
	padding: 15px 20px;
	border-bottom: 2px solid #f3f4f9;
}

.profile-card .profile-body {
	padding: 20px 20px;
}

.profile-card .profile-body .form-group {
	margin-bottom: 1.7rem;
}

.profile-card .profile-body form label {
	color: #6e6e6e;
	font-weight: 400;
}

.verified {
	color: #467fd0;
}

.security #modifiedTime {
	font-size: 16px;
	font-weight: 400;
}

/* .plan-title {
	border-bottom: 1px solid #e8e8e8;
} */

.plan-title .col-sm {
	border-right: 1px solid #e8e8e8;
}

.plan-title .col:last-child {
	border-right: 0;
}

.plan-title h4, .subscription-view .feature-heading th {
	color: #467fd0;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 1em;
}

.plan-title .price {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 1em;
}

.plan-title button {
	width: 100px;
}

.plan-details table thead th {
	text-align: center;
	vertical-align: initial;
}

.plan-details .feature-title {
	font-size: 16px;
	font-weight: 500;
}

.plan-details .fa-times {
	color: #dc3545;
}

.plan-details .fa-check {
	color: #28a745;
}

#attendanceDetails .row .col {
	padding: 7px 10px;
}

.switch-label {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #28a745;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #28a745;;
}

input:focus + .slider {
	box-shadow: 0 0 1px #28a745;;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/* plans */
.monthly-plan-view .card {
	width: 45%
}

.monthly-plan-view .card-header {
	background: #467fd0;
	color: #ffffff;
}

.monthly-subscription .input-group .form-control {
	border-right: 0;
	height: 38px;
}

.monthly-subscription .input-group .monthly_plan_details {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.discount-tag {
	display: inline-flex;
	background-color: #f2f2f2;
	font-size: 15px;
}

.discount-tag span {
	padding: 0 5px;
	cursor: pointer;
}

.plan-tab {
	margin-bottom: 30px;
}

.plan-tab div {
    padding: 3px 0;
    text-align: center;
	background-color: #f8f9fa;
    border-color: var(--primary-color);
	color: #000;
    cursor: pointer;
    height: 30px;
    font-size: 16px;
	font-weight: 500;
}
.plan-tab div:nth-child(2) {
	border-left: 1px solid  var(--primary-color);
	border-right: 1px solid  var(--primary-color);
}

.plan-tab  div.active{
	background-color: var(--primary-color);
    color: #fff;
}

#v-pills-monthly-subscription h5, #v-pills-yearly-subscription h5 {
    margin: 8% 2%;
}


#v-pills-subscription .active-free-plan-details {
	font-size: 18px;
	width: 100%;
 }

 #v-pills-subscription .active-plan-details {
	font-size: 18px;
	margin: 3% 2% 5% 2%;
	display: block;
	width: 100%;
 }

 .plan-details .feature-title .sub-content{
	display: inline-block;
    font-size: 10px;
 }

 table.subscription-view {
	table-layout: fixed ;
	width: 100% ;
  }

  table.subscription-view td,  table.subscription-view th {
	width: 25% ;
  }

 table.subscription-view tbody {
	line-height: 100%;
}

 table.subscription-view tbody tr td:first-child {
	text-align: left;
}

.plan-title .tax-details small {
	position: relative;
	top: 50px;
}
 

.monthly-details-table {
	font-size: 14px;
	position: relative;
    max-height: 300px;
    overflow: auto;
}

.monthly-details-table thead th { 
	position: sticky;
	top: 0;
	z-index: 1; 
	background:#eee;
}

.monthly-details-table tbody td { 
	background:#fff;
}

.monthly-plan-view button {
	width: 200px;
}

.subscription-view tbody tr td:last-child{
	border:0
  }


  .storage_plan_select, .user_plan_select {
	-moz-appearance: none;
	-webkit-appearance: none;
  }
  
  .storage_plan_select::-ms-expand, .user_plan_select::-ms-expand {
	display: none;
  }
  .storage_plan_select.form-control:disabled, .user_plan_select.form-control:disabled {
	  background-color: initial;
  }


@media only screen and (max-width: 760px) {
	table.subscription-view {
		table-layout: initial;
	}
}

.active-plan-col.active-border-class {
	background: var(--primary-color);
    color: #fff;
}

.plan-title .active-plan-col.active-border-class h4, .active-plan-col.active-border-class small, .active-plan-col.active-border-class .fa-check,.active-plan-col.active-border-class .fa-times {
	color: #fff !important;
}

.active-plan-col.active-border-class button {
	background: #ffffffc2 !important;
	color: var(--primary-color);
	opacity: 0.8;
}

.plan-title .plan-title-overflow {
	flex-wrap: nowrap;
	overflow-x: auto;
}

.plan-title .unlimited-plan-details {
	font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.subscription-view .feature-heading th {
	text-align: left;
}

.subscription-view  td:first-child, .subscription-view  thead th:first-child {
	position: sticky;
	left: 0;
	background-color: #FFF;
  }

  .subscription-view .plan-title button:disabled {
	  opacity: 1;
	  background-color: #467fd09e;
	  border-color: #467fd00a;
  }

  .invoice_table .invoice-download {
	  font-size: 12px;
  }
 
  .contacts-table-heading, .attendance-table-heading {
	  font-weight: bold;
	  border-top: 1px solid #dee2e6;
	  border-bottom: 2px solid #dee2e6;
  }

  .attendance-table-heading .col
  {
    padding: 7px 10px;
  }

  .meeting-feedback .card-header {
	  font-weight: bold;
	  text-align: center;
	  font-size: 25px;
	  border-bottom: none;
	  background-color: #fff;
  }

  .meeting-feedback .smilies {
	  text-align: center;
	  cursor: pointer;
  }

  .meeting-feedback .smilies  img {
	height: 50px;
  }

  .meeting-feedback .smilies  input {
	opacity: 0;
	top: 0;
	left: 0;
  }

  .meeting-feedback .smilies .smilie-btn {
	color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .25rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1rem;
    transition: color .15s;
	width: 100px;
	margin: 20px auto;
  }

  .meeting-feedback .amazing-smilie.active .smilie-btn,  .amazing-smilie:hover .smilie-btn {
	background-color: #30c535;
	color: #fff;
	border: 1px solid #30c535;
  }

  .meeting-feedback .good-smilie.active .smilie-btn, .good-smilie:hover .smilie-btn {
	background-color: #fc9d31;
	color: #fff;
	border: 1px solid #fc9d31;
  }
  .meeting-feedback .bad-smilie.active .smilie-btn, .bad-smilie:hover .smilie-btn{
	background-color: #e22525;
	color: #fff;
	border: 1px solid #e22525;
  }