/* 
Superio | Just another HTML Template

Template Name: Superio
Author: Creative Layers
Version: 1.0.0

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Content Elements 
5. Main Header / Two / Three / Four / Five
6. Sticky Header
7. Mobile Header
8. Login Popup
9. Page Title
10. Section Title
11. Banner Section / One to Ten
12. Work Section
13. Job Categories
14. Job Section / Two / Three / Four / Five / Six
15. Job Detail Section / Style two
16. Features Section
17. Testimonial Section / Two / Three / Four
18. Clients Section / Two
19. About Section / Two / Three
20. Fun Fact Section
21. Recruiter Section 
22. Jobseeker Section
23. Candidates Section / Two
24. Candidate Detail Section
25. Listing Section 
26. Listing Show More
27. Listing Pagination
28. Listing Section Two / Three / Four
29. Listing Maps
30. Top Companies
31. Ads Section
32. Registeration Banners
33. News Section / Two / Three
34. Blog Grid
35. Blog Single
36. Products Section
37. Shop Single
38. Product Tabs
39. Cart Section
40. CheckOut Page
41. Order Slip
42. App Section
43. Pricing Section
44. Process Section
45. steps Section
46. Call To Action / Two / Three / Four
47. Browse Jobs
48. Subscribe Section / Two
49. Faqs Section
50. TNC Section
51. Map Section
52. Contact Section
53. Login Section
54. Invoice Section
55. Main Footer / Two / Three / Four / Five / Six
56. Dashboard
57. User Sidebar
58. Chat Widget
**********************************************/
/*** 

====================================================================
Fonts
====================================================================

***/
@import url("icons.css");
@import url("flaticon.css");
@import url("fontawesome.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.min.css");
@import url("select2.min.css");
@import url("jquery.modal.min.css");
@import url("chosen.css");
@import url("line-awesome.css");
@import url("mmenu.css");
@import url("jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** 

====================================================================
Reset
====================================================================

***/
/*** 

====================================================================
Global Settings
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Jost', sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p,
.text {
  font-size: 15px;
  color: #696969;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.text{
  color: #202124 !important;
  font-family: Jost;
  line-height: 28px;
}
.wa{
  width: auto !important;
}
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}
.auto-container {
  position: static;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  transition: all 300ms ease;
}

.section {
  padding: 60px 0 30px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*======================
Checkbox 
=======================*/

.checkboxes {
  list-style: none;
  padding: 0;
}

.checkboxes.inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.checkboxes li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  color: #696969;
}
.checkboxes label span {
  color: #909090;
}

.checkboxes input[type="checkbox"] {
  display: none;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #1967D2;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.25s;
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  line-height: 17px;
}

.checkboxes input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  background-color: #1967D2;
  border: 1px solid #1967D2;
}

/*======================
Radio bOX
=======================*/

/*======================
Switches 
=======================*/
.switch {
  position: relative;
  display: flex;
  margin: 0;
  align-items: center;
  cursor: pointer;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #ECEDF2;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 3px;
  background-color: #D2D3D8;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1967D2;
  border: 2px solid #1967D2;
}

input:checked + .slider:before {
  background: #ffffff !important;
  transform: translateX(19px);
}
/*=== Jobpost Form ===*/

/*=== Default Form ===*/
/* .default-form .form-group span.text-data span:not(:first-child) {
  margin-left: 5px;
} */

#email-form .response {
  position: relative;
  text-align: center;
}

#email-form .response .success {
  background: #35c2a5;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}

#email-form .response .failed {
  background-color: #f74848;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}

#email-form .response .text-info {
  background-color: #ffa737;
  color: #222222 !important;
  padding: 0 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text],
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  line-height: 60px !important;
  min-height: 60px !important;
}

.chosen-container-multi .chosen-choices,
.chosen-container.chosen-with-drop .chosen-drop {
  background: #F0F5F7;
  min-height: 60px;
  line-height: 60px;
  border: 0 !important;
  border-radius: 8px;
}

.chosen-container-single .chosen-single {
  background: #F0F5F7;
  border: 0 !important;
  border-radius: 8px;
}

.chosen-container-single .chosen-search:before {
  display: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  color: #1967d2;
  font-size: 13px;
  line-height: 25px;
  color: #1967D2;
  padding: 0 25px 0 10px;
  border-radius: 10px;
  background: rgba(25, 103, 210, 0.1);
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 3px;
  color: #1967d2;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin-top: 15px;
}

.chosen-container-single .chosen-search input[type=text] {
  height: 40px;
  line-height: 20px;
  padding: 10px 20px;
}

.chosen-container .chosen-results {
  max-height:150px;
}
/*==========================
typography
============================*/

/*** 

====================================================================
Content Elements
====================================================================

***/

/*==========================
Icons
===========================*/

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  position: relative;
  height: 1px;
  margin: 30px auto;
  background-color: #ECEDF2;
  border-style: none;
  outline-style: none;
}

/*section hr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}*/

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.tabs-box .tab-btn {
  cursor: pointer;
}

/*** 

====================================================================
Scroll To Top
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: none;
  cursor: pointer;
  background-color: #23293e;
  color: #1967D2;
  background-color: rgba(25, 103, 210, 0.07);
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background-color: #1967D2;
}

.scroll-to-top.style-two {
  color: #34A853;
  background-color: rgba(52, 168, 83, 0.07);
}

.scroll-to-top.style-two:hover {
  color: #ffffff;
  background-color: #34a853;
}

/*** 

====================================================================
About Section
====================================================================

***/

/*===================================
About Ssection / Style Two
====================================*/

/*** 

====================================================================
About Section Two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 100px 0;
}

.about-section-two .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section-two .content-column .inner-column {
  position: relative;
  padding-left: 90px;
  padding-top: 55px;
}

.about-section-two .sec-title {
  margin-bottom: 30px;
}

.about-section-two .sec-title h2 {
  font-size: 40px;
  line-height: 54px;
  color: #202124;
}

.about-section-two .sec-title .text {
  max-width: 415px;
  font-size: 15px;
  line-height: 26px;
  color: #696969;
}

.about-section-two .list-style-one {
  margin-bottom: 35px;
}

.about-section-two .image-column {
  position: relative;
  text-align: center;
  margin-bottom: 150px;
}

.about-section-two .image-column .image-box {
  position: relative;
  margin-bottom: 0;
  margin-right: -50px;
}

.about-section-two .content-column .theme-btn {
  min-width: 180px;
}

.about-section-two.style-two .image-column .image-box {
  text-align: left;
  margin-right: 0;
}

.about-section-two.style-two .content-column .inner-column {
  padding-left: 120px;
}

/*** 

====================================================================
About Section Three
====================================================================

***/

/*==========================
Accordian Box
===========================*/
.accordion-box {
  position: relative;
  margin-bottom: 10px;
  padding: 0px;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #ECEDF2;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  padding: 17px 10px;
  line-height: 10px;
  color: #202124;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
}

.accordion-box .block.active-block {
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  background-color: #FBFBFB;
}

.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #2F2D51;
  font-size: 15px;
  font-weight: 700;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon:before {
  content: "\f151";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 10px 10px 10px;
  border-top: 1px solid #ECEDF2;
}

.accordion-box .block .content p {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #696969;
  font-weight: 400;
  margin-bottom: 24px;
  transition: all 300ms ease;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}

/*** 

====================================================================
Ads Section
====================================================================

***/

/*==========================
Banner Box One
===========================*/

/*==========================
Banner Box Two
===========================*/

/*==========================
Banner Box Three
===========================*/

/*** 
======================
Buttons Styles
======================
***/
.theme-btn {
  position: relative;
  display: inline-flex;
  transition: all 0.5s ease;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/* Btn Style One */
.btn-style-one {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-color: #1967D2;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 18px 35px 15px 35px;
}
.btn-style-one i,
.btn-style-three i{
  transform: rotate(-45deg);
}

.btn-style-one:hover {
  color: #ffffff;
  background-color: #0146A6;
}

/* Btn Style Two */

/* Btn Style Three */
.btn-style-three {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #1967D2;
  background-color: #E2EAF8;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 18px 35px 15px 35px;
}

.btn-style-three:hover {
  color: #FFFFFF;
  background-color: #1967D2;
}

/* Btn Style Four */

/* Btn Style Five */

/* Btn Style Six */

/* Btn Style Seven */

/* Btn Style Eight */
/* Btn Style Ninth */

/* Btn Style Tenth */
/* Btn Style Eleven */

.theme-btn.large {
  padding: 20px 50px;
  font-size: 16px;
  line-height: 20px;
}

.theme-btn.small {
  padding: 5px 18px;
  font-size: 14px;
  min-width: 80px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 5px;
}
/*==========================
Callout One
===========================*/

/*==========================
Callout Two
===========================*/

/*==========================
Callout Three
===========================*/

/*** 

====================================================================
Clients Section
====================================================================

***/

/*** 

====================================================================
Clients Section Two
====================================================================

***/

/*** 

====================================================================
Top Companies
====================================================================

***/

.top-companies .companies-carousel .owl-dots {
  margin-top: 20px;
}

/* Company Block */

/* Company Block Two */

/* Company Block Three*/

/*Company Block Four*/
/* Style Two*/

/* Style Three*/

/***

==================================================================
Contact Section
==================================================================

***/

/* Dashboard Option */
#toggle-user-sidebar {
  display: none;
}

