/* Bricolage Grotesque */
.bricolage-grotesque-200 { /*ExtraLight*/
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bricolage-grotesque-300 { /*Light*/
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bricolage-grotesque-400 { /*Regular*/
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bricolage-grotesque-500 { /*Medium*/
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bricolage-grotesque-600 { /*SemiBold*/
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bricolage-grotesque-700 { /*Bold*/
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bricolage-grotesque-800 { /*ExtraBold*/
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* DM Sans */
.dm-sans-100 { /*Thin*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.dm-sans-200 { /*ExtraLight*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.dm-sans-300 { /*Light*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.dm-sans-400 { /*Regular*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.dm-sans-500 { /*Medium*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.dm-sans-600 { /*SemiBold*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.dm-sans-700 { /*Bold*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.dm-sans-800 { /*ExtraBold*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.dm-sans-900 { /*Black*/
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "DM Sans", serif;
  font-weight: 400;
  color: #1C1C1C;
  overflow-x: hidden;
}

h1 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  font-size: clamp(22px, 4vw, 32px);
  line-height: clamp(32px, 4vw, 44px);
}
@media only screen and (max-width: 375px) {
  h1 {
    font-size: 18px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (max-width: 325px) {
  h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

h2 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 26px);
  line-height: clamp(28px, 4vw, 38px);
}

h3 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(24px, 4vw, 30px);
}

h4 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.text-primary {
  color: #3D69CB !important;
}

.text-black {
  color: #1C1C1C !important;
}

.text-gray {
  color: #9B9B9B !important;
}

.text-red {
  color: #F24E1E !important;
}

.text-green {
  color: #34A853 !important;
}

.text-purple {
  color: #A259FF !important;
}

.text-orange {
  color: rgb(255, 119, 0) !important;
}

.bg-light-orange {
  background-color: rgba(255, 119, 0, 0.11) !important;
}

@media only screen and (max-width: 375px) {
  .btn {
    font-size: 12px;
  }
}

.btn-primary {
  background-color: #3D69CB;
  box-shadow: 0 0 23px 0 rgba(61, 105, 203, 0.1);
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  padding: 0.8rem;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #3D69CB;
}

.btn-secondary {
  background: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  padding: 0.8rem;
  color: #1C1C1C;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #FCFCFC;
  color: #3D69CB;
}

.btn-light-blue {
  background-color: rgba(61, 105, 203, 0.11);
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  padding: 0.8rem;
  color: #3D69CB;
}
.btn-light-blue:hover, .btn-light-blue:focus {
  background-color: #3d69cb;
  color: white;
}

.btn-orange {
  background-color: #FF754C;
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  padding: 0.8rem;
  color: white;
  box-shadow: 0 0 23px 0 rgba(61, 105, 203, 0.1);
}
.btn-orange:hover, .btn-orange:focus {
  background-color: #FF754C;
  color: white;
}

.btn-light-red {
  background-color: rgba(242, 78, 30, 0.11);
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  padding: 0.8rem;
  color: #F24E1E;
}
.btn-light-red:hover, .btn-light-red:focus {
  background-color: #f24e1e;
  color: white;
}

.btn-green {
  background-color: #34A853;
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  padding: 0.8rem;
  color: white;
}
.btn-green:hover, .btn-green:focus {
  background-color: #34a853;
  color: white;
}

.btn.rounded {
  border-radius: 100px !important;
}

.border-color {
  border-color: rgba(0, 0, 0, 0.04);
}

.fs-7 {
  font-size: 0.6rem;
}

.cursor-pointer {
  cursor: pointer !important;
}

.upload-image #picture__input {
  display: none;
}
.upload-image .picture {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  cursor: pointer;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
}
.upload-image .picture:focus {
  color: #777;
  background: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.upload-image .picture__img {
  max-width: 100%;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* Authentication pages */
.authentication {
  display: flex;
  height: 100vh;
  max-height: 100vh;
}
.authentication .authentication-bg {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.authentication .authentication-bg .authentication-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.authentication .authentication-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.35);
  top: 0;
  left: 0;
}
.authentication .authentication-form {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.authentication .authentication-form .authentication-header {
  padding: 1rem;
}
@media (max-width: 991px) {
  .authentication .authentication-form .authentication-header {
    box-shadow: 0 0 23px 0 rgba(28, 28, 28, 0.1);
  }
}
.authentication .authentication-form .language-selector {
  margin-right: 1.5rem;
  top: 0;
  width: auto;
  display: inline-block;
  /* Style for the dropdown content */
  /* Style for the dropdown content items */
  /* Style for the dropdown content items on hover */
  /* Show the dropdown content when the dropdown button is clicked */
  /* Animate the dropdown content */
  /* Scrollbar styles */
}
.authentication .authentication-form .language-selector .dropdown button {
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  border-radius: 5px;
  color: #9B9B9B;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
.authentication .authentication-form .language-selector .dropdown button img {
  margin: 0 5px 0 0;
}
.authentication .authentication-form .language-selector .dropdown button img,
.authentication .authentication-form .language-selector .dropdown-content li img {
  width: 28px;
}
.authentication .authentication-form .language-selector .dropdown button,
.authentication .authentication-form .language-selector .dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
}
.authentication .authentication-form .language-selector .arrow-down {
  border: none !important;
  background-image: url(/images/icon-dropdown.svg) !important;
  background-repeat: no-repeat;
  width: 14px !important;
  height: 14px !important;
  background-position: center;
}
.authentication .authentication-form .language-selector .dropdown button:hover {
  cursor: pointer;
}
.authentication .authentication-form .language-selector .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  min-width: 160px;
  box-shadow: 0px 6px 12px 0px rgba(28, 28, 28, 0.1);
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 315px;
}
.authentication .authentication-form .language-selector .dropdown-content li {
  color: #1C1C1C;
  padding: 10px;
  text-decoration: none;
  justify-content: start;
}
.authentication .authentication-form .language-selector .dropdown-content li img {
  margin: 0 10px 0 0;
}
.authentication .authentication-form .language-selector .dropdown-content li:hover {
  cursor: pointer;
  color: #3D69CB;
  border-radius: 5px;
}
.authentication .authentication-form .language-selector .dropdown:focus-within .dropdown-content {
  display: block;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.authentication .authentication-form .language-selector .dropdown-content {
  animation: slideIn 0.3s ease-out;
}
.authentication .authentication-form .language-selector ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.authentication .authentication-form .language-selector ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}

.input-group {
  background: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem;
}
.input-group .input-group-text {
  background: #FCFCFC;
  color: #9B9B9B;
  border: none;
}
.input-group .form-control {
  box-shadow: none;
  background: #FCFCFC;
  font-size: 1rem;
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #1C1C1C;
}

.form-field {
  background: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem;
}
.form-field .select2-container--default {
  width: 100% !important;
}
.form-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url(../images/icon-dropdown.svg);
  background-repeat: no-repeat;
}
.form-field .select2-container--default .select2-selection--multiple {
  box-shadow: none;
  background: #FCFCFC;
  font-size: 1rem;
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #1C1C1C;
}
.form-field .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  /*line-height: normal;*/
}
.form-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(61, 105, 203, 0.1);
  border: none;
  color: #3D69CB;
  padding: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1.2rem;
}
.form-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: 0;
  border: 0;
  left: unset;
  color: #3D69CB;
  top: 50%;
  font-size: 1.4rem;
  transform: translateY(-50%);
}
.form-field .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(0, 0, 0, 0.04);
}

.select2-container--default {
  width: calc(100% - 44px) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  background-image: url(../images/icon-dropdown.svg) !important;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 100% !important;
  background-position: center;
  top: unset !important;
  margin-left: -1rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 30px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.form-group {
  background: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem;
}
.form-group .form-control {
  box-shadow: none;
  background: #FCFCFC;
  font-size: 1rem;
  border: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #1C1C1C;
}

.form-check {
  padding-left: 1.8em;
}
.form-check .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.14em;
  margin-left: -1.8em;
}
.form-check .form-check-input:checked {
  background-color: #3D69CB;
  border-color: #3D69CB;
}

.authentication-separator {
  width: 100%;
  text-align: center;
  position: relative;
}
.authentication-separator p {
  margin: 0;
  display: inline-block;
  width: auto;
  color: gray;
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 0 1.2rem;
}
.authentication-separator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
  top: 50%;
  left: 0;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: calc(100% - 8px);
  margin-left: 4px;
  height: 8px;
  border-radius: 10px;
  background-color: #ECECEC;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  cursor: pointer;
  /* Added cursor pointer */
  position: relative;
}
.step-circle span {
  position: absolute;
  left: 0;
  top: 8px;
  color: transparent;
}
.step-circle.active {
  background-color: #3D69CB;
}
.step-circle.active span {
  color: #3D69CB;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
  height: auto !important;
  background: #FCFCFC !important;
  font-size: 1rem;
  border: none;
  padding-top: 0.68rem;
  padding-bottom: 0.68rem;
  color: #1C1C1C;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3D69CB !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selected {
  background-color: #C6C6C6;
}
.select2-container--default .select2-results__option--selectable {
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.select2-container--default .select2-results > .select2-results__options {
  padding: 0 0.5rem;
}
.select2-container--default .select2-search--dropdown {
  padding: 0.5rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #FCFCFC;
  font-size: 1rem;
  border: none;
  padding-top: 0.68rem;
  padding-bottom: 0.68rem;
  color: #1C1C1C;
  border-radius: 0.375rem;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown {
  background-color: #FCFCFC;
  border-color: rgba(0, 0, 0, 0.04);
  z-index: 1100;
}

.main-container {
  padding: 1rem;
}
@media (max-width: 768px) {
    .main-container #side_nav.sidebar {
        justify-content: start;
    }
}
@media (max-width: 1199px) {
  .main-container {
    padding: 0rem;
  }
}
.main-container #side_nav.sidebar {
  background: #3D69CB;
  min-width: 260px;
  max-width: 260px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  border-radius: 0.4rem;
  height: calc(100vh - 35px);
  overflow-x: hidden;
  overflow: auto;
  position: fixed;
  justify-content: space-between;
  box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0);
  /* Scrollbar styles */
  /* Webkit browsers (Chrome, Safari, Edge) */
  /* Firefox */
  /* Optional: Add track styling for Webkit browsers */
  /* Optional: IE and older Edge support */
}
.main-container #side_nav.sidebar.active {
  box-shadow: 0 0 0vh 100vw rgba(0, 0, 0, 0.5);
}
.main-container #side_nav.sidebar::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.main-container #side_nav.sidebar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #2a51a5;
}
.main-container #side_nav.sidebar {
  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: #2a51a5 transparent;
  /* thumb color, track color */
}
.main-container #side_nav.sidebar::-webkit-scrollbar-track {
  background: transparent;
  /* Makes track transparent */
}
.main-container #side_nav.sidebar {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Auto-hides scrollbar */
}
@media (max-width: 320px) {
  .main-container #side_nav.sidebar {
    min-width: 250px;
    max-width: 250px;
  }
}
.main-container .content {
  min-height: calc(100vh - 2rem);
  width: 100%;
  margin-left: 270px;
  padding-top: 65px;
}
@media (max-width: 1199px) {
  .main-container .content {
    margin-left: 0px;
    padding-top: 90px;
  }
}
.main-container .content .navbar {
  position: fixed;
  top: 0px;
  padding-top: 18px;
  z-index: 10;
  background-color: #FFFFFF;
  width: calc(100% - 285px);
}
@media (max-width: 1199px) {
  .main-container .content .navbar {
    width: 100%;
  }
}
.main-container hr.h-color {
  background: #FCFCFC;
}
.main-container .sidebar li {
  margin-bottom: 0.6rem;
  margin-left: 0.6rem;
}
@media (max-width: 1199px) {
  .main-container .sidebar li {
    margin-left: 0;
  }
}
.main-container .sidebar li a {
  padding: 0.5rem;
  color: white;
  text-decoration: none;
  align-items: center;
  width: 100%;
  font-size: 14px;
}
.main-container .sidebar li a .menu-icon {
  padding: 0.5rem 0.6rem;
  background-color: rgba(255, 255, 255, 0.12);
  display: inline-block;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}
