header .dropdown-menu {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  border: none;
  padding: 0;
  margin-top: 18px;
}
header .dropdown-menu hr {
  margin: 0;
}
header .dropdown-menu .dropdown-item {
  padding: 1rem 1.2rem;
  font-weight: 500;
  background-color: #fff;
}
header .dropdown-menu::before {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 15px;
  width: 15px;
  top: -8px;
  right: 48px;
  transform: rotate(45deg);
}
header .dropdown-menu {
  position: absolute;
  right: -32px;
}
.jobActivity
  .activityContent
  .activityList
  li.activityItem
  .activityInfo
  h5.activityTitle {
  font-weight: 400;
  color: #231f20;
  line-height: 1;
}
.jobActivity
  .activityContent
  .activityList
  li.activityItem
  .activityInfo
  .activityTime {
  display: inline;
}
.jobActivity
  .activityContent
  .activityList
  li.activityItem
  .activityInfo
  span.activities {
  font-size: 12px;
  color: #231f20;
}
.jobActivity .activityContent .activityList li.activityItem .activityInfo a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #ff002e;
}
.jobActivity
  .activityContent
  .activityList
  li.activityItem
  .activityInfo
  i::before {
  font-weight: bold !important;
  line-height: 1.05;
  font-size: 12px;
  padding-left: 1px;
}
.jobActivity
  .activityContent
  .activityList
  li.activityItem
  .activityInfo
  a:hover
  span {
  border-bottom: 2px solid #ff002e;
}
.jobActivity .activityContent {
  padding: 0;
}
.admin_dash
  .jobActivity
  .activityContent
  .activityList
  li.activityItem
  .activityInfo {
  padding-bottom: 0;
  border: none;
}
.admin_dash .jobActivity .activityContent .activityList li.activityItem {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 20px !important;
}
.admin_dash .jobActivity .activityContent .activityList li:last-child {
  padding: 15px 10px;
}
.jobActivity .activityContent .activityList li:last-child span {
  font-weight: 500;
}
.jobActivity .activityContent .activityList li:last-child button i:before {
  font-weight: bold !important;
  line-height: 1.2;
}
.jobActivity {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
}
/* ActivityPage */
.jobActivity .activityHead button.btnBack svg path {
  fill: #fff !important;
}
.jobActivity .activityHead button.btnBack {
  border-color: #fff;
  margin-right: 12px;
}
.jobActivity .activityHead button.btnBack:hover {
  border-color: #212529;
}
.jobActivity .activityHead h4 span {
  color: #f8d1a9;
  font-weight: 400;
}
.activities_full li.activityItem h5.activityTitle {
  font-weight: 700 !important;
}
.activities_full
  .jobActivity
  .activityContent
  .activityList
  li.activityItem:last-child
  .activityInfo {
  border: none;
}
.activities_full .jobActivity .activityContent li.activityItem .activityInfo {
  padding: 0;
  margin: 0 0 0 12px !important;
  align-items: center;
  padding: 15.6px 0;
}
.activities_full .jobActivity .activityContent .activityList li.activityItem {
  padding-bottom: 0;
  align-items: center;
}
.student_activity .activityContent {
  padding: 0 0px 0px 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.student_activity .activityContent .activityList {
  max-height: calc(100vh - 206px);
  overflow-y: auto;
}
.activities_full
  .jobActivity
  .activityContent
  .activityList
  li.activityItem::before {
  content: "";
  width: 0.5px;
  left: 14px;
  top: -9px;
  height: 35%;
  background: #f78f24;
  position: absolute;
}
.student_activity .jobActivity .activityContent .activityList li:last-child {
  padding: 0;
}
.activities_full
  .jobActivity
  .activityContent
  .activityList
  li.activityItem:first-child:before {
  display: none;
}
.mainContainer.standardContainer {
  padding: 30px;
}
.activities_full .col-lg-12 {
  padding: 0;
}
.student_activity .jobActivity {
  margin-bottom: 0;
}
#header .header .pageTitle h1 {
  color: #231f20;
  font-weight: 500;
}
.row.main_row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.admin_dash .jobListingHead h2 {
  color: #231f20;
  font-weight: 600;
}
.admin_dash a.jobItem {
  color: #231f20;
  font-weight: 500;
}
.admin_dash .btnlinkIcon i:before,
.user_dash .btnlinkIcon i:before {
  font-weight: bold !important;
}
.student_activity .jobActivity,
.student_activity .container-fluid,
.student_activity .row,
.student_activity .activityContent {
  height: 100%;
}
.activities_full .activityContent .activityList::-webkit-scrollbar-thumb {
  background-color: black !important;
  box-shadow: none;
  border-radius: 10px;
}
.activities_full .activityContent .activityList::-webkit-scrollbar-track {
  background-color: #e2dede !important;
  border-radius: 10px;
}
.activities_full .activityContent .activityList::-webkit-scrollbar {
  width: 10px;
}

