@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;500;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}
.pt-15 {
  padding-top: 15px;
}
.pt-50 {
  padding-top: 50px;
}

.btn,
a {
  transition: 0.5s;
  cursor: pointer !important;
}
p {
  font-size: 1.125rem;
}

/* Login style */
body.login-page {
  display: flex;
  align-items: center;
  padding: 0px;
  background-color: #8409cb;
  /*   background: conic-gradient(from 259deg at 50% 50%, #8409CB 13.421421200037003deg, #8409CB 49.19996380805969deg, #B00CC5 106.79996252059937deg, #F912BA 174.77411270141602deg, #5044D9 194.09775495529175deg, #005BE7 256.0498309135437deg, #B1A878 290.3999590873718deg, #FABA4B 325.83794832229614deg, #FABA4B 343.7066960334778deg, #B95991 359.36195611953735deg); */
  /*  background: conic-gradient(
    from 259deg at 50% 50%,
    rgba(132, 9, 203, 0.4) 13.421421200037003deg,
    rgba(132, 9, 203, 0.4) 49.19996380805969deg,
    rgba(176, 12, 197, 0.4) 106.79996252059937deg,
    rgba(249, 18, 186, 0.4) 174.77411270141602deg,
    rgba(80, 68, 217, 0.4) 194.09775495529175deg,
    rgba(0, 91, 231, 0.4) 256.0498309135437deg,
    rgba(177, 168, 120, 0.4) 290.3999590873718deg,
    rgba(177, 168, 120, 0.4) 325.83794832229614deg,
    rgba(177, 168, 120, 0.4) 343.7066960334778deg,
    rgba(185, 89, 145, 0.4) 359.36195611953735deg
  ); */
}

.login-container {
  background: #fff;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  text-align: center;
  padding: 50px 20px 10px;
  border: 20px solid rgba(132, 9, 203, 0.4);
  border-image-slice: 1;
  border-width: 20px;
  border-image-source: conic-gradient(
    from 259deg at 50% 50%,
    rgba(132, 9, 203, 0.4) 13.421421200037003deg,
    rgba(132, 9, 203, 0.4) 49.19996380805969deg,
    rgba(176, 12, 197, 0.4) 106.79996252059937deg,
    rgba(249, 18, 186, 0.4) 174.77411270141602deg,
    rgba(80, 68, 217, 0.4) 194.09775495529175deg,
    rgba(0, 91, 231, 0.4) 256.0498309135437deg,
    rgba(177, 168, 120, 0.4) 290.3999590873718deg,
    rgba(177, 168, 120, 0.4) 325.83794832229614deg,
    rgba(177, 168, 120, 0.4) 343.7066960334778deg,
    rgba(185, 89, 145, 0.4) 359.36195611953735deg
  );
  position: relative;
}

.login-container * {
  font-family: "Inter", sans-serif !important;
  font-weight: 300;
}

.login-box-container {
  padding-right: 80px;
}
.login-container .row,
.login-container .row .col-sm-6 {
  height: 100%;
}

.login-container .row,
.login-container .row .col-sm-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.admin-login{
	width: 400px;
	margin: 0 auto;
}
.tx-graphics {
  background: url(../assets/img/tx-graphic.jpg) 0 0 no-repeat;
  width: 441px;
  height: 430px;
  background-size: cover;
  display: inline-block;
  text-indent: -10000px;
}

.computech-logo {
  background: url(../assets/img/logo-purple.svg) no-repeat;
  width: 152px;
  height: 91px;
  background-size: cover;
  display: inline-block;
}

.login-heading {
  font-size: 4.25rem; /*68px*/
  font-weight: 300;
  padding: 30px 0;
}

.login-identityproviders p{
  font-size: 1rem;
}