.main-container .sidebar li a .menu-icon img {
  width: 20px;
  height: 20px;
}
.main-container .sidebar li.active {
  background: #4C74CE;
  border-radius: 8px;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.25);
  position: relative;
}
.main-container .sidebar li.active::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 54%;
  top: 23%;
  left: -0.7rem;
  background-color: #FFFFFF;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .main-container .sidebar li.active::before {
    display: none;
  }
}
.main-container .sidebar li.active a {
  font-weight: 700;
  color: white;
}
.main-container .sidebar li.active a:hover {
  font-weight: 700;
  color: white;
}
.main-container .sidebar li .profile-tab {
  background-color: #4C74CE;
  border-radius: 0.4rem;
}
.main-container .sidebar li .profile-tab .user-photo img {
  width: 45px;
  height: 45px;
}
@media (max-width: 1199px) {
  .main-container .sidebar li {
    margin-bottom: 0.4rem;
  }
  .main-container .sidebar li a {
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 14px;
  }
  .main-container .sidebar li a .menu-icon {
    padding: 0;
    background-color: transparent;
    display: inline-block;
    border-radius: 0;
    margin-right: 0.5rem;
  }
  .main-container .sidebar li a .menu-icon img {
    width: 20px;
    height: 20px;
  }
  .main-container .sidebar li.active {
    background: transparent;
    border-radius: 8px;
    box-shadow: none;
  }
  .main-container .sidebar li.active a {
    font-weight: 700;
    color: white;
  }
  .main-container .sidebar li.active a:hover {
    font-weight: 700;
    color: white;
  }
}
@media (max-width: 1199px) {
  .main-container #side_nav {
    margin-left: -260px;
    position: absolute;
    min-height: 100vh;
    z-index: 2000;
  }
  .main-container #side_nav.sidebar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .main-container #side_nav.active {
    margin-left: 0;
  }
}

