@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap);
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
} 

 body {
  background: #585c68;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}  */

.bold {
  font-weight: 600;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.semi-bold {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: auto;
}

.resume {
  width: 1150px;
  height: auto;
  /* height: 100%; */
  display: flex;
  margin: 0px auto;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  position: relative;
}

.resume .resume_left {
  /* width: 280px; */
  width: 450px;
  background: #0bb5f4 !important;
  -webkit-print-color-adjust: exact;
}

.resume .resume_left .resume_profile {
  width: 100%;
  height: 380px;
}

.resume .resume_left .resume_profile img {
  width: 100%;
  height: 100%;
}

.resume .resume_left .resume_content {
  padding: 0 25px;
}

.resume .title {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.resume .resume_left .bold {
  color: #fff;
  margin-bottom: auto;
}

.resume .resume_left .regular {
  color: #b1eaff;
  margin-bottom: auto;
  font-size: 1.2rem;
  margin-top: 10px;
}

.resume .resume_item {
  padding: 25px 0;
  border-bottom: 2px solid #b1eaff;
}

.resume .resume_left .resume_item:last-child,
.resume .resume_right .resume_item:last-child {
  border-bottom: 0px;
}

.resume .resume_left ul {
  padding-left: initial;
  font-size: 1.2rem;
  list-style: none;
}

.resume .resume_left ul li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.resume .resume_left ul li:last-child {
  margin-bottom: 0;
}

.resume .resume_left ul li .icon {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #0bb5f4;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 16px;
  position: relative;
}

.resume .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resume .resume-icons {
  transform: scale(1.5);
}

.resume .resume_left ul li .data {
  color: #b1eaff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.resume .resume_left .resume_skills ul li {
  display: flex;
  margin-bottom: 10px;
  color: #b1eaff;
  /* justify-content: space-between; */
  align-items: center;
}

.resume .resume_left .resume_skills ul li .skill_name {
  width: 25%;
  display: flex;
}

.resume .resume_left .resume_skills ul li .skill_progress {
  width: 50%;
  margin: 0 5px;
  height: 5px;
  background: #009fd9;
  position: relative;
}

.resume .resume_left .resume_skills ul li .skill_per {
  width: 15%;
}

.resume .resume_left .resume_skills ul li .skill_progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}

.resume .resume_left .resume_social .semi-bold {
  color: #fff;
  margin-bottom: 3px;
}

.resume .resume_right {
  /* width: 520px; */
  width: 800px;
  background: #fff;
  padding: 25px;
  /* margin: 40px 0px; */
  /* padding-bottom: 100px; */
}

.resume .resume_about .title,
.resume .resume_volunteer_work .title {
  margin-bottom: 0;
}

.resume .resume_about {
  padding-bottom: 0;
}

.resume p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
}

.resume .resume_right .bold {
  color: #0bb5f4;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.resume .resume_right .semi-bold {
  margin-bottom: 10px;
}

/* .resume .resume_right .info p {
  font-size: 1rem;
} */

.resume .resume_right .resume_work ul,
.resume .resume_right .resume_education ul,
.resume .resume_right .resume_volunteer_work ul {
  padding-left: 40px;
  overflow: hidden;
  list-style: none;
}

.resume .resume_right ul li {
  position: relative;
}

.resume .resume_right ul li .date {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: initial;
}

.resume .resume_right ul li .info {
  margin-bottom: 20px;
  white-space: break-spaces;
}

.resume .resume_right ul li:last-child .info {
  margin-bottom: 0;
}

.resume .resume_right .resume_work .title {
  margin-bottom: auto;
}
.resume .resume_right .resume_education .title {
  margin-bottom: auto;
}

.resume .resume_right .resume_work ul li:before,
.resume .resume_right .resume_education ul li:before,
.resume .resume_right .resume_volunteer_work ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #0bb5f4;
}