.dashboard-option {
  position: relative;
  margin-left: 30px;
}

.dashboard-option .dropdown-menu {
  transform: none !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  min-width: 300px;
  margin-top: 8px;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px;
  padding: 30px 30px 17px;
}
.dashboard-option .dropdown-menu {
  padding-top: 0px;
}

.dashboard-option .dropdown-menu:before {
  position: absolute;
  right: 30px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ECEDF2;
  content: "";
}

.dashboard-option .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1023px) {
  .dashboard-option {
    margin-left: 0px;
  }
  .dashboard-option .dropdown-toggle img {
    display: none;
  }
}

.dashboard-option .dropdown-toggle::after {
  margin-left: 12px;
  /* content: "\f508"; */
  width: 24px;
  height: 24px;
  font-family: 'Line Awesome Free';
  background-image: url(../images/icons/account.png);
  font-weight: 900;
  border: 0;
}

.dashboard-option .thumb {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard-option .name {
  position: relative;
  display: block;
  color: #202124;
  font-size: 15px;
  line-height: 28px;
  margin-left: 20px;
}

.dashboard-option .dropdown-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #696969;
  text-align: left;
  text-transform: capitalize;
  border-radius: 8px;
  transition: all 500ms ease;
}

.dashboard-option .dropdown-menu li a i {
  position: relative;
  margin-right: 15px;
  font-size: 22px;
  color: #696969;
  text-align: center;
  transition: all 500ms ease;
}

.dashboard-option .dropdown-menu li.active a,
.dashboard-option .dropdown-menu li:hover a {
  color: #1967D2;
  background: rgba(25, 103, 210, 0.1);
}

.dashboard-option .dropdown-menu li.active a i,
.dashboard-option .dropdown-menu li:hover a i {
  color: #1967D2;
}

.mm-panels {
  --mm-color-background: #202124;
  --mm-color-text-dimmed: #979797;
  --mm-color-border: rgba(255, 255, 255, 0.1);
  --mm-listitem-size: 50px;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #979797;
}

.mm-menu li {
  padding: 0 20px;
}
.mm-menu .mm-listitem:after {
  display: none;
}

.mm-menu li.current > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  line-height: 30px;
}

.mm-btn:after,
.mm-btn:before {
  border-color: #ffffff;
  border-width: 1.5px;
  height: 6px;
  width: 6px;
}

.mm-panels .mm-counter {
  position: absolute;
  right: 45px;
  top: 50%;
  text-indent: 0;
  display: block;
  margin-top: -10px;
  background-color: rgba(255, 167, 55, 0.8);
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  top: 80px;
}

.mm-navbar_sticky {
  padding: 7px 0;
}

.mm-listview {
  padding-top: 20px;
}

.mm-menu li {
  margin-bottom: 10px;
}

.mobile-nav-toggler .flaticon-menu-1:before {
  transition: all 100ms ease;
}

.mm-wrapper_opened .mobile-nav-toggler .flaticon-menu-1:before {
  content: "\f175"; 
  /* content: "\f154"; */
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.mm-side-wrapper_opened.mobile-nav-toggler .flaticon-menu-1:before {
  content: "\f175";
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.mm-add-listing {
  margin-top: 87px;
  border: transparent;
  display: none;
}

.mm-add-listing .theme-btn {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff !important;
  height: 60px;
  border-radius: 10px;
}

.mm-add-listing .mm-listitem__text {
  padding: 0;
}

.mm-add-listing .contact-info {
  position: relative;
  padding: 18px 0;
  display: block;
}

.mm-add-listing .phone-num {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
  color: #7E7E7E;
}

.mm-add-listing .phone-num span {
  display: block;
}

.mm-add-listing .phone-num a {
  color: #ffffff;
}

.mm-add-listing .address {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E;
}

.mm-add-listing .email {
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E !important;
}

.mm-add-listing .social-links {
  position: relative;
  display: block;
  align-items: center;
}

.mm-add-listing .social-links a {
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #7E7E7E;
  margin-right: 37px;
}

.mm-panel:after {
  height: 10px;
}

/*** 

====================================================================
Dashboard
====================================================================

***/
.dashboard {
  position: relative;
  background-color: #F5F7FC;
  padding-left: 365px;
  min-height: 100vh;
}

.dashboard .main-header {
  background: #ffffff;
}

/* .dashboard .dashboard-outer {
  position: relative;
  padding: 60px 60px 0;
} */

.ui-item {
  position: relative;
  height: 130px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

.ui-item .right {
  text-align: right;
}

.ui-item h4 {
  font-size: 30px;
  color: #1967D2;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 3px;
}

.ui-item p {
  font-size: 15px;
  color: #202124;
  line-height: 26px;
}

.ui-item .icon {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #1967d2;
  text-align: center;
  background-color: rgba(25, 103, 210, 0.1);
  border-radius: 8px;
}

.ui-item.ui-red h4 {
  color: #d93025;
}

.ui-item.ui-red .icon {
  color: #d93025;
  background: rgba(217, 48, 37, 0.1);
}

.ui-item.ui-yellow h4 {
  color: #f9ab00;
}

.ui-item.ui-yellow .icon {
  color: #f9ab00;
  background: rgba(249, 171, 0, 0.1);
}

.ui-item.ui-green h4 {
  color: #34a853;
}

.ui-item.ui-green .icon {
  color: #34a853;
  background: rgba(52, 168, 83, 0.1);
}

/*============================
Graph widget
============================*/

/*============================
Form Widget
============================*/

/*============================
Uploading Widget
============================*/

/*============================
Listing Filters
============================*/

/*====================================
Listing Block Seven
====================================*/

.listing-block-seven .fa {
  font-size: 11px;
  color: #ffa737;
}

/*** 

====================================================================
User Sidebar
====================================================================

***/
.user-sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  height: calc(100%);
  width: 365px;
  padding-top: 85px;
  background: #f2f6fa;
  overflow: auto;
  overflow-x: hidden;
  transition: all 300ms ease;
  z-index: 9;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.user-sidebar::-webkit-scrollbar {
  width: 4px;
}

.user-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.user-sidebar::-webkit-scrollbar-thumb {
  background-color: #F0F5F7;
  border-radius: 10px;
}

.user-sidebar-active .user-sidebar {
  transform: translateX(0);
}

.sidebar-backdrop {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
}

.user-sidebar .navigation {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0px;
}

.user-sidebar .navigation li {
  position: relative;
  width: 100%;
}

.user-sidebar .navigation li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #696969;
  text-align: left;
  text-transform: capitalize;
  border-radius: 8px;
  transition: all 500ms ease;
}

.user-sidebar .navigation li a i {
  position: relative;
  margin-right: 15px;
  font-size: 22px;
  color: #696969;
  text-align: center;
  transition: all 500ms ease;
}

.user-sidebar .navigation > li.active > a,
.user-sidebar .navigation > li:hover > a {
  color: #1967D2;
  background: rgba(25, 103, 210, 0.1);
}

.user-sidebar .navigation li.active a i,
.user-sidebar .navigation li:hover a i {
  color: #1967D2;
}

.place.pink {
  color: #ff8480;
}

.place.pink .icon {
  background-color: #ff8480;
}

.place.purple {
  color: #8c689d;
}

.place.purple .icon {
  background-color: #8c689d;
}

.place.green {
  color: #35c2a5;
}

.place.green .icon {
  background-color: #35c2a5;
}

.place.orange {
  color: #ffb874;
}

.place.orange .icon {
  background-color: #ffb874;
}

.place.purple {
  color: #8c689d;
}

.place.purple .icon {
  background-color: #8c689d;
}

/*** 

====================================================================
Chat Widget
====================================================================

***/
.chat-widget .widget-content {
  padding: 0;
}

.card {
  height: 770px;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px;
}

.card ::-webkit-scrollbar {
  width: 4px;
}

.card ::-webkit-scrollbar-track {
  background: transparent;
}

.card ::-webkit-scrollbar-thumb {
  background-color: #F0F5F7;
  border-radius: 10px;
}
.contacts {
  list-style: none;
  padding: 0;
}


.contacts li {
  width: 100% !important;
  border-bottom: 1px solid #dddddd;
}
/* .contacts li:not(:first-child) {
  padding-top: 5px;
} */
/* .contacts li:last-child {
  margin-bottom: 0;
} */

/* .contacts li a {
  position: relative;
  display: block;
  padding: 16px 40px;
  transition: all 300ms ease;
} */
.contacts li a {
  position: relative;
  display: block;
  transition: all 300ms ease;
  padding-top: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 10px;
}
.contacts li:hover a {
  /* background: #f9fafc; */
  background: rgba(25, 103, 210, 0.2);
}

.contacts li:visited a {
  /* background: #f9fafc; */
  background: rgba(248, 5, 195, 0.2);
}

.contacts li.active a {
  /* background: #f9fafc; */
  background: rgba(25, 103, 210, 0.1);
  /*opacity: 0.6;*/
}

.jobvisited{
  background: #FBFBFB;
  opacity: 0.6;
}

.jobvisited a {
  color: #202124;
}
.jobvisited .user_info > span {
  font-weight: 300;
}

.jobnew{
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 3px;
  width: 100%;
  display: block;
  word-break: keep-all;
  
}

.jobnew a {
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 3px;
  width: 100%;
  display: block;
  word-break: keep-all;
  
}

.user_info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: keep-all;
  /* margin-left: 15px; */
}

.user_info span {
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 3px;
  width: 100%;
  display: block;
  word-break: keep-all;

}
.user_info p {
  font-size: 14px !important;
  color: #5c6770 !important;
  line-height: 1.4em !important;
  margin-bottom: 0 !important;
}
/* .bd-highlight .info .count {
  position: relative;
  display: block;
  width: 16.02px;
  height: 16px;
  background: #1967D2;
  border-radius: 50%;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
} */

.toggle-contact {
  font-size: 20px;
  margin-left: 20px;
  display: none;
}

.ls-widget .widget-title .chosen-outer {
  position: relative;
  display: flex;
  align-items: center;
}

.widget-title .chosen-single {
  position: relative;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px;
  color: #696969;
  line-height: 25px;
  background: #F0F5F7;
}

.widget-title .chosen-container {
  margin-left: 20px;
}

.widget-title .chosen-container-single .chosen-single div:after {
  color: #696969;
  content: "\f17c";
  font-family: 'Flaticon';
  font-size: 10px;
}

/* Notification list */

/*** 

====================================================================
Features Section
====================================================================

***/

/***

==================================================================
Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: #ffffff;
}

/*=== Widgets Section ===*/
.main-footer .widgets-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #2F2D51;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.main-footer .logo {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .logo img {
  display: block;
}