.notification-badge {
  position: relative;
}
.notification-badge span {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -6px;
  right: -6px;
  background: #3D69CB;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
}

.dropdown-link {
  border: 0;
  font-weight: 700;
  color: #1C1C1C;
  background: transparent;
}

.dashboard-card {
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 0.4rem;
  padding: 1.5rem;
  text-decoration: none;
  color: white;
  font-family: "Bricolage Grotesque", serif;
  cursor: pointer;
  transition: 0.5s;
}
.dashboard-card:hover, .dashboard-card:focus, .dashboard-card:active {
  text-decoration: none;
  color: white;
  box-shadow: 0 5px 14px 0 rgba(28, 28, 28, 0.2);
}
@media (max-width: 768px) {
  .dashboard-card {
    padding: 1rem;
  }
  .dashboard-card h5 {
    font-size: 1rem;
  }
}
.dashboard-card .big-text {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .dashboard-card .big-text {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .dashboard-card .big-text {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .dashboard-card .big-text {
    font-size: 26px;
  }
}
.dashboard-card.bg-blue {
  background-color: #3D69CB;
}
.dashboard-card.bg-orange {
  background-color: #FF754C;
}
.dashboard-card.bg-purple {
  background-color: #A259FF;
}
.dashboard-card.bg-green {
  background-color: #34A853;
}
.dashboard-card.bg-light-blue {
  background-color: #D8E1F5;
}
.dashboard-card.bg-red {
  background-color: #FF2727;
}

.form-select-link {
  border: 0;
  font-weight: 700;
  color: #1C1C1C;
  background: transparent;
  outline: 0;
}

.theme-nav-pills .nav-link {
  padding: 1rem;
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
  color: #1C1C1C;
  text-align: left;
}
.theme-nav-pills .nav-link.active {
  background-color: #FCFCFC;
  border-color: #3D69CB;
  color: #1C1C1C;
}
@media (max-width: 991px) {
  .theme-nav-pills .nav-link.active {
    border-color: rgba(0, 0, 0, 0.04);
  }
}
.theme-nav-pills .nav-link .pill-image {
  margin-right: 1rem;
}
.theme-nav-pills .nav-link .pill-image img {
  width: 50px;
}
.theme-nav-pills .nav-link .pill-title h6 {
  color: #1C1C1C;
  font-family: "DM Sans", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
.theme-nav-pills .nav-link .pill-title p {
  color: #9B9B9B;
  font-family: "DM Sans", serif;
  font-size: 14px;
  margin: 0;
}
.theme-nav-pills .nav-link .pill-detail p {
  color: #9B9B9B;
  font-family: "DM Sans", serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}
.theme-nav-pills .nav-link .pill-detail h2 {
  color: #FF754C;
  font-family: "DM Sans", serif;
  font-weight: 700;
  margin: 0;
}

.theme-nav-content {
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.4rem;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .theme-nav-content {
    border-color: transparent;
    background-color: transparent;
  }
}
.theme-nav-content .big-text {
  font-size: 60px;
  line-height: normal;
  font-family: "Bricolage Grotesque", serif;
  font-weight: 700;
  color: #FF754C;
  margin: 1rem 0;
}
.theme-nav-content ul li {
  display: flex;
  margin: 0.6rem 0;
  color: #9B9B9B;
  font-size: 0.9rem;
}

.theme-table .dt-layout-table {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.4rem;
}
.theme-table .dt-search {
  display: none;
}
.theme-table .dataTable {
  background-color: white;
}
.theme-table .dataTable thead tr {
  border: 0;
}
.theme-table .dataTable thead tr th {
  text-align: left;
  background-color: rgba(61, 105, 203, 0.08);
  color: #3D69CB;
  border-bottom: 0;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-wrap: nowrap;
}
.theme-table .dataTable thead tr th::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
  background-color: #3D69CB;
}
.theme-table .dataTable thead tr th:first-child {
  border-top-left-radius: 0.4rem;
}
.theme-table .dataTable thead tr th:last-child {
  border-top-right-radius: 0.4rem;
}
.theme-table .dataTable thead tr th:last-child::after {
  display: none;
}
.theme-table .dataTable tbody tr td {
  text-align: left;
  text-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}
.theme-table .dataTable tbody tr td .user-img {
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.theme-table .dataTable tbody tr td .dropdown-link i {
  font-size: 1.5rem;
}
.theme-table .dataTable tbody tr td::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
  background-color: #ECECEC;
}
.theme-table .dataTable tbody tr td:first-child {
  border-bottom-left-radius: 0.4rem;
}
.theme-table .dataTable tbody tr td:last-child {
  border-bottom-right-radius: 0.4rem;
}
.theme-table .dataTable tbody tr td:last-child::after {
  display: none;
}
.theme-table .dataTable tbody tr:last-child td {
  border-bottom: 0 !important;
}

.list-card {
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.4rem;
}
@media (max-width: 575px) {
  .list-card .col,
  .list-card .col-5,
  .list-card .col-6,
  .list-card .col-7,
  .list-card .col-12 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media (max-width: 400px) {
  .list-card .col,
  .list-card .col-5,
  .list-card .col-6,
  .list-card .col-7,
  .list-card .col-12 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.list-card .user-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.list-card .user-img.rounded {
  border-radius: 0.4rem;
}
.list-card p {
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .list-card p {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .list-card p {
    font-size: 9px;
  }
}
@media screen and (max-width: 340px) {
  .list-card p {
    font-size: 8px;
  }
}
@media (max-width: 575px) {
  .list-card h5 {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .list-card h5 {
    font-size: 0.8rem;
  }
}
.list-card h6 {
  font-family: "DM Sans", serif;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .list-card h6 {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .list-card h6 {
    font-size: 9px;
  }
}
.list-card .badge {
  padding: 0.5rem;
}
.list-card .badge.bg-purple {
  background-color: rgba(162, 89, 255, 0.1);
  color: #A259FF;
}
.list-card .badge.bg-red {
  background-color: rgba(242, 78, 30, 0.1);
  color: #F24E1E;
}
.list-card .badge.bg-green {
  background-color: rgba(52, 168, 83, 0.1);
  color: #34A853;
}
@media (max-width: 400px) {
  .list-card .badge {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .list-card .btn-light-blue,
  .list-card .btn-primary {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .card .sub-details h6,
  .card .sub-details p,
  .card .sub-details span {
    font-size: 14px;
  }
}
.theme-table-mobile .dt-layout-table {
  border-radius: 0.4rem;
}
.theme-table-mobile .dt-layout-table tbody,
.theme-table-mobile .dt-layout-table td,
.theme-table-mobile .dt-layout-table tfoot,
.theme-table-mobile .dt-layout-table th,
.theme-table-mobile .dt-layout-table thead,
.theme-table-mobile .dt-layout-table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0 !important;
}
.theme-table-mobile .dt-layout-table tbody tr td {
  padding: 0;
}
.theme-table-mobile .dt-search {
  display: none;
}

.email-management .theme-table-mobile .card.active {
  border: 1px solid #3D69CB;
}

.flatpickr-calendar {
  overflow: hidden;
  box-shadow: none;
  background: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem;
}
.flatpickr-calendar.inline {
  width: 100%;
}
.flatpickr-calendar .flatpickr-time {
  height: auto;
  max-height: none;
  border: none !important;
}
.flatpickr-calendar .flatpickr-time .numInputWrapper {
  height: auto;
}
.flatpickr-calendar .flatpickr-time input {
  height: auto;
  font-size: 30px;
  font-family: "Bricolage Grotesque", serif;
  font-weight: 700;
  padding: 1rem 0;
}
.flatpickr-calendar .flatpickr-time input:hover {
  background-color: #3D69CB;
  color: white;
}
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm {
  padding: 1rem 0;
}
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover {
  background-color: #3D69CB;
  color: white;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flatpickr-rContainer {
  margin: 0 auto;
}

.file-upload {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  overflow: hidden;
  background: white;
}

.file-input {
  display: none;
  /* Hide default file input */
}

.file-label {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.file-name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  color: #3D69CB;
  font-weight: 600;
}

.file-button {
  color: #9B9B9B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  border-radius: 0.4rem !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: #FCFCFC;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 0.4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: #FCFCFC;
  box-shadow: none;
}

.picker-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.picker-container .picker {
  width: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 120px;
}
.picker-container .picker ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: grab;
  transition: transform 0.2s ease-out;
}
.picker-container .picker ul li {
  height: 30px;
  line-height: 30px;
  color: gray;
  transition: color 0.3s;
  cursor: pointer;
}
.picker-container .picker ul li.active {
  font-size: 18px;
  font-weight: bold;
  color: #1C1C1C;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 575px) {
  .picker-container .picker ul li {
    font-size: 12px;
  }
  .picker-container .picker ul li.active {
    font-size: 14px;
  }
}
.picker-container .picker::before, .picker-container .picker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.picker-container .picker::before {
  top: 0;
}
.picker-container .picker::after {
  bottom: 0;
  transform: rotate(180deg);
}
.picker-container .picker .search-input {
    width: 100%;
    padding: 4px;
    margin-bottom: 4px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.tagify {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tagify__tag__removeBtn {
  color: #3D69CB !important;
}

.tagify__tag > div {
  color: #3D69CB !important;
  font-family: "DM Sans", serif;
  font-weight: 500;
}
.tagify__tag > div::before {
  box-shadow: 0 0 0 2.2em rgba(61, 105, 203, 0.1) inset !important;
}

.tagify__tag > div {
  padding: 10px 15px !important;
}

.tagify__tag__removeBtn:hover + div::before {
    box-shadow: 0 0 0 2.2em #EBF0FA inset !important;
}

.tagify__input {
  min-width: 300px;
}

.job-location-form {
  height: calc(100vh - 130px);
}
@media (max-width: 575px) {
  .job-location-form {
    height: calc(100vh - 170px);
  }
}

.chat-listing {
  background-color: rgb(252, 252, 252);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 15px;
}
.chat-listing .user {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chat-listing .user:not(:last-child) {
  border-bottom: 1px solid rgb(226, 226, 226);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.chat-listing .user .user-image {
  padding-right: 15px;
}
@media (max-width: 375px) {
  .chat-listing .user .user-image {
    padding-right: 10px;
  }
}
.chat-listing .user .user-image img {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  max-width: 45px;
  max-height: 45px;
}
@media (max-width: 375px) {
  .chat-listing .user .user-image img {
    height: 35px;
    width: 35px;
    max-width: 35px;
    max-height: 35px;
  }
}
.chat-listing .user .user-image.rounded img {
  border-radius: 0.4rem;
}
.chat-listing .user .user-detail {
  font-family: "DM Sans", serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
}
@media (max-width: 375px) {
  .chat-listing .user .user-detail {
    flex-wrap: wrap;
  }
}
.chat-listing .user .user-detail h6 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .chat-listing .user .user-detail h6 {
    font-size: 12px;
  }
}
.chat-listing .user .user-detail p {
  font-size: 12px;
  font-weight: 700;
  color: #9B9B9B;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .chat-listing .user .user-detail p {
    font-size: 10px;
  }
}
.chat-listing .user .message-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.chat-listing .user .message-detail p {
  font-size: 16px;
  color: #9B9B9B;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 375px) {
  .chat-listing .user .message-detail p {
    font-size: 12px;
  }
}
.chat-listing .user .message-detail svg {
  fill: #9B9B9B;
  min-width: 15px;
}
.chat-listing .user .message-detail svg.read {
  fill: #3D69CB;
}
.chat-listing .user .message-detail .unread-message {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3D69CB;
  color: #FFFFFF;
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  max-height: 20px;
  max-width: 20px;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 375px) {
  .chat-listing .user .message-detail .unread-message {
    min-height: 16px;
    min-width: 16px;
    max-height: 16px;
    max-width: 16px;
    font-size: 10px;
  }
}

.chat-screen {
  background-color: #FCFCFC;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.chat-screen .screen-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px 30px 16px 30px;
}
@media (max-width: 575px) {
  .chat-screen .screen-header {
    padding: 16px;
  }
}
.chat-screen .screen-header .user-image {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  max-width: 45px;
  max-height: 45px;
}
.chat-screen .screen-header h6 {
  margin-bottom: 2px;
  font-weight: 700;
}
.chat-screen .screen-header .active-status {
  color: #34A853;
  margin-bottom: 0;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}
.chat-screen .screen-header .active-status::before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #34A853;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.chat-screen .screen-body {
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  height: calc(100vh - 310px);
  overflow-x: hidden;
  overflow-y: auto;
}
.chat-screen .screen-body .message {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  max-width: 70%;
}
@media (max-width: 575px) {
  .chat-screen .screen-body .message {
    max-width: 100%;
  }
}
.chat-screen .screen-body .message:not(:last-child) {
  margin-bottom: 16px;
}
.chat-screen .screen-body .message.send {
  background-color: #3D69CB;
  color: #FFFFFF;
  margin-left: auto;
  border-radius: 5px 5px 0px 5px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.chat-screen .screen-body .message.send img {
  margin-left: 6px;
  width: auto !important;
}
.chat-screen .screen-body .message.receive {
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: rgb(28, 28, 28);
  border-radius: 5px 5px 5px 0px;
}
.chat-screen .screen-body .message.receive span {
  color: rgb(155, 155, 155);
}
.chat-screen .screen-body .message p {
  margin-bottom: 2px;
}
.chat-screen .screen-body .message span {
  font-size: 14px;
  font-weight: 700;
}
.chat-screen .screen-body .new-message-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.chat-screen .screen-body .new-message-date .day-badge {
  background-color: #f3f3f3;
  padding: 5px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.chat-screen .screen-body .new-message-date .day-badge p {
  color: #9B9B9B;
  margin-bottom: 0;
  font-weight: 700;
}
.chat-screen .screen-body .new-message-date span {
  color: #9B9B9B;
  font-size: 14px;
}
.chat-screen .screen-footer {
  padding: 0px 30px 16px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .chat-screen .screen-footer {
    padding: 16px;
  }
}
.chat-screen .screen-footer .upload-data .dropdown-menu {
  background-color: transparent;
  border: 0;
}
.chat-screen .screen-footer .upload-data .dropdown-menu li {
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: rgb(28, 28, 28);
}
.chat-screen .screen-footer .upload-data .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 10px 12px;
}
.chat-screen .screen-footer .upload-data .dropdown-menu .dropdown-item img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.add-benefits .nav .nav-link {
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
  color: #9B9B9B;
  text-align: start;
  min-width: -moz-max-content;
  min-width: max-content;
}
.add-benefits .nav .nav-link.active {
  background-color: rgba(61, 105, 203, 0.11);
  color: #3D69CB;
  font-weight: 700;
  position: relative;
}
.add-benefits .nav .nav-link.active::after {
  content: "";
  background-image: url(../images/icon-arrow-right-fill-blue.svg);
  position: absolute;
  right: -10px;
  height: 11px;
  width: 6px;
  background-repeat: no-repeat;
  background-size: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .add-benefits .nav .nav-link {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.add-benefits .tab-content .form-group {
  padding: 15px;
}
@media (max-width: 575px) {
  .add-benefits .tab-content .form-check-label {
    font-size: 12px;
  }
  .add-benefits .tab-content .form-group {
    padding: 10px;
  }
}

.preview-page .top-header .preview-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-page .left-section {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .preview-page .left-section {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .preview-page .left-section {
    padding: 10px;
  }
}
.preview-page .left-section .item {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .preview-page .left-section .item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.preview-page .left-section .item:first-child {
  padding-top: 0px;
}
.preview-page .left-section .item:last-child {
  padding-bottom: 0px;
}
.preview-page .left-section .item:not(:last-child) {
  border-bottom: 1px solid rgb(226, 226, 226);
}
@media (max-width: 991px) {
  .preview-page .left-section .item:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid rgb(226, 226, 226);
  }
}
.preview-page .left-section .item span {
  color: #9B9B9B;
}
.preview-page .left-section .item p {
  font-weight: 700;
  margin-bottom: 0;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .preview-page .left-section .item span,
  .preview-page .left-section .item p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .preview-page .left-section .item span,
  .preview-page .left-section .item p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .preview-page .left-section {
    padding: 0;
  }
}
.preview-page .badge-list .badge {
  background-color: rgb(243, 243, 243);
  padding: 10px 20px;
  border-radius: 50px;
  color: #9B9B9B;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.preview-page p {
  color: rgb(155, 155, 155);
}

.theme-box {
  background-color: rgb(252, 252, 252);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 15px;
}

.edit-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.profile-photo {
  position: relative;
}
.profile-photo img {
  border-radius: 0.4rem;
}
.profile-photo h3 {
  position: absolute;
  left: 1rem;
  bottom: 4rem;
  color: #FFFFFF;
}
.profile-photo .bg-designation {
  background-color: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  color: #FFFFFF;
}

.theme-tabs {
  display: flex;
  justify-content: stretch;
  gap: 1rem;
  border: 0;
}
.theme-tabs li {
  flex: 1;
  margin-bottom: 1rem;
}
.theme-tabs li.nav-item {
  width: 100%;
}
.theme-tabs li.nav-item button {
  width: 100%;
  background-color: rgba(61, 105, 203, 0.1);
  border: 0;
  border-radius: 0.4rem;
  font-family: "DM Sans", serif;
  font-weight: 500;
  color: #3D69CB;
}
.theme-tabs li.nav-item button.active {
  background-color: #3D69CB;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .theme-tabs {
    gap: 10px;
  }
  .theme-tabs li button {
    font-size: 12px;
    white-space: nowrap;
    padding: 10px 10px;
  }
}

.edit-profile-photo {
  position: relative;
}
.edit-profile-photo img {
  border-radius: 1.5rem;
}
.edit-profile-photo .btn-edit-picture {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 10px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #9B9B9B;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #9B9B9B;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

.toggle-switch.blue input:checked + .slider::before {
  background-color: #3D69CB;
}

.language-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#language-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#language-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #ECECEC;
  margin: 0;
  transition: background 0.3s;
  position: relative;
}
#language-list li:last-child {
  border-bottom: 0;
}
#language-list li:hover {
  background: rgba(0, 0, 0, 0.04);
}
#language-list li img {
  width: 26px;
  height: auto;
}
#language-list li .check-icon {
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.2s;
}
#language-list li .check-icon img {
  width: 14px;
}
#language-list li.selected .check-icon {
  opacity: 1;
}

.user-list .user {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.user-list .user:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.user-list .user .user-image {
  margin-right: 15px;
  position: relative;
}
.user-list .user .user-image .img {
  height: 50px;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.user-list .user .user-image .icon img {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  right: -2px;
}
.user-list .user .user-detail p {
  font-weight: 700;
  margin-bottom: 0;
}
.user-list .user .user-detail span {
  color: #9B9B9B;
}

.search-jobs-page .job-detail-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.search-jobs-page .job-detail-list .job-detail {
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #9B9B9B;
  background-color: rgb(243, 243, 243);
  padding: 6px 15px;
  border-radius: 20px;
}
.search-jobs-page .left-section .job-list .job {
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}
.search-jobs-page .left-section .job-list .job .top-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.search-jobs-page .left-section .job-list .job .top-section .job-profile-image {
  margin-right: 10px;
}
.search-jobs-page .left-section .job-list .job .top-section .job-profile-image img {
  min-height: 45px;
  min-width: 45px;
  height: 45px;
  width: 45px;
  max-height: 45px;
  max-width: 45px;
  border-radius: 7px;
}
.search-jobs-page .left-section .job-list .job .job-description p {
  color: #9B9B9B;
  margin-bottom: 10px;
}
.search-jobs-page .left-section .job-list .job .expiry-and-share {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .search-jobs-page .left-section .job-list .job h6 {
    font-size: 14px;
  }
  .search-jobs-page .left-section .job-list .job p {
    font-size: 12px;
  }
}
.search-jobs-page .right-section {
  background-color: rgb(252, 252, 252);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 15px;
}
.search-jobs-page .right-section .job-detail-section {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .search-jobs-page .right-section .job-detail-section {
    padding: 10px;
  }
}
.search-jobs-page .right-section .job-detail-section .item {
  width: 100%;
}
@media (max-width: 991px) {
  .search-jobs-page .right-section .job-detail-section .item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.search-jobs-page .right-section .job-detail-section .item:not(:last-child) {
  border-right: 1px solid rgb(226, 226, 226);
}
.search-jobs-page .right-section .job-detail-section .item span {
  color: #9B9B9B;
}
.search-jobs-page .right-section .job-detail-section .item p {
  font-weight: 700;
  margin-bottom: 0;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .search-jobs-page .right-section .job-detail-section .item span,
  .search-jobs-page .right-section .job-detail-section .item p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .search-jobs-page .right-section .job-detail-section .item span,
  .search-jobs-page .right-section .job-detail-section .item p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .search-jobs-page .right-section .job-detail-section {
    padding: 0;
  }
}
.search-jobs-page .right-section .description p {
  color: rgb(155, 155, 155) !important;
}
@media (max-width: 575px) {
  .search-jobs-page .right-section .description p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .search-jobs-page .right-section {
    padding: 0px;
    background: transparent;
    border: none;
    border-radius: 0;
  }
}

.plan-management-page .plans-list .plan {
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.plan-management-page .plans-list .plan.active {
  border: 1px solid #3D69CB;
}
.plan-management-page .plans-list .plan .top-section {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.plan-management-page .plans-list .plan .top-section h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.plan-management-page .plans-list .plan .top-section p {
  color: #9B9B9B;
  margin-bottom: 0px;
}
.plan-management-page .plans-list .plan .plan-price {
  display: flex;
  align-items: end;
}
.plan-management-page .plans-list .plan .plan-price h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.plan-management-page .plans-list .plan .plan-price p {
  margin-bottom: 10px;
}
.plan-management-page .selected-plan {
  background-color: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 35px;
  cursor: pointer;
  margin-bottom: 15px;
}
.plan-management-page .selected-plan.active {
  border: 1px solid #3D69CB;
}
.plan-management-page .selected-plan .top-section {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.plan-management-page .selected-plan .top-section h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.plan-management-page .selected-plan .top-section p {
  color: #9B9B9B;
  margin-bottom: 0px;
}
.plan-management-page .selected-plan .plan-price {
  display: flex;
  align-items: end;
}
.plan-management-page .selected-plan .plan-price h3 {
  font-size: 70px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.plan-management-page .selected-plan .plan-price p {
  margin-bottom: 10px;
}
.plan-management-page .selected-plan .plan-detail {
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: none;
}
.plan-management-page .selected-plan .plan-detail li {
  position: relative;
}
.plan-management-page .selected-plan .plan-detail li:not(:last-child) {
  margin-bottom: 20px;
}
.plan-management-page .selected-plan .plan-detail li::before {
  content: "";
  background-image: url("../images/icon-check-mark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .plan-management-page.transaction .plan-price h3 {
    color: #3D69CB;
  }
}
.plan-management-page.transaction .selected-plan .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2e2e2;
}
.plan-management-page.transaction .selected-plan .detail h2 {
  font-size: 60px;
  font-weight: 600;
  color: #3D69CB;
  line-height: normal;
}
.plan-management-page.transaction .selected-plan .listed-detail {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2e2e2;
}
.plan-management-page.transaction .selected-plan .listed-detail .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-management-page.transaction .selected-plan .listed-detail .item:not(:last-child) {
  margin-bottom: 15px;
}
.plan-management-page.transaction .selected-plan .listed-detail .item span {
  color: #9B9B9B;
}
.plan-management-page.transaction .selected-plan .listed-detail .item p {
  font-weight: 700;
}

@media only screen and (max-width: 375px) {
  .responsive-fs-12 {
    font-size: 12px;
  }
}

.share-via-social .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.share-via-social .social-list .social {
  display: inline-block;
  padding: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .share-via-social .social-list .social {
    padding: 9px;
  }
}

.close-sidebar-btn {
  position: fixed;
  top: 15px;
  left: 270px;
  z-index: 10000;
}
@media (max-width: 320px) {
  .close-sidebar-btn {
    left: 255px;
  }
}

.select2-icon {
  position: relative;
}
.select2-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 54px !important;
}
.select2-icon .field-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 18px;
  transform: translateY(-50%);
  z-index: 1;
}

.transection-messages .failed {
  border-bottom: solid 4px #F24E1E !important;
}
.transection-messages .success {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.0980392157);
  padding: 45px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 4px #34A853;
}
.transection-messages .success h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
.transection-messages .success p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #495057;
  font-weight: 500;
}
@media (max-width: 575px) {
  .transection-messages .success {
    padding: 20px;
  }
  .transection-messages .success h2 {
    font-size: 22px;
  }
  .transection-messages .success p {
    font-size: 16px;
  }
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #3D69CB !important;
}/*# sourceMappingURL=style.css.map */

.paddintopDelete {
    padding-top: 13px !important;
}
.textWrapAuo {
    text-wrap:auto !important;
}
.cke_bottom {
    display: none !important;
}

.logo-size{
    width:50px;
    height:40px;
}




.main-container {
    padding: 1rem;
}

@media (max-width: 1199px) {
    .main-container {
        padding: 0rem;
    }
}

.main-container #side_nav.sidebar {
    background: #3D69CB;
    min-width: 260px;
    max-width: 260px;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    border-radius: 0.4rem;
    height: calc(100vh - 35px);
    overflow-x: hidden;
    overflow: auto;
    position: fixed;
    justify-content: space-between;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0);
    transform: translateX(0);
    /* Scrollbar styles */
    /* Webkit browsers (Chrome, Safari, Edge) */
    /* Firefox */
    /* Optional: Add track styling for Webkit browsers */
    /* Optional: IE and older Edge support */
}

    .main-container #side_nav.sidebar.active {
        box-shadow: 0 0 0vh 100vw rgba(0, 0, 0, 0.5);
    }

    .main-container #side_nav.sidebar::-webkit-scrollbar {
        width: 8px;
        height: 10px;
    }

    .main-container #side_nav.sidebar::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #2a51a5;
    }

.main-container #side_nav.sidebar {
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: #2a51a5 transparent;
    /* thumb color, track color */
}

    .main-container #side_nav.sidebar::-webkit-scrollbar-track {
        background: transparent;
        /* Makes track transparent */
    }

.main-container #side_nav.sidebar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Auto-hides scrollbar */
}

