.profile-panel {
  padding: 10px;
}
.profile-panel .view-profile-layout .edit-profile-layout .profile-user-detail input {
  box-shadow: 0 1px 0 0 transparent;
}
.profile-panel .view-profile-layout .edit-profile-layout .profile-user-detail input[type=text],
.profile-panel .view-profile-layout .edit-profile-layout .profile-user-detail input[type=email] [disabled] {
  color: var(--DARK-TEXT);
}
.profile-panel .view-profile-layout .edit-profile-layout .profile-user-detail a {
  position: absolute;
  right: 0px;
}
.profile-panel .view-profile-layout .edit-profile-layout .profile-user-detail a > i {
  font-size: 19px;
  color: var(--NORMAL-TEXT);
}
.profile-panel .view-profile-layout .edit-profile-layout .profile-user-detail ::placeholder {
  color: grey;
}

.profile-txt-lft {
  text-align: left;
}

.collapsible li.active .header-icn {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

label > i {
  color: var(--NORMAL-TEXT);
}

.profile-bgcoverbox {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  border: 1.9px solid #ccc;
  box-shadow: 0 3px 1px -4px #777777;
  border-radius: 5px;
}

.profile-usr-imgbx {
  float: left;
  top: 0px;
  width: 100%;
  text-align: center;
}

.profile-btnst {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.profile-bdrst {
  border-radius: 4px !important;
}

.profile-contentst {
  justify-content: space-between;
  display: flex;
}

.profile-chip-txt-align-lft .chip {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.cntrydrpst .select-wrapper input.select-dropdown {
  line-height: 1.42857;
  padding: 6px 8px !important;
  font-size: 14px !important;
  vertical-align: middle;
  box-shadow: 0 1px 1px #ccc !important;
  height: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  text-align: left;
  color: #000;
}

.cntrydrpst .select-wrapper .caret {
  fill: var(--NORMAL-TEXT);
  right: -10px !important;
}

#coverimgdrpdown .dropdown-content {
  border-radius: 6px !important;
  max-height: 140px;
  overflow-y: scroll;
  max-width: 200px;
}

.trumbowyg-editor ul li {
  list-style: disc !important;
}

.trumbowyg-editor {
  text-align: justify;
}

.profile-btm-none {
  margin-bottom: 0px !important;
}

.profile-bdr-none {
  border-bottom: 0px solid transparent !important;
  height: 1rem !important;
}

.profile-chip-txt-align-lft {
  text-align: left;
}

.div-bg-clr-profile-edit {
  background-color: #f5f8fa !important;
}

.profile-txtarea {
  border: none;
  padding-top: 36px !important;
  background: #fff !important;
}

.profile-bdrbtm {
  border-bottom: 1px solid gray !important;
}

.profile-bgwhite {
  background-color: #fff !important;
}

.profile-coursr-icnst {
  position: relative;
  top: 4px;
  font-size: 1.2rem !important;
  margin-right: 0px !important;
}

.profile-lblst {
  padding-top: 30px;
  font-size: 1.1rem;
}

.profile-namest {
  float: left;
  padding-top: 10px;
  width: 100%;
  display: block;
}

.trumbowyg-box {
  margin: 16px 0px;
}

.profile-corsheading {
  font-size: 1.1rem;
  font-weight: 500;
  word-break: break-word;
  text-align: left;
}

.select-wrapper input.select-dropdown:first-child {
  color: var(--NORMAL-TEXT) !important;
}

.select-wrapper input.select-dropdown {
  color: var(--NORMAL-TEXT) !important;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: var(--DARK-TEXT) !important;
}

.select-wrapper .caret {
  fill: var(--NORMAL-TEXT);
}

.profile-topareaset {
  top: 70px;
}

.profile-topnone {
  margin-top: 0px !important;
}

.profile-topset {
  margin-top: 30px;
}

.profile-mrgbtmset {
  margin-bottom: 20px;
}

.profile-mrg-right {
  margin-right: 15px;
}

#profile-cancle-emails {
  display: none;
  position: relative;
}

#save-info,
#save-info1,
#save-info2,
#save-info3,
#save-info4,
#save-info4,
#save-info5,
#save-info6 {
  display: none;
  float: right;
  position: absolute;
  margin-left: 15px;
  top: 0px;
}

