a:hover{
    text-decoration: none;
}
.side-nav {
    float: left;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #CCC;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease-in-out;
    -webkit-transition: .3s;
    transition: .3s;
    /* position: fixed; */
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 0;
}
.side-nav .categories>li {
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    cursor: pointer;
    margin: 0px 3px 7px 3px;
    display: flex;
    flex-direction: row;
}

/* .side-nav .active {
    background-color: rgba(64, 169, 244, 0.15) !important;
    border-radius: 21px;
    padding: 10px;
    color: #40A9F4;
} */

/* .side-pos {
    position: unset !important;
    z-index: unset;
    height: auto;
} */

.side-nav .categories>li i{
    margin: 4px 10px 4px 2px;
}
.side-nav .categories>li:not(.active):hover i,
.side-nav .categories>li:not(.active):hover a{
    color:#40A9F4;
}

.categories li.active {
    background: rgba(64, 169, 244, 0.15);
    border-radius: 5px;
}
.categories li.active a {
    color:#40A9F4 !important;
    border-bottom: none;
}

.categories li img {
    width: 18px;
}
.categories li a {
    color: #A0A0A0;
    text-decoration: none;
    white-space: nowrap;
}

.ask-btn {
    background-color: rgba(64, 169, 244, 0.15);
    color: #fff !important;
    font-size: 1rem;
    border-radius: 24px;
}

.card, .dashboard-card {
    box-shadow: 0px 0px 20px rgb(64 169 244 / 20%);
    background-color: #ffffff;
    border-radius: 15px;
    border: none;
    overflow: hidden;
}

.askbox{
    width: 100%;
    position: relative;
    min-height: 127px;
    -webkit-user-select: none;
    user-select: none;
}
.askbox .static_text,
.static_text_modal{
    padding: 4px 10px;
    position: absolute;
    width: 100%;
    font-size: 1.5rem;
    line-height: 33px;
    font-weight: normal;
    color: #7C7C7C;
}
.askbox .editor_text,.editor_text_modal{
    cursor: text;
    position: inherit;
    left: 0;
    width: 100%;
    padding: 4px 10px;
    z-index: 2;
    border: none;
    outline: none;
    font-size: 1.2rem;
    font-weight: normal;
    color: #7C7C7C;
}
.editor_text_modal{
    top: 0;
}

.upload-icon{
    width: 25px;
    height: 22px;
}
.Ask .btn_blue{
    padding: 4px 57px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #40A9F4;
    border: none;
    outline: none;
}