.login-heading span {
  display: block;
  font-weight: 500;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating {
  margin-top: 20px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

.user-login-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.user-login-btn-container a {
  width: 342px;
}

.user-login-btn-container .btn-primary {
  padding: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  border: 1px solid #0d6efd;
  height: 69px;
  width: 100%;
  cursor: pointer;
}

.user-login-btn-container .btn-primary span {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  border-left: 2px solid #fff;
  padding: 7px 0 7px 30px;
  margin-left: 5px;
}

.user-login-btn-container .btn-primary img {
  margin-right: 20px;
}
.user-login-btn-container .btn-primary:hover {
  background-color: #fff;
  border-color: #3f464e;
  color: #3f464e;
}

.user-login-btn-container .btn-primary:hover span {
  border-color: #3f464e;
}
.user-login-btn-container .btn-primary:hover img {
  filter: brightness(255) invert(0.7);
}

.cant-access {
  color: #747e88;
  font-size: 1rem;
}

.cant-access a {
  text-decoration: none;
}

.cant-access a {
  text-decoration: none;
}

.cant-access a:hover {
  text-decoration: underline;
}

h4.login-heading {
  border-bottom: 1px solid #a7a2a2;
  padding-bottom: 9px;
  font-size: 1.875rem;
}

.login-text {
  font-size: 0.875rem;
  text-align: center;
}

.compunnel-logo {
  background: url(../assets/img/compunnel-logo.svg) no-repeat;
  width: 68px;
  height: 45px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-size: 100%;
}

/* End login style */

header {
  height: 70px;
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.main-sidebar {
  min-height: calc(100vh - 70px);
  top: 70px;
}

.nav-pills .nav-link {
  color: #212529 !important;
}

.nav-pills .nav-link.active {
  color: #fff !important;
}

header .nav-link {
	color: #fff !important;
	cursor: pointer;
}

header .nav-link:hover {
	color: #fff !important;
	text-decoration: underline;
}


.bg-blue {
  background-color: rgb(0, 80, 239) !important;
}

main.page-content {
  padding-bottom: 50px;
}

table.dataTable {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #eee;
}

.table > thead tr th {
  background: rgb(0, 80, 239);
  color: #fff;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .logs_filter {
  margin-bottom: 20px;
}

/* 	  .page-content {
border-top-left-radius: 20px;
background-color: #fff;
}
.bg-lightblue{
background-color: #d6e6fc !important;
}
*/

.sidebar-menu {
  color: #fff;
  margin-left: 10px;
  font-size: 1.25rem;
}

.sidebar-menu:hover {
  color: #fff;
  opacity: 0.7;
}

.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  padding-right: 20px;
}

#contact_number {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  padding-left: 95px;
}

#phone_number {
	padding-left: 95px;
  }
/* ------- Profile template 1 ------ */

body.public-profile.profile-template1 {
  background-color: #fff;
  background: url(../assets/img/bg-line.svg) right 130px no-repeat;
  background-size: cover;
  font-size: 120%;
}

.profile-template1 .profile-wrapper {
  width: 470px !important;
  max-width: 470px !important;
}

.profile-template1 .profile-wrapper-inner {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.profile-template1 .profile-info {
  background-color: #f8fcfc;
  border-bottom: 1px solid #eee;
}

.profile-template1 .profile-img,
.profile-template1 .profile-info {
  height: 325px;
}

.profile-template1 .profile-img {
  width: 55% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 325px;
}

.profile-template1 .profile-img img {
  object-fit: cover;
  height: auto;
  left: 50%;
  margin: auto;
  min-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%); /* changed to 2d translate */
  width: 100%; /* full width in wide mode */
}

.profile-template1 .profile-info-details {
  width: 45% !important;
  background: #d2d2d2 url(../assets/img/profile-grey-pattern.jpg);
  background-size: cover;
}

.profile-template1 .profile-info-details-inner {
  padding: 25px;
  background: url(../assets/img/compunnel-logo.svg) 25px 87% no-repeat;
  height: 100%;
}

.profile-template1 .profile-info-details-inner h4 {
  color: #0050ef;
  font-size: 1.375rem;
  padding-top: 10px;
  font-weight: 600;
}

.profile-template1 .profile-info-details-inner p {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}

.profile-template1 .profile-info-details-inner h4,
.profile-template1 .profile-info-details-inner p {
  word-wrap: break-word;
}

.profile-template1 .profile-txt-row {
  padding: 15px 20px 15px 60px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  position: relative;
}

.profile-template1 .profile-txt-row::after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 0;
  width: calc(100% - 85px);
  height: 1px;
  background-color: #c2c2c2;
}