.profile-default-avatar-img {
  position: relative;
}

.profile-avatar-view-st {
  position: absolute;
  bottom: 38px;
  right: 42%;
}

.profile-cncle-btn {
  margin-right: 10px !important;
  background: transparent;
}

.profile-avatar-edit input {
  display: none;
}
.profile-avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.profile-avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.profile-avatar-edit input + label:after {
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.profile-img-layout .profile-avatar-upload {
  position: relative;
  margin: 10px auto;
}
.profile-img-layout .profile-avatar-upload .profile-avatar-edit {
  position: absolute;
  right: 12px;
  margin-right: 25%;
  display: inline;
  z-index: 1;
  top: 130px;
}

.profile-imgboder {
  border: 4px solid #fff;
  border-radius: 50%;
}

.profile-edit-img-icon {
  position: absolute;
  right: 45%;
  bottom: 16%;
}

.profile-check-btn {
  top: 8px;
  right: -10px !important;
}

#check-url {
  display: none;
}

.label-active {
  padding: 0px 10px;
}

.profile-margtp {
  margin-top: 5px;
}

.profile-drpst {
  margin: 16px 0px 30px 0px;
}

.profile-drpbdrset {
  border: 1px solid #ccc;
}

.profile-setspace {
  padding: 10px 0px 15px 0px;
}

select:focus {
  outline: 1px solid var(--LIGHT-BG) !important;
}

.profile-tpset {
  margin-top: 13px !important;
}

.profile-drpdownset {
  margin: 30px 0px;
}

.profile-entryheading {
  font-size: 1rem;
  letter-spacing: 0.7px;
  display: inline-block;
  margin-top: 10px;
  color: #9e9e9e;
}

.profile-country-entry {
  width: 100%;
  margin: 0 auto;
  background: var(--M-NAV-BG-CL);
  padding: 20px;
}

.profile-createbtnset {
  margin: 20px 0px;
  float: left;
}

.profile-link {
  display: flex;
}
.profile-link input.merithub-domain {
  width: 170px !important;
  height: 36px !important;
  background: var(--M-NAV-BG-CL) !important;
  padding-left: 5px !important;
  border: 1px solid var(--INPUT-BX-BDR);
  border-bottom: 1px solid var(--INPUT-BX-BDR) !important;
}
.profile-link #edit-url {
  border: 1px solid var(--INPUT-BX-BDR);
  margin-bottom: 0px;
  height: 36px;
  padding-left: 4px;
  box-shadow: 0 1px 1px #ccc !important;
  border-radius: 3px;
  border-left: none;
}
.profile-link a {
  margin-top: 0px;
  margin-left: 10px;
  height: 37px;
}

.txtarea-st {
  padding-left: 10px !important;
}

#checkAndSaveUrlButton {
  float: right;
  margin-top: 10px;
}

.profile-avtr-set {
  max-width: 150px;
  height: 150px;
  border-radius: 50%;
}

.profile-mrgtplong {
  margin-top: 50px;
}

.profile-contact-detail {
  display: block;
  padding: 10px 0px;
  width: 100%;
}

.profile-orgsetup {
  width: 50%;
  display: block;
  text-align: left;
  float: left;
}

.profile-orgbox {
  padding: 0px 20px 20px 0px;
  float: left;
  display: block;
  width: 100%;
}

#profile-img-view {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.profile-headline {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  margin: 0px;
}

.profile-pr-location {
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(4, 4, 4, 0.9);
  margin: 0px;
}

.profile-pp-section {
  border-bottom: 1px solid #e6e9ec;
  padding: 12px 0;
  margin: 0 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.widthset {
  width: auto !important;
  height: auto !important;
}

.cvrimgicn {
  margin-right: 4px;
  position: relative;
  top: 6px;
}

.cvrimgicnst {
  position: absolute;
  bottom: 40px;
  right: 85px;
}

.profile-layout-title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  margin: 0px;
}

.profile-email {
  font-size: 1rem;
  line-height: 1.42857;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.81);
  margin: 3px 0px;
}

.profile-person-about {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  margin: 5px 0px;
  padding: 0;
}

.channel-dropbx .select-wrapper input.select-dropdown {
  line-height: 1.42857;
  padding: 6px 8px !important;
  font-size: 14px !important;
  vertical-align: middle;
  box-shadow: 0 1px 1px #ccc !important;
  height: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  text-align: left;
  color: #000;
}