.card-header{
    background: #fff;
    border: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #646464;
}
.channels .channel-box .channel-name,
.myAsk-box .ask-title{
    font-size: 1rem;
    font-weight: 400;
    color: #646464;
    margin-bottom: 1px;
}
.channels .channel-box .channel-name.unread,
.myAsk-box .ask-title.unread,
.myPost-box .jobPost.unread{
    color: #1D1D1D;
    font-weight: 500;
}
.channels .channel-box .members{
    font-size: 11px;
    font-weight: 300;
    color: #A0A0A0;
    margin-bottom: 1px;
    margin-left: 16px;
}
.channels .channel-box .unread-msg,
.myAsk-box .unread-msg,
.myPost-box .unread-msg{
    background-color: #40A9F4;
    height: 22px;
    width: 22px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myAsk-box{
    background: #FFFFFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px;
}

.myAsk-box p{
    line-height: 2.7em;
    height: 2.7em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.center{
    display: flex;
    align-items: center;
}
.search input {
    width: 100%;
    border-radius: 38px;
    padding: 21px;
    color: #40A9F4;
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
}
.search-icon::before {
    content: '';
    position: absolute;
    background: url(../images/search.png);
    height: 21px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 12px;
    right: 7px;
    z-index: 3;
}
.askcard .user-img{
    width: 32px;
    height: 32px;
}
.askcard .btn_blue{
    padding: 6px 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #40A9F4;
    border: none;
    outline: none;
}
.askcard .members img {
    width: 25px;
    height: 25px;
}
.members img:not(:first-child){
    margin-left: -10px;
}
.askcard .members{
    font-size: 13px;
    font-weight: 300;
    color: #A0A0A0;
    margin-bottom: 0px;
    margin-left: 24px;
}
.askcard .share{
    width: 20px;
    cursor: pointer;
}
.askcard .post-text{
    font-size: 1rem;
    font-weight: 400;
}
.askcard .ask-title{
    font-size: 1.5rem;
    font-weight: 500;
    color: #40A9F4;
}
.askcard .tags{
    padding: 0px 4.4rem;
    flex-wrap: wrap;
}
.askcard .tag-box{
    font-size: .89rem;
    font-weight: 400;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    color: #A0A0A0;
    text-align: center;
    padding: 5px 12px;
    margin-right: 10px;
    margin-bottom: 8px;
}
.askcard .user_name{
    font-size: 1.1rem;
    font-weight: 600;
    color: #646464;
}
.askcard .content-div{
    padding: 1rem 4.4rem;
}
.askcard .content-div img{
    width: 75%;
    border-radius: 5px;
}
.f-11{
    font-size: 11px;
}

.user-respond{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 3.27869px 3.27869px rgba(0, 0, 0, 0.25);
}
.user-respond:not(:first-child){
    margin-left: -14px;
}
.last-div{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #FFFFFF;
}
.jobpost .dates{
    font-size: 13px;
    font-weight: 300;
    color: #A0A0A0;
    margin-bottom: 3px;
}
.jobpost .dates:not(:first-child){
    margin-left: 8px;
}
.jobpost .dates:not(:last-child){
    padding-right: 8px;
    border-right: 1px solid #A0A0A0;
}
.jobpost .post-text {
    font-size: 1rem;
    font-weight: 400;
}
.jobpost .job-title{
    font-size: 1.4rem;
    font-weight: 500;
    color: #40A9F4;
}
.myPost-box .jobPost{
    font-size: 1rem;
    font-weight: 400;
    color: #646464;
    margin-bottom: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}
.f-16{
    font-size: 1rem !important;
}
.jobForm{
    display: flex;
    width: 100%;
}
.jobForm label{
    width: 33%;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.jobForm input,
.jobForm textarea{
    width: 90%;
    background: rgba(233, 233, 233, 0.27);
    border-radius: 11.8269px;
}
.myPost-box{
    box-shadow: 0px 0px 20px rgb(64 169 244 / 20%);
    background-color: #ffffff;
    border-radius: 15px;
    border: none;
    overflow: hidden;
    padding: 10px;
}
.jobpost .read_more{
    color: #40A9F4 !important;
    cursor: pointer;
}
.jobpost .hide{
    display: none;
}

.modal-dialog2 {
    margin-top: 4% !important;
    max-width: 786px;
}
.modal-header {
    background-color: #fff;
}
.modal-body .user-img{
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.modal-body .askbox .static_text{
    padding: 15px 0px 8px 0px;
    position: absolute;
    width: 100%;
    font-size: 1.5rem;
    line-height: 33px;
    font-weight: normal;
    color: #7C7C7C;
}
.modal-footer{
    justify-content: space-between;
}
.modal-footer .btn_blue{
    padding: 4px 57px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #40A9F4;
    border: none;
    outline: none;
}
.modal-dialog {
    margin-top: 10%;
}
.modal-dialog .modal-content{
    border-radius: 20px;
    overflow: hidden;
}
.modal-header .close {
    padding: 0.5rem 1rem 0rem 1rem;
}
.modal-body select{
    border: 1px solid #646464;
    box-sizing: border-box;
    border-radius: 11px;
    padding: 0px 8px;
    font-size: 10px;
}

/* Menka Kumari */
textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    color: #666;
    box-shadow: inset 0 0 0.05rem #ddd;
  }
  textarea:focus {
    outline: none;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 0 0.4rem #d0d0d0;
  }
  textarea[placeholder] {
    font-style: italic;
    font-size: 0.875rem;
  }
  .respondForm textarea{
    background: rgba(233, 233, 233, 0.27);
    border: none;
    box-shadow: none;
  }
  .respondForm textarea[placeholder]{
    font-style: normal;
    font-size: 0.875rem;
  }
  .respondBtn{
    background-color: #40A9F4;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 36px;
  }
  .respondForm #linkedinProfile, #folio{
    background: rgba(233, 233, 233, 0.27);
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    border: none;
  }
  .respondForm #linkedinProfile, #folio[placeholder]{
    font-size: 0.875rem;
    color: #666;
  }
  #linkedinProfile:focus-visible {
    border: 1px solid #d0d0d0 !important;
  }
input[type=file]::file-selector-button {
    border: transparent;
    background-color: transparent;
    transition: 1s;
    color: #40A9F4;
    cursor: pointer;
}
input[type=file]{
    position: absolute !important;
    left: 10px;
    cursor: pointer;
    /* color: #40A9F4; */
    opacity: 0;
}
label.fileUpload{
    background: rgba(233, 233, 233, 0.27);
    border-radius: 8px;
    color: #AAAAAA;
    font-weight: normal;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}
