.image-remove {
  position: absolute;
  top: -9px;
  right: -4px;
  font-size: 29px;
  cursor: pointer;
}

.download_btn{
  position: absolute;
  bottom: 10px;
  right: 5px;
}

/* .image_position{
  position: absolute;
  bottom: 95px;
} */

.loader_bg{
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
    display: none;
  }
  
  .loader {
    width:150px;
    height:150px;
    display:inline-block;
    padding:0px;
    text-align:left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .loader span {
    position:absolute;
    display:inline-block;
    width:150px;
    height:150px;
    border-radius:100%;
    /* background:rgba(78, 172, 109,1); */
    background:#0073b1;
    -webkit-animation:loader3 1.5s linear infinite;
    animation:loader3 1.5s linear infinite;
  }
  .loader span:last-child {
    animation-delay:-0.9s;
    -webkit-animation-delay:-0.9s;
  }
  @keyframes loader3 {
    0% {transform: scale(0, 0);opacity:0.8;}
    100% {transform: scale(1, 1);opacity:0;}
  }
  @-webkit-keyframes loader3 {
    0% {-webkit-transform: scale(0, 0);opacity:0.8;}
    100% {-webkit-transform: scale(1, 1);opacity:0;}
  }


.msg_loader {
    text-align: center;   
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%); 
    display: none;
}
.msg_loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background: grey;
    border-radius: 50px;
    -webkit-animation: msg_loader 0.5s infinite alternate;
    -moz-animation: msg_loader 0.5s infinite alternate;
}
.msg_loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}
.msg_loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
@-webkit-keyframes msg_loader {
  0% {
  
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {

    opacity: 0.3;
    -webkit-transform: translateY(-11px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.3;
    -moz-transform: translateY(-11px);
  }
}


  .contact_id, .contactId, .contact_email, .contact_location, .contact_favourite, .group_id, .contact_profile, .contact_addbtn, #contact_name_edit, #voiceClipBoard{
    display: none;
  }

  .copyclipboard-alert{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
}

.file_Upload{
  background-color:#fff;
  padding: 16px 24px;
}
.replyCard, .file_Upload{
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  transition: all 0.4s;
}

.chat-input-section .show {
  display: block;
}

.file_Upload.show, .replyCard.show {
  -webkit-transform: translateY(-92px);
  transform: translateY(-92px);
  opacity: 1;
}

.file_Upload .card {
  margin-bottom: 0;
  /* border-color: rgba(78,172,109,1)!important; */
  border-color: #0073b1!important;
}

.loader_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  border: none;
  background-color: #1d3557;
  color: #f1faee;
  padding: 0.2rem 0.6rem;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.445);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); 
  display: none;
}

.loader_btn:hover {
  background-color: #003049;
  color: #eae2b7;
  box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, 0.445);
}

.btn__text {
  margin-left: 0.8rem;
}

.spinner {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  border: 3px solid #dddf00;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: spin 1s infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
    border-top-color: #fcab41;
    border-bottom-color: #80ffdb;
    border-right-color: transparent;
    border-left-color: transparent;
  }
  100% {
    transform: rotate(360deg);
  }
}

#map{
  height: 400px;
  width: 100%;
}

.gmaps, .gmaps-panaroma {
  width: 400px;
  height: 300px;
  background: #f8f9fa;
  border-radius: 3px;
}

.replyMaps {
  width:250px;
  height:200px;
}

/* .chat-content {
  display: none !important;
} */

#local-video {
  border-radius: 16px;
  max-width: 20%;
  max-height: 20%;
  background: #ffffff;
}
#remote-video{
  width: 100%;
}

.gap-3 i{
  font-size: 18px;
}

.videocallModal .modal-content{
  min-height: auto;
}


.audio-player {
  height: 50px;
  width: 350px;
  background: #444;
  box-shadow: 0 0 20px 0 #000 a;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #000 8;
}
.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #000 0;
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000 a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}


.bg-cavzon {
  background-color: #0073b1;
  /* color: #0073b1; */
}

.text-cavzon {
  /* background-color: #0073b1; */
  color: #0073b1;
}

a {
  color: #0073b1;
}

.avatar-custom-xs {
  height: 1.8rem;
  width: 1.8rem;
}


/* LINK pre view  */

/* General styling for the link preview container */
.message-container {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #fff;
    margin: 10px;
    font-family: Arial, sans-serif;
}

/* Styling for the link preview section */
.link-preview {
    display: flex;
    align-items: center;
    padding: 10px;
}