.main-footer .phone-num {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 15px;
}

.main-footer .phone-num span {
  position: relative;
  display: block;
}

.main-footer .phone-num a {
  color: #1967D2;
}

.main-footer .address {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
  font-weight: 400;
}

.main-footer .address a {
  color: #696969;
}

/*=== Cities Widget ===*/
.main-footer .links-widget {
  position: relative;
  padding-left: 20px;
}

.main-footer .list {
  position: relative;
}

.main-footer .list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 15px;
}

.main-footer .list li a {
  display: inline-block;
  color: #696969;
  transition: all 200ms ease;
}

.main-footer .list li:before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 0px;
  content: "";
  border-bottom: 2px solid #1967D2;
  transition: all 300ms ease;
}

.main-footer .list li:hover:before {
  width: 15px;
}

.main-footer .list li:hover a {
  transform: translateX(25px);
  color: #1967D2;
}

/*=== Social Widget ===*/
.main-footer .footer-bottom {
  position: relative;
  width: 100%;
  padding: 36px 0;
  text-align: center;
  border-top: 1px solid #ECEDF2;
  min-height: 100px;
}

.main-footer .footer-bottom .bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .footer-bottom .logo {
  margin-bottom: 0;
  margin-right: 28px;
}

.main-footer .copyright-text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #696969;
  padding: 0;
}

.main-footer .copyright-text a {
  display: inline-block;
  color: #696969;
  line-height: 30px;
  transition: all 300ms ease;
}

.main-footer .copyright-text a:hover {
  text-decoration: underline;
  color: #9DB1BC;
}

.main-footer .footer-bottom .outer-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links a {
  position: relative;
  margin-left: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  transition: all 300ms ease;
}

.main-footer .social-links a:hover {
  color: #BC91E8;
}

/*=== Newsletter form ===*/

/***

==================================================================
Main Footer / Style Two
==================================================================

***/
.main-footer.style-two {
  background-color: #302EA7;
}

.main-footer.style-two .widgets-section {
  padding: 100px 0 20px;
}

.main-footer.style-two .widget-title {
  color: #ffffff;
}

.main-footer.style-two .copyright-text,
.main-footer.style-two .copyright-text a,
.main-footer.style-two .social-links a,
.main-footer.style-two .list li a,
.main-footer.style-two .address,
.main-footer.style-two .address a,
.main-footer.style-two .phone-num,
.main-footer.style-two .phone-num a {
  color: #DEEBFF;
}

.main-footer.style-two .social-links a:hover {
  color: #F9AB00;
}

.main-footer.style-two .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer.style-two .list li:before {
  border-color: #ffffff;
}

/***

==================================================================
Main Footer / Style Three
==================================================================

***/

/***

==================================================================
Main Footer / Style Four
==================================================================

***/


.main-footer.style-two .social-links a {
  color: #ffffff;
}

/***

==================================================================
Main Footer / Style Five
==================================================================

***/

/***

==================================================================
Main Footer / Style Six
==================================================================

***/

.copyright-text {
  position: relative;
  text-align: center;
  padding: 30px 0 50px;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}

/***

====================================================================
Fun Fact Section
====================================================================

***/

/*** 

====================================================================
Main Header
====================================================================

***/
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  transition: all 300ms ease;
}

.main-header.fixed-header {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-header.fixed-header .logo {
  padding: 2px 0;
}

.main-header .main-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  max-width: 1920px;
  margin: 0 auto;
}

.main-header .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 25px 0;
  margin-right: 100px;
  transition: all 300ms ease;
}

.main-menu {
  position: static;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  display: flex;
  align-items: center;
}

.main-menu .navigation > li {
  position: relative;
  margin-right: 40px;
  padding: 2px 0;
  transition: all 300ms ease;
}

.main-menu .navigation > li > span,
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #202124;
  cursor: pointer;
  transition: all 300ms ease;
}

.main-menu .navigation > li > span,
.main-menu .navigation > li > a:hover {
  color: #202124;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > span {
  color: #1967D2;
}

.main-menu .navigation > li.dropdown > span {
  padding-right: 18px;
}

.main-menu .navigation > li.dropdown > span:after {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
  color: #202124;
}

.main-menu .navigation > li > a > span {
  position: relative;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 0;
  opacity: 0;
  z-index: 1;
  min-width: 230px;
  width: 100%;
  border-top: 2px solid #1967D2;
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
  -ms-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s;
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  left: 20px;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #1967D2;
  content: "";
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > span,
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #696969;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > span:hover,
.main-menu .navigation > li > ul > li > a:hover {
  color: #1967D2;
}

.main-menu .navigation > li.current.dropdown > span:after,
.main-menu .navigation > li > ul > li > ul > li.current > a,
.main-menu .navigation > li > ul > li.current > a {
  color: #1967D2;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 100%;
  padding: 10px 0;
  min-width: 220px;
  margin-top: -57px;
  opacity: 0;
  z-index: 1;
  border-top: 2px solid #1967D2;
  background-color: #fff;
  -ms-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  transition: all 0.3s;
  transform: translateY(50px);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > span:hover {
  color: #1967D2;
}

.main-menu .navigation > li > ul > li.dropdown > span:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  display: block;
  line-height: 20px;
  font-size: 15px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}

.main-header .outer-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .outer-box .btn-box {
  position: relative;
  display: flex;
}

.main-header .outer-box .btn-box a {
  margin-left: 20px;
  min-width: 140px;
}

.main-header.header-shaddow {
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-bottom: 1px solid #ECEDF2;
}
/*** 

====================================================================
Header Style Two
====================================================================

***/

/*** 

====================================================================
Header Style Three
====================================================================

***/

/*** 

====================================================================
Header Style Four
====================================================================

***/

/*** 

====================================================================
Header Style Five
====================================================================

***/

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.952941);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .main-box {
  padding: 0;
  margin: 0;
}