.resume .resume_right .resume_work ul li:after,
.resume .resume_right .resume_education ul li:after,
.resume .resume_right .resume_volunteer_work ul li:after {
  content: "";
  position: absolute;
  top: 17px;
  left: -20px;
  width: 2px;
  height: 100%;
  background: #0bb5f4;
}
.solo-watermark2 {
  position: absolute;
  bottom: 0;
  right: 30px;
  color: darkgray;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.soloLogo {
  height: 20px;
  padding-left: 10px;
}

@media all {
  .page-break {
    display: none;
  }
}

@media print {
  html,
  body {
    height: initial !important;
    overflow: initial !important;
    -webkit-print-color-adjust: exact;
  }
}

@media print {
  .page-break {
    margin-top: 1rem;
    display: block;
    page-break-before: auto;
  }
}

@page {
  /* size: auto; */
  margin: 7mm;
}

.resume-verified {
  height: 30px;
  padding-left: 10px;
}

.resume-3 {
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #545E6C;
  background: #f5f5f5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0px;
}

h1,
h2,
h3 {
  font-family: "Montserrat";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  color: #2d7788;
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline;
    color: #1a454f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; */
}

a:focus {
  text-decoration: none;
}

p {
  line-height: 1.5;
}

.resume-wrapper {
  background: #42A8C0;
  width: 1150px;
  height: auto;
  ;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.topbar-wrapper {
  /* background: #42A8C0;
    position: absolute;
    right: 0;
    width: 300px;
    height: 100%;
    min-height: 800px;
    color: #fff; */
  width: 100%;
  background: #42A8C0;

  display: flex;
  color: #fff;
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
}

.topbar-wrapper a {
  color: #fff;
}

.topbar-wrapper a:hover {
  /* color: #fcf7f7;
    font-weight: 700; */
  text-decoration: none;
  color: white;
}

.topbar-wrapper .profile-container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}

.topbar-wrapper .name {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;

}

.topbar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.topbar-wrapper .profile {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.topbar-wrapper .contact-list svg {
  margin-right: 5px;
  font-size: 18px;
  min-width: 18px;
}

.topbar-wrapper .contact-list .email-text {
  word-break: break-all;
  line-height: 18px;
}

.topbar-wrapper .contact-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.topbar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}

.topbar-wrapper .contact-list .email .svg-inline--fa {
  font-size: 14px;
}

.topbar-wrapper .container-block {
  padding: 30px;
}

.topbar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.topbar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.topbar-wrapper .education-container .item {
  margin-bottom: 15px;
}

.topbar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}

.topbar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 14px;
}

.topbar-wrapper .education-container .time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}

.topbar-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.6);
}

.topbar-wrapper .languages-list {
  margin-bottom: 0;
}

.topbar-wrapper .languages-list li {
  margin-bottom: 10px;
}

.topbar-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}

.topbar-wrapper .interests-list {
  margin-bottom: 0;
}

.topbar-wrapper .interests-list li {
  margin-bottom: 10px;
}

.topbar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}

.main-wrapper {
  background: #fff;
  padding: 60px;
  /* padding-right: 360px; */
}

.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  color: #2d7788;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  line-height: 28px;
}

.main-wrapper .section-title .icon-holder {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #2d7788;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -0.1px;
}

.main-wrapper .section-title .icon-holder .svg-inline--fa {
  font-size: 14px;
  margin-top: 6px;
}

.main-wrapper .section-title .icon-holder .fa-archive {
  margin-top: 2px;
}

.main-wrapper .section {
  margin-bottom: 60px;
}

.main-wrapper .experiences-section .item {
  margin-bottom: 20px;
}

.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}

.main-wrapper .job-title {
  color: #3F4650;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #97AAC3;
}

.main-wrapper .company {
  margin-bottom: 4px;
  color: #97AAC3;
}

.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  /* margin-bottom: 5px; */
  color: #2d7788;
}

.main-wrapper .project-title:hover {
  text-decoration: none;
}

.main-wrapper .project-title span {
  color: #2d7788;
}

.main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}

.main-wrapper .projects-section .item {
  margin-bottom: 15px;
}

.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}

.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}

.skillset .level-bar {
  height: 12px;
  background: #f5f5f5;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.skillset .theme-progress-bar {
  background: #68bacd;
}

.footer {
  padding: 30px;
  padding-top: 60px;
}

.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}

.footer .fa-heart {
  color: #fb866a;
}