/* All activities */
.all_activities div#activityTable_length {
  display: none;
}
.all_activities #activityTable_filter {
  display: none;
}
.all_activities .activityHead {
  justify-content: space-between;
}
.all_activities .right_search {
  background: #fff;
  border-radius: 5px;
}
.all_activities .right_search i {
  color: #ff002e;
}
.all_activities input#seacrh_table {
  border: none;
  outline: none;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  min-width: 264px;
}
.all_activities .right_search div {
  padding-right: 12px;
}
.all_activities div#activityTable_wrapper thead {
  display: none;
}
.all_activities div#activityTable_wrapper {
  padding: 15px 20px;
}
.all_activities #activityTable_wrapper td {
  box-shadow: none;
  border: none;
  padding: 0;
  padding-bottom: 10px;
}
.all_activities #activityTable_wrapper table {
  border: none;
}
.all_activities #activityTable_wrapper .card-header {
  padding: 0;
  border: none;
  background: none;
}
.all_activities #activityTable_wrapper button.btn.btn-link {
  outline: none;
  border: none;
  width: 100%;
  text-align: left;
  text-decoration: none;
  min-height: 50px;
  height: 50px;
  padding: 10px 12px;
}
.all_activities #activityTable_wrapper .card {
  border-radius: 5px;
  background: #fff;
}
.all_activities #activityTable_wrapper .dataTables_scrollBody {
  border: none;
}
.all_activities #activityTable_wrapper div#activityTable_info {
  color: #999;
  font-weight: 500;
}
.all_activities .activityIcon {
  background: #ff002e;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.all_activities h5.activityTitle {
  color: #231f20;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}
.all_activities span.activities {
  color: #231f20;
  font-size: 16px;
  font-weight: 600;
}
.all_activities span.activityTime {
  color: #999;
  font-size: 12px;
  padding-left: 9px;
  line-height: initial !important;
}
.all_activities .activityInfo {
  display: inline-flex;
  align-items: center;
  padding-left: 8px;
}
.all_activities .activityItem {
  display: flex;
  align-items: center;
}
.all_activities .activity_box {
  padding-left: 4px;
}
.all_activities .card-body {
  padding: 0 12px 10px;
}
.all_activities .activityInfo {
  border: none !important;
}
.all_activities .activityList .activityInfo h5 {
  margin: 0;
  font-weight: 700;
}
.all_activities .jobActivity .activityContent .activityList li:last-child {
  padding: 0;
}
.all_activities .activityContent .activityList {
  max-height: 260px;
  overflow-y: auto;
}
.all_activities .accordian_toggle_btn[aria-expanded="true"] img.open_acc {
  display: none;
}
.all_activities .accordian_toggle_btn[aria-expanded="false"] img.close_acc {
  display: none;
}
#activityTable_paginate a.paginate_button.current,
#activityTable_paginate a.paginate_button:hover {
  background: #ff002e;
  color: #fff !important;
}
#activityTable_paginate a.paginate_button {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ff002e;
  color: #ff002e !important;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  margin-left: 10px;
  box-shadow: none;
}
#activityTable_wrapper .dataTables_paginate .paginate_button.previous,
#activityTable_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0 !important;
  border-radius: 5px !important;
  border: solid 1px #cccccc !important;
  position: relative;
}
#activityTable_wrapper .dataTables_paginate .paginate_button.previous:after {
  top: 36%;
  left: 46%;
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #cccccc;
  position: absolute;
  transform: rotate(45deg);
  border-top: 0;
  border-right: 0;
}
#activityTable_wrapper .dataTables_paginate .paginate_button.next:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #cccccc;
  position: absolute;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  top: 36%;
  left: 34%;
}
#activityTable_wrapper .dataTables_paginate .paginate_button:hover:after {
  border-color: #fff;
}
#activityTable_wrapper .dataTables_paginate .paginate_button.disabled {
  background: none;
  cursor: default;
}
#activityTable_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover:after {
  border-color: #ccc;
}
div#activityTable_paginate {
  display: flex;
  justify-content: center;
}
/* HR Admin */
.hrAdminLayout .container-fluid.whiteBgContainer {
  margin: 0;
}
#header .header {
  padding: 10px 30px;
}
.page_title h2 {
  font-size: 20px;
  color: #231f20;
  font-weight: 600;
  margin-bottom: 10px;
}
div#example_length label {
  font-family: "DM Sans", sans-serif;
  color: #999;
  line-height: 18px;
}
div.dataTables_wrapper .dataTables_length select {
  border-radius: 5px;
  text-align: center;
}
div.dataTables_wrapper .dataTables_length select {
  border-radius: 5px;
  text-align: center;
  color: #333;
  margin-left: 5px;
}
.hrAdminLayout a.btn.btn-primary.btn-p30 {
  height: 45px;
  padding: 10px 30px;
  min-height: auto;
  display: flex;
  align-items: center;
}
button.custom-button {
  margin: 0;
}