/* Image styling with responsive size */
.preview-image {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Styling for the content section */
.preview-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0; /* Allows the text to shrink */
    text-align: left; /* Ensure text starts from the left */
}

/* Title styling */
.titleHead {
    font-weight: bold;
    font-size: 1rem;
    color: #026ba3;
    margin-bottom: 5px;
}

/* Description styling */
.description {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 5px;
}

/* Link styling */
.link {
    font-size: 0.75rem;
    color: #0073b1;
    text-decoration: none;
    word-break: break-all;
}

/* Apply button styling */
.apply-button {
    background-color: #0073b1;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
    width: 100%;
    box-sizing: border-box; /* Ensure padding is included in width */
}

.apply-button:hover {
    background-color: #1081be;
}

/* Responsive styles */
@media (max-width: 480px) {
    .link-preview {
        flex-direction: column;
        align-items: flex-start;
    }

    .preview-image {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .title, .description, .link {
        text-align: left; /* Ensure text starts from the left on smaller screens */
    }

    .apply-button {
        font-size: 0.875rem;
    }
}







/* message-box */
#message-box {
  color: #ffffff; 
  background-image: linear-gradient(to right, hsl(202, 8%, 72%), hsl(225, 4%, 63%)); 
  text-align: center;
  border-style: solid;
  border-width: 2px; 
  border-color: hsl(202, 8%, 72%); 
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.5; 
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  align-items: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

#message-box:hover {
  transform: scale(1.1); 
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4); 
}


/* JOB CARD */

/* General styling for the job card */
.job-card {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* background: linear-gradient(145deg, #f6f8fa, #ffffff); */
    background: #ffffff;
    font-family: 'Helvetica Neue', sans-serif;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* .job-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */

/* Header styling */
.job-card-header {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
}

/* Job title styling */
.job-title {
    font-size: 1.75rem;
    color: #333;
    margin: 0;
    font-weight: bold;
}

/* Company name styling */
.company-name {
    font-size: 1.125rem;
    color: #777;
    margin: 5px 0 0;
    font-style: italic;
}

/* Body styling */
.job-card-body {
    padding-top: 15px;
    text-align: center;
}

/* Candidate info styling */
.candidate-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.candidate-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.candidate-details {
    text-align: left;
}

.candidate-name {
    font-size: 1.125rem;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.candidate-skills {
    font-size: 0.875rem;
    color: #555;
}

/* Application status styling */
.application-status {
    text-align: left;
    margin: 15px 0;
}

.status-text {
    font-size: 1rem;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.status-details {
    font-size: 0.875rem;
    color: #555;
    margin-top: 5px;
}

/* Profile link styling */
.profile-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1rem;
    color: #ffffff;
    background-color: #007BFF;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.profile-link:hover {
    background-color: #0056b3;
    /* transform: translateY(-3px); */
    color:#ffffff
}

/* Responsive styles */
@media (max-width: 480px) {
    .job-card {
        padding: 15px;
    }

    .job-title {
        font-size: 1.5rem;
    }

    .company-name, .candidate-name, .candidate-skills, .status-text, .status-details, .profile-link {
        font-size: 0.95rem;
    }

    .profile-link {
        padding: 8px 16px;
    }

    .candidate-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .candidate-image {
        margin-bottom: 10px;
    }
}

.load_more_grp_members a:hover {
    cursor: pointer;
    color: #034388;
}


/* JOB SUGGEST SECTION LINK PREVIEW */

.link-preview-b {
  background-color: #0073b1;
  border-radius: 15px;
  padding: 15px 20px;
  max-width: 450px;
  color: white;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin: 15px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.link-preview-b .title-b {
  font-weight: bold;
  font-size: 1.1rem;
}

.link-preview-b .job-name-b {
  font-size: 1rem;
  font-weight: 500;
  color: #d0f0e0;
}

.link-preview-b .link-b {
  color: #c4cad1;
  font-size: 0.9rem;
  text-decoration: none;
  word-break: break-all;
}

.link-preview-b .link-b:hover {
  text-decoration: underline;
}

.apply-button-b {
  background-color: white;
  color: #007bff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color 0.3s ease;
  border: none;
  text-align: center;
  font-size: 1rem;
  border-radius: 10px 10px;
  width: 100%;
  box-sizing: border-box; /* Ensure padding is included in width */
}

.apply-button-b:hover {
  background-color: #0085cc;
  color:white;
}