.solo-watermark3 {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: darkgray;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.section-svg {
  width: 16px;
  height: 16px;
}

.solo-watermark3 .soloLogo {
  height: 20px;
  padding-left: 10px;
}

.resume-3 .details p {
  margin-bottom: 4px;
}

.resume-3 .resume-verified {
  height: 25px;
  padding-left: 6px;
}

@media print {
  a {
    text-decoration: none;
    color: inherit
  }
}

/* .resume-3 .main-wrapper .section-title .icon-holder  .fa-Certificate{
  margin-top: 2px;
} */

/* @media (max-width: 767.98px) {
    .sidebar-wrapper {
      position: static;
      width: inherit;
    }
    .main-wrapper {
      padding: 30px;
    }
    .main-wrapper .time {
      position: static;
      display: block;
      margin-top: 5px;
    }
    .main-wrapper .upper-row {
      margin-bottom: 0;
    }
  }
  @media (min-width: 992px) {
    .skillset .level-title {
      display: inline-block;
      float: left;
      width: 30%;
      margin-bottom: 0;
    }
  } */
/* General Container */
.resume-container {
  display: flex;
  flex-direction: row;
  font-family: Arial, sans-serif;
  color: #111827; /* text-gray-900 */
  padding: 2rem;
  background-color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  gap: 2rem;
}

.project-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
    color: #2563EB;
  }


/* Left Panel */
.resume-left {
  flex: 1;
  max-width: 35%;
  background-color: #f7f8f9; 
  padding: 1rem;
  border-radius: 8px;
}

.section-spacing {
  margin-top: 20px; /* adjust as needed */
}


/* Right Panel */
.resume-right {
  flex: 2;
  padding: 1rem;
}

/* Profile Image */
.profile {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 1rem;
}

/* Name and Tagline */
.name {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.tagline {
  text-align: center;
  font-size: 1rem;
  color: #4B5563; /* gray-600 */
  margin-bottom: 1rem;
}

/* Section Wrapper */
.resume-section {
  margin-bottom: 2rem;
}

.resume-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
  color: #1F2937; /* gray-800 */
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #E5E7EB; /* gray-200 */
  padding-bottom: 0.25rem;
}

/* Contact List */
.resume-contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.resume-list-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #374151; /* gray-700 */
}

.resume-list-item svg {
  margin-right: 0.5rem;
  color: #2563EB; /* blue-600 */
}

/* Skills List */
.resume-skill-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: #374151; /* gray-700 */
  font-size: 0.95rem;
}

/* Timeline Entries */
.resume-timeline > div {
  margin-bottom: 1.5rem;
}

.resume-job-title {
  font-size: 1rem;
  font-weight: bold;
  color: #111827;
  display: flex;
  align-items: center;
}

.meta {
  font-size: 0.95rem;
  color: #6B7280; /* gray-500 */
}

.subtitle {
  font-size: 0.95rem;
  color: #6B7280; /* gray-500 */
  display: flex;
  align-items: center;
}

.company {
    margin-bottom: 4px;
    color: #97AAC3;
    display: flex;
  align-items: center;
  }

.upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
  }

.time {
  font-size: 0.875rem;
  color: #9CA3AF; /* gray-400 */
  margin-bottom: 0.25rem;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap ;
}

.details {
  text-align: left;
  margin-bottom: 0.25rem;
}

.vc {
  text-align: left;
  margin-top: 0rem;
}

.resume-company {
  font-size: 0.95rem;
  color: #4B5563;
  margin-bottom: 0.25rem;
}

.resume-details {
  font-size: 0.9rem;
  color: #374151;
  margin-top: 0.25rem;
}

.resume-link {
  color: #2599eb;
  font-size: 0.90rem;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.25rem;
}

/* Verified Badge */
.resume-verified {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: middle;
}

/* Watermark */
.solo-watermark2 {
  margin-top: 3rem;
  font-size: 0.875rem;
  color: #6B7280;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.soloLogo {
  height: 24px;
  vertical-align: middle;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .resume-container {
    flex-direction: column;
    padding: 1rem;
  }

  .resume-left,
  .resume-right {
    max-width: 100%;
  }

  .profile {
    width: 100px;
    height: 100px;
  }

  .resume-verified {
    width: 14px;
    height: 14px;
  }

  .soloLogo {
    height: 20px;
  }

  .education-entry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.education-left {
  max-width: 65%;
}

.education-right {
  text-align: right;
}


}


@charset "UTF-8";

/* .buttonSmall {
    height:moderateScale(30),
    width:moderateScale(80)
} */

