:root {
  --primary: #ee4743;
  --white: #fff;
  --third-color: #aa7cf2;
  --para-color: #2e2e2e;
  --secondary-color: #ee6c6e;
  --btn-shadow: #f7848494;
  --bg-color: #f7f7f7;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

button {
  outline: none !important;
  cursor: pointer;
}

/* .container {
    max-width: 1364px;
} */

.logo {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary) !important;
  opacity: 1;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  font-size: 30px;
}

.nav-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--white);
}

.banner {
  background-image: url(../images/pink.svg);
  background-repeat: no-repeat;
  background-position: 44vw -31rem;
}

.banner button {
  margin-bottom: 1rem;
}

.banner-img {
  padding-top: 3rem;
  padding-bottom: 9rem;
}

.banner-img img {
  width: 100%;
  float: right;
}

.sign-up {
  border: 1px solid var(--white);
  border-radius: 26px;
  color: #ffffff;
  background: transparent;
  padding: 7px 50px;
  margin-left: 1rem;
  font-weight: 400;
}
.sign-up:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}

.nav-progress .nav-item {
  margin-left: 14px;
}
.heading {
  font-size: 45px;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: bold;
  color: var(--primary);
}

.heading span {
  color: var(--third-color);
}

.banner-content {
  align-self: center;
  margin-top: -140px;
}
.lead {
  font-size: 18px;
  font-weight: 400;
}
.para {
  letter-spacing: 0px;
  color: var(--para-color);
  opacity: 1;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}