/* .userDataTable .dataTables_filter label {
    justify-content: center;
} */
.userDataTable .dataTables_filter label input {
  flex: 0;
  border-radius: 5px 0 0 5px;
  min-width: 390px;
  font-family: "DM Sans", sans-serif;
}
button.custom-button {
  border-radius: 0 5px 5px 0;
  margin-right: 35px;
}
.userDataTable .dataTables_filter label input::placeholder {
  color: #ccc;
}
.hrAdminLayout th {
  font-weight: 400 !important;
}
.userDataTable table.dataTable thead th:not(:first-child) {
  border-left: 1px solid #ccc !important;
  text-align: center;
}
.hrAdminLayout .userDataTable table.dataTable tbody td:nth-child(3),
.hrAdminLayout .userDataTable table.dataTable thead th:nth-child(3) {
  text-align: center;
}
.hrAdminLayout .userDataTable table.dataTable tbody td .toggleButton {
  margin: 0 auto;
}
.hrAdminLayout .containerContent .table-responsive th,
.hrAdminLayout .containerContent .table-responsive td {
  vertical-align: middle;
}
td.hr_name {
  color: #231f20;
  font-weight: 500;
}
table .toggleButton {
  background: #43d477;
  border-color: #43d477;
}
table .toggleButton button {
  font-size: 12px;
  font-weight: 500;
}
table .toggleButton.inactive_status {
  background: #fe0000;
  border-color: #fe0000;
}
.hrAdminLayout .userDataTable table.dataTable tbody td {
  padding: 15px 20px;
}
table .toggleButton {
  height: 30px;
  width: 125px;
}
div#example_info {
  color: #999;
  font-weight: 500;
}
.hr_name .activityIcon {
  font-size: 12px;
  margin-right: 10px;
  background: #ff002e;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hr_name .name_box {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.hrAdminLayout .containerContent {
  padding-bottom: 0;
}
.dataTables_scrollHeadInner .table.dataTable {
  margin-bottom: 0px !important;
}
.hrAdminLayout .containerContent .dataTables_scrollHeadInner th {
  border: none !important;
}
table#example {
  border: none !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 10px !important;
}
div#example_info {
  padding-top: 15px;
}
.add_hr .containerHeader {
  background: rgb(247 143 36 / 10%);
}
.modal-content .btn-close {
  filter: invert(16%) sepia(67%) saturate(6583%) hue-rotate(357deg)
    brightness(97%) contrast(123%);
  opacity: 1;
  background-size: 13px;
}
.admin_dash .info_wrap{
  line-height: 1;
    padding: 5px 0;
}
.videoContainer form button {
  margin-top: 25px;
}
/* Jobs Admin */
.hrAdminLayout
  div#jobs_list
  tbody
  td.td_class:not(:nth-child(2), :nth-child(1)),