.profile-template1 .profile-txt-row.last::after {
  display: none;
}

.profile-template1 .profile-txt-row a {
  color: #000;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
}

.profile-template1 .profile-txt-row a::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  background: url(../assets/img/icons.svg) left top no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #fff;
}

.profile-template1 .profile-txt-row.icon-website a::before {
  background-position: 0 -50px;
}

.profile-template1 .profile-txt-row.icon-email a::before {
  background-position: -63px -52px;
}

.profile-template1 .profile-txt-row.icon-phone .phoneno a::before {
  background-position: -117px -50px;
}

.profile-template1 .profile-txt-row.icon-whatsapp a::before {
  background-position: -175px -49px;
  top: -4px;
}

.profile-template1 .social-icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: inline-block;
  text-indent: -10000px;
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: 0.5s;
  top: 0px;
}

.profile-template1 .social-icon:hover {
  background-color: #d6e8f3;
  top: -5px;
}

.profile-template1 .social-icon::before {
  content: "";
  text-indent: 0;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 8px;
  background: url(../assets/img/icons.svg) left top no-repeat;
  position: absolute;
}

.profile-template1 .social-icon.icon-instagram::before {
  background-position: 0 0;
}
.profile-template1 .social-icon.icon-facebook::before {
  background-position: -58px 0;
  width: 25px;
}
.profile-template1 .social-icon.icon-linkedin::before {
  background-position: -116px 0;
  width: 25px;
}
.profile-template1 .social-icon.icon-twitter::before {
  background-position: -174px 0;
}

.profile-template1 .pattern-box {
  background: url(../assets/img/Pattern-1.svg) top left no-repeat;
  width: 102px;
  height: 119px;
  position: absolute;
  left: 8%;
  top: 30%;
}

.profile-template1 .pattern-box.righ-side {
  left: auto;
  right: 8%;
  top: 80%;
}

/* ============= Profile template 2 ============= */

body.public-profile.profile-template2 {
  background-color: #000;
  font-size: 120%;
}

.profile-template2 .logo {
  background: url(../assets/img/compunnel-logo.svg) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}

.profile-template2 .profile-wrapper {
  width: 470px !important;
  max-width: 470px !important;
  padding-left: 0;
  padding-right: 0;
}

.profile-template2 .profile-wrapper-inner {
  border: none;
  border-radius: 0px;
  overflow: hidden;
  background-color: #000;
}

.profile-template2 .profile-info {
  background-color: #000;
}

.profile-template2 .save-contact-btn {
  width: 125px;
  padding-right: 35px;
  line-height: 16px;
  position: relative;
  background-color: #333333;
  border-color: #575555;
  font-size: 0.875rem;
  height: 42px;
  padding-top: 5px;
}

.profile-template2 .save-contact-btn i {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 1.25rem;
}

.profile-template2 .profile-img,
.profile-template2 .profile-info {
  height: 464px;
}

.profile-template2 .profile-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100%;
  flex-direction: column;
}

.profile-template2 .profile-img figure {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
}

.profile-template2 .profile-img figure::before {
  content: "";
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.5%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.profile-template2 .profile-img img {
  object-fit: cover;
  height: auto;
  left: 50%;
  margin: auto;
  min-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%); /* changed to 2d translate */
  width: 100%; /* full width in wide mode */
}

.profile-template2 .profile-info-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.profile-template2 .profile-info-details-inner {
  padding: 10px 15px;
  height: 100%;
}

.box-spacer {
  padding-left: 25px;
  padding-right: 25px;
}

.profile-template2 .compunnel-logo {
  background: url(../assets/img/compunnel-logo.svg) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}

.profile-template2 .profile-info-details-inner h4 {
  color: #fff;
  font-size: 1.375rem;
  padding-top: 10px;
  font-weight: 600;

  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 44px;
  line-height: 46px;
  word-break: break-word;
}

.profile-template2 .profile-info-details-inner p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}

.profile-template2 .profile-info-details-inner h4,
.profile-template2 .profile-info-details-inner p {
  word-wrap: break-word;
}

.profile-template2 .profile-txt-row {
  padding: 15px 20px 15px 60px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  position: relative;
}