.sticky-header .logo,
.sticky-header .outer-box,
.sticky-header .main-box:before {
  display: none;
}

.sticky-header .main-menu .navigation > li.dropdown > span:after,
.sticky-header .main-menu .navigation > li.dropdown > span,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
  color: #363636;
}

.sticky-header .main-menu .navigation > li.current.dropdown > span:after,
.sticky-header .main-menu .navigation > li.current > span,
.sticky-header .main-menu .navigation > li.current.dropdown > a:after,
.sticky-header .main-menu .navigation > li.current > a {
  color: #1967D2;
}

/*** 

====================================================================
Mobile Header
====================================================================

***/
.mobile-header {
  position: relative;
  padding: 5px 15px;
  display: none;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}
/*edited*/
/*.mobile-header .menunavigation {
  position: static;
  display: flex;
  align-items: center;
  float: left;
}

.mobile-header .menunavigation > li {
  position: relative;
  margin-left: 10px;
  padding: 0px 0;
  transition: all 300ms ease;
}*/

.mobile-header .logohome {
  position: relative;
  /*float: left;*/
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  flex-shrink: 0;
}

.mobile-header .logohome img {
  max-height: 50px;
}

/*end edited*/

.mobile-header .logo {
  position: relative;
  /*float: left;*/
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  flex-shrink: 0;
}

.mobile-header .logo img {
  max-height: 50px;
}

/*.mobile-header .nav-outer {
  position: relative;
  float: right;
}*/
.mobile-header .nav-outer {
  flex-shrink: 0;
  margin-left: auto; /* Pushes nav-outer to the far right */
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-header .outer-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-header .cart-btn > a {
  font-size: 20px;
}

.mobile-header .cart-btn > a {
  margin-left: 20px;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  width: 30px;
  color: #202124;
  order: 3;
  transform: scaleX(-1);
  display: none;
}

/*** 

====================================================================
Job Categories
====================================================================

***/

/*=== Category Blcok ===*/

/*=== Category Blcok Two ===*/
/*=== Category Blcok Three ===*/

/* Style Two  */

/*** 

====================================================================
Job Section
====================================================================

***/
.job-block {
  position: relative;
  margin-bottom: 10px;
}

.job-block .inner-box {
  position: relative;
  padding: 32px 20px 22px 30px;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 300ms ease;
}

.job-block .inner-box:hover {
  box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
}

.job-block .content {
  position: relative;
  padding-left: 68px;
  min-height: 51px;
}

.job-block .company-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  transition: all 300ms ease;
}

.job-block h4 {
  font-size: 18px;
  color: #202124;
  font-weight: 500;
  line-height: 26px;
  top: -3px;
  margin-bottom: 3px;
}

.job-block h4 a {
  color: #202124;
  transition: all 300ms ease;
}

.job-block h4 a:hover {
  color: #1967D2;
}

.job-block .job-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.job-block .job-info li {
  position: relative;
  width: auto!important;
  font-size: 14px;
  line-height: 22px;
  color: #5c6770;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 20px;
  border-bottom: 0px;
}

.job-block .job-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #696969;
}

.job-block .job-info li a {
  color: #696969;
}
/***New Icon Colors **/

/*=== Style Two ===*/

.job-section.style-two .default-dots .owl-dots {
  margin-top: 20px;
}

/*** 

====================================================================
Job Section Two
====================================================================

***/

/*** 

====================================================================
Job Section Three
====================================================================

***/

/*** 

====================================================================
Job Section Four
====================================================================

***/

/*=== Alternate ===*/

/*** 

====================================================================
Job Section Five
====================================================================

***/

/*** 

====================================================================
Job Section Six
====================================================================

***/

/*** 

====================================================================
Job Detail Section
====================================================================

***/

/* Job Detail Section new added */
/* Remove default bullets */

/* Custom bullet with pseudo-element */

/* Optional: Improve nested <p> inside <li> */

/* Optional: Make <strong> text inside list items stand out */

h2,h3,h4 {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 20px;
}
/* end Job Detail Section */

/* Job Overview*/

/* Job Overview Two*/

/***

=======================
List Style one
=======================

***/
.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #202124;
  font-weight: 400;
  cursor: default;
  margin-bottom: 20px;
}

.list-style-one li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* Adjust based on your icon size */
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/listone.png'); /* Replace with your actual icon path */
  background-size: contain;
  background-repeat: no-repeat;
}

/***

=======================
List Style Two
=======================

***/
.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #696969;
  cursor: default;
  padding-left: 30px;
  margin-bottom: 20px;
}

.list-style-two li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* Adjust based on your icon size */
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/listtwo.png'); /* Replace with your actual icon path */
  background-size: contain;
  background-repeat: no-repeat;
}

/*** 

====================================================================
Login Popup
====================================================================

***/
.jquery-modal {
  z-index: 999;
  text-align: center;
}

.modal {
  height: auto;
  padding: 0;
  max-width: 50%;
  /* top: 15%; */
  /* max-width: 500px; */
  overflow: visible;
  background: none;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (max-width: 1023px) {
  .modal {
    max-width: 500px;
  }
}
.blocker {
  background: rgba(32, 33, 36, 0.5);
}

.modal a.close-modal {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  background: #F0F5F7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F0F5F7;
  text-indent: 0;
  font-size: 0;
}

.modal a.close-modal:before {
  font-family: Flaticon;
  content: "\f175";
  position: relative;
  font-size: 12px;
  color: #000;
  width: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***

==================================================================
Login Section
==================================================================

***/

.cluster-visible {
  text-align: center;
  font-size: 16px !important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #1967D2;
  border: 7px solid rgba(25, 103, 210, 0.2);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
  box-sizing: content-box;
  background-clip: content-box;
}

.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  margin: 10px auto;
  top: -5px;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-perspective: 1000;
}

.face {
  position: absolute;
  width: 46px;
  height: 46px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
  background: #4cbfd8;
  font-size: 24px;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
}

.face:before {
  position: absolute;
  left: -7px;
  top: -7px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.1);
  content: "";
}

.face > div {
  background-image: url(images/resource/company-logo/3-1.png);
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map-marker-container:hover .marker-container .marker-card,
.clicked .marker-container .marker-card,
.map-marker-container.clicked .marker-card {
  transform: rotateY(360deg);
  transition: all 0.4s ease-in-out;
}

#singleListingMap .marker-container {
  cursor: default;
}

.marker-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
}

/*==========================
Map Listing Item
===========================*/
#map .infoBox {
  margin-left: -45px;
  margin-bottom: 15px;
}

.map-listing-item {
  position: relative;
}

.map-listing-item .infoBox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: #F0F5F7;
  color: #202124;
  line-height: 24px;
  font-size: 12px;
  border-radius: 8px;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.map-listing-item .infoBox-close:hover {
  background-color: #1967D2;
  color: #ffffff;
}

.map-listing-item .inner-box {
  position: relative;
  padding: 20px 20px;
  padding-left: 90px;
  border-radius: 10px;
  background: #ffffff;
  min-width: 358px;
}

.map-listing-item .inner-box:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffffff;
  content: "";
}

.map-listing-item .image-box {
  position: absolute;
  left: 20px;
  top: 20px;
}

.map-listing-item .image {
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin-bottom: 0;
}

.map-listing-item .image img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 500ms ease;
}

.map-listing-item .content {
  position: relative;
  min-height: 50px;
}

.map-listing-item .title {
  color: #ffffff;
  opacity: 0.6;
  margin-left: 3px;
}

.map-listing-item h3 {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  font-family: Jost;
  margin-bottom: 4px;
}

.map-listing-item h3 a {
  color: #202124;
  transition: all 300ms ease;
}

.map-listing-item h3 a:hover {
  color: #202124;
}

.map-listing-item .job-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.map-listing-item .job-info li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  font-weight: 400;
  padding-left: 25px;
  margin-right: 20px;
}

.map-listing-item .job-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #696969;
}

.map-listing-item .job-info li a {
  color: #696969;
}