.channel-dropbx .select-wrapper .caret {
  top: 20px !important;
}

.profile-pp-section-heading {
  font-size: 1.3rem;
  line-height: 1.33333;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  margin: 0px;
}

.profile-seticn {
  position: relative;
  top: 3px;
  right: 0px;
}

.profile-ln-hg-set {
  line-height: 2;
}

.profile-input-txtst {
  height: 2rem !important;
}

.profile-int-bdr-set {
  padding: 0px 0px 0px 15px;
  border-bottom: 1px solid var(--INPUT-BX-BDR);
}

.profile-sp-heading {
  padding: 10px 0 0 0;
  color: var(--NORMAL-TEXT);
  cursor: default;
  font-size: 14px;
  font-weight: 400;
  float: left;
}

.profile-fntsz {
  font-size: 1.3rem !important;
}

.profile-fst {
  font-size: 1.1rem !important;
}

.profile-coverimgst {
  width: 100%;
  background: #fff;
}

.mode-st {
  padding: 1rem !important;
  margin-left: 10px !important;
}

.profile-mbicnst {
  position: relative;
  right: 20px;
  top: -10px;
}

.profile-spacest {
  padding: 20px !important;
}

.profile-spacest h5 {
  margin-top: 0px;
}

.editprofile-cntrydrpdown {
  padding: 0px 15px;
  background: #f4f8fa !important;
  border-bottom: 1px solid gray;
  height: 3rem;
}
.editprofile-cntrydrpdown .select-wrapper input.select-dropdown {
  color: #2c2d2d !important;
  border-bottom: 0px solid transparent;
}

.trumbowyg-modal-box label input {
  height: 27px !important;
  border: 1px solid #DEDEDE !important;
  font-size: 14px !important;
  width: 70% !important;
  padding: 0 7px !important;
  transition: all 150ms !important;
  background-color: #FFFFFF !important;
}

