* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.title {
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.title h3 {
  font-weight: bold;
}
.title p {
  font-size: 12px;
  color: #118a44;
}
.title p.msg {
  color: initial;
  text-align: initial;
  font-weight: bold;
}

.otp-input-fields {
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 8px 0px #02025044;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px;
}
.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #2f8f1f;
  text-align: center;
  outline: none;
  font-size: 16px;
  /* Firefox */
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* .otp-input-fields input[type=number] {
  -moz-appearance: textfield;
} */
.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #287a1a;
  font-size: 20px;
}

.result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
}
.result p {
  font-size: 24px;
  font-family: "Antonio", sans-serif;
  opacity: 1;
  transition: color 0.5s ease;
}
.result p._ok {
  color: green;
}
.result p._notok {
  color: red;
  border-radius: 3px;
}
.highlight-content
{
    background-color:#012970;
    color:white;
    padding: 15px 20px;
    font-size: 1rem;
    border-radius: 15px;
}
/* .highlight-content
{
    background-color:#012970;
    color:white;
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 25px;
} */
.hero-content
{
  color:#012970;
  font-weight: bolder;
  /* background-image: url('path/to/your/image.jpg'); */
}
/* .akash
{
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
} */
body {
  background: white url(../img/footer-bg.png) no-repeat right top; /* Replace 'path/to/your/image.jpg' with the actual path to your image */
  background-size: cover; /* This will make sure the background image covers the entire body */
  background-repeat: no-repeat; /* This will prevent the background image from repeating */
}
.animatedText {
  position: relative;
  color: #012970;
  font-size: 25px;
  font-weight: bold;
  overflow: hidden;
  border-right: 2px solid hsl(0, 0%, 80%);
  white-space: nowrap;
  animation: typewriter 4s steps(44) 1s infinite,
             blinkTextCursor 500ms infinite;
}
.img-fluid-animated{
  height: 100px;
  width: 300px;
  display: flex;
  justify-content: center;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 710px;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: hsl(0, 0%, 80%);
  }
  to {
    border-right-color: transparent;
  }
}

/* Media query for screens with a width less than 320px */
@media (max-width: 320px) {
  .animatedText {
    font-size: 13px;
    white-space: normal;
    width: 100%;
    border-right: none; 
    animation: none; 
  }
}
  /* font-family: "Anonymous Pro", monospace; */
  /* letter-spacing: 7px; */
.search-bar, .search-bar1 {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 25px;
  overflow: hidden;
  padding: 20px;
  border: 2px solid #dfe1e5;
}

.search-bar1 {
  width: 25%;
  height: 20px;
  border: 5px solid #dfe1e5;
}