/***

==================================================================
Map Section
==================================================================

***/

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.map-data a {
  display: block;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

.map-canvas {
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
}

/************************ Mega Menu ***************************/

/*==========================
Message Box
===========================*/
.message-box {
  position: relative;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  min-height: 75px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.message-box p {
  color: inherit;
  font-size: 16px;
  line-height: 25px;
}

.message-box a {
  color: inherit;
  text-decoration: underline;
  transition: all 300ms ease;
}

.message-box .close-btn {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 80px;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 300ms ease;
}

/* Message Info */
.message-box.info {
  background-color: #CDE9F6;
  color: #4780AA;
}

/* Message warning */
.message-box.warning {
  background-color: #F7F3D7;
  color: #927238;
}

/* Message success */
.message-box.success {
  background-color: #DEF2D7;
  color: #5B7052;
}

/* Message Error */
.message-box.error {
  background-color: #ECC8C5;
  color: #AB3331;
}

/*==========================
Owl Carousel Dots
===========================*/
.default-dots .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.default-dots .owl-dot {
  position: relative;
  height: 8px;
  width: 8px;
  background: #BFC8CB;
  border-radius: 10px;
  transition: all 300ms ease;
  margin: 0 5px;
}

.default-dots .owl-dot.active {
  background: #202124;
  width: 20px;
}

.default-dots.light .owl-dot {
  background: #BFC8CB;
}

.default-dots.light .owl-dot.active {
  background: #FFFFFF;
}

/*==========================
Owl Carousel Default Nav
===========================*/
.owl-carousel.no-arrows .owl-nav {
  display: none;
}

.owl-carousel.no-dots .owl-dots {
  display: none;
}

.default-nav .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  transition: all 500ms ease;
}

.default-nav .owl-next,
.default-nav .owl-prev {
  position: absolute;
  left: -80px;
  top: 0;
  height: 50px;
  width: 50px;
  color: #021f4a;
  background: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.default-nav .owl-next {
  left: auto;
  right: -80px;
}

.default-nav .owl-next:hover,
.default-nav .owl-prev:hover {
  color: #ffffff;
  background-color: #021f4a;
}

/*== Owl Dots ===*/
.default-nav .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.default-nav .owl-dot {
  position: relative;
  height: 14px;
  width: 14px;
  border: 2px solid #b9c1d0;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 300ms ease;
}

.default-nav .owl-dot.active,
.default-nav .owl-dot:hover {
  background: #b9c1d0;
}

/*** 

====================================================================
Page Title
====================================================================

***/

/* Style Two */
/* Style Tgree */

/*==========================
Pie Graph
===========================*/
.pie-graph {
  position: relative;
  margin-bottom: 40px;
}

.pie-graph h4 {
  position: relative;
  font-size: 20px;
  color: #363636;
  margin-top: 10px;
  text-align: center;
}

.pie-graph.light h4 {
  color: #ffffff;
}

/*==========================
Preloader
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/favicon.png);
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  color: #1967D2;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  content: "LOADING";
}

/*==========================
Progress Bars
============================*/

/*** 

====================================================================
Registeration Banners
====================================================================

***/

/* Banner Style Two */

.uploadButton .uploadButton-input {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  height: 0;
  width: 0;
  display: none;
}

.uploadButton .uploadButton-file-name {
  align-items: center;
  padding: 0 10px;
  padding-left: 18px;
  min-height: 36px;
  top: 1px;
  position: relative;
  color: #1b2032;
  background-color: transparent;
  overflow: hidden;
  line-height: 22px;
}

/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #202124;
  font-weight: 500;
}

.sec-title .text {
  position: relative;
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
}

.sec-title.light h2,
.sec-title.light .text {
  color: #ffffff;
}

/******************
** \reset select 2
******************/
.select2-container--open,
.select2-dropdown--below,
.select2-drop {
  z-index: 99;
}

.select2-container .select2-choice {
  position: relative;
  z-index: 2;
}

.select2-container {
  max-width: 100%;
  z-index: 9;
}

.select2-container li:before {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px 10px;
  border: 0;
}

.select2-dropdown,
.select2-search--dropdown {
  border-color: #e0e6ea;
}

.select2-container--default .select2-results__option {
  position: relative;
  color: #4b4342;
  font-weight: 500;
  font-size: 17px;
  padding: 13px 10px;
  line-height: 20px;
  border-top: 1px solid #f1f1f1;
  transition: all 300ms ease;
}

.select2-search--dropdown,
.select2-results .select2-result-label {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #1967D2;
}

.select2-container--default .select2-selection--single {
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 18px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #e6e8ed;
  transition: all 300ms ease;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  width: 36px;
  height: 100%;
  background: none;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  display: block;
  left: 0;
  top: -1px;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent !important;
  background: none;
  background-color: inherit;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "\f107";
  opacity: 0.25;
  font-family: "Font Awesome 6 Pro";
  line-height: 20px;
  font-size: 17px;
  color: inherit;
  font-weight: 900;
}

.chosen-container-single .chosen-single div:after {
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  right: 20px;
  color: #2F2D51;
  content: "\f17c";
  font-family: 'Flaticon';
  font-size: 10px;
}

.chosen-container-single .chosen-single span {
  min-width: 80px;
}

.chosen-container .chosen-drop,
.chosen-container .chosen-results {
  border: 0 !important;
  outline: none !important;
  border-radius: 0px 0px 8px 8px !important;
  margin-top: -3px;
}

.sidebar {
  position: relative;
}

.sidebar .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar .btn-box .theme-btn {
  width: 100%;
}

/*** 

====================================================================
Job Detail Section / Style two
====================================================================

***/

/* Range Slider widget */

.range-slider-one {
  position: relative;
  min-height: 48px;
  padding-top: 10px;
}

.range-slider-one .ui-widget.ui-widget-content {
  height: 5px;
  border: none;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #D4E1F6;
}

.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 5px;
  background: #1967D2;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  position: absolute;
  top: -7px;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 2px solid #1967D2;
  box-sizing: border-box;
  border-radius: 20px;
  cursor: pointer;
}

.range-slider-one .amount {
  margin-right: 5px;
}

.range-slider-one .ui-state-default:last-child {
  display: block !important;
}

.range-slider-one.salary-range .ui-state-default {
  display: block !important;
}

/*** 
==========================
Social Icons
==========================
***/

/* Social Icon Two*/

/* Social Icon Three*/

/* Social Icon Four*/

/*==========================
default table
===========================*/

/*==========================
Default Tabs
===========================*/

/* Style Two */

/*** 

====================================================================
Testimonial Section
====================================================================

***/

.testimonial-section .testimonial-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section.style-two .default-dots .owl-dots {
  position: relative;
  margin-top: 40px;
}
/*** 

====================================================================
Testimonial Section Two
====================================================================

***/

.testimonial-carousel .owl-dots {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  height: 8px;
  width: 8px;
  background: #BFC8CB;
  border-radius: 10px;
  transition: all 300ms ease;
  margin: 0 5px;
}

.testimonial-carousel .owl-dot.active {
  background: #202124;
  width: 20px;
}

/* Style Two */

.testimonial-section-two.style-two .testimonial-carousel .owl-dots {
  position: absolute;
  margin-top: 0;
  width: 100%;
  bottom: 38px;
}

/*** 

====================================================================
Testimonial Section Three
====================================================================

***/

.testimonial-section-three .owl-dots {
  display: none;
}

.testimonial-section-three .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 90px;
  display: flex;
  align-self: center;
  margin-left: 15px;
}
.testimonial-section-three.at-home21 .owl-nav{
  margin-left: 0;
  left: 0;
}
.testimonial-section-three .owl-next,
.testimonial-section-three .owl-prev {
  position: relative;
  background: rgba(52, 168, 83, 0.15);
  border-radius: 8px;
  color: #34A853;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
  transition: all 300ms ease;
}
.testimonial-section-three.at-home21 .owl-next,
.testimonial-section-three.at-home21 .owl-prev{
  background-color: rgba(0, 0, 0, .1);
  color: #202124;
}
.testimonial-section-three .owl-next:hover,
.testimonial-section-three .owl-prev:hover {
  background: #34a853;
  color: #ffffff;
}
.testimonial-section-three.at-home21 .owl-next:hover,
.testimonial-section-three.at-home21 .owl-prev:hover{
  background-color: #202124;
  color: #fff;
}

/*** 

====================================================================
Testimonial Section Four
====================================================================

***/

/*======================
Radio bOX
=======================*/

/*** 

====================================================================
App Section
====================================================================

***/

/***

==================================================================
Browse Jobs
==================================================================

***/

/*** 

====================================================================
Candidates Section
====================================================================

***/

.candidates-carousel .owl-dots {
  margin-top: 20px;
}

/*** 

====================================================================
Candidates Section Two
====================================================================

***/

/* Candidate block three */

.resume-action .dropdown-menu button .la {
  color: #1967D2;
}

/* Candidate block Four */