@media (max-width: 768px) {
    .main-container #side_nav.sidebar {
        justify-content: start;
    }
}

@media (max-width: 320px) {
    .main-container #side_nav.sidebar {
        min-width: 250px;
        max-width: 250px;
    }
}

.main-container #side_nav.minimised {
    transform: translateX(-150%);
}

.main-container .content {
    min-height: calc(100vh - 2rem);
    width: 100%;
    margin-left: 270px;
    padding-top: 65px;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .main-container .content {
        margin-left: 0px;
        padding-top: 90px;
    }
}

.main-container .content .navbar {
    position: fixed;
    top: 0px;
    padding-top: 18px;
    z-index: 10;
    background-color: #FFFFFF;
    width: calc(100% - 285px);
}

@media (max-width: 1199px) {
    .main-container .content .navbar {
        width: 100%;
    }
}

.main-container .content.minimised {
    margin-left: 0;
}

    .main-container .content.minimised .navbar {
        width: calc(100% - 35px);
    }

.main-container hr.h-color {
    background: #FCFCFC;
}

.main-container .sidebar li {
    margin-bottom: 0.6rem;
    margin-left: 0.6rem;
}

@media (max-width: 1199px) {
    .main-container .sidebar li {
        margin-left: 0;
    }
}

.main-container .sidebar li a {
    padding: 0.5rem;
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

    .main-container .sidebar li a .menu-icon {
        padding: 0.5rem 0.6rem;
        background-color: rgba(255, 255, 255, 0.12);
        display: inline-block;
        border-radius: 0.5rem;
        margin-right: 0.5rem;
    }

        .main-container .sidebar li a .menu-icon img {
            width: 20px;
            height: 20px;
        }

.main-container .sidebar li.active {
    background: #4C74CE;
    border-radius: 8px;
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.25);
    position: relative;
}

    .main-container .sidebar li.active::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 54%;
        top: 23%;
        left: -0.7rem;
        background-color: #FFFFFF;
        border-radius: 5px;
    }