.bg-white {
  background-color: #fff;
}
.primary-btn {
  background: transparent
    linear-gradient(270deg, var(--secondary-color) 0%, var(--primary) 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px -3px 12px var(--btn-shadow);
  border: none;
  padding: 14px 42px;
  border-radius: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
}

.defult-btn {
  box-shadow: 0px -3px 12px var(--btn-shadow);
  border: 2px solid var(--primary);
  border-radius: 26px;
  padding: 12px 53.5px;
  background: none;
  font-weight: 400;
  letter-spacing: 0px;
  color: var(--primary);
  margin-left: 1rem;
}

.small-space {
  padding-top: 1rem;
}

.spacer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* about us styling */

.about-us {
  background-color: var(--bg-color);
}

.text-center {
  text-align: center;
}

.feature-img {
  width: 100%;
}

.text {
  align-self: center;
}

.second-heading {
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}

.contact-us {
  background-color: var(--bg-color);
}

.light-para {
  letter-spacing: 0px;
  color: var(--para-color);
  opacity: 1;
  font-size: 24px;
  margin: 0;
}

.solution {
  background-color: #fff;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 99px #00000029;
  border-radius: 29px;
  opacity: 1;
  padding: 52px 7rem;
  margin-top: -195px;
}

.solution button {
  float: right;
}

.contact-us-div {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 21px;
  opacity: 1;
  margin-top: 5rem;
  padding: 4rem 4rem;
}

.email {
  font: normal normal 600 18px/24px "Montserrat";
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-bottom: 4rem;
  margin-top: -6px;
}

.form-control {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  border: none;
  font: normal normal normal 20px/24px;
  letter-spacing: 0px;
  /* color: #A0A0A0; */
  opacity: 1;
  padding: 17px;
  margin-bottom: 0.5rem;
}

.padding-right {
  padding-right: 1.5rem !important;
}

.padding-left {
  padding-left: 1.5rem !important;
}

.submit {
  width: 40%;
  height: 64px;
  margin-top: 3rem;
}

.footer-mail {
  padding-left: 3px !important;
}

.footer-mail p {
  font-size: 16x;
  font-weight: 300;
  letter-spacing: 0px;
  color: #2e2e2e;
  opacity: 1;
}

.footer-heading {
  font-family: "Playfair Display", serif;
  letter-spacing: 0px;
  color: #2e2e2e;
  font-weight: bold;
  font-size: 50px;
  float: right;
}

.footer {
  border-bottom: 1px solid #b6b6b6;
  opacity: 1;
}

.copy {
  letter-spacing: 0px;
  color: #2e2e2e;
  opacity: 1;
  font: normal normal 300 16px/21px;
  margin-top: 3rem;
}

.in {
  font-size: 35px;
  float: right;
  font-weight: bold;
}
.footer-link {
  display: flex;
}
.footer-link li a {
  display: block;
  margin-right: 20px;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 300;
}
.footer-link li a:hover {
  color: var(--primary);
  text-decoration: none;
}

.icon-with-text {
  list-style: none;
  padding: 0;
}
.icon-with-text a {
  display: block;
  color: var(--para-color);
  margin-left: 10px;
  margin-bottom: 10px;
}
.icon-with-text li {
  margin-bottom: 25px;
}
.icon-with-text a:hover {
  color: var(--primary);
  text-decoration: none;
}

/* carrer page design */

.upload-cv {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 40px #00000029;
  border-radius: 19px;
  opacity: 1;
  padding: 4rem;
  margin-bottom: 5rem;
}

.upload {
  position: relative;
}

.custom-file-label {
  height: 60px;
  color: #696868;
  border-radius: 0.25rem;
  padding: 17px 17px;
  background: #e4e4e4;
  border: none;
  font-size: 16px;
  margin-bottom: 1rem;
}

.custom-file-input {
  position: relative;
  height: 60px;
  font-size: 16px;
}



.custom-file-label::after {
  height: calc(calc(50px + 2px) - 1px * 2);
  padding: 14px 40px;
  border: none;
  margin: 4px;
  content: "choose file";
  border-radius: 6px;
  background: #ee4945 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  opacity: 1;
  color: #ffffff;
  text-transform: capitalize;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "choose file";
}

.career {
  background-image: url(../images/pink.svg);
  background-repeat: no-repeat;
  background-position: 20vw -39rem;
  background-size: cover;
  height: inherit;
}

/* sign up page */
.sign-up-page {
  background: transparent linear-gradient(180deg, #ee9ca7 0%, #ee4540 100%) 0%;
  width: 100%;
  min-height: 100vh;
}

.sign-up-form {
  background: #fff;
  border-top-left-radius: 55px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 55px;
  padding-left: 45px;
  padding-right: 45px;
}

.sign-up-form form {
  padding: 0rem 4rem;
}

.sign-up-form .form-group {
  margin-bottom: 2rem;
}

.sign-up-image {
  padding-top: 2rem;
}

.image-display {
  text-align: center;
  margin-top: 7rem;
}
.image-display img {
  width: 77%;
}

/* dashboard */

.search {
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  font-weight: 400;
  font-size: 18px;
}
.search:hover {
  text-decoration: none;
  color: var(--primary);
}
.dashboard-link-item a:hover {
  text-decoration: none;
  color: #FFFFFF;
  cursor:pointer;
}
.profile {
  border-radius: 50%;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 22%);
}

.dashboard-nav .nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.dashboard-nav .nav-item:first-child {
  align-self: center;
}

.third-heading {
  font: normal normal 600 25px/40px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.text-fill p {
  font: normal 500 18px/22px;
  letter-spacing: 0px;
  color: #aa7cf2;
  opacity: 1;
  margin: 0;
}

.text-fill {
  align-self: center;
}

.text-fill > div {
  display: flex;
}

.text-fill .round {
  height: 16px;
  background: #aa7cf2;
  border-radius: 51%;
  padding: 8px;
  margin-top: 2px;
  margin-right: 8px;
}

.primary-color {
  color: var(--primary) !important;
}

.red .round {
  background: #ee4945;
}
.red p {
  color: #ee4945;
}

.add-file-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 37px;
  opacity: 1;
  font-weight: 600;
  color: #ee4642;
  outline: none;
  border: none;
  margin: auto;
  padding: 1rem;
  width: 100%;
  font-size: 18px;
}

.dashboard-link {
  margin-top: 5rem;
}

.dashboard-link li {
  list-style: none;
}

.dashboard-link-item {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  text-align: left;
  font: normal normal normal 18px/40px Montserrat;
  letter-spacing: 0px;
  text-transform: capitalize;
  opacity: 1;
  padding: 0.8rem;

  padding-left: 35%;

  margin-right: -66px;
}
.dashboard-link-item a {
  color: #ffff;
}
.active a {
  color: #000;
  font-weight: 600;
}

.active {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-top-left-radius: 32px;
  border-top-right-radius: -9px;
  border-bottom-right-radius: -9px;
  border-bottom-left-radius: 32px;
  opacity: 1;
  position: relative;
}

.active:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}

.dashboard-side {
  margin-top: 2rem;
  padding: 0rem 4rem;
  /* position:fixed; */
/* top: 51px; */
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
/* background-color: #f5f5f5;
border-right: 1px solid #eee; */
}

/* somthin */

#sample-text {
  width: 20%;
}

.circle-wrap {
  width: 200px;
  height: 200px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
}

.fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
  clip: rect(0px, 100px, 220px, 0px);
  background-color: #ee4744;
}

.mask {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
  /* clip: rect(0px, 150px, 150px, 75px); */
}

.full.seventy,
.seventy fill {
  transform: rotate(248deg);
  background: #aa7cf2;
}