/*** 

====================================================================
Candidate Detail Section
====================================================================

***/

/* Candidate block Five */

/* Candidate block Six */

/*** 

====================================================================
Call To Action
====================================================================

***/

/*** 

====================================================================
Call To Action Two
====================================================================

***/

/*** 

====================================================================
Call To Action Three
====================================================================

***/
.call-to-action-three {
  position: relative;
  padding: 60px 0;
  background-color: #DEEBFF;
}

.call-to-action-three .outer-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.call-to-action-three .sec-title {
  margin-bottom: 0;
  margin-right: 30px;
}

.call-to-action-three.style-two {
  background: #1967D2;
}

.call-to-action-three.style-two .sec-title .text a {
  color: #ffffff;
}

.call-to-action-three.style-two .theme-btn {
  min-width: 180px;
}

/***

==================================================================
Call To Action Four
==================================================================

***/

/***

==================================================================
Faqs Section
==================================================================

***/

/***

==================================================================
Bench Section
==================================================================

***/

/***

==================================================================
Invoice Section
==================================================================

***/

/*** 

====================================================================
Jobseeker Section
====================================================================

***/

/***

====================================================================
Listing Section  (Ls Section) 
====================================================================

***/

.ls-section .sort-by.show-filters .chosen-select {
  width: auto;
}

.chosen-container .chosen-drop {
  border: 1px solid #ECEDF2;
}

.ls-section .filter-block .chosen-container .chosen-drop {
  background: #ffffff;
}

.ls-section .filter-block .chosen-container .chosen-single {
  width: 100%;
  height: 60px;
  padding: 14px 20px;
  padding-left: 14px;
  line-height: 30px;
  font-size: 15px;
  color: #696969;
  background: #FFFFFF;
  box-shadow: none;
  border: 1px solid #ECEDF2;
  border-radius: 8px;
  transition: all 300ms ease;
}

/*=====================
Ls Outer
======================*/

.top-filters .chosen-container .chosen-single {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 22px;
  padding-right: 44px;
  color: #1967D2;
  background: rgba(25, 103, 210, 0.07);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-filters .chosen-container-single .chosen-single div:after {
  color: #1967D2;
  content: "\f17c";
  font-family: 'Flaticon';
  font-size: 10px;
}

.top-filters .chosen-container .chosen-single span {
  color: #1967D2;
  margin: 0;
  min-width: auto;
}
.ls-switcher.at-slv7-main-list .top-filters .chosen-container .chosen-single{
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  color: #202124;
  font-size: 15px;
  font-family: Jost;
  font-style: normal;
  font-weight: 400;
  height: 41px;
  line-height: normal;
}
.top-filters .chosen-container .chosen-container-multi .chosen-choices,
.top-filters .chosen-container.chosen-with-drop .chosen-drop {
  background: #eff4fc;
}

.ls-switcher .sort-by .chosen-single {
  position: relative;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px;
  color: #696969;
  line-height: 25px;
  background: #F0F5F7;
}
.ls-switcher.at-jlv17 .sort-by .chosen-single {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ECEDF2 !important;
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  position: relative;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 25px;
}
.ls-switcher.at-jlv17 .chosen-container-single .chosen-single span,
.ls-switcher.at-jlv17 .sort-by .chosen-container-single .chosen-single div:after{
  color: #202124;
}
.ls-switcher.at-slv7 .sort-by .chosen-single{
  background-color: transparent;
}
.ls-switcher.at-slv7 .chosen-single span{
  color: #202124;
  min-width: inherit;
}
.ls-switcher.at-slv7 .sort-by .chosen-container-single .chosen-single div:after{
  color: #202124;  
}
.ls-switcher .sort-by .chosen-container {
  margin-left: 10px;
}

.ls-switcher .sort-by .chosen-container-single .chosen-single div:after {
  color: #696969;
  content: "\f17c";
  font-family: 'Flaticon';
  font-size: 10px;
}

/*** 

====================================================================
Listing Show More
==================0==================================================

***/

/*** 

====================================================================
Listing Pagination
==================0==================================================

***/

/***

====================================================================
Listing Section / style Two
====================================================================

***/

/***

====================================================================
Ls Section / style Three
====================================================================

***/

.ls-section.style-three .ls-switcher .sort-by .chosen-single {
  background: #ffffff;
}

/***

====================================================================
Ls Section / style Four
====================================================================

***/

/*** 

====================================================================
Listing Maps
====================================================================

***/

/***

====================================================================
News Section
====================================================================

***/

/* Style Two */

/* Style Three */

/*** 

====================================================================
News Section Two
====================================================================

***/

/* Style Two */

/*** 

====================================================================
News Section Three
====================================================================

***/

/*** 

====================================================================
Pricing Section
====================================================================

***/

/*** 

====================================================================
Process Section
====================================================================

***/

/*** 

====================================================================
Recruiter Section
====================================================================

***/

/*** 

====================================================================
steps Section
====================================================================

***/

/*** 

====================================================================
Subscribe Section
====================================================================

***/
.subscribe-section {
  position: relative;
  padding: 60px 0;
  background-color: rgba(52, 168, 83, 0.15);
}

.subscribe-section .outer-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subscribe-section .sec-title {
  margin-bottom: 0;
  margin-right: 30px;
}

/*** 

====================================================================
Subscribe Section Two
====================================================================

***/

/***

==================================================================
TNC Section
==================================================================

***/
.tnc-section {
  position: relative;
  padding: 100px 0 50px;
}

.tnc-section .auto-container {
  max-width: 880px;
}

.tnc-section .text-box {
  position: relative;
  margin-bottom: 50px;
}

.tnc-section h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  color: #202124;
  margin-bottom: 23px;
}

.tnc-section p {
  font-size: 15px;
  line-height: 24px;
  color: #696969;
  margin-bottom: 24px;
}

.job-search-form .ui-selectmenu-button.ui-button,
.job-search-form .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: #696969;
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  padding: 15px 0px;
  padding-left: 40px;
  border: 0;
  border-radius: 0;
  transition: all 300ms ease;
}

.job-search-form .chosen-container-multi .chosen-choices,
.job-search-form .chosen-container.chosen-with-drop .chosen-drop {
  background: #ffffff;
}

.job-search-form .chosen-container-single .chosen-single {
  padding-left: 40px;
  border: 1px solid #ffffff !important;
  border-bottom: 0 !important;
  border-radius: 8px;
}

/* .job-search-form .chosen-container-single .chosen-drop {
     border: 1px solid #ffffff !important;
border-top: 0 !important;
}*/

/*.job-search-form .chosen-container-active .chosen-single {
      border: 1px solid #dddddd !important;
border-bottom: 0 !important;
}*/

.job-search-form .chosen-container-active .chosen-drop {
  border: 1px solid #ECEDF2 !important;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px !important;
  padding-top: 10px !important;
}
/* Job Search Form */

.job-search-form.style-two .ui-selectmenu-button.ui-button,
.job-search-form.style-two .ui-selectmenu-button.ui-button,
.job-search-form.style-two .chosen-container-single .chosen-single span,
.job-search-form.style-two .chosen-container-single .chosen-single {
  background: #1967D2;
  color: #ffffff;
  border-color: #1967D2 !important;
}

.job-search-form.style-two .chosen-container-single .chosen-single {
  padding-left: 40px;
}

.job-search-form.style-two .chosen-container-single .chosen-single div:after {
  color: #fff;
}

/*** 

====================================================================
Blog Grid
====================================================================

***/

/* Sidebar Title */

/*Search Box*/

/* Cat List*/

/*=== Latest News ===*/

/*** 

====================================================================
Blog Single
====================================================================

***/

/* Blockquote */

/* Other Options*/

/* Post Control */

/*=========================
Comments Area
=========================*/

/*** 

====================================================================
Cart Section
====================================================================

***/

/* Cart Option */

/***

====================================================================
CheckOut Page
====================================================================

***/

/*** 

====================================================================
Order Slip
====================================================================

***/

/*** 

====================================================================
Products Section
====================================================================

***/

/*** 

====================================================================
Shop Single
====================================================================

***/

.product-details .basic-details .rating .fa {
  font-size: 14px;
  color: #d0d23c;
  margin-right: 2px;
}

/*** 

====================================================================
Product Tabs
====================================================================

***/

.scrollmagic-pin-spacer {
  position: absolute !important;
  width: 100% !important;
}

.sec-title.-type-2 h2 {
  font-weight: 500;
  font-size: 40px !important;
  line-height: 1.2 !important;
}

@media (max-width: 991px) {
  .sec-title.-type-2 h2 {
    font-size: 32px !important;
  }
}