@media (max-width: 1199px) {
    .main-container .sidebar li.active::before {
        display: none;
    }
}

.main-container .sidebar li.active a {
    font-weight: 700;
    color: white;
}

    .main-container .sidebar li.active a:hover {
        font-weight: 700;
        color: white;
    }

.main-container .sidebar li .profile-tab {
    background-color: #4C74CE;
    border-radius: 0.4rem;
}

    .main-container .sidebar li .profile-tab .user-photo img {
        width: 45px;
        height: 45px;
    }

@media (max-width: 1199px) {
    .main-container .sidebar li {
        margin-bottom: 0.4rem;
    }

        .main-container .sidebar li a {
            padding: 0.5rem;
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            display: inline-block;
            width: 100%;
            font-size: 14px;
        }

            .main-container .sidebar li a .menu-icon {
                padding: 0;
                background-color: transparent;
                display: inline-block;
                border-radius: 0;
                margin-right: 0.5rem;
            }

                .main-container .sidebar li a .menu-icon img {
                    width: 20px;
                    height: 20px;
                }

        .main-container .sidebar li.active {
            background: transparent;
            border-radius: 8px;
            box-shadow: none;
        }

            .main-container .sidebar li.active a {
                font-weight: 700;
                color: white;
            }

                .main-container .sidebar li.active a:hover {
                    font-weight: 700;
                    color: white;
                }
}

@media (max-width: 1199px) {
    .main-container #side_nav {
        margin-left: -260px;
        position: absolute;
        min-height: 100vh;
        z-index: 2000;
    }

        .main-container #side_nav.sidebar {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .main-container #side_nav.active {
            margin-left: 0;
        }
}

.form-field .select2-container--default .select2-selection--multiple {
    line-height: 1rem;
}
@media (max-width: 425px) {
    .notification-dropdown {
        right: 0;
        width: 320px;
    }

        .notification-dropdown .inner-section:after, .notification-dropdown .inner-section::before {
            right: 95px;
        }
}

@media (max-width: 520px) {
    .notification-dropdown {
        right: 0;
        width: 330px;
    }

        .notification-dropdown .inner-section:after, .notification-dropdown .inner-section::before {
            right: 95px;
        }
}