.hrAdminLayout div#jobs_list thead th {
  white-space: nowrap;
}
.hrAdminLayout div#jobs_list tbody td.td_class:first-child {
  text-align: left;
}
.hrAdminLayout div#jobs_list tbody .actionBtns button:first-child {
  margin-right: 12px;
}
#jobs_list a.btn.btn-primary.btn-p30 {
  padding: 10px 23px;
}
/* Loader  */
#login_loader.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #222222c2;
}
#login_loader .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}
#login_loader .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#login_loader .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  border-radius: 100%;
  border-style: solid;
}
#login_loader {
  display: none;
}
body:has(.all_activities) #login_loader {
  display: block;
}
/* Candidate List admin */
.candidate_details .remarkList .row .col.actionBtns button.btn {
  font-weight: 500;
}
.candidates_list td.td_class,
.candidates_list thead th {
  white-space: nowrap;
}
.candidates_list td.td_class:not(:first-child) {
  color: #999 !important;
}
.candidates_list div#example_length {
  display: none;
}
.candidates_list div#example_filter {
  float: none;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.candidates_list .dataTables_filter label:has(.custom-button) {
  align-items: stretch;
  flex: none;
}
.candidates_list div#exampleTable_length label {
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  color: #999;
  margin-left: 20px;
}
.candidates_list form select,
.candidates_list form input {
  border-radius: 5px !important;
}
.candidates_list .example_length_inline select {
  background-position: right 15px center !important;
  border-radius: 5px;
  margin-left: 9px;
  text-align: center;
}
.candidates_list select.form-select {
  background-size: 1.5em;
  background-position: right 15px center !important;
}
.candidates_list .userDataTable .dataTables_filter label input {
  min-width: calc(100% - 70px);
}
.candidates_list form.location {
  position: relative;
}
.candidates_list form.location img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.candidates_list form.location select.form-select{
  border: none !important;
}
.candidates_list form.location select.form-select {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #231f20;
  border-left: 50px solid transparent !important;
  z-index: 1;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 215px !important;
  padding-right: 45px !important;
}
.candidates_list form.location {
  border: solid 1px #CCCCCC !important;
  border-radius: 5px;
}
.candidates_list input#dateRangePicker {
  color: #231f20 ;
  font-family: "DM Sans", sans-serif;
  min-width: 210px;
  text-align: center;
}
.candidates_list button.custom-button {
  margin-right: 20px;
}
.remarks_popup .modal-content {
  padding: 0;
}
.remarks_popup .modal-body {
  padding: 1.8em;
}
.remarks_popup .feedbackFromWrapper .blockContent {
  padding-bottom: 0;
}
.remarks_popup .modal-content .blockHead {
  padding: 1.5em 1.9em;
}
.remarks_popup .modal-body,
.candidate_details .feedbackFromWrapper .blockContent {
  padding: 1.8em;
}
.remarks_popup .feedbackFromWrapper .blockContent {
  padding-bottom: 0;
}
.remarks_popup .modal-content .blockHead {
  padding: 1.5em 1.9em;
}
.remarks_popup .formRow {
  margin-bottom: 20px;
}
.remarks_popup .modal-content .btn-close {
  background-size: 20px;
  top: 1.3em;
  right: 1.8em;
}
.candidate_details .candidateInfoWrapper .candidateInfoTable td > strong {
  font-weight: 500;
}
.candidate_details .candidateInfoTable tbody td {
  width: 20%;
  padding: 10px 15px !important;
  word-break: break-word;
}
.candidate_details tbody td:first-child {
  padding-left: 0 !important;
}
.candidate_details tbody td:last-child {
  padding-right: 0 !important;
}
.candidate_details .feedbackFromWrapper .col {
  padding: 0;
}
.candidate_details .feedbackFromWrapper .blockHead {
  padding: 15px 20px;
}
.candidate_details .feedbackFromWrapper .formRow {
  margin-bottom: 20px;
}
.candidate_details .feedbackFromWrapper .row.formRow:has(.btn) {
  margin-bottom: 0;
}
.candidate_details .feedbacks .form-check.form-check-inline {
  padding: 3px 20px !important;
  display: block;
}
.candidate_details .feedbacks .col-lg-4:nth-child(2) {
  padding-right: 25px;
}
.candidate_details table.table.table-borderless {
  overflow: auto;
  white-space: nowrap;
}
.candidate_details .candidate_col{
  width: 88%;
}
.candidate_details .candidate_col .table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.candidate_details .candidate_col .table-responsive::-webkit-scrollbar{
  height: 8px;
}
.candidate_details .candidate_col .table-responsive::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 10px;
  cursor: pointer;
}
/* Support admin */
.admin_support #example_filter button {
  border-radius: 0 5px 5px 0;
}
.admin_support button.btnBack.btn {
  padding: 0;
  border-radius: 5px;
  border-color: #ccc;
  margin-right: 28px;
}
.admin_support table#example {
  border-spacing: 0 10px;
  background: #f5f5f7;
  margin-top: -8px;
  margin-bottom: 0 !important;
}
.admin_support table#example tbody {
  background: #f5f5f7;
}
div#example_paginate,
div#example_info {
  margin-top: 10px !important;
}
.admin_support .userDataTable table.dataTable thead th {
  background: #fff;
  border-left: 0 !important;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.admin_support div#example_wrapper {
  background: linear-gradient(180deg, #fff 52%, #f5f5f7 48%);
}
.admin_support
  .userDataTable
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  background: #fff;
}
.admin_support .userDataTable {
  padding-bottom: 0;
}
.admin_support .table-responsive td button.btn,
.candidates_list .table-responsive td button.btn {
  border-radius: 5px;
  font-weight: 600;
  padding: 4.2px 20px;
}
.admin_support .whiteBgContainer {
  border-radius: 5px 5px 0 0;
}
.admin_support table#example.dataTable tbody tr {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.admin_support .dataTables_scroll {
  background: #f5f5f7;
}
.admin_support .dataTables_scrollHead {
  border-radius: 0 0 5px 5px;
}
.admin_support table.dataTable tbody tr td {
  background: transparent;
  border: none;
}
div.admin_support table.dataTable tbody tr td:first-child {
  border-radius: 5px 0px 0px 5px;
}
div.admin_support table.dataTable tbody tr td:last-child {
  border-radius: 0px 5px 5px 0px;
}
.admin_support .userDataTable table#example.dataTable thead th {
  border-bottom: none !important;
}
.admin_support table.dataTable td {
  white-space: nowrap;
}
.dataTables_scrollBody::-webkit-scrollbar {
  height: 8px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 10px;
}
div.chatContainerWrapper .typeChatContainer .chatForm .typingBox .sendBtn {
  background-color: #f78f24;
}
div.chatContainerWrapper .typeChatContainer .chatForm .uploadBtn {
  background: none;
}
div.chatContainerWrapper .typeChatContainer .chatForm .uploadBtn:hover{
  background-color: #ff002e !important;
}
.chatContainerWrapper .chatConversationContainer .row .col-12 {
  margin-bottom: 20px;
}
.chatContainerWrapper .chatConversationContainer .row {
  margin-bottom: 0;
}
.chatContainerWrapper .row.rightAlign .col-auto {
  padding-left: 0;
}
.chatContainerWrapper .row.leftAlign .col-auto {
  padding-right: 0;
}
.insideScroll .chatConversationContainer {
  margin-bottom: 20px;
}
.insideScroll .chatConversationContainer::-webkit-scrollbar-thumb,
.insideScroll .leftSidebar .chatLeftContent::-webkit-scrollbar-thumb {
  background-color: #d9d9d9 !important;
  border-radius: 10px;
}
.insideScroll .chatConversationContainer::-webkit-scrollbar-track,
.insideScroll .leftSidebar .chatLeftContent::-webkit-scrollbar-trac {
  background-color: #eee !important;
  border-radius: 10px;
}
.insideScroll .chatConversationContainer::-webkit-scrollbar,
.insideScroll .leftSidebar .chatLeftContent::-webkit-scrollbar {
  width: 6px;
}
.chatLeftContent .detailList strong {
  font-weight: 500;
}
.insideScroll .leftSidebar,
.insideScroll .chatLeftContent {
  overflow-y: auto;
  height: 100%;
}
.chatConversationContainer .userMsg {
  font-size: 14px;
  line-height: 20px;
}
.chatContainerWrapper span{
  word-wrap: break-word !important;
}
/* Profile Setting */
.whiteBgContainer.profile_setting {
  min-height: 100%;
  margin-bottom: 0;
  overflow: unset;
}
.profile_setting .heading_area {
  background: rgb(247 143 36 / 10%);
}
.containerHeader h2 {
  color: #231f20;
  font-weight: 600;
}
.containerHeader button.btnBack.smallBtn {
  background: #fff;
}
.containerHeader button.btnBack.smallBtn:hover {
  background: #212529;
}
/* .profile_setting {
    height: 100%;
} */
.profile_setting .containerContent {
  min-height: calc(100vh - 130.8px);
}