.sec-title.-type-2 .text {
  margin-top: 30px;
}

.layout-pt-60 {
  padding-top: 60px !important;
}

.layout-pt-150 {
  padding-top: 150px !important;
}

.layout-pb-60 {
  padding-bottom: 60px !important;
}

@media (max-width: 767px) {
  .layout-pt-60 {
    padding-top: 50px !important;
  }
  .layout-pb-60 {
    padding-bottom: 50px !important;
  }
}

.text-white {
  color: white !important;
}
.fw-700 {
  font-weight: 700 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.job-carousel .owl-dots {
  display: flex !important;
  margin-top: 48px;
}

.icon-item {
  display: flex;
}

.icon-item + .icon-item {
  margin-top: 30px;
}

.icon-item .icon-wrap {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.icon-item .content {
  margin-left: 34px;
}

.icon-item .content h4 {
  font-family: "Jost";
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #1A3454 !important;
}

.icon-item .content p {
  margin-top: 10px;
  font-family: "Jost";
  font-size: 14px;
  line-height: 26px;
}

.-no-padding {
  padding: 0 !important;
}

.-no-margin {
  margin: 0 !important;
}

.image-box.-wide-right {
  margin-right: -40px !important;
}

.color-blue-dark {
  color: #1A3454 !important;
}

.job-block.-type-2 .inner-box {
  padding: 20px;
  border-radius: 8px;
  background-color: white;
}

.row.grid-base {
  margin: -15px;
}

.row.grid-base > * {
  padding: 15px;
}

.testimonial.-type-2 .image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial.-type-2 .content {
  margin-top: 30px;
}

.testimonial.-type-2 .content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #202124;
}

.testimonial.-type-2 .content p {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #404046;
}

.testimonial.-type-2 .author {
  margin-top: 30px;
}

.testimonial.-type-2 .author .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #202124;
}

.testimonial.-type-2 .author .job {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #696969;
}

.subscribe-section.-type-2 {
  background: linear-gradient(90.22deg, #1967D2 0%, #4487E2 100%);
}

.subscribe-section.-type-2 .sec-title h2 {
  color: white;
}

.subscribe-section.-type-2 .sec-title .text {
  color: white;
}

.border-bottom {
  border-bottom: 1px solid #ECEDF2;
}

.icon-green::before {
  color: #76B947 !important;
}

.testimonial-section.-type-2 .owl-item.active .inner-box {
  box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
}

.testimonial-section.-type-2 .owl-item.active .inner-box::after {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

.banner-section .image-column {
  position: relative;
}

.banner-section .image-column .image-box {
  position: relative;
  display: block;
  padding-top: 150px;
  margin-right: -170px;
  padding-left: 90px;
}

.banner-section .image-column .main-image {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.banner-section .image-column .main-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
Banner Section
====================================================================

***/

/*** 

====================================================================
Banner Section Three
====================================================================

***/

/*** 

====================================================================
Banner Section Four
====================================================================

***/

/*** 

====================================================================
Banner Section Five
====================================================================

***/

/*** 

====================================================================
Banner Section Six
====================================================================

***/

/*** 

====================================================================
Banner Section Seven
====================================================================

***/

/*** 

====================================================================
Banner Section Eight
====================================================================

***/

/*** 

====================================================================
Banner Section Nine
====================================================================

***/

/*** 

====================================================================
Banner Section Ten
====================================================================

***/

.banner-section-ten .banner-carousel .owl-item,
.banner-section-ten .banner-carousel .owl-stage-outer,
.banner-section-ten .banner-carousel .owl-stage {
  height: 100%;
}

.banner-section-ten .banner-carousel.default-nav .owl-next,
.banner-section-ten .banner-carousel.default-nav .owl-prev {
  left: 50px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 14px;
}

.banner-section-ten .banner-carousel.default-nav .owl-next {
  left: auto;
  right: 50px;
}

.banner-section .image-column .info_block {
  position: absolute;
  left: -30px;
  top: 160px;
}

.banner-section .image-column .info_block_three {
  position: absolute;
  right: -50px;
  top: 490px;
}

.banner-section .image-column .info_block_four {
  position: absolute;
  left: 30px;
  bottom: 85px;
}

/*================================
Info Blocks
==================================*/
/* Info Block One */
.info_block {
  position: relative;
  padding: 20px 40px 20px 90px;
  min-height: 90px;
  min-width: 260px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
  border-radius: 8px;
}

.info_block .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  color: #F9AB00;
  background: rgba(249, 171, 0, 0.15);
}

.info_block p {
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  font-weight: 500;
}

/* Info Block Two */

/* Info Block Three */
.info_block_three {
  position: relative;
  padding: 20px 80px 20px 90px;
  box-shadow: 0px 46px 35px rgba(25, 25, 46, 0.04);
  background: #ffffff;
  min-height: 90px;
  min-width: 290px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
}

.info_block_three .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  color: #D93025;
  background: rgba(217, 48, 37, 0.2);
}

.info_block_three p {
  font-size: 16px;
  line-height: 25px;
  color: #202124;
  font-weight: 500;
}

.info_block_three .sub-text {
  font-size: 15px;
  color: #696969;
  display: block;
}

.info_block_three .right_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(217, 48, 37, 0.2);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

/* Info Block Four */
.info_block_four {
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
  min-width: 320px;
}

.info_block_four .inner {
  position: relative;
  padding: 20px 30px 20px 66px;
  box-shadow: 0px 46px 35px rgba(25, 25, 46, 0.04);
  background: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}

.info_block_four .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 10px;
  display: flex;
  font-size: 34px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  color: #34A853;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 46.7708px 35.0781px rgba(25, 25, 46, 0.04);
  border-radius: 9.35417px;
  z-index: 1;
}

.info_block_four p {
  font-size: 16px;
  line-height: 25px;
  color: #202124;
  font-weight: 500;
}

.info_block_four .sub-text {
  font-size: 15px;
  color: #696969;
  display: block;
}

.banner-section .image-column .info_block {
  position: absolute;
  left: -30px;
  top: 160px;
}

.banner-section .image-column .info_block_three {
  position: absolute;
  right: -50px;
  top: 490px;
}

.banner-section .image-column .info_block_four {
  position: absolute;
  left: 30px;
  bottom: 85px;
}

/*** 

====================================================================
Banner Section
====================================================================

***/
.banner-section {
  position: relative;
  display: block;
  padding: 0 55px 0;
  min-height: 100vh;
}

.banner-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}

.banner-section .content-column {
  position: relative;
}

.banner-section .content-column .inner-column {
  position: relative;
  padding: 270px 0 150px;
}

.banner-section .content-column .title-box {
  position: relative;
  margin-bottom: 40px;
}

.banner-section .content-column h1 {
  font-size: 30px;
  line-height: 60px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 25px;
}

.banner-section .content-column h2 {
  font-size: 20px;
  line-height: 30px;
  color: #202124;
  font-weight: 200;
  margin-top: 75px;
}

.banner-section .content-column h1 .colored {
  color: #1967D2;
}

.banner-section .content-column .text {
  font-size: 15px;
  color: #696969;
  line-height: 25px;
}

.job-search-form .ui-selectmenu-button.ui-button,
.job-search-form .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: #696969;
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  padding: 15px 0px;
  padding-left: 40px;
  border: 0;
  border-radius: 0;
  transition: all 300ms ease;
}

.job-search-form .chosen-container-multi .chosen-choices,
.job-search-form .chosen-container.chosen-with-drop .chosen-drop {
  background: #ffffff;
}

.job-search-form .chosen-container-single .chosen-single {
  padding-left: 40px;
  border: 1px solid #ffffff !important;
  border-bottom: 0 !important;
  border-radius: 8px;
}

.job-search-form .chosen-container-single .chosen-drop {
  /*    border: 1px solid #ffffff !important;
border-top: 0 !important;*/
}

.job-search-form .chosen-container-active .chosen-single {
  /*    border: 1px solid #dddddd !important;
border-bottom: 0 !important;*/
}

.job-search-form .chosen-container-active .chosen-drop {
  border: 1px solid #ECEDF2 !important;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px !important;
  padding-top: 10px !important;
}

/* Job Search Form */

.job-search-form.style-two .ui-selectmenu-button.ui-button,
.job-search-form.style-two .ui-selectmenu-button.ui-button,
.job-search-form.style-two .chosen-container-single .chosen-single span,
.job-search-form.style-two .chosen-container-single .chosen-single {
  background: #1967D2;
  color: #ffffff;
  border-color: #1967D2 !important;
}