@media only screen and (max-width: 1024px) {
  .profile-sec {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  .profile-orgsetup {
    width: 100%;
  }

  .profile-usr-info {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cvrimgicnst {
    position: absolute;
    bottom: 20px;
    right: 8px;
  }

  .profile-corsheading {
    padding-left: 4px;
  }

  .profile-maincover {
    padding-bottom: 20px;
    display: block;
  }

  .profile-detailbx {
    top: 0px;
  }

  .profile-link #edit-url {
    width: 94% !important;
    margin-bottom: 8px;
  }
  .profile-link a {
    margin-left: 0px;
  }
  .profile-link input.merithub-domain {
    width: 94% !important;
  }
}
@media only screen and (max-width: 640px) {
  .profile-link {
    display: block;
    text-align: left;
  }

  .profile-sec {
    width: 100%;
  }

  .profile-country-entry {
    width: 100%;
  }
}
@media only screen and (max-height: 360px) {
  .profile-link {
    display: flex;
  }
}
@media only screen and (min-width: 600px) {
  .cntrydrpst {
    padding: 0px !important;
    margin-left: 10px !important;
  }
}
/* show profile */
.usr-profile-bx {
  position: relative;
  top: 180px;
  float: left;
  display: block;
  width: 100%;
}

.showprofile-bxst {
  float: left;
  display: block;
  width: 100%;
  padding: 20px;
}

.showprofile-linksicn {
  padding-top: 6px;
  margin-left: 6px;
}

.showprofile-linksicn a {
  margin-right: 13px;
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}

.mrglft {
  margin-left: 12px;
}

.profile-bx {
  float: left;
  display: block;
  width: 97%;
}

.profile-usr-info {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.profile-bx-pic {
  margin-left: 12px;
  background-color: #f7f8fa;
}

.profile-usrbx {
  float: left;
  width: 100%;
  display: block;
  padding: 20px;
  margin-left: 20px;
}

.mrghightpst {
  margin-top: 100px !important;
}

.profile-orgnbox {
  margin-top: 40px;
  float: left;
  display: block;
  width: 100%;
  text-align: left !important;
  width: 98%;
}

.profile-usrname {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.profile-title {
  float: left;
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.profile-organ {
  float: left;
  width: 100%;
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #000000bf;
}

.ph-icnst {
  margin-top: 4px;
}

.mrgntpst {
  margin-top: 8px;
}

.fntst {
  font-size: 17px;
}

.profile-icon-clr {
  color: #6d6a6a;
}

.course-div-profile {
  background-color: #d3d3d34a;
  padding: 12px;
  margin-bottom: 10px;
  margin-top: 6px;
}

.mrgst {
  margin: 7px 0px;
}

.smallfnt {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.9);
}

.profile-fontst {
  font-size: 1.5rem;
  font-weight: 500;
}

.profile-right-bx {
  border: 1px solid lightgray;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.profile-usrlocation {
  float: left;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #777777;
}

.profile-heading-txt {
  font-weight: 500;
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 0px;
}

.profile-twitr-icn {
  width: 20px;
  display: block;
}

.icn-filter {
  filter: contrast(0.5);
  padding-top: 6px;
}

.profile-icon-try {
  word-break: break-all;
}

.profile-icon-data {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
}

.profile-icon-try i {
  position: relative;
  top: 4px;
  margin-right: 6px;
  color: #fff;
}

.setaddress {
  position: relative;
  top: 4px;
  word-break: break-word;
}

.profile-skills p i {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 1px;
}

.showprofile-corsheading {
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.showprofile-coursricnst {
  position: relative;
  top: 3px;
  font-size: 15px;
}

.servics-skills p {
  margin: 4px 0px;
  display: inline-block;
  padding-right: 15px;
}

.servics-skills p i {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.profile-skills p {
  margin: 4px 0px;
  display: inline-block;
  padding-right: 15px;
}

.flex {
  display: flex;
}

.txtalign {
  text-align: justify;
  width: 100%;
}

.data-set {
  display: block;
  float: left;
  width: 100%;
  padding-top: 4px;
}

.center {
  text-align: center;
}

@media only screen and (max-width: 830px) {
  .profile-right-bx-parent {
    width: 100%;
  }
}
.profile-climbtn {
  display: block;
  float: left;
  position: relative;
  left: 10px;
  top: 0px;
}

.profile-mrgst {
  margin: 16px 0px !important;
}

.profile-boxdata .chips {
  border-bottom: 0px solid transparent;
}

.profile-boxdata .chips .input {
  line-height: 1.42857;
  padding: 6px 8px !important;
  font-size: 14px !important;
  vertical-align: middle;
  box-shadow: 0 1px 1px #ccc !important;
  height: 36px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  text-align: left;
  color: #000;
  width: 98% !important;
}

.profile-maintextbox {
  display: inline-flex;
  width: 100%;
}

.profile-editicnst {
  top: 20px !important;
  right: -30px !important;
}

.profile-videdit {
  position: relative;
  top: 21px;
  left: 10px;
}

.profile-sniptbx {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 4px;
  float: left;
  display: block;
  width: 100%;
}

.profile-snipt-title {
  width: 100%;
  float: left;
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--DARK-TEXT);
}

.profile-snipt-title:hover {
  color: #6565e6;
}

.profile-snipt-mainbx {
  float: left;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 640px) {
  .profile-usr-info {
    text-align: center;
  }
}
@media only screen and (max-width: 736px) {
  .usr-profile-bx {
    top: 227px;
  }
}
.profile-mrgtplong {
  margin-top: 20px;
}

.profile-modest {
  position: relative !important;
  top: -3px;
}

.profile-ratingicn {
  position: relative;
  top: 7px;
  font-size: 2rem;
  margin-left: -6px;
}

.editprofile-dropbx .select-wrapper input.select-dropdown {
  line-height: 1.42857;
  padding: 6px 8px !important;
  font-size: 14px !important;
  vertical-align: middle;
  box-shadow: 0 1px 1px #ccc !important;
  height: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  text-align: left;
  color: #000;
}

ul .nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li .nav-item {
  float: left;
}

li .nav-item a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li .nav-item a:hover {
  background-color: #111;
}

.profil-reviwdate {
  margin: 13px 0px 0px 10px;
  color: #565656;
  font-weight: 500;
}

.ph-setimg img {
  width: 250px;
}

.profile-socil-icn {
  position: relative;
  top: 10px;
}

.profile-userimg {
  width: 200px;
  max-width: 100%;
  padding: 10px 0px;
  position: relative;
  top: 2px;
}

.tabs .indicator {
  display: none;
}

.tabs .tab a.active {
  border-bottom: 2px solid var(--BRD-CL);
}

.select-dropdown.dropdown-content li.selected {
  background-color: transparent !important;
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.06) !important;
}

.profile-sharlinkbx {
  width: 100%;
  float: left;
  display: block;
  line-height: 2;
}

.profile-link-copyurlbx {
  padding: 10px 10px 0px 10px;
  text-align: left;
  float: left;
  display: block;
  width: 100%;
}

.tags-span {
  padding: 2px 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  margin: 7px 4px;
  float: left;
  display: block;
  color: #8e959c;
}

.icon-snippet-label {
  display: none;
  color: var(--DARK-TEXT) !important;
  padding: 10px;
  width: 90px;
  position: absolute;
  right: 10px !important;
  margin-top: -15px;
}

.icon-snippet-txt {
  padding: 5px 10px !important;
  margin: 2px 0px 0px 0px !important;
  font-size: 12px !important;
  color: var(--NORMAL-TEXT) !important;
  height: 1.5rem !important;
  border-bottom: none !important;
}

.icon-snippet-img {
  cursor: pointer;
}

.profile-get-linkdetail ul {
  overflow: auto;
  white-space: nowrap;
  border-radius: 3px;
}

.profile-get-linkdetail ul li {
  display: inline-block;
  position: relative;
  width: 80px;
  cursor: pointer;
}

.profile-final-logo {
  background-color: rgba(227, 233, 237, 0.65);
  border-bottom: 3px solid #6565e5;
  border-radius: 3px;
}

.profile-get-linkdetail ul li a {
  display: block;
  width: 80px;
  height: 80px;
  padding: 18px;
  border-radius: 3px;
}
.profile-get-linkdetail ul li a img {
  display: block;
  height: 44px;
  width: 44px;
}

.profile-get-linkdetail ul li a:hover {
  background-color: rgba(227, 233, 237, 0.65);
}

.profile-get-linkdetail ul li a:selected {
  border-bottom: 3px solid #6565e5;
  border-radius: 3px;
}

/*# sourceMappingURL=profile-edit.css.map */
#full-stars .rating-group {
  display: inline-flex;
}

#full-stars .rating__icon {
  pointer-events: none;
}

#full-stars .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#full-stars .rating__input--none {
  display: none;
}

#full-stars .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

#full-stars .rating__icon--star {
  color: black;
}