.profile-template2 .profile-txt-row::after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 0;
  width: calc(100% - 85px);
  height: 1px;
  background-color: #c2c2c2;
}

.profile-template2 .profile-txt-row.last::after {
  display: none;
}

.profile-template2 .profile-txt-row a {
  color: #000;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
}

.profile-template2 .profile-txt-row a::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  background: url(../assets/img/icons.svg) left top no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #fff;
}

.profile-template2 .profile-txt-row.icon-website a::before {
  background-position: 0 -50px;
}

.profile-template2 .profile-txt-row.icon-email a::before {
  background-position: -63px -52px;
}

.profile-template2 .profile-txt-row.icon-phone .phoneno a::before {
  background-position: -117px -50px;
}

.profile-template2 .profile-txt-row.icon-whatsapp a::before {
  background-position: -175px -49px;
  top: -4px;
}

.profile-template2 .connect-links a {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  transition: 0.5s;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.125rem;
  border: 1px solid #575555;
}

.profile-template2 .connect-links a i {
  color: #fff;
}
.profile-template2 .connect-links a i.fa-phone {
  font-size: 1.0625rem;
}
.profile-template2 .connect-links a i.fa-whatsapp {
  font-size: 1.3125rem;
}

.profile-template2 .connect-links a:hover {
  background-color: #0050ef;
  color: #fff;
  top: -5px;
}

.profile-template2 .connect-links a:hover i {
  color: #fff;
  transition: 0.5s;
}

.profile-template2 .social-media {
  width: 100%;
  padding: 10px 20px;
  border-bottom: dashed 1px #ecedf7;
  text-align: left;
}

.profile-template2 .social-media.last,
.profile-template2 .social-media:last-child {
  border-bottom: none;
}

.profile-template2 .social-media a,
.profile-template2 .social-media .office-address {
  color: #000;
  font-size: 1.125rem;
  text-decoration: none;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  width: 100%;
}

.profile-template2 .social-media.phone a {
  width: auto;
}

.profile-template2 .social-media.phone span.ext{
  font-size: 0.875rem;
}

.profile-template2 .social-media a i,
.profile-template2 .social-media .office-address i {
  padding-right: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 1.375rem;
}

.profile-template2 .social-media .office-address i {
  top: 22px;
}

.profile-template2 .social-media a.icon-instagram i {
  color: #cd486b;
}
.profile-template2 .social-media a.icon-facebook i {
  color: #3b5998;
}
.profile-template2 .social-media a.icon-linkedin i {
  color: #0072b1;
}
.profile-template2 .social-media a.icon-twitter i {
  color: #000;
}
.profile-template2 .social-media a.icon-youtube i {
  color: #f80808;
}

.profile-template2 .social-media a.icon-website i {
  color: #000;
}



.profile-template2 .social-media a.icon-handphone i {
  background: url(../assets/img/phone-icon2.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
}

@media (max-width: 767px) {
  .profile-template2 .profile-wrapper {
    width: 100% !important;
  }

  .profile-template2 .profile-info-details-inner h4 {
    font-size: 2.125rem;
    line-height: 36px;
  }

  .profile-template2 .social-icon {
    margin-right: 5px;
  }

  .profile-template2 .save-contact-btn {
    font-size: 0.875rem !important;
  }
  .profile-template2 .pattern-box.righ-side {
    right: 0px;
    top: auto;
    bottom: 0px;
    width: 51px;
    height: 60px;
  }
}

@media (max-width: 360px) {
  .profile-template2 .social-icon {
    height: 30px;
    width: 30px;
    margin-top: 5px;
  }

  .profile-template2 .social-icon::before {
    transform: scale(0.8);
    top: 3px;
    left: 3px;
  }
}

/* ============= Profile template 3 ============= */

body.public-profile.profile-template3 {
  background-color: #000;
  font-size: 120%;
}

.profile-template3 .profile-wrapper {
  width: 470px !important;
  max-width: 470px !important;
  padding-left: 0;
  padding-right: 0;
}

.profile-template3 .profile-wrapper-inner {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
  position: relative;
  padding-bottom: 80px;
}

.profile-template3 .profile-info {
  background-color: #000;
  border-bottom: 1px solid #000;
}

.profile-template3 .profile-img,
.profile-template3 .profile-info {
  height: 464px;
}

.profile-template3 .profile-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100%;
  flex-direction: column;
}