.job-search-form.style-two .chosen-container-single .chosen-single {
  padding-left: 40px;
}

.job-search-form.style-two .chosen-container-single .chosen-single div:after {
  color: #fff;
}

/*** 

====================================================================
Work Section
====================================================================

***/

/* Job Search Form Two*/

.job-search-form-two .ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 15px;
  color: #696969;
  line-height: 20px;
  font-weight: 400;
  background: #ffffff;
  padding: 5px 0px;
  padding-right: 40px;
  border: 0;
  border-radius: 0;
  transition: all 300ms ease;
}


/***** New styles ****/

.mobile-display {
  display: none!important;
}

@media (max-width: 991px) {
  .mobile-display {
    display: inherit!important;
  }
}
/* Create three equal columns that floats next to each other */
/* Clear floats after the columns */
.form-mobile-display {
  display: flex;
}
.chat-widget a.close-modal {
  display: none;
}
.mb-0 {
  margin-bottom: 0px!important;
}
.job-seeker-height {
  height: calc(100vh - 115px)!important;
  overflow: hidden;
  overflow-y: auto;
}
.job-dashboard-visible {
  /* margin-top: 80px; */
  padding-top: 80px;
}
/**Notification DropDown**/

.bg-blue {
  background-color: rgba(73, 71, 208, 1);
}

.text-white {
  color: rgba(255, 255, 255, 1);;
}
/* JobSeeker-Job Discription card styles */
@media only screen and (max-width: 1023px) {
  .job-block .job-info {
    flex-wrap: wrap;
  }
  .job-block .job-info li {
    width: auto!important;
  }

}
.disabled {
  pointer-events: none;
  opacity: 0;
}
/* JobSeeker-Job Discription card styles END */

/* Info msg display */
.search-popUp-mask {
  display: none;
  flex-direction: column;
  /* align-items: center;
  justify-content: center; */
  position: fixed;
  top:85;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  /* background: rgba(0, 0, 0, 0.5); */
  /* padding-top: 170px; */
}
.search-popUp {
  display: flex;
  position: absolute;
  background: #fff;
  width: 100%;
  height: auto;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0px 46px 35px rgba(25, 25, 46, 0.04);
  padding: 20px;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  margin: auto;
}
.search-popUp .close-search {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  z-index: 9;
}
.search-popUp.show-popup {
  /* animation: search-animate 0.5s; */
  margin-top: 2px;
}
.search-popUp .close-search::before {
  font-family: Flaticon;
    content: "\f175";
    position: relative;
    font-size: 12px;
    color: #000;
    width: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes search-animate {
  0% {
    width: 0;
    height: 0;
    left: 50%;
  }
  100% {
    width: 100%;
    height: auto;
  }
}
/* Info msg display End*/

/**Dispaly Scrollbaar */
div::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)!important;
  border-radius: 5px!important;
  background-color: #F5F5F5!important;
}

div::-webkit-scrollbar
{
  width: 7px!important;
  background-color: #F5F5F5!important;
}

div::-webkit-scrollbar-thumb
{
  border-radius: 5px!important;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)!important;
  background-color: #555!important;
}


/* New Search Popup */

/* Dropdown Styles */

/*
.searchdropdown {
  display: none;
  background: #ECEDF2;
  
  padding: 20px;
  position: relative;
  z-index: 9;
  
  border-radius: 6px;
  width: 100%;
  max-height: 500px;   
  overflow-y: auto;
  margin-top: -12px;
}*/
/* Base button style */
.btn-style-one {
  padding: 10px 24px;        /* Medium padding */
  font-size: 16px;           /* Medium font size */
  border-radius: 4px;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

/* Light blue (Filter Jobs) */

/* Gray (Cancel) */

/* Hide mobile icon by default */

/* Show regular button on desktop */
/* Responsive: full width on mobile */
@media (max-width: 480px) {

  #toggleDropdownButton {
    width: 40px !important; /* Smaller width */
    height: 40px !important; /* Smaller height */
    padding: 0 !important;
    border-radius: 50% !important; /* Perfect circle */
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
  }

  #toggleDropdownButton i {
    font-size: 18px; /* Smaller icon size */
  }

  /* Optional: override parent column that might stretch it */
}
/* Style for the search button */
.text-col {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
}
/* end css */
/*

.modal-dialog {
  margin: 30px auto;
  top: 0 !important;
  transform: none !important;
}


.modal {
  overflow-y: auto;
}



.modal-header {
  background-color: #0d6efd;
  color: white;
}

.resume-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #dee2e6;
  padding: 12px;
  cursor: pointer;
}

.resume-row:hover {
  background-color: #eef4ff;
}

.file-icon {
  width: 36px;
  height: 36px;
}

.resume-info {
  flex: 1;
}

.resume-info p {
  margin: 0;
  line-height: 1.2;
}

.no-resumes {
  padding: 20px;
  text-align: center;
  font-weight: 500;
  color: #6c757d;
}
  */
 
 /*
  .modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
  }

  .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-content {
    padding: 20px;
  }

  .loader {
    text-align: center;
    font-style: italic;
    color: #666;
  }

  .modal .list-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .resume-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    border-radius: 6px;
    transition: box-shadow 0.2s;
    cursor: pointer;
  }

  .resume-row:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    background-color: #f9f9f9;
  }

  .resume-row input[type="checkbox"] {
    margin-left: auto;
    transform: scale(1.2);
  }

  .file-icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
  }

  .resume-info p {
    margin: 0;
    line-height: 1.3;
  }

  .resume-info p:first-child {
    font-size: 16px;
    font-weight: 600;
  }

  .resume-info p.text-muted {
    font-size: 13px;
    color: #666;
  }

  
  .resume-scroll-container {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 5px;
  }

  
  .resume-scroll-container::-webkit-scrollbar {
    width: 8px;
  }

  .resume-scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
    */
  /* 🔷 Modal Container with Blue Border */
/*.custom-modal {
  border: 2px solid #007bff;
  border-radius: 8px;
  padding: 0;
  max-width: 600px;
  background: #fff;
  overflow: hidden;
}*/

/* 🧭 Modal Header */
.modal-header-custom {
  background-color: #007bff;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* 📝 Modal Title */
.modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* ❌ Close Button */
.close-btn {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}

.close-btn:hover {
  color: #ccc;
}

/* 📄 Modal Body */
.modal-body-custom {
  padding: 16px;
}

/* 🧾 Scrollable Content */

/* 🌐 Custom Scrollbar */

/* 🧾 Resume List */
.list-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 📄 Resume Row */


/* 📁 File Icon */

/* 📋 Resume Info */

/* Optional: Loader */
.loader {
  text-align: center;
  font-style: italic;
  color: #666;
}

.modal-footer-custom {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 20px;
  background-color: #f0f8ff; /* light blue background */
  border-top: 1px solid #cce5ff;
  border-radius: 0 0 8px 8px;
}

/* Buttons */
.modal-footer-custom .btn {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.modal-footer-custom .btn:disabled {
  background-color: #a2c6f2;
  cursor: not-allowed;
}

/* Primary Apply Now Button */
.modal-footer-custom .btn:not(.btn-secondary) {
  background-color: #007bff;
  color: #fff;
}

.modal-footer-custom .btn:not(.btn-secondary):hover {
  background-color: #0056b3;
}

/* Cancel / Close Button */
.modal-footer-custom .btn.btn-secondary {
  background-color: #6c757d;
  color: white;
}

.modal-footer-custom .btn.btn-secondary:hover {
  background-color: #5a6268;
}

.custom-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #28a745;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive footer buttons on small screens */
@media (max-width: 480px) {
  .modal-footer-custom {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .modal-footer-custom .btn {
    width: 100%;
  }
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

/* resume display */



.tokenfield .token {
  display: inline-block;
  margin: 2px 5px 2px 0;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border-radius: 20px;
  font-size: 0.9rem;
  white-space: nowrap;
}
.tokenfield .token .close {
  margin-left: 8px;
  color: #fff;
  text-shadow: none;
}
.tokenfield {
  width: 100%;
  min-height: calc(2.25rem + 2px); /* Matches Bootstrap input height */
  padding: .375rem .75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background-color: #fff;
}

/* Default (desktop): icon and text side-by-side */

.circle {
  fill: none;
  stroke: #dc3545;
  stroke-width: 3.8;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}  /* Soft Teal - for locations */  /* Slate Blue - for work authorization */  /* Amber Yellow - for experience */  /* Crimson Red - for relocation status */  /* Charcoal Gray - for job type */  /* Cool Gray - for timestamps or "Updated X days ago" */





  