.search-icon, .voice-search-icon {
  width: 16px;
  height: 16px;
  margin: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-icon {
  background-image: url("https://www.gstatic.com/images/icons/material/system/1x/search_black_24dp.png");
}

.voice-search-icon {
  background-image: url("https://www.gstatic.com/images/icons/material/system/1x/keyboard_voice_black_24dp.png");
}

.search-bar input[type="text"], .search-bar1 input[type="text"] {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 8px;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin-left: 13px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #013289;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #013289;
  border-color: #013289;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  top: 6px;
  left: 3px;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.user-image
{
  height: 60px;
  width: 60px;
}
.card-header {
  display: flex;
  justify-content: space-between;
}

.card-header span {
  margin-left: auto;
  margin-right: auto;
}

.profile-sidebar .card
{
    border:0px;
}
.profile-sidebar .detail-box
{
    /* border:1px solid black; */
    margin-top:20px;
    padding:10px;
}
.ui-datepicker-calendar {
  display: none;
}

/* Style to adjust the appearance of the year input */
.ui-datepicker-year {
  width: 100%;
}
.education-detail
{
  text-transform: capitalize;
  font-size: 15px;
}
/* .card-header,.card-footer
{
  background-color: #E4DEDE;
} */

.profile-card-body
{
  height:150px;
  overflow: scroll;
}
.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
}
.connection-user-image
{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-top: -50px;
}
.home-page-footer
{
  display: flex;
    justify-content: space-around; /* Adjust as needed */
    align-items: center;
}
.like-icon {
  text-align: center;
}

.like-icon i {
  margin-bottom: 5px;
}
.comment-input
{
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px;
    width: 85%;
}
.fa-paper-plane {
  color: grey;
  margin-left: -35px;
}
.nav-tab,.nav-link
{
    border: none;
    outline: none;
    color:#013289;
}
.connection-card
{
  height: 500px;
  overflow: scroll;
}
.connection-card::-webkit-scrollbar {
  width: 0.5em; /* Scroll bar ka width */
}

.connection-card::-webkit-scrollbar-thumb {
  background-color: transparent; /* Scroll bar ka thumb ka background color */
}

/* Firefox */
.connection-card {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
input[type="file"] {
  display: none;
}
.custom-file-upload {
 
  display: inline-block;
  cursor: pointer;
}
.img-thumbnail
{
height:150px;
width:150px;
background-repeat:no-repeat;
background-size:cover;
}
/* .card-header {
  display: flex;
  justify-content: flex-end;
} */
.home-profile-image
{
  height: 50px;
  width: 50px;
  border-radius: 50%;
}






.card-post-image
{
height:100%;
width:100%;
background-size:cover;
background-repeat:no-repeat;
}
.card-post-video
{
height:400px;
width:100%;
object-fit: cover;
background-size:cover;
background-repeat:no-repeat;
}
.radius-image{
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height:100px;
    width:100px;
    margin-top: 10px;
    border:2px solid black;
}
.center-item
{
    text-align:center;
}
.icon1
{
    color:black;
    margin-right: 10px;
    margin-top: -10px;
}
.icon2
{
    margin-left: -20px;
    margin-right: 10px;
    margin-top: -10px;
}

.nav-item button.nav-link {
    
    border: none;
    border-radius: 0;
    padding: 0.5rem 1rem;
    /* font-size: 1rem; */
    font-size:14px;
    
}

.nav-item button.nav-link.active {
    background-color: #013289;
    color: #fff;
    border-bottom: 2px solid #013289;
}
.card {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fff;
}

.card-img-top {
    max-height: 400px;
    object-fit: cover;
    border-bottom: 1px solid #ccc;
}

.card-body {
    padding: 10px;
}

.card-text {
    font-size: 16px;
    color: #333;
}

/* Hide scrollbar for Chrome, Safari, and Edge */
.tab-pane {
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: transparent transparent; /* For Firefox */
}


.tab-pane::-webkit-scrollbar {
    width: 0.5em;
}

.tab-pane::-webkit-scrollbar-track {
    background: transparent;
}

.tab-pane::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.radius-image1
{
    height:50px;
    width:50px;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:50%;
    padding: 5px;
    margin-left: 5px;
}
.center-item1
{
    margin-left: 70px;
    margin-top: -35px;

}
.card-post-media-both
{
    height:150px;
    width:200px;
    background-size:cover;
    background-repeat:no-repeat;
    margin-top: 0px;

}
.card-post-media-both2
{
    height:150px;
    width:200px;
    object-fit:cover;
    margin-top: 10px;
}   
.complete-img
{
    width:60%;
    margin-left:20%;
}
@media only screen and (max-width: 600px) {
.complete-img{
 
   width:100%;
   margin-left: 0;
 }
}

@media only screen and (max-width: 600px) {
  .home_page_skills {
   font-size:13px;
  }
}
.like-text
{
  font-size: 16px;
  cursor: pointer;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
@media only screen and (max-width: 600px) {
  .like-text {
   display: none;
  }
}

@media only screen and (max-width: 600px) {
  .btn-outline-danger {
   margin-left: 50%;
   margin-top: -65px;
   font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .btn-outline-success {
   width: auto;
   font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .home-impact {
   font-size: 13px;
   display: inline;
  }
}

@media only screen and (max-width: 600px) {
  .home-rating {
   font-size: 13px;
   display: inline;

  }
}
@media only screen and (max-width: 600px) {
  .home-action{
   font-size: 13px;
   display: inline;

  }
}

.akash255
{
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .akash255{
    display: flex;
    align-items: center;
    justify-content: space-between;

  }
}
@media only screen and (max-width: 600px) {
  .hero-content{
    
    font-size:20px;
  }
}

.custom-button{
  background-color: #4154f1;
  color:white;
}
@media only screen and (max-width: 600px) {
  .custom-button{
    
    font-size:12px;
  }
}
.blue-bg-btn
{
  background-color: #013289;;
  color:white;
}
.blue-btn-color
{
  color: #013289;

}
.blue-background-color
{
  /* border:2px solid #013289; */
  background-color: #013289;
  color:white;

}
.blue-border-color
{
  border:solid 2px #013289;
  text-transform: capitalize;
}
.comment-btn-border
{
  border:solid 1px #013289;
  text-transform: capitalize;

}
@media only screen and (max-width: 600px) {
  .comment-input{
    
    margin-left: 70px;
    width: auto;
    top: -40px;
    position: relative;
    /* background-color: red; */
  }
}
@media only screen and (max-width: 600px) {
  .fa-paper-plane{
    
    margin-top: -27px;
    position: absolute;
  }
}

.side-nav-odd
{
  background-color: #013289;
  color:white;
}
.side-nav-odd:hover{
  background-color: #013289;
  color:white;
}
.side-nav-even
{
  background-color: white;
  color:#013289;
  font-weight:700;
}
.side-nav-even:hover
{
  background-color: white !important;
  color:#013289 !important;
  font-weight:700;
}
@media only screen and (max-width: 600px) {
  .searching-link-btn{
    
    display: none;
  }
}
.avatar-img
{
  height: 180px;
  width: 180px;
}
.pro-img{
  height:250px;
  width:96%;
  margin-left:2%;
  margin-top: 10px;
  background-size:cover;
}
.pro-video
{
  object-fit: cover;
  width:100%;
  height:260px;
  margin-top:5px;
}

button.btn-close
{
  color:white;
}

.background-upload {
  position: relative;
  max-width: 100%;
}

.background-upload .background-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.background-upload .background-edit input {
  display: none;
}
.background-upload .background-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #013289;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.background-upload .background-edit input + label:hover {
  background: #013289;
  border-color: #013289;
}
.background-upload .background-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  top: 6px;
  left: 3px;
  right: 0;
  text-align: center;
  margin: auto;
}
.background-upload .background-preview {
  width: 100%;
  height:250px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.background-upload .background-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.media-card-img
{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 5px;
}
.media-pro-img
{
  height: 100px;
  width: 150px;
  background-size:cover;
  background-repeat:no-repeat;
  margin-top: 20px;
}
.profile-edit-div
{
  width: 25px;
  height: 25px;
  margin-left: -111px;
}
#preview .preview-item img,
#preview .preview-item video {
 max-width: 150px;
 max-height: 150px;
 object-fit: contain;
}

.nav-scrollbar{
  height:500px;
  overflow: scroll;
}
.media-pro-img
{
  height:100px;
  width:150px;
  background-size:cover;
  background-repeat:no-repeat;
  margin-top: 20px;
}
.user-profile-information
{
  color:#013289;
}
@media only screen and (max-width: 600px) {
  .user-profile-information{
    
    margin-left:-120px !important;
  }
}
@media only screen and (max-width: 600px) {
  .profile-small-img{
    
    margin-left:5px !important;
  }
}
@media only screen and (max-width: 600px) {
  .profile-user-detail{
    
    margin-top:20px !important;
    margin-left: 0px;
  }
}
.avatar-upload .avatar-edit input + .profile-edit-div:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  top: 4px;
  left: -180px;
  right: 0;
  text-align: center;
  margin: auto;
}
button.profile-dropbtn-1
{
  margin-top: 20px;
  margin-left: 135px;
}
 button.profile-dropbtn-2
{
margin-top: -82px;
margin-left: 300px;
}
button.profile-dropbtn-3
{
margin-top: -145px;
margin-left: 480px;
}
@media only screen and (max-width: 600px) {
  button.profile-dropbtn-1{
    
   font-size: 12px;
   margin-left: 45px;
   margin-top: -110px;
  }
}
@media only screen and (max-width: 600px) {
  button.profile-dropbtn-2{
    
   font-size: 12px;
   margin-top: -250px;
   margin-left:55px;
   width: 88%;
  }
}
@media only screen and (max-width: 600px) {
  button.profile-dropbtn-3{

    font-size: 12px;
    margin-left: 170px;
    margin-top: -235px;
  }
}
.nav-tab-main-div
{
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .nav-tab-main-div{

    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .profile-videos{

    width: 90%;
    object-fit: cover;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.profile-images
{
  height:200px;
  width:200px; 
}
@media only screen and (max-width: 600px) {
  .avatar-upload .user-main-image{

  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-left: 25px;
  }
}
.post-preview-container {
  position: relative;
}
.post-remove-image {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: block; /* Make it visible by default */
  background-color:#013289;
  color:white;
}


.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; /* Initially hide the loader */
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #013289;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-preview-item {
  position: relative;
  max-width: 200px; /* Set the maximum width */
}

.custom-remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #fff;
  background-color: #013289;
  padding: 5px;
  border-radius: 50%;
}

.custom-preview-item img,
.custom-preview-item video {
  max-width: 100%;
  max-height: 100%;
}




/* quora-> q&a style start */

.comment-quora
{
    height: 40px;
    border: 2px solid #013289;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px;
    width: 100%;

}

@media only screen and (max-width: 600px) {
.comment-quora{
    
    margin-left: 60px;
    width: 100%;
    position: relative;
}
}
@media only screen and (max-width: 600px) {
.quora-plane{
    
    margin-top:13px;
    position: absolute;
}
}
.modal-input
{
    width:95%;
    margin:10px;
    border:none;
    border-bottom:3px solid #013289;
    overflow:hidden;
    outline:none;

}
.quora-plane{
padding: 7px;
margin-right: 25px;
}
.quora-icons{
    font-size:25px;
}
@media only screen and (max-width: 600px) {
.quora-icons{
    font-size:20px;
}
}
.quora-drop-btn{
    color:white;
    overflow:hidden;
    outline:none;
    
}
@media only screen and (max-width: 600px) {
.quora-drop-btn{
    margin-top:10px;
    display: inline;
    justify-content: right;
    outline:none;
    font-size: 15px;
}
}
.quora-drop-btn1{
  color:white;
  overflow:hidden;
  outline:none;
  
}
@media only screen and (max-width: 600px) {
  .quora-drop-btn1{
      margin-top:0px;
      display: inline;
      justify-content: right;
      outline:none;
      font-size: 20px;
  }
  }
.dropdown-menu {
background-color: white;
}

.dropdown-menu .dropdown-item {
    color: #013289;
}
.dropdown-menu .dropdown-item:hover {
    color: white;
    background-color:#013289;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #013289;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #013289;
  color:white
}
tr:nth-child(odd) {
  background-color:white;
  color:#013289;
  font-weight: bolder;
}
@media only screen and (max-width: 320px) {
  .comparison-btn{
  display: none;
  }
}
@media only screen and (max-width: 320px) {
  .difference-btn{
  display: none;
  }
}
@media only screen and (max-width: 320px) {
  input::placeholder{
    font-size: 13px;
  }
}