.profile-template3 .profile-img figure {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
}

.profile-template3 .profile-img figure::before {
  content: "";
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.5%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.profile-template3 .profile-img img {
  object-fit: cover;
  height: auto;
  left: 50%;
  margin: auto;
  min-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%); /* changed to 2d translate */
  width: 100%; /* full width in wide mode */
}

.profile-template3 .profile-info-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.profile-template3 .profile-info-details-inner {
  padding: 10px 25px;
  height: 100%;
}

.box-spacer {
  padding-left: 15px;
  padding-right: 15px;
}

.profile-template3 .compunnel-logo {
  background: url(../assets/img/compunnel-logo-white.svg) 0 0 no-repeat;
  width: 70px;
  height: 70px;
  background-size: 100%;
}

.profile-template3 .profile-info-details-inner h4 {
  color: #fff;
  font-size: 1.375rem;
  padding-top: 10px;
  font-weight: 600;

  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 2.75rem;
  line-height: 46px;
  word-break: break-word;
}

.profile-template3 .profile-info-details-inner p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}

.profile-template3 .profile-info-details-inner h4,
.profile-template3 .profile-info-details-inner p {
  word-wrap: break-word;
}

.profile-template3 .profile-txt-row {
  padding: 15px 20px 15px 60px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  position: relative;
}

.profile-template3 .profile-txt-row::after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 0;
  width: calc(100% - 85px);
  height: 1px;
  background-color: #c2c2c2;
}

.profile-template3 .profile-txt-row.last::after {
  display: none;
}

.profile-template3 .profile-txt-row a {
  color: #000;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
}

.profile-template3 .profile-txt-row a::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  background: url(../assets/img/icons.svg) left top no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #fff;
}

.profile-template3 .profile-txt-row.icon-website a::before {
  background-position: 0 -50px;
}

.profile-template3 .profile-txt-row.icon-email a::before {
  background-position: -63px -52px;
}

.profile-template3 .profile-txt-row.icon-phone .phoneno a::before {
  background-position: -117px -50px;
}

.profile-template3 .profile-txt-row.icon-whatsapp a::before {
  background-position: -175px -49px;
  top: -4px;
}

.profile-template3 .connect-links a {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  transition: 0.5s;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.125rem;
}

.profile-template3 .connect-links a i {
  color: #fff;
}

.profile-template3 .connect-links a:hover {
  background-color: #0050ef;
  color: #fff;
  top: -5px;
}
.profile-template3 .connect-links a:hover i {
  color: #fff;
  transition: 0.5s;
}

.profile-template3 .save-contact-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.profile-template3 .contect-item {
  width: 100%;
  padding: 10px 20px;
  border-bottom: dashed 1px #ecedf7;
  text-align: left;
}

.profile-template3 .contect-item.last {
  border-bottom: none;
}

.profile-template3 .contect-item a {
  color: #000;
  font-size: 0.9375rem;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  word-wrap: break-word;
  width: 100%;
  display: inline-block;
}

.profile-template3 .contect-item a i {
  padding-right: 10px;
  position: absolute;
  top: 5px;
  left: 0px;
}

label.pt20 {
  padding-top: 20px;
}

.form-group .profile-image,
.form-group .profile-image img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.img-circle {
  border-radius: 50%;
}

label.control-label {
  font-weight: 600;
}

.edit-icon.profile-edit {
 position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
  height: 17px;
  display: inline-block; 
  color: #212529;
  background: url(../assets/img/edit-icon.svg) 0 0 no-repeat;
  text-indent: -10000px;
  cursor: pointer;
}

main.page-content {
  position: relative;
}