.respondForm h3{
    color: #646464;
    font-weight: normal;
    font-size: 24px;
}
.popup .popup-body .respondForm{
    text-align: left;
}
.popup .popup-body .respondForm .helpBtn{
    text-align: center !important;
}
#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}


  .popup.active {
    display: block;
}

.popup.active .popup-body {
    -webkit-animation: bottom 0.5s forwards;
    animation: bottom 0.5s forwards;
}

.popup .popup-body {
    transition: 5s;
    width: 500px;
    /* height: 313px; */
    height: auto;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
}

.popup.active {
    display: block;
}

.popup.active .popup-body {
    -webkit-animation: bottom 0.5s forwards;
    animation: bottom 0.5s forwards;
}

.popup .popup-body {
    transition: 5s;
    width: 500px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes bottom {
    to {
        top: 50%;
    }
}

@keyframes bottom {
    to {
        top: 50%;
    }
}

.popupbutton1 {
    padding: 3px 30px 3px 30px;
    border: solid 2px;
    border-radius: 5px;
    color: #2183CB;
    background-color: #fff;
}

.popupbutton2 {
    padding: 0.5rem 2rem;
    background-color: #40A9F4;
    border-radius: 5px;
    text-decoration: none !important;
    border: 1px solid #40A9F4;
    color: #ffffff;
}

.popupbutton1:hover {
    background-color: #2C86D3 !important;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    border: 2px solid #2C86D3;
}

#the-count2{
    text-align: end;
}

.modal-dialog1 {
    max-width: 570px;
}



#app {
    /* background-color: #32a0ec; */
  /*   background-image: linear-gradient(
      225deg,
      #f766b9 0%,
      #c17dfd 50%,
      #32a0ec 100%
    ); */
    /* width: 100%;
    height: 100vh;
    width: 100%;
    height: 100vh; */
  }
  
  
  .form{
    background: #ffffff;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #ececec;
      width: 100%;
      /* max-width: 450px;
      min-width: 250px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); */
  
  }
  .form .add-tag{
    background: #ffffff;
      padding: 5px;
      border: 0;
      width:100%;
      outline: transparent;
      display: block;
  }

  .tagInput{
    padding: 2px 5px;
    border-radius: 10px;
    border: 1px solid #3FA1E7;
    margin-top: 6px;
    width: 26%;
  }
  
  .form .tag{
    background: #fff;
    color: #3FA1E7;
    padding: 3px 5px;
    display: inline-flex;
    margin: 5px 5px 0 0;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid;
  }

  .form .tag i{
    color: #3FA1E7;
  }
  
  
  .form .tag button{
    border:0;
    background: transparent;
    font-weight: bold;
    color:#fff;
    margin-left: 2px;
  }
  
  .form .tag button:hover{
    cursor:pointer;
  }


.orgDetail .logo_org{
    margin: 0 auto;
    width: 20%;
}
.orgDetail #organizationObjective{
    --line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(var(--line-height)*2);
}
.orgDetail #organizationWebsite,
.orgDetail #organizationTitle{
    --line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: calc(var(--line-height)*1);
}
.f-12{
    font-size: 12px;
}
.askcard .user_name2 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #646464;
}
.deny{
    background-color: transparent;
    border: 1px solid #40A9F4;
    padding: 3px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #40A9F4;
}
.deny:hover{
    background-color: #40A9F4;
    color: #FFFFFF;
    border: 1px solid #40A9F4;
}
.approve{
    background-color: #40A9F4;
    border: 1px solid #40A9F4;
    padding: 3px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}
.approve:hover{
    background-color: transparent;
    color: #40A9F4;
    border: 1px solid #40A9F4;
}
.userRespondcard{
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    border: none;
    overflow: hidden;
    padding: 13px;
}
.userRespondcard .user-profile{
    cursor: pointer;
}
.userRespondcard .user-img{
    width: 33px;
    height: 33px;
}
.customHeight{
    max-height: 252px;
    overflow: scroll;
}

#MyKindHoursresponses .timeline-item {
    height: 70px !important;
    overflow: hidden !important;
}
#haveorg .profile .profile-img {
    width: 54px;
    height: 54px;
    border: 2px solid #40A9F4;
    border-radius: 50%;
    max-width: none;
    object-fit: cover;
    object-position: center right;
}
#haveorg .profile .user-name {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
}
#haveorg .profile .user-email {
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0.1rem;
    color: #a0a0a0;
}
#haveorg .profile .user-profile {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
    color: #40A9F4;
}
#haveorg .profile .user-boi {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 20px;
    color: #a0a0a0;
}