#full-stars .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars .rating-group:hover .rating__label .rating__icon--star {
  color: black;
}

#full-stars .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars {
  padding: 1rem;
  text-align: center;
}

.profilelink {
  border: 1px solid var(--INPUT-BX-BDR) !important;
  margin-bottom: 0px !important;
  height: 36px !important;
  padding-left: 4px !important;
  box-shadow: 0 1px 1px #ccc !important;
  border-radius: 3px !important;
  border-left: none !important;
}

.croppie-container {
  background: var(--LT-BDR-CL);
}

.thankyou-list li {
  list-style-type: disc !important;
}

.txtbox-border {
  height: 30px !important;
}

.demo-code-set .select-wrapper input.select-dropdown {
  line-height: 1.42857;
  padding: 6px 8px !important;
  font-size: 14px !important;
  vertical-align: middle;
  width: 96% !important;
  box-shadow: 0 1px 1px #ccc !important;
  height: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  text-align: left;
  color: #000;
  margin: 2px !important;
}

.p-studentsidecard:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1.1);
}

.pcktitle {
  color: grey;
  font-size: 16px;
}

.buy-pckprice {
  font-size: 2.3rem;
  font-weight: 600;
}

.buy-now-btn {
  font-weight: 600;
  padding: 2px 20px;
  font-size: 18px;
  height: 42px;
}

.pfl-pkg-columns {
  display: inline-block;
  width: 31%;
  margin: 6px;
}

@media only screen and (max-width: 600px) {
  .pfl-pkg-columns {
    width: 100%;
  }
}
.featsize {
  color: grey;
  padding: 6px 3px;
  font-size: 14px;
  border: 1px solid #f7f7f7;
}

.pckprice {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.perunit-txt {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
  color: grey;
}

/*# sourceMappingURL=profile-edit.css.map */