.action-button .btn {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .profile-template3 .profile-wrapper {
    width: 100% !important;
  }

  .profile-template3 .profile-info-details-inner h4 {
    font-size: 2.125rem;
    line-height: 36px;
  }

  .profile-template3 .social-icon {
    margin-right: 5px;
  }

  .profile-template3 .save-contact-btn {
    font-size: 0.875rem !important;
  }

  .profile-template3 .pattern-box.righ-side {
    right: 0px;
    top: auto;
    bottom: 0px;
    width: 51px;
    height: 60px;
  }

  .profile-template3 .profile-wrapper-inner {
    border-radius: 0;
  }

  .edit-icon.profile-edit,
  .edit-icon.profile-update {
    right: 13px;
    top: 28px;
  }
}

@media (max-width: 360px) {
  .profile-template3 .social-icon {
    height: 30px;
    width: 30px;
    margin-top: 5px;
  }

  .profile-template3 .social-icon::before {
    transform: scale(0.8);
    top: 3px;
    left: 3px;
  }
}

 .show-for-admin {
  display: none;
}   

/* Show admin login if URL parameter 'admin' is set to 1 */
.admin-login.show-for-admin {
  display: block;
}


@media (max-height: 1200px) {
.login-heading {
	 font-size: 3.5rem; /*56px*/
  }
}
@media (max-width: 767px) {
  .profile-template1 .profile-wrapper {
    width: 100% !important;
  }
  .profile-template1 .profile-img,
  .profile-template1 .profile-info {
    height: 280px;
  }

  .profile-template1 .profile-img {
    width: 60% !important;
  }

  .profile-template1 .profile-info-details {
    width: 40% !important;
  }

  .profile-template1 .profile-info-details-inner {
    padding: 15px;
    background-size: 60%;
    background-position: 15px 87%;
  }
  .profile-template1 .profile-info-details-inner h4 {
    font-size: 1.25rem;
  }

  .profile-template1 .social-icon {
    margin-right: 5px;
  }

  .profile-template1 .save-contact-btn {
    font-size: 0.875rem !important;
  }
  .profile-template1 .pattern-box.righ-side {
    right: 0px;
    top: auto;
    bottom: 0px;
    width: 51px;
    height: 60px;
  }
  .user-login-btn-container a {
    width: 300px;
  }

  .user-login-btn-container .btn-primary span {
    padding-left: 20px;
  }

  .user-login-btn-container .btn-primary img {
    margin-right: 10px;
  }
  .login-box-container {
    padding-right: 0px;
  }
  .login-container {
    border-width: 10px;
  }
  .login-container .row,
  .login-container .row .col-sm-6 {
    height: auto;
  }

  .tx-graphics {
    display: none;
  }

  .login-heading {
    font-size: 2rem;
    line-height: 50px;
  }

  .login-heading span {
    font-size: 2.5rem;
  }

}

@media (max-width: 360px) {
  .profile-template1 .social-icon {
    height: 30px;
    width: 30px;
    margin-top: 5px;
  }

  .profile-template1 .social-icon::before {
    transform: scale(0.8);
    top: 3px;
    left: 3px;
  }
}

.navbar-brand{
	background: url(../assets/img/logo-white.svg) 0 0 no-repeat;
	height: 49px;
	width: 80px;
	background-size: 100%;
	display: inline-block;
	text-indent: -10000px;
	margin-left: 20px;
}

/* User profile page */
.profile-image img {
	width: 150px;
}
body.user-section  .page-content{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.left-side {
	background-color: #005BE7 !important; 
	padding-right:0;
	padding-left:0;
}

.right-side{
	padding-left: 50px;
	padding-top: 20px;
}

.profile-section-content-box {
	position: relative;
	background-color: #F6F6F6;
	border-radius: 20px;
	padding: 50px 80px 20px 40px;
	margin-bottom: 10px;

	min-height: calc(100vh - 132px);
}


.profile-section-content-box .action-button{
  padding-top: 60px;
}
.left-side .user-info {
	background: #fff;
}

.user-info-inner{
	background: #F6F6F6; /*#7AAAF3*/
	padding: 20px;
	text-align: center;
	border-bottom-right-radius: 30px;
}

.left-side .user-info .user-name{
	font-size: 1.25rem;
	font-weight: 500;
}

.left-side .user-info .user-job-title{
	font-size: 1rem;
	font-weight: 400;
}

.left-side .preview-button-wrapper{
	background: #fff;
	text-align: center;
	position: relative;
}

.left-side .preview-button-wrapper-inner{
	width: 100%;
	padding: 15px 0;
}

.left-side .preview-button-wrapper::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: -30px;
}
.left-side .preview-button-wrapper::after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: rgb(0, 80, 239);
	border-top-right-radius: 30px;
	position: absolute;
	right: 0;
	bottom: -30px;
}