.inside-circle {
  width: 79px;
  height: 140px;
  /* border-radius: 50%; */
  top: 30%;
  background: none;
  line-height: 130px;
  text-align: center;
  margin-left: 10px;
  right: 50%;
  position: absolute;
  z-index: 100;
  font: normal normal 500 15px/40px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.circle-wrap-1 {
  width: 200px;
  height: 200px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
}

.circle-wrap-1 .full.seventy,
.seventy fill {
  transform: rotate(359deg);
  background: #aa7cf2;
}

.circle-wrap-2 {
  width: 200px;
  height: 200px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
}

.circle-wrap-2 .full.seventy,
.seventy fill {
  transform: rotate(359deg);
  background: #ee4744;
}
.circle-wrap-2 .inside-circle {
  right: 39%;
  /* top: 30%; */
}

.circle-wrap .inside-circle {
  top: 35%;
}

.inside-circl-2 {
  width: 79px;
  height: 140px;
  /* border-radius: 50%; */
  top: 20%;
  background: none;
  line-height: 130px;
  text-align: center;
  margin-left: 10px;
  right: 50%;
  position: absolute;
  z-index: 100;
  font: normal normal 500 15px/40px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.circle-wrap-1 .inside-circl-2 {
  top: 30%;
  left: 50%;
}

.circle-wrap-1 .inside-circle {
  top: 30%;
}

.circle-wrap .inside-circl-2 {
  top: 15%;
  left: 46%;
}

.card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 10px !important;
  opacity: 1;
  border: none;
}
.date {
  font: normal normal 500 16px/40px Montserrat;
  letter-spacing: 0px;
  color: #555555;
  opacity: 1;
}

.edit-date {
  font: normal normal 500 12px/40px Montserrat;
  letter-spacing: 0px;
  color: #ee4744;
  opacity: 1;
}



.tags {
  /* text-decoration: none; */
  text-align: left;
  font: normal normal normal 20px/40px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 0;
}


.tags-ssr a{
  text-decoration: none;
}

.tags-ssr a:hover{
  color: #fff;
}

.tags-ssr:hover {
  background-color: var(--primary);
  color: #fff;
}

.dashboard-content .card-body {
  padding-bottom: 5px;
}

.upload-icons svg {
  color: #ee4744;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}
.uploads .card {
  border-radius: 0;
  padding: 0.6rem 0rem 0rem 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

.upload-text {
  font: normal normal 500 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #e03b38;
  opacity: 1;
  margin-left: 12px;
  margin-top: 7px;
}

.profile {
  display: inline-block;
}

.dashboard-nav li {
  list-style: none;
  display: inline-block;
}

/* modal */
.dashboard-share-people .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  opacity: 1;
  padding: 2rem 3rem;
}

.add-people-text {
  font: normal normal 500 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #393939;
  opacity: 1;
  margin-left: 5px;
}

.add-prople-icon {
  background: #ee4744 0% 0% no-repeat padding-box;
  border-radius: 50%;
  color: #fff;
  padding: 9px 12px 9px 14px;
  margin-right: 11px;
  margin-right: 5px;
}

.modal-profile-name {
  margin-left: 16px;
}

.modal-profile-name h5 {
  font: normal normal 500 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #393939;
  margin: 0;
  opacity: 1;
}

/* .owener {
  margin-top: 0.4rem;
} */
.owener-name {
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #979797;
  opacity: 1;
  text-transform: capitalize;
}
.modal-profile-name p {
  font: normal normal 500 12px/22px Montserrat;
  letter-spacing: 0px;
  color: #5c5c5c;
  opacity: 1;
}
.add-people-group {
  margin-bottom: 0.5rem;
}

.people-with-share {
  margin-top: 1rem;
}

.custom-style-dropdown button {
  font: normal normal 500 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #393939;
  opacity: 1;
  color: #393939;
  opacity: 1;
  background: none;
  border: none;
  padding: 0;
  outline: none;
}
.custom-style-dropdown button:hover {
  font: normal normal 500 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #393939;
  opacity: 1;
  color: #393939;
  opacity: 1;
  background: none;
  border: none;
  outline: none;
}
.custom-style-dropdown button:active {
  font: normal normal 500 14px/22px Montserrat;
  letter-spacing: 0px;
  opacity: 1;
  color: #393939 !important;
  opacity: 1;
  background: none !important;
  border: none !important;
  outline: none;
}
.custom-style-dropdown button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-style-dropdown .dropdown-menu {
  background: #fafafa 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  min-width: 5rem;
  border: none;
  padding: 3px 19px;
  margin-left: -28px;
}

.custom-style-dropdown .dropdown-menu .dropdown-item {
  padding: 7px 7px;
  font: normal normal 500 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #393939;
  opacity: 1;
  border-bottom: 0.5px solid #c7c7c7 !important;
  opacity: 1;
}
.custom-style-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none !important;
}
.custom-btn {
  background: transparent linear-gradient(273deg, #ee99a3 0%, #ee4944 100%) 0%
    0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  padding: 8px 51px;
  text-align: left;
  font: normal normal 500 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

/* dashboard manage */
.add-principle .btn {
  position: relative;
}

.add-principle .btn-link {
  text-decoration: none;
  font-family: Merriweather;
}
.red-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ee4a45;
  opacity: 1;
  text-transform: capitalize;
}
.add-principle .btn-link {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ee4a45;
  opacity: 1;
  text-transform: capitalize;
}
.add-principle .btn-link::before {
  content: "\2212";
  font-size: 25px;
  top: 6%;
  position: absolute;
  color: #ee4a45;
  left: -6%;
}

.btn-link:hover {
  text-decoration: none;
}
.add-principle .btn-link.collapsed::before {
  content: "\002B";
}

.add-department {
  font: normal normal 600 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #393939;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
.add-department::before {
  content: "\002B";
  font-size: 25px;
  top: 4%;
  position: absolute;
  color: #ee4a45;
  left: -14%;
}
.create-department-form {
  padding: 0 !important;
}

.select-form-control {
  background: url("../images/Polygon\ 3.png") no-repeat right 0.75rem;
    center/13px 10px;
  background-color: #f7f7f7;
  border-radius: 4px;
  font: normal normal normal 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #7d7d7d;
  border: none;
  position: relative;
}

/* .select-form-control::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: black;
} */

.invite {
  background: #aa7cf2 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  font: normal normal bold 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
  text-transform: capitalize;
  padding: 10px 35px;
}

.notification {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 8px 9px 8px 9px;
  border-radius: 68%;
  position: relative;
  cursor: pointer;
}

.notification svg {
  color: #aa7cf2;
}
.notification::before {
  content: "2";
  font: normal normal normal 12px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  right: 0;
  top: 13%;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  background: #ee4945 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.envited-people,
.more-invited-people {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
}

.more-invited-people {
  opacity: 1;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding: 10.5px 10px;
  border-radius: 71%;
  background: #fff;
}
.more-invited-people svg {
  margin-top: -1px;
}

.all-invited-people {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.all-invited-people > div {
  margin-left: -10px;
  align-self: center;
}

.title {
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #6c6c6c;
  text-transform: capitalize;
}

.library {
  background: #fcfcfc 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 22px;
  font: normal normal 500 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #ee4945;
  border: none;
  padding: 0.7rem 2em;
  text-transform: capitalize;
}

.custom-progress > .progress {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  height: 26px;
  width: 200px;
  border-top-left-radius: 0px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 0px;
}
.custom-progress > .progress > .progress-bar {
  background: #aa7cf2 0% 0% no-repeat padding-box;
  border-radius: 23px;
  opacity: 1;
  width: 4%;
}

.width-40 {
  width: 40% !important;
}

.chat-link {
  position: relative;
}

/* .chat-link::before {
  content: url(../images/chat.png);
  position: absolute;
  background: #ee8a92 0% 0% no-repeat padding-box;
  border-radius: 27px;
  opacity: 1;
  left: -4%;
  padding: 0.6rem 1rem 0.6rem 63px;
} */

.chat-link {
  position: absolute;
  background: #ee97a0 0% 0% no-repeat padding-box;
  border-radius: 27px;
  opacity: 1;
  left: -2%;
  padding: 0.6rem 1rem 0.6rem 38px;
}

.editor text {
  background: #e4e4e4 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  border: none;
  font: normal normal normal 20px/24px;
  letter-spacing: 0px;
  color: #a3a3a3;
  opacity: 1;
  padding: 17px;
  margin-bottom: 0.5rem;
}




.chat-link::before {
  content: "2";
  font: normal normal normal 12px Roboto;
  color: #ffffff;
  right: 5px;
  top: 7px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  background: #ee4945 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.form-one .dashboard-link-item {
  font: normal normal normal 18px/22px Montserrat;
  padding: 0.8rem 1rem 0.8rem 4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.round-percentage {
  position: absolute;
  left: 4%;
  background: #ffdadf 0% 0% no-repeat padding-box;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  padding: 0.59rem 0rem;
  text-align: center;
  width: 41px;
  top: 17%;
  border-radius: 50%;
}

.active .round-percentage {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 12px #f3afb8cf;
  opacity: 1;
}
.form-one .dashboard-link-item::before {
  content: "";
  width: 2px;
  height: 171%;
  position: absolute;
  background: black;
  left: 12%;
  background: #ffa0a3;
  opacity: 1;
}
.form-one .dashboard-link-item:last-child::before {
  background: none;
}

.form-para {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #575757;
}

.red {
  color: red !important;
}

.form-para-bold {
  font-weight: bold;
  color: #000000;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.para-20 {
  font: normal normal normal 20px/22px Merriweather;
  letter-spacing: 0px;
  color: #ee4a45;
}

.introductory-note {
  margin-top: 3rem;
}

.history::before {
  font-size: 9px;
  padding: 2px 5px;
}

.history {
  padding: 6px 8px;
}

.history img {
  width: 90%;
}

.bottom-line {
  padding: 1px;
  width: 30%;
  margin: auto 2rem;
  background: black;
}

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

.words {
  margin-top: 0.5rem;
}

.word-display {
  font: normal normal 300 16px/22px Sofia Pro;
  letter-spacing: 0px;
  color: #8a8a8a;
  opacity: 1;
}

.add-pin,
.add-a,
.copy-file,
.add-link {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-left: 7px;
  margin-right: 7px;
  align-self: start;
  cursor: pointer;

  border-radius: 50%;
}

.add-pin {
  padding: 5px 7px 5px 8px;
}

.add-tag-symbol {
  margin-top: 3px;
  margin-left: 7px;
}

.add-tags p {
  font: normal normal medium 12px/15px Montserrat;
  letter-spacing: 0px;
  color: #3c3c3c;
  opacity: 1;
  margin-left: 3px;
  margin-top: 2px;
}

.add-link {
  padding: 4px 3px 6px 3px;
}
.add-a {
  padding: 2px 10.5px 8px 10.5px;
}

.add-tags {
  display: flex;
  margin-top: 0.4rem;
}
.small-info-para {
  font: italic normal normal 16px/22px Source Sans Pro;
  letter-spacing: 0px;
  color: #8B8B8B;
  opacity: 1;
  margin-top: -10px;
}

.to-be-filled {
  display: flex;
}

.add-tag-email {
  cursor: pointer;
}

/* form one add tags */

.add-tags-people .modal-content {
  border-radius: 19px;
}
.add-tags-people .model-body {
  padding: 2rem 2rem 0rem 2rem;
  height: 23rem;
}

.add-tag-text {
  font: normal normal bold 20px/18px Open Sans;
  letter-spacing: 0px;
  color: #aa7cf2;
  text-transform: capitalize;
}

.model-done-button {
  width: 100%;
  background-color: var(--primary);
  text-align: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 17px;
  font: normal normal 500 20px/22px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 0.8rem 0;
}

.add-tags-button {
  background: var(--primary) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  outline: none;
  position: absolute;
  top: 0%;
  right: 0%;
  font: normal normal bold 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0.6rem 2rem;
}

.add-tags-button-light {
  background: #ee8e96 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  outline: none;
  position: absolute;
  top: 0%;
  right: 0%;
  font: normal normal bold 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0.6rem 2rem;
}

.add-tags-people form {
  position: relative;
}

.maximam-limit {
  font: normal normal normal 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #8a8a8a;
  opacity: 1;
  text-align: right;
  margin-top: -8px;
}

.editor {
  height: 400px !important;
}

.toolbar-container {
  position: absolute;
  bottom: 13%;
}
.words {
  position: relative;
}
.displayNone {
  display: none;
}

.words .dropdown-menu .tags-added {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

.add-tags .dropdown-menu {
  width: 29%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 19px;
  opacity: 1;
  padding: 1.5rem 0.5rem;
  border: none;
}

.tags-added {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  border-radius: 22px;
  opacity: 1;
  display: inline-block;
  padding: 14px 16px 0px 16px;
}

.words .tags-added {
  background: none;
  padding: 0;
  margin-left: 1.5rem;
}
.words .tags-added > div {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  border-radius: 22px;
  opacity: 1;
  display: inline-block;
  padding: 14px 16px 0px 16px;
}

.tags-added p {
  font: normal normal normal 14px Montserrat;
  letter-spacing: 0px;
  color: #3c3c3c;
  opacity: 1;
  line-height: 0;
}

.tags-added svg {
  margin-left: 24px;
  margin-top: -15px;
  color: var(--primary);
}

.copy-file {
  padding: 5px 7px 6px 9px;
}

.tag-added-page p {
  font: normal normal normal 14px Montserrat;
  letter-spacing: 0px;
  color: #3c3c3c;
  opacity: 1;
  line-height: 0;
}

.tag-added-page svg {
  margin-left: 24px;
  margin-top: -15px;
  color: var(--primary);
}

.margin-left-1 {
  margin-left: 1.5rem;
}

.tag-added-page {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  border-radius: 22px;
  display: inline-block;
  padding: 14px 16px 0px 16px;
}

.tags-toggle-btn {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #797979;
  font-size: 25px;
  line-height: 0;
  padding: 14px 12px;
  margin-left: 0.5rem;
  margin-right: 1rem;
}

/* burger menu */
.college-name-title {
  font: normal normal 600 24px/28px Montserrat;
  letter-spacing: 0.5px;
  color: #ee4945;
  opacity: 1;
}

.burder-menu .sign-up-page {
  background: var(--primary);
}

.burder-menu .dashboard-side {
  padding: 0rem 7rem;
}

.welcome {
  text-align: left;
  font: normal normal 800 45px/50px Montserrat;
  letter-spacing: 0px;
  color: #aa7cf2;
  opacity: 1;
}

.burder-menu-items li {
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.burder-menu .custom-switch .custom-control-label::before {
  background: transparent;
  border-color: #fff;
}

.burder-menu .custom-switch .custom-control-label::after {
  background: #fff;
}

.burder-menu-items li a {
  text-align: left;
  font: normal normal 500 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.brows-library .dropdown-menu {
  width: inherit;
  border-radius: 5px;
  padding: 0.5rem;
}
.brows-library .dropdown-menu .dropdown-item {
  padding: 0.5rem;
}

.title-intro label {
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}
.title-intro input::placeholder {
  text-transform: capitalize;
  font-weight: bold;
  color: #000000;
}

/* brows from computer */
.drag-drop-file-area {
  border: 2px dashed #aa7cf2;
  border-radius: 19px;
  padding: 1rem;
}

.drag-or-drop {
  font: normal normal 600 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #aa7cf2;
  margin-bottom: 1px;
  margin-top: 0.5rem;
}

.or {
  font: normal normal normal 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 1px;
  margin-bottom: 0;
}

#exampleModalBroweComputer .model-body {
  height: inherit;
}

.attach-document {
  margin-top: 2rem;
}
.font-bold {
  font-weight: bold;
}
.color-black {
  color: #000;
}

.position-relativ {
  position: relative;
}

.empty-space {
  padding: 2rem;
}

.close-model {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 12px #00000029;
  position: absolute;
  right: -1%;
  padding: 0px 3px 2px 4px;
  border-radius: 24px;
  top: -1%;
}

.modal-search-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.modal-search-section .form-control {
  background: #eeeeee 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  width: 100%;
}

.w-50 {
  width: 50%;
}

.search-input {
  width: 100%;
  position: relative;
}

.search-icon {
  position: absolute;
  right: 4px;
  top: 3px;
  border: none;
  padding: 3px 9px 5px 10px;
  border-radius: 100%;
  background: var(--primary) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  color: #fff;
}

.color-primary {
  color: var(--primary) !important;
}

.library-edit {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  color: var(--primary);
  padding: 1px 0px;
  border-radius: 50%;
}

.upload-icon-library {
  margin-top: -10px;
}

.card-active {
  background-color: #efefef;
}

.cusom-padding {
  padding: 12px 4px 4px 3px !important;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}

.cusom-padding .upload-text {
  line-height: 0;
}

#upload-edit-title .model-body {
  height: inherit !important;
}

.small-warning-file-exist {
  font: normal normal 500 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #ff171d;
  opacity: 1;
}

/* activity log */

.activity-name {
  font: normal normal 600 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
}

.activity-date {
  font: normal normal normal 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #686868;
}

.activity-profile-about {
  font: normal normal normal 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  margin-top: -6px;
}

.activity-profile-photo {
  border-radius: 50%;
  margin-right: 17px;
  margin-bottom: 11px;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 17%);
}

.activity-log-profile {
  margin-bottom: 2rem;
}

.activity-profile-text {
  width: 87%;
}



/* select Form  */

.select-form-check-lable {
  font: normal normal 500 16px/19px Montserrat;
  letter-spacing: 0px;
  color: #000000;
}

.editor-position-adjust {
  position: absolute;
  top: 18%;
  right: 2%;
}

/* custom check box */

.checkbox {
  display: none;
}
.checkbox + label {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  position: relative;
  cursor: pointer;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #aa7cf2;
  border-radius: 3px;
}
.checkbox:checked + label {
  color: #fff;
  background: #aa7cf2;
}
.checkbox:checked + label::after {
  content: "✓";
  font-size: 12px;
  position: absolute;
  left: 20%;
}

.check-box-tick {
  margin-right: 1rem;
}

.padding-box {
  padding: 2rem 3rem;
}

.bd-primary {
  background-color: var(--primary);
}

.dashboard-nav-content {
  display: flex;
  /* padding-top: 0.5rem; */
}
.dashboard-nav-content > div {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.large-width {
  min-width: 15rem !important;
}

.dropdown-profile img {
  width: 45%;
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 12%);
  border-radius: 50%;
}

.dropdown-profile h3 {
  font: normal normal normal 15px/18px Montserrat;
  letter-spacing: 0px;
  color: #0c0c0c;
  margin-left: 7px;
  margin-top: 3px;
}

.added-people-dropdown {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* form 2 add courses */

.form-2 .sign-up-form {
  background: #fff;
  border-top-left-radius: 55px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 55px;
  padding: 0;
  margin: 0;
}

.pd-4 {
  padding-top: 1.5rem;
}

.header-component-add-course {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  border-top-left-radius: 55px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 55px;
  padding: 0rem 3rem;
}

.add-courses-form-two {
  background-color: #fff;
}

.add-courses-form-two .form-control {
  background-color: #f7f7f7;
  color: #000;
}

.para-italic {
  font: italic normal normal 18px/22px Roboto;
  letter-spacing: 0px;
  color: #303030;
  opacity: 1;
}

.comunication-principle-card .card {
  padding: 2rem 1.5rem;
}

.comunication-link-item {
  font: normal normal 500 16px/0px Merriweather;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}

.comunication-principle-text {
  display: flex;
  margin-top: 3rem;
}

.comunication-principle-text p {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

.compunication-active {
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--primary);
  border-bottom: 3px solid var(--primary);
}

.comunication {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.stats-institute-radio-btn {
  display: flex;
  padding: 0 !important;
  position: relative;
}

.stats-institute-radio-btn > div {
  margin-left: 2rem;
  margin-right: 2rem;
}



.stats-institute-radio-btn .custom-control-input:invalid~.custom-control-label {
  color: #333333 !important;
}

.stats-institute-radio-btn .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image:none !important
}


.stats-institute-radio-btn .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: var(--third-color);
  background-color:var(--third-color);
}

.stats-institute-radio-btn .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow:0 0 0px 0.2rem rgb(170 124 242 / 28%);
}
.stats-institute-radio-btn .custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
  background-color: transparent;
  border-color: #333333;
}

.stats-institute-radio-btn .custom-control-input:valid~.custom-control-label {
  color: #333333;
}

.stats-institute-radio-btn .custom-control-input:valid~.custom-control-label::before {
  border-color: #333333;
}

.stats-institute-radio-btn .custom-control-input:valid~.custom-control-label::before {
  background-color: transparent;
}



.custom-validate-radio {
  font: italic normal normal 14px/22px Roboto;
  letter-spacing: 0px;
  color: #8B8B8B;
  left: 0;
  position: absolute;
  top: 100%;
}

.institute-option {
  font: normal normal normal 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #393939;
}

.gj-icon {
  font-size: 27px !important;
  font-weight: 400;
  color: var(--primary);
  padding: 9px 7px 7px 7px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 6px;
}

.gj-datepicker-md [role="right-icon"] {
  right: inherit;
  left: 0;
}

.gj-textbox-md {
  display: block;
  padding: 12px 12px;
  margin: 0;
  width: 100%;
  text-align: left;
  margin-left: 3rem;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border-bottom: none;
  font: normal normal normal 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #a0a0a0;
}

.font-14 {
  font-size: 14px;
}

.college-course {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  margin-top: 1.8rem;
  padding: 3rem 2rem;
}

.primary-para {
  font: normal normal bold 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #ee4a45;
  opacity: 1;
}

.add-course {
  font: normal normal 500 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  cursor: pointer;
}

.offered-by-college .comunication-principle-text p {
  padding: 0;
}

.comunication-link-item > div > svg {
  margin-top: -9px;
  margin-bottom: 7px;
}

.type-of-student .table-bordered {
  border: none;
}

.type-of-student .table-bordered thead td,
.table-bordered thead th {
  border: none;
}

.type-of-student .table-bordered td,
.table-bordered th {
  border: none;
}

.sudent-table-box {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: normal normal 500 14px/22px Montserrat;
  color: #000000;
  padding: 11px 3px;
  text-align: center;
}

.small-para {
  font: normal normal 500 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #484848;
}

.type-of-student .form-control {
  font-size: 14px;
  height: 44px;
}

.sudent-table-box-active {
  color: var(--primary);
  border: 1px solid var(--primary) !important;
}

.progress-filled-tobefilled {
  display: flex;
}

.progress-filled-tobefilled > div {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
     flex-wrap:wrap !important;
}
*/

.principle-not-show {
  display: none;
}

.course-added-display {
  font: normal normal normal 16px/22px Montserrat;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}

/* to be filled dropdown */


.to-be-filled-dropdown {
  cursor: pointer;
}
.to-be-filled-dropdown  .dropdown-menu{
  margin-left: 0 !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 7px;
  background: #EE4945 0% 0% no-repeat padding-box;
  width: 100%;

  }

  .to-be-filled-dropdown .dropdown-menu .dropdown-item {
    font: normal normal normal 18px/22px Montserrat;
      color: #FFFFFF;
    border-bottom: 0.5px solid #ffffff9e !important;

  }

  .to-be-filled-dropdown .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
  }

  .to-be-filled-dropdown .dropdown-toggle::after{
    margin-top: 7px;
    border-top: .6em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border: 1px solid #dc3545 !important;
  background-image:none;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
}

/* comment page */

.comment-section {
  display: flex;
  justify-content: space-between;
  position: absolute;
  background: #ee8a92 0% 0% no-repeat padding-box;
  border-radius: 27px;
  opacity: 1;
  left: -2%;
  padding: 0.6rem 1rem 0.6rem 51px;
  color: #fff;
}

.comment-chat {
  position: relative;
  margin-right: 1.2rem;
}

.comment-chat::before {
  content: "2";
  font: normal normal normal 9px Roboto;
  color: #ffffff;
  right: -3px;
  top: -4px;
  padding: 2px 5px;
  border-radius: 50%;
  position: absolute;
  background: #ee4945 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;

}

.comment-text {
  font: normal normal 600 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-left: 1.6rem;
  padding-right: 0.7rem;
  text-transform: capitalize;
}


.commented-by-poeple {

background: #F0F0F0 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 5px;
padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.commented-by-poeple .activity-profile-about {
  color: #2E2E2E;
}

.comment-notification {
    background: #EE4642 0% 0% no-repeat padding-box;
    font: normal normal normal 14px Open Sans;
    line-height: 1;
    letter-spacing: 0px;
    color: #FFFFFF;
    align-self: center;
    border-radius: 50%;
    padding: 2px 5px;
}

.add-comment-icon {
  background: #EE4642 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #ee46428c;
  color: #fff;
  border-radius: 50%;
  padding: 0px 3.5px 1px 3.5px;
  margin-right: 0.5rem;
}

.add-comment-text {
  font: normal normal 500 20px/22px Montserrat;
  letter-spacing: 0px;
  color: #EE4642;
  text-transform: capitalize;
  align-self: center;
}

.commented-by-poeple .activity-profile-text {
width: 93%;
}

.comment-editor {
  height: 9rem;
  background : #F2F2F2;
}

.comment-ditor-container .toolbar-container {
  bottom: 30%;
}

.commented-by-poeple .activity-profile-about {
 line-height: 1;
 margin-top: 0;
}

.comment-upload-docx {
  width: 100%;
  margin-left: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 0.5rem;
  padding: 10px 1px 0px 1px;

}

.comment-upload-docx .upload-text {
  line-height: 1;
}

.comment-upload-docx .uploads-docs img {

  width: 89%;

}


/* form three */

.black {
color: #000 !important;
}

.third-priamry {
  color: var(--third-color);
}


.criterion-percentage >div {
  position: relative;
}

.criterion-percentage >div:last-child::before {
 position: absolute;
 content: url('../images/triangle.png');
 right: 0;
 background-color: #fff;
 padding: 0px 2px 0px 1rem;
}



.custom-file-label-attach {
  cursor: pointer;
}

.custom-file-label-attach::after {
  height: calc(calc(50px + 2px) - 1px * 2);
  padding: 0.5rem 3rem 0.5rem 3.5rem;
  border: none;
  margin: 4px;
  content: "attach";
  border-radius: 6px;
  background: #F9F9F9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  color: var(--primary);
  text-transform: capitalize;
  font: normal normal 500 16px/22px Montserrat;
}



.custom-file-input-attach  {
  display: none;
}

.custom-file-label-attach img {
  position: absolute;
  width: 1.6%;
  /* margin-left: 26px; */
  left: 11%;
  margin-top: 4px;
}


.para-16 {
  font: normal normal 600 16px/22px Montserrat;
letter-spacing: 0px;
color: #2E2E2E;
opacity: 1;
}

.form-four .add-principle .btn-link::before{
  left: -2%;
}

.form-four .add-principle .btn-link {
  font-size: 18px;
}

.secondary-small-para {
  font: normal normal 500 14px/0px Montserrat;
  letter-spacing: 0px;
  color: var(--third-color);
}

.hundred {
  font: normal normal 600 18px/22px Open Sans;
  letter-spacing: 0px;
  color: var(--third-color);
}

.hr {
  padding: 0.7px;
  background-color: #00000029;
  width: 25.4rem;
}

.full-time-teacher {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 90px;
  /* text-align: center; */
  padding: 2.5rem 4rem 2rem 4rem;
  text-align: center;

}




.percentage-per-year {
  width: 80%;
  margin:auto;
}

.aditional-editor {
  height: 13rem;
}

/* profile  page section */

.profile-card-header {
  background: transparent linear-gradient(270deg, #EE9099 0%, #EE4743 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 26px;
  padding: 1.5rem 3rem;
}


.profile-card-body {
  padding: 1.5rem 3rem;

}

.user-name {
  font: normal normal 800 25px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.user-about {
  font: normal normal normal 20px/22px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
}


.edit-profile a{
  font: normal normal medium 20px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
}

.edit-profile {
  font: normal normal medium 20px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
}



.user-img-container {
  position: relative;
  width: 7rem;
  height: 7rem;
}

.user-img-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;

}

.change-profile-image {
  position: absolute;
  bottom: -6px;
  right: -10px;
  cursor: pointer;
}


.profile-card {
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 12px #00000029;
border-radius: 26px;
}


.change-dp-dropdown .dropdown-menu {
  margin-left: 0 !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 7px;
  background: #EE4945 0% 0% no-repeat padding-box;
  padding:0.6rem
}

.change-dp-dropdown .dropdown-menu .dropdown-item {
  border-bottom: none !important;
  font: normal normal normal 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #ffffffcc;
}


.change-dp-dropdown-item {
  width: 100%;
  display: block;
}

/* .fixed{
  position: fixed;
  width: 25%;
}
.scrollit{
  float: left;
} */
 /* ul li.active>a,
a[aria-expanded="true"]{
    color:#fff;
    background: #318fb5;
}
a[data-toggle="collapse"]{
    position: relative;
} */
/* .dropdown-toggle::after{
    display: block;
    position: absolute;
    top:50%;
    right:20%;
    transform: translateY(-50%);
} */
/* ul ul a{
    font-size:0.9em !important;
    padding-left: 30px !important;
    background: #318fb5;
}  */
/* .nav-link[data-toggle].collapsed:after {
    content: " ▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
} */

/* .dashboard-side.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}


.dashboard-side.active ul ul a {
    padding: 10px !important;
}

.dashboard-side.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
} */