:root {
  --black: #000000;
  --white: #ffff;
  --white-bg: #ffffffd1;
  --white-1: #f8f8f8;
  /* // googlePlus: '#DD4B39'
    // facebook: '#3b5998',
    // twitter: '#1DA1F2',*/
  --error: rgba(200, 0, 0, 0.8);
  --greybg: #f2f2f2;
  --heading1: #4a4a4a;
  --greyLight: #f1f1f1;
  --greenText: #6fcf97;
  --darkGrey: #828282;
  --grey-dark: #898989;
  --grey: #21252952;
  --grey-1: #ccc;
  --light: rgba(0, 0, 0, 0.25);
  --light-1: rgba(0, 0, 0, 0.2);
  --light-grey: rgba(0, 0, 0, 0.09);
  --light-2: rgb(151, 146, 146);
  --light-3: rgba(149, 151, 161, 0.2);
  --purple: #0089fe;
  --blue-1: #2a265f;
  --blue: #68baff;
  --org-f8: #ff6c36;
  --disable-org: #fcb398;
  --disabledraft-org: #ffaaaca3;
  --flameorang: #ff6c36;
  --coloractive: #ff895ed5;
  --org-8a: #f3efde;
  --red: #dc3545;
  --blueffText: #3fa6ff;
  --blue-b7: #337ab7;

  --blue-f8: #ff6c36;
  --blue-8a: #f3efde;
  --red: #dc3545;
  --off-white: #ff9100;
  --org: #ff6c36e6;
  --textfaintopacity: 0.75;

  --orange5e: #ff885e;
  --shadow2: #68bbffa8;

  --shadow3: #ff895ea2;
  --grey3: #333333;
}

.buttonmain {
  /* height:moderateScale(50),*/

  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;

  width: 100%;
  height: 40px;
  margin: 20px 0;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;

  text-align: center;
  border: none;
  background-size: 300% 100%;

  border-radius: 8px;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 1px 1px 2px 0px #c6d2d9;
}

* {
  box-sizing: border-box;
}
.width96 {
  width: 96%;
}
.button1 {
  background-color: #ff6c36d9;
  color: var(--white);
  border: none;
  /* box-shadow: 0px 1px 12px 1px #dee2e673; */
  box-shadow: 1px 1px 2px 0px #c6d2d9;
  border-radius: 8px;
}

.buttongrey {
  background-color: #828282;
  color: var(--white);
  border: none;
  /* box-shadow: 0px 1px 12px 1px #dee2e673; */
  box-shadow: 1px 1px 2px 0px #c6d2d9;
  border-radius: 10px;
}

.button1:hover {
  border-radius: 10px;

  background-color: #ff6c36;
  color: var(--white);
  border: none;
  /* box-shadow: 0px 1px 12px 1px #dee2e673;} */
  box-shadow: 1px 1px 2px 0px #c6d2d9;
}

.button1:focus {
  outline: none;
}

.modelfooter .button1 {
  margin-right: 20px;
}

.button2 {
  background-color: var(--flameorang);
  color: var(--white);
  /* box-shadow: 0px 2px 1px var(--light-grey); */
  box-shadow: 1px 1px 2px 0px #c6d2d9;
}
.button2:hover,
.button2:focus,
.button2:active {
  background-color: var(--flameorang);
  color: var(--white);
  outline: none;
  /* box-shadow: none ;
  box-shadow: 0px 2px 1px var(--light-grey);
  transform: translateY(1px);  */
  box-shadow: 1px 1px 2px 0px #c6d2d9;
}

.button3 {
  background-color: var(--white);
  font-size: "14px";
  font-family: "'Roboto', sans-serif";
  outline: none;
  border-color: var(--flameorang);
  border-radius: 8px;
  border: 2px solid var(--black);
  /* box-shadow: none ; */
  width: 311px;
  height: 48px;
  font-weight: 500;
  line-height: 16px;
  transform: translateY(1px);
  cursor: pointer;
  /* box-shadow: 0px 2px 1px var(--light-grey); */
  box-shadow: 1px 1px 2px 0px #c6d2d9;
}
.buttonText2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: var(--flameorang);
}
.buttonText:hover,
.buttonText:focus,
.buttonText:active {
  text-align: "center";
  font-size: "14px";
  font-family: "Roboto", sans-serif;
  color: var(--flameorang);
}

.buttonText1 {
  color: var(--white) !important;
}

.buttonfollow {
  width: 80px;
  height: 24px;
  border: 2px solid var(--flameorang);
  box-sizing: border-box;
  border-radius: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: var(--flameorang);
  background-color: var(--white);
  line-height: 10px;
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}

.buttonfollow:active {
  background-color: var(--white);
  /* transform: translateY(2px); */
  cursor: pointer;
}