/* 
 */
.profile_content.row {
  min-height: calc(100% - 70.8px);
}
.profile_setting input.form-control,
.profile_setting .form-select {
  min-height: 54px;
}
.profile_setting .uploadedFileDetail a.roundBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  cursor: pointer;
}
.uploadedFileDetail .uploadedFile span {
  font-size: 14px;
}
.profile_setting .upload_wrap {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
input#formFile::file-selector-button {
  background-color: #ff002e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px !important;
}
.profile_setting .upload_wrap input#formFile {
  min-height: auto;
  line-height: unset;
}
.profile_setting .upload_wrap input#formFile {
  min-height: 33px;
  line-height: 23px;
  padding: 0 0.75em;
  display: flex;
  border: none;
  color: #999;
}
button#delete_remark_id {
  margin-top: 0.875em;
}
.profile_setting button#resume_submit {
  padding: 12px 50px;
  min-height: 54px;
  font-weight: 600;
  margin-top: 19px;
}
.profile_setting form input[type="radio"] {
  accent-color: #ff002e;
  height: 20px;
  width: 20px;
  margin: 0 8px 0 10px;
}
.profile_setting form .formRow .borderedRow {
  padding: 14.2px 10px;
}
.profile_setting #update_profile_form .form-check.form-check-inline {
  margin-right: 1.5rem;
  padding-left: 0;
  display: flex;
  align-items: center;
}
/* User dashboard */
.user_dash .activityIcon {
  margin-top: 12px;
}
.user_dash .activityInfo {
  padding: 15px 10px !important;
  line-height: normal;
}
.user_dash li.activityItem:nth-last-child(2) {
  overflow: hidden !important;
}
.user_dash ul.activityList {
  padding: 0px 15px 10px !important;
}
.user_dash .jobActivity .activityContent .activityList li.activityItem::before {
  top: 12px;
}
.user_dash .jobActivity .activityContent .activityList li.activityItem {
  padding-bottom: 0 !important;
}
.user_dash .jobListing a.jobItem:hover {
  background: #fff9f4;
}
.user_dash .jobListingHead:not(:has(.btn)) .col-4 {
  display: none !important;
}
.user_dash .jobListingHead:not(:has(.btn)) .col-8{
  width: 100%;
}
.VideoPage .videoContainer .videoWrapper {
  max-width: 68%;
  margin: 0 auto;
}
.VideoPage .videoContainer .videoWrapper video{
  width: 100%;
  height: 100%;
}
.VideoPage .leftContent p {
  padding-left: 48px;
}
.mainContainer.VideoPage {
  padding: 30px;
}