.left-side .preview-button-wrapper-inner::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -30px;
}
.left-side .preview-button-wrapper-inner::after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: rgb(0, 80, 239);
	border-top-left-radius: 30px;
	position: absolute;
	left: 0;
	bottom: -30px;
}

.right-side .form-group label.control-label{
	padding:10px 0;
	border-right: 1px solid #A6A4A4;
	font-size: 1.25rem;
	font-weight: 500;
}

.label-text{
	padding:10px 0 10px 20px;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 300;
	max-width: 100%;
	word-wrap: break-word;
}

.preview-button {
	color: #000000;
	border-color: #000000;
	font-size: 1.25rem;
	background: #fff;
}

.heading-lbl span{
	font-size: 1.4375rem;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A4A4;
	display: inline !important;
}

.profile-section-content-box .form-control{
	color: #6C757D;
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.right-side .action-button .btn{
	font-size: 1.25rem;
	font-weight: 400;
  padding: 10px 20px;
}

.right-side .action-button .btn.disabled{
  border-color: #6C757D;
  color:#6C757D ;
}

.right-side .accordion, .right-side  .accordion-item, .left-side .nav-tabs .nav-link{
	border: none;
	border-radius: 0;
}

.left-side .nav-tabs {
	flex-direction: column;
}
.left-side .nav-tabs {
	display: block;
}

.left-side .nav-tabs .nav-link {
	width: 100%;
	background-color: #005BE7;
	color: #fff;
	font-size: 1.25rem;
	text-transform: uppercase;
	padding: 15px 15px 15px 20px !important;
	border-bottom: 2px solid #fff;
	margin-bottom: 0;
	transition: none;
  text-align: left;
}

.left-side .nav-tabs .nav-item:first-child .nav-link {
	border-top: 2px solid #fff;
}

.left-side .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #000;
}

.left-side .nav-tabs {
	background-color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	isolation: unset;
}

.tab1 .nav-link{
	border-top-right-radius: 30px !important;
}

.left-side .nav-tabs .nav-link.active{
	position: relative;
}

.left-side .nav-tabs .nav-link.active::before{
	content: "";
    position: absolute;
    background-color: transparent;
    top: 101%;
    right: -1px;
    height: 35px;
    width: 35px;
    border-top-right-radius: 34px;
    box-shadow: 12px -6px 0 0 #fff;
	  z-index: 9;
} 
.left-side .nav-tabs .nav-link.active::after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 98%;
    right: 0;
    height: 35px;
    width: 35px;
	border-bottom-right-radius: 34px;
    box-shadow: 12px 6px 0 0 #fff;
}


	.user-section .container-fluid {
		padding: 0 ;
	}
	.user-section .container-fluid .page-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.user-section .container-fluid .page-content .container{
		width: 100% !important;
		max-width: 100% !important;
	}

  .actions a {
    margin-left: 5px;
    margin-right: 5px;
    color: #505051;
  }
  .actions a .fa,
  .actions a .fa-solid{
    font-size: 1.1rem;
  }

  .actions a .fa.fa-info-circle{
    color: #005BE7;

    font-size: 1.25rem;
  }