.buttonunfollow {
  width: 80px;
  height: 24px;
  border: 1px solid var(--flameorang);
  box-sizing: border-box;
  border-radius: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: var(--white);
  background-color: var(--flameorang);
  line-height: 10px;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.buttonunfollow:active {
  background-color: var(--flameorang);
  transform: translateY(2px);
  cursor: pointer;
}

.button1:disabled {
  background: var(--disable-org);
  cursor: not-allowed;
}

/* Font Imports */

html {
  height: auto;
  width: 100%;
}
body,
#root {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}

#signin {
  margin-bottom: -50px;
}

.modallabel {
  text-align: left;
  margin-bottom: 6px;
  font-weight: 600;
}

.notemodal {
  text-align: justify;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.wordline {
  white-space: pre-line;
}
.react-tel-input .form-control {
  position: relative;
  font-size: 12px !important;
  letter-spacing: 0.01rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  height: 38px !important;
  margin-left: 0;
  background: #ffffff;
  box-shadow: 1px 0px 8px 0px #dee2e663 !important;
  /* mix-blend-mode: normal; */
  border-radius: 8px !important;
  line-height: 25px;
  height: 35px;
  width: 100% !important;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.react-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: white !important;
  margin: 3px !important;
  border: 2px solid white !important;
  border-right: 0px white !important;
  border-radius: 15px !important;
  text-align: left;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  /* background-color: #0069d9; */
  /* border-color: #0062cc; */
  box-shadow: 0 0 0 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0;
  border-color: unset;
}
.gdropdown {
  outline: var(--accent);
  text-transform: inherit;
  background: none;
  box-sizing: border-box;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* mix-blend-mode: normal; */
  box-shadow: 1px 0px 8px 0px #dee2e663;
  text-align: left;
}
.container,
.container-md,
.container-sm {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 748px;
  }
}

@media only screen and (min-width: 868px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 848px;
  }
}

@media only screen and (min-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 880px;
  }
}

@media only screen and (min-width: 1020px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1010px;
  }
}

@media only screen and (min-width: 1200px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1700px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 2000px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1700px;
  }
}

@media only screen and (min-width: 2400px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1900px;
  }
}

@media only screen and (min-width: 3000px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 2300px;
  }
}

.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-intro {
  font-size: large;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 12px;
  color: #dc3545;
}

.css-1b92cmk-MuiSwitch-thumb {
  border: 2px solid #ff4b08;
}

.css-8nvsrt {
  border: 2px solid #ff4b08;
}