/* Support user */
div.queryListing .queryItem .queryInfo strong {
  font-weight: 600;
}
.user_queries .containerHeader {
  padding: 12px 20px;
}
.user_queries .borderedBlock a.btn.btn-p30 {
  margin-top: 10px;
}
/* Report issues */
#report_issue .upload_wrap {
  border: 1px dashed #F78F24;
  border-radius: 5px;
  min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#report_issue .attachment_text {
  padding: 0 10px;
}
#report_issue .upload_wrap p {
  margin: 0;
  color: #333;
  font-weight: 500;
  padding-left: 8px;
  line-height: normal;
}
#report_issue .form-control[type=file]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#report_issue .formRow .noticeMsg {
  margin: 0;
  padding: 5px 12px 0;
}
#report_issue #document-error {
  margin: 0 !important;
  padding: 5px 0px 0;
}
#report_issue .upload_wrap{
  position: relative;
}
/* Media Queries */
@media screen and (max-width:1350px){
  .candidate_details .candidate_col {
    margin-top: 1em;
}

}
@media screen and (min-width: 1500px) {
  .candidates_list .dataTables_filter label:has(.custom-button) {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  div#example_paginate {
    margin-right: 0;
  }
  .dataTable tr {
    padding: 0;
  }
  .profile_setting .containerContent {
    flex-wrap: nowrap;
  }
  .profile_setting .leftSidebar {
    width: auto;
    border: none;
  }
}
@media screen and (max-width: 576px) {
  .profile_setting .dataTable tr {
    padding: 5px 0;
  }
  .profile_setting .dataTable tr td strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #jobs_list table td:nth-child(2),
  #jobs_list table th:nth-child(2) {
    display: none !important;
  }
  .hrAdminLayout div#jobs_list tbody td.td_class:first-child {
    white-space: nowrap;
  }
  #report_issue .upload_wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .user_dash h5.activityTitle {
    font-size: 13px !important;
  }
  .VideoPage .topContentWrapper .leftContent p {
    width: 100%;
}

}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .admin_dash .col-lg-3,
  .user_dash .col-lg-3 {
    width: 30%;
  }
  .admin_dash .col-lg-9,
  .user_dash .col-lg-9 {
    width: 70%;
  }
  .admin_dash .jobActivity .activityContent .activityList li.activityItem {
    padding: 10px 15px !important;
  }
  .user_dash .container-fluid {
    padding: 0;
  }
  .user_dash h5.activityTitle {
    font-size: 13px !important;
  }
  .VideoPage .videoContainer .videoWrapper {
    max-width: 80%;
    margin: 0 auto;
}
.VideoPage .toggleButton button {
  line-height: 42px;
}
.VideoPage .toggleButton {
  width: 180px;
}
.VideoPage .topContentWrapper .leftContent p{
  font-size: 15px;
    margin: 0;
    width: 96%;
}
.VideoPage .topContentWrapper .leftContent h1 {
  font-size: 22px;
}
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  #update_profile_form .formRow.col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .admin_support #example_filter {
    width: 340px;
  }
  .admin_support #example_filter input[type="search"] {
    min-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  div.hr_list .userDataTable .dataTables_filter label input,
  div#jobs_list .userDataTable .dataTables_filter label input {
    width: 100%;
    min-width: calc(100% - 50px);
  }
  div.hr_list button.custom-button,
  #jobs_list button.custom-button {
    margin-right: 0;
  }
  .hr_list div#example_filter,
  #jobs_list div#example_filter {
    width: calc(100% - 40px);
    float: none;
    margin: 0 20px 20px;
  }
  .candidate_details .feedbacks .col-md-5 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .remarkList .userDetails strong {
    margin-top: 4px;
  }
  .videoContainer .d-grid.gap-2:has(form) {
    justify-content: center;
}
.chatContainerWrapper .typeChatContainer .chatForm {
  width: 95%;
}
.chatContainerWrapper .rightAlign .col{
  width: 75%;
}
}
@media screen and (max-width:992px) and (min-width:768px){
  .VideoPage .topContentWrapper .leftContent h1 {
    font-size: 24px;
}
.profile_comp.formRow .tabTitle h3 {
  font-size: 22px;
}
}
@media screen and (max-width: 992px) {
  #education_form .row.formRow {
    margin-bottom: 0;
  }
  .profile_setting #education_form .col-12.col-lg-6 {
    margin-bottom: 28px;
  }
  .VideoPage .topContentWrapper .leftContent p{
    width: 100%;
  }
  .VideoPage .toggleButtonWrapper {
    padding-left: 48px;
}
.VideoPage .toggleButton {
  width: 190px;
}
.VideoPage .toggleButton button {
  line-height: 44px;
}
.VideoPage .topContentWrapper .leftContent{
  padding: 0;
}
.user_dash .jobListingHead .col-8, .user_dash .jobListingHead .col-4 {
  width: 100%;
}
.user_dash .jobListingHead .col-4 button {
  float: none !important;
  margin-bottom: 20px;
  font-size: 15px;
  min-height: 35px;
  padding: 12px 30px;
}
}
@media screen and (max-width: 991.5px) {
  .insideScroll .leftSidebar {
    border-right: 0;
  }
  .support_conv .whiteBgContainer {
    height: max-content;
  }
  .support_conv .whiteBgContainer .containerContent .chatContainerWrapper {
    max-height: 500px;
  }
  .support_conv .conversation .size_class {
    margin: 0 !important;
  }
  .support_conv .conversation .size_class span {
    word-break: break-word;
  }
  .support_conv .conversation img {
    width: 25px !important;
    margin-bottom: 5px;
  }
  .candidate_details .feedbacks .form-check.form-check-inline {
    display: inline-block;
  }
  .candidate_details .feedbacks .col-lg-4:nth-child(2) {
    padding-right: 12px;
  }
  #report_issue .col-12.col-lg-6 {
    margin-bottom: 20px;
}
#report_issue .attachment_text{
  padding: 10px;
}

}
@media screen and (max-width: 992px) and (min-width: 641px) {
  .admin_support .userDataTable .dataTables_filter label input {
    min-width: 232px;
  }
  .admin_support #example_filter {
    width: 285px;
  }
  .VideoPage .videoContainer .videoWrapper {
    max-width: 100%;
    margin: 0 48px;
}
}
@media screen and (max-width: 640px) {
  .admin_support div#example_length {
    margin: 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hr_list div#example_length,
  #jobs_list div#example_length {
    margin: 0 20px 20px;
    display: flex;
  }
  .admin_support .userDataTable .dataTables_filter label input {
    width: 100%;
    min-width: 100%;
  }
  .admin_support #example_filter {
    width: auto;
    margin: 0.5rem 20px 20px;
  }
  div#example_filter {
    width: auto;
    margin: 0 20px 20px;
  }
  .candidate_details .remarkList .row .col {
    width: 100%;
  }
  .candidate_details .remarkList .row .col.actionBtns {
    margin-top: 10px;
    margin-left: 16px;
  }
  .all_activities input#seacrh_table {
    min-width: 190px;
  }
  .all_activities .card-header .activityItem .activityInfo {
    flex-direction: column;
    align-items: start;
  }
  .all_activities #activityTable_wrapper button.btn.btn-link {
    height: 100%;
  }
  .all_activities .card-header span.activities {
    font-size: 14px;
  }
  .all_activities #activityTable_wrapper .card-header button.btn.btn-link {
    align-items: center;
  }
  .all_activities .card-body .activityList .activityInfo h5 {
    font-size: 14px;
  }
  .all_activities .card-body .activityList .activityInfo span.activityTime {
    padding-left: 8px;
  }
  .all_activities .card-header .activity_box {
    padding-left: 0;
  }
  .all_activities .card-header span.activityTime {
    padding-left: 5px;
  }
  .all_activities .card-header .icon img {
    height: 15px;
    width: 15px;
  }
  .VideoPage .videoContainer .videoWrapper {
    margin: 0;
    max-width: 100%;
}
}
@media screen and (max-width: 576px) {
  .admin_support tbody td,
  #example tbody td {
    display: table-cell !important;
  }
  .admin_support .dataTable tr,
  .dataTable tr {
    display: table-row;
  }
  .profile_setting .dataTable tr {
    display: block;
}
}
@media screen and (max-width: 767px) {
  div div#example_paginate {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .hr_list #example_filter {
    width: 425px;
  }
  #jobs_list #example_filter {
    width: 440px;
  }
  .hr_list .userDataTable .dataTables_filter label input,
  #jobs_list .userDataTable .dataTables_filter label input {
    min-width: 235px;
  }
  .hr_list button.custom-button {
    margin-right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .hr_list div#example_length,
  #jobs_list div#example_length {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 420px) {
  .hr_list a.btn.btn-primary.btn-p30,
  #jobs_list a.btn.btn-primary.btn-p30 {
    position: absolute;
    top: 0;
    right: 20px;
  }
}
@media screen and (max-width: 420px) {
  div.hr_list a.btn.btn-primary.btn-p30,
  #jobs_list a.btn.btn-primary.btn-p30 {
    position: unset;
  }
  .hr_list div#example_filter,
  #jobs_list div#example_filter {
    flex-direction: column;
    align-items: center;
  }
  .hr_list .userDataTable .dataTables_filter label,
  #jobs_list .userDataTable .dataTables_filter label {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1250px) {
  .candidates_list .dataTables_filter label:has(.custom-button) {
    width: calc(100% - 645px);
  }
}
@media screen and (max-width: 1250px) {
  .candidates_list .dataTables_filter {
    display: block !important;
  }
  .candidates_list .dataTables_filter label:has(.custom-button) {
    width: 100%;
    margin-bottom: 20px;
  }
  .candidates_list .userDataTable .dataTables_filter label input {
    min-width: calc(100% - 50px);
  }
  .candidates_list button.custom-button {
    margin-right: 0;
  }
  .candidates_list #example_filter form,
  .candidates_list #example_filter .example_length_inline {
    display: inline-block;
  }
  .candidates_list form.location {
    width: calc(100% - 32% - 205.19px);
    margin-right: 12px;
  }
  .candidates_list form.location select.form-select {
    width: calc(100% - 15px) !important;
  }
  .candidates_list div#example_filter {
    text-align: left;
  }
  .candidates_list form#dateRangeForm {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .candidates_list form.location {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .candidates_list .userDataTable .dataTables_filter label input {
    margin-left: 0;
  }
  .candidates_list form.location select.form-select {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .candidates_list div#exampleTable_length {
    float: right;
  }
  .candidates_list form#dateRangeForm {
    width: 205px;
  }
  .candidates_list input#dateRangePicker {
    margin-left: 0;
  }
  .candidates_list .dataTables_filter label:has(.custom-button) {
    margin-bottom: 15px;
  }
  .support_conv .leftSidebar {
    padding: 20px;
  }
  .VideoPage .topContentWrapper .leftContent h1 {
    font-size: 22px;
}
.profile_comp.formRow .tabTitle h3 {
  font-size: 20px;
}
.profile_comp.formRow .tabTitle h3 small {
  font-size: 15px;
}
}
@media screen and (max-width: 500px) {
  .candidates_list form#dateRangeForm {
    width: 100%;
  }
  .candidates_list form#dateRangeForm input {
    text-align: left;
  }
  .candidates_list div#exampleTable_length {
    display: none !important;
  }
  .support_conv .userMsg {
    max-width: 88% !important;
  }
  .support_conv .chatForm {
    width: 100% !important;
  }
  .support_conv button.sendBtn,.support_conv button.uploadBtn {
    height: 42px !important;
    width: 42px !important;
  }
  .support_conv button.sendBtn i svg, .support_conv button.uploadBtn i svg {
    height: 20px;
    width: 20px;
  }
  .support_conv .typingInput {
    width: 100%;
  }
  #header .header.navbar {
    padding: 10px 20px;
  }
  header .dropdown {
    margin-right: 0px !important;
  }
  .mainContainer.standardContainer {
    padding: 20px;
  }
  .student_activity h5.activityTitle {
    font-size: 14px !important;
    margin-right: 5px !important;
  }
  .all_activities .activityHead {
    flex-direction: column;
    align-items: start;
  }
  .all_activities .right_search {
    width: 100%;
    margin-top: 12px;
  }
  .all_activities input#seacrh_table {
    min-width: calc(100% - 16px);
  }
  .all_activities.activities_full .card-body .activityInfo {
    flex-direction: column;
    align-items: start !important;
    padding: 10px 0 !important;
  }
  .all_activities.activities_full .card-body span.activityTime {
    padding-left: 0 !important;
  }
}
@media screen and (max-width:1400px) and (min-width:1300px){
  .user_dash .jobListingHead .roundedRadius {
    padding-left: 25px;
    padding-right: 25px;
}
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  .candidate_details .feedbacks .col-md-5 {
    width: 35%;
  }
  .candidate_details .feedbacks .col-md-7 {
    width: 65%;
    padding-right: 15px !important;
  }
  .candidate_details .feedbacks .form-check.form-check-inline {
    display: inline-block;
    margin-right: 0;
  }
  .user_dash .jobListingHead .col-8, .user_dash .jobListingHead .col-4 {
    width: 100%;
  }
  .user_dash .jobListingHead .col-4 button {
    float: none !important;
    margin-bottom: 20px;
    font-size: 15px;
    min-height: 35px;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 480px) {
  .user_queries .queryItem.borderedBlock {
    flex-direction: column;
    align-items: start;
  }
  .btn.btn-p30 {
    min-height: 35px;
    padding: 12px 30px !important;
  }
  .user_queries .containerHeader {
    flex-direction: column;
    align-items: start;
}
.user_queries .containerHeader .btn.btn-p30 {
  margin-top: 12px;
}
.VideoPage .topContentWrapper .leftContent p {
  font-size: 15px;
}

.VideoPage .topContentWrapper .leftContent h1 {
  font-size: 20px;
}




}