@media (max-width: 991px) {
	body.user-section .page-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.right-side {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.admin-login {
		width: 100%;
	} 

	.navbar .w-100{
		display: none;
	}

	.user-info-inner {
		border-bottom-left-radius: 30px;
	}
	.left-side .preview-button-wrapper::before,
	.left-side .preview-button-wrapper::after,
	.left-side .preview-button-wrapper-inner::before,
	.left-side .preview-button-wrapper-inner::after {
		display: none;
	}
	.right-side{
		padding-left: 0px;
		padding-right: 0px;
	}

	.profile-section-content-box {
		padding: 30px 50px 30px 40px;
		min-height: 500px;
	}

	.right-side .form-group label.control-label{
		border-right: 0;
		/* padding-bottom: 0; */
	}

	.label-text{
		padding-left: 0;
		padding-top: 0;
	}

	.profile-section-content-box .col-sm-9{
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid #A6A4A4;
		margin-bottom: 10px;
	}

	.heading-lbl span {
		display: block !important;
    	width: 100%;
	}

	.tab-content>.tab-pane {
	  display: block;
	  opacity: 1;
	}

	.user-info-inner {
		background-color: #fff;

	}
	body.user-section {
		background: #005BE7;
	}
	

	.right-side {
		padding-top: 0px;
	}

	.right-side .accordion{
		background: #005BE7;
		border-radius: 30px;
	}

	 .right-side .accordion .accordion-button {
		background: #005BE7;
		color: #fff;
		font-size: 1.25rem;
		font-weight: 500;
		text-align: left;
		text-transform: uppercase;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		padding: 20px 25px;
		padding-bottom: 55px;
    border: 3px solid #fff;
    transition: 0.5s;
	}

  .right-side .accordion .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     border-bottom: 0; 
    padding-bottom: 25px
  }

	.right-side .accordion .accordion-item:first-child .accordion-button{
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
	} 
  .right-side .tab-content>.tab-pane {
    transition: 0.5s;
  }
	.right-side .tab-content>.tab-pane:not(:first-child) {
		margin-top: -30px;
		position: relative;
		background-color: transparent;
	}

	.right-side .tab-content>.tab-pane:nth-child(2){
		z-index: 15;
	}
	.right-side .tab-content>.tab-pane:nth-child(3){
		z-index: 16;
	}

	.accordion-button:focus {
		border: none;
		box-shadow: none ;
	}

	.right-side .accordion .accordion-button:not(.collapsed) {
		padding-bottom: 45px;
		background-color: #fff;
		color: #000;
	}

 	.right-side .accordion-item .accordion-button::after {
		/* filter: brightness(0) invert(1); */
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
    background-size: 65%;
    background-position: 4px 5px;
	} 
/*	.right-side .accordion-item .accordion-button.collapsed::before {
		content: '';
		display: inline-block;
		width: calc(100% - 40px);
		height: 1px;
		background-color: rgba(255,255,255,0.5);
		position: absolute;
		left: 20px;
		bottom: 30px;
	}*/

	.accordion-item .accordion-collapse {
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		position: relative;
		margin-top: -35px;
		background-color: #fff;
		padding-top: 0px;
		z-index: 10
	}

	.preview-button, .preview-button:focus {
		background-color: rgba(255,255,255,0.8);
	}


  .right-side .action-button .btn:not(.profile-update ) {
    font-size: 0.875rem;
    padding: 7px;
  }

 
  .profile-section-content-box .action-button {
    padding-top: 10px;
  }

}

.btn-close.text-white {
  filter: brightness(0) invert(1);
}

.user-url-text #userUrl{
  width: 615px;
}

.user-url-text .btn-link,
.user-qr-code .btn-link{ 
  font-size: 1.25rem;
  color: #333333;
}

.user-qr-code img{
  border: 1px solid #a5b9cd;
}
/* Style for the top-right button container */
.top-right-button {
  float: right;
  margin-bottom: 10px;
}

/* Add some space around the button and improve its appearance */
.top-right-button .btn {
  margin-right: 6px;
  margin-top: 1px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
}

/* Optional: Add a box shadow to make the button stand out */
.top-right-button .btn-primary {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Optional: Change the color and style of the button on hover */
.top-right-button .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
  color: #fff;
}

.input-group .back {
  order: -1; /* Moves the Back button to the left */
  margin-right: 5px; /* Adds some space between Back and Search buttons */
   
}

.btn.back {
  border-radius: 0px; /* Adjust the value as needed */
  margin-left: 15px;
}

/* Clearfix to ensure the container doesn't collapse */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.modal-body-qr{
  margin-left: 16px;
}
.pb-2{
  font-size: 1.25rem;
  margin-left: 13px;
}
.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
.modal-content {
  padding: 13px;
}

.profile-template2 .profile-info-details-inner h4 span {
	font-size: 20px;
	line-height: 22px;
	display: block;
	padding-top: 5px;
   }