input[type="checkbox"] {
  width: 60px;
  height: 60px;
}
.pathway-node-result {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.MuiFormHelperText-root {
  text-align: start !important;
}
.rdw-dropdown-carettoopen {
  right: unset !important;
  inset-inline-end: 10% !important;
}
.MuiStepConnector-root {
  left: unset !important;
  right: unset !important;
  inset-inline-start: calc(-50% + 20px) !important;
  inset-inline-end: calc(50% + 20px) !important;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  ._hj_feedback_container ._hj-0izHt__MinimizedWidgetBottom__container {
    bottom: 62px !important;
  }
}

.ReactModal__Overlay {
  z-index: 999;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(194, 184, 184);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
  height: 4px;
}

/* Handle on hover  */
::-webkit-scrollbar-thumb:hover {
  background: #a09a9a;
}

.absolutecross {
  resize: horizontal;
  position: absolute;
  right: 20px;
  padding-top: 0px;
  z-index: 100;
  cursor: pointer;
}

.cross {
  height: 33px;
}

.btn-success {
  color: #495057;
  background-color: #fff !important;
  border-color: #ff6c36d9 !important;
  height: 40px;
  border-radius: 10px;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #495057;
  background-color: #fff !important;
  border-color: #ff6c36d9 !important;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success.focus,
.btn-success:focus {
  color: #495057;
}

.btn-success:hover {
  color: #495057;
}

.form-control:focus {
  border-color: var(--org-f8) !important;
  box-shadow: none;
}

.delpost {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

.reject-text {
  border-radius: 30px;
  border: 2px solid #828282;
  cursor: pointer;
  color: #828282;
  background-color: #fff;
  padding: 5px 10px;
  margin-left: 20px;
}

.accept-text {
  border-radius: 30px;
  border: 2px;
  padding: 5px 10px;
  border: 2px solid #ff885e;
  color: #ff885e;
  background-color: #fff;
  cursor: pointer;
}

.accept-reject-wrapper {
  margin-top: 15px;
}

.errorcode {
  font-weight: 300;
  font-size: 80%;
  color: #ff9100;
}

.postdetaildel {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}

.gdropdown {
  border-radius: 14px;
}

.multidropdown .Selectdropdown .gdropdown__control {
  height: 100%;
  max-height: unset;
  min-height: 40px;
  overflow-y: auto;
}

.technology-counter {
  background: #dee2e6;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #263238;
  min-width: 22px;
  height: 22px;
  line-height: 15px;
  text-align: center;
}

.technology-counter .skill-text {
  margin-left: 4px;
  color: #263238 !important;
}

.technology-chip-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100% !important;
}

.technology-chip {
  display: flex;
  flex-wrap: wrap;
}

.technology-chip button,
.technology-chip button:hover {
  cursor: default;
  background-color: #dee2e6;
  color: #263238;
  border: 1px solid #dee2e6;
  text-transform: capitalize;
  padding: 5px 18px;
  margin: 5px 4px;
  height: unset;
  width: -moz-max-content;
  width: max-content;
  line-height: 20px;
}

.tooltip-skill-item {
  white-space: nowrap;
}

.view-cred-img {
  width: 18px;
  height: 18px;
}

.css-15lsz6c-indicatorContainer {
  cursor: pointer;
}

.css-tj5bde-Svg {
  cursor: pointer;
}

.tooltip-inner {
  width: 100%;
  max-width: 100%;
  text-align: left;
}

/* overview student profile card css starts */
.stud-hackathon {
  margin-top: 25px;
  width: 100%;
  height: 190px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #dee2e6;
  box-shadow: 0px 3px 66px #f2f2f2;
  color: black;
  padding: 14px;
}

.skill-stud-prof {
  position: absolute;
  bottom: 53px;
}

.insti-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
}

.stude-verify-icon {
  color: #ff6c36;
  width: 25px;
  height: 25px;
  margin-bottom: -1px;
}

.cred-icon {
  width: 20px;
  margin-right: 4px;
}

.view-cred-opt {
  font-size: 12.8px;
  display: flex;
  align-items: center;
}

.cred-name-card {
  font-size: 18px;
  font-weight: 500;
  color: #39393b;
  line-height: normal;
}

.head-left-text-align {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.name-outerwrapper {
  display: flex;
  align-items: center;
  height: 3em;
}

.text-left-insti {
  text-align: left;
}

.issuer-name-card {
  font-size: 14px;
  font-weight: 500;
  color: #595959;
}

.issuer-date-card {
  font-size: 12px;
  font-weight: 400;
  color: #595959;
}

.date-line-height {
  line-height: normal;
  height: auto;
}

.overview-img-wrapper {
  position: relative;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  max-width: 80px;
}

.overview-first {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
}

.overview-second {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0px;
  right: 0px;
}

/* overview student profile card css ends*/

.no-records-img {
  max-height: 125px;
}

.custom-mask {
  opacity: 0.2 !important;
}

.custom-tour {
  margin-top: 6px;
}

.custom-tour .reactour__close {
  top: 15px;
  right: 15px;
}

@media screen and (max-width: 992px) {
  .technology-chip button,
  .technology-chip button:hover {
    width: auto;
  }

  .stud-hackathon {
    height: auto;
  }

  .skill-stud-prof {
    bottom: 67px;
  }
}

/* mobile input css */
.phone-input-container {
  position: relative;
  width: 100%;
}

.phone-input-container.react-tel-input .special-label {
  top: -10px;
  left: 9px;
  background: white;
  padding: 0 17px 0 5px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  pointer-events: none;
}

.phone-input-container.react-tel-input:focus .special-label {
  color: #ff4b08;
}

.phone-input-container.react-tel-input.focused .special-label {
  color: #ff4b08;
}

.phone-input-container.react-tel-input.error .special-label {
  color: #d32f2f;
}

.phone-input-field {
  padding: 8.5px 14px 8.5px 50px !important;
  border: 1px solid #d3d3d3 !important;
  background-color: #fff !important;
}

.phone-input-container.react-tel-input .country-list .search {
  padding: 10px;
}

.phone-input-field:hover {
  border-color: black !important;
}

.phone-input-field:focus {
  border: 2px solid #ff4b08 !important;
  outline: none;
}

.phone-input-container.error .phone-input-field {
  border-color: #d32f2f !important;
}

