:root {
  --inter-font: "Inter", sans-serif;
  --login-width: 450px;
  --box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  --primary-link-color: #3286f9;
  --primary-background-color: #7300e6;
  --primary-border-color: #7300e6;
  --primary-color: #7300e6;
  --green-color: #75c20f;
}

#app-page {
  font-family: var(--inter-font);
  letter-spacing: -0.5px;
  color: #000;
  line-height: 1.4;
}

/*font start*/
#app-page,
#app-page .dropdown-menu,
#app-page .profile-droupdown .btn,
#app-page .btn,
#app-page .form-select,
#app-page .form-control {
  font-size: 0.8rem;
}

@media (min-width: 1600px) {
  #app-page,
  #app-page .dropdown-menu,
  #app-page .profile-droupdown .btn,
  #app-page .btn,
  #app-page .form-select,
  #app-page .form-control {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  #app-page,
  #app-page .dropdown-menu,
  #app-page .profile-droupdown .btn,
  #app-page .btn,
  #app-page .form-select,
  #app-page .form-control {
    font-size: 0.9rem;
  }
}

/*font end*/

#app-page header {
  padding: 0 2.1rem;
  height: 72px;
}

#app-page main {
  min-height: calc(100vh - 122px);
}

/*container start*/
#app-page .container {
}

.container-fluid {
}


@media (min-width: 1200px) {
  .container-fluid {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 1700px;
  }
}

@media (max-width: 1200px) {

  #app-page .container,
  .container-fluid {
      padding-left: 20px;
      padding-right: 20px;
  }
}

@media (max-width: 640px) {
  #app-page .w-50 {
    width: auto !important;
  }
}

/*container end*/

#app-page .bg-lgray {
  background-color: #f0f0f5;
}

/*logo start*/
#app-page .logo {
  width: 100%;
  max-width: 175px;
}

#app-page .logo a {
  line-height: 70px;
  display: inline-block;
}

@media (max-width: 1200px) {
  #app-page .logo {
    width: 150px;
  }
}

/*logo end*/

/*profile start*/
#app-page .profile-droupdown {
}

#app-page .profile-droupdown .dropdown-menu {
  min-width: 350px;
}

@media (max-width: 1200px) {
  #app-page .profile-droupdown .btn {
  }
}

/*profile end*/

/*form, link, text and button start*/
a {
  color: var(--primary-link-color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

#app-page .text-purple {
  color: var(--primary-color);
}

#app-page .text-green {
  color: var(--green-color);
}

#app-page .text-black-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}

#app-page .text-black-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}

#app-page .link-primary {
  color: var(--primary-link-color);
}

#app-page .link-primary:hover {
  color: var(--primary-color);
}

#app-page .btn {
  border-radius: 50px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.1;
}

#app-page .btn-primary {
  color: #fff;
  background-color: var(--primary-background-color);
  border-color: var(--primary-border-color);
}

#app-page .text-primary {
  color: var(--primary-background-color);
  background-color: transparent;
  border-color: var(--primary-border-color);
}

#app-page .link-primary {
  color: var(--primary-link-color);
}

#app-page .btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-border-color);
}

@media (min-width: 1600px) {
  #app-page .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1400px) {
  #app-page .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.9;
    min-height: 40px;
  }
}

#app-page .small-form {
  max-width: var(--login-width);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

#app-page .form-select,
#app-page .form-control {
  border-color: #999999;
  font-weight: 600;
}

#app-page .form-control-inline {
  display: inline-block;
}

#app-page .form-check-box {
  padding: 10px 10px 10px 37px;
  background: #fff;
  border-radius: 5px;
  border: #999999 solid 1px;
}

@media (max-width: 1200px) {
  #app-page .btn,
  #app-page .form-select,
  #app-page .form-control {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 34px;
    line-height: normal;
  }
}

form .bootstrap-select > .dropdown-toggle {
  display: block;
  width: 100%;
  padding-left: 11px;
  padding-right: 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 0.9rem;
}

/*form end*/

#app-page .fs-50-per {
  font-size: 50%;
}

#app-page .fs-75-per {
  font-size: 75%;
}

#app-page .fs-80-per {
  font-size: 80%;
}

#app-page .fs-90-per {
  font-size: 90%;
}

#app-page img {
  max-width: 100%;
}

#app-page hr {
  border-color: #ccc;
}

#app-page .border-gray {
  border-color: #cccccc !important;
}

#app-page .border-black {
  opacity: 1;
  border-color: #000 !important;
  background-color: #000 !important;
}

#app-page .b-radius-60px {
  border-radius: 60px !important;
}

#app-page .progress-bar {
  background-color: var(--primary-link-color);
}

#app-page .dropdown-toggle-arrow-none::after {
  content: none !important;
}

/* select-job-option start */

#app-page .select-job-option {
  color: #626262;
  margin-bottom: 0.05em;
}

#app-page .select-job-option:hover {
  color: #414141;
  margin-bottom: 0.05em;
}

#app-page .select-job-option:active {
  color: #000000;
  margin-bottom: 0.05em;
}

#app-page .company-card {
  border-color: #999999 !important;
  background-color: white !important;
  color: #000 !important;
  font-weight: 500 !important;
}

/* select-job-option end */

#app-page .card {
  border-color: #999999;
  background-color: white;
  color: #000;
  border-radius: 10px;
  font-weight: 500;
}

#app-page .card-number {
  font-size: 45px;
  font-weight: bold;
}

#app-page .company-card:hover {
  border-color: white !important;
  background-color: rgb(157, 157, 157) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

#app-page .company-card:active {
  border-color: white !important;
  background-color: rgb(119, 119, 119) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

/*page-content-center start*/
#app-page .page-content-center {
  min-height: calc(100vh);
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  #app-page .page-content-center {
    min-height: calc(100vh);
  }
}

/*page-content-center end*/

#app-page .mw-100px {
  min-width: 100px !important;
}

/*shadow-1 start*/
.shadow-1 {
  box-shadow: var(--box-shadow) !important;
}

/* @media (max-width: 1200px) {
  #app-page .shadow-1 {
    box-shadow: none !important;
  }
} */

/*shadow-1 end*/

/* body margins start */
#app-page .ms-25 {
  margin-left: 25%;
}

#app-page .me-25 {
  margin-right: 25%;
}

/* body margins end */

/* adjust-line-height start */
#app-page .adjust-line-height {
  line-height: 1.25em;
  font-size: 1.1em;
}

/* adjust-line-height end */

/*table start*/
#app-page .table-box {
  min-width: 100%;
  display: block;
}

#app-page .table > :not(:first-child) {
  border-top: 1px;
}

#app-page .table tr {
  border-color: #ccc;
}

#app-page .table thead tr th {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}

#app-page div.dt-row {
  margin-top: 10px;
}

@media (max-width: 640px) {
  #app-page .table-box {
    overflow-x: scroll;
  }

  #app-page .table-box .table {
    width: 540px;
  }
}

@media (max-width: 1000px) {
  #app-page .table-lg-box {
    overflow-x: scroll;
  }

  #app-page .table-lg-box .dataTables_wrapper {
    min-width: 1000px;
  }
}

/*table end*/

/*gradient start*/
.gr-bg {
  background: rgb(254, 95, 159);
  background: linear-gradient(
    353deg,
    rgba(254, 95, 159, 1) 0%,
    rgba(175, 96, 141, 1) 12%,
    rgba(123, 67, 158, 1) 53%,
    rgba(0, 253, 253, 1) 100%
  );
  /* background: url(/assets/images/bg/warm-bg.jpg) no-repeat center center; */
  background-size: cover;
}

.gr-bg-interview {
  background: rgb(254, 95, 159);
  background: linear-gradient(
    353deg,
    rgba(254, 95, 159, 1) 0%,
    rgba(175, 96, 141, 1) 12%,
    rgba(123, 67, 158, 1) 53%,
    rgba(0, 253, 253, 1) 100%
  );
  background: url(/assets/images/bg/warm-bg.jpg) no-repeat center center;
  background-size: cover;
}

.gr-bg-interview:hover {
  background: rgb(224, 65, 129);
  background: linear-gradient(
    353deg,
    rgba(224, 65, 129, 1) 0%,
    rgba(145, 66, 111, 1) 12%,
    rgba(93, 37, 128, 1) 53%,
    rgba(0, 223, 223, 1) 100%
  );
  background: url(/assets/images/bg/warm-bg.jpg) no-repeat center center;
  background-size: cover;
}

.gr-bg-interview:active {
  background: rgb(194, 35, 99);
  background: linear-gradient(
    353deg,
    rgba(194, 35, 99, 1) 0%,
    rgba(115, 36, 81, 1) 12%,
    rgba(63, 7, 98, 1) 53%,
    rgba(0, 193, 193, 1) 100%
  );
  background: url(/assets/images/bg/warm-bg.jpg) no-repeat center center;
  background-size: cover;
}

/*gradient end*/


/*number start*/
#app-page .number {
  font-size: 75px;
  font-weight: 900;
}

#app-page .number-1 {
  font-size: 60px;
}

@media (max-width: 768px) {
  #app-page .number {
    font-size: 60px;
    font-weight: 900;
  }
}

/*number end*/



/*hero start*/
#app-page .hero {
  position: relative;
}

#app-page .hero .btn-block {
  position: absolute;
  left: 0%;
  bottom: 15%;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
}

#app-page .hero .btn {
  text-align: center;
}

/*hero end*/

/*company-buttons start*/
#app-page .company-buttons {
  display: flex;
}

#app-page .company-buttons .btn {
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  color: #000;
  margin: 0 6px 6px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  /* width: 33.333%; */
}

#app-page .company-buttons .btn span {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
}

#app-page .company-buttons .btn:hover {
  background-color: #fff;
  border-color: var(--primary-link-color);
}

#app-page .company-buttons .btn:last-child {
  margin-right: 0;
}

@media (max-width: 640px) {
  #app-page .company-buttons .btn {
    padding: 0 8px;
  }

  #app-page .company-buttons .btn img {
    width: 16px;
  }

  #app-page .company-buttons .btn span {
    margin-right: 6px;
  }
}

/*company-buttons end*/

#app-page .admin-account {
}

#app-page .admin-sidbar {
  padding-top: 20px;
  display: none;
  min-height: calc(100vh - 93px);
}

#app-page .admin-content {
  padding: 20px;
  width: 100%;
}

#app-page .admin-account {
  margin-bottom: -50px;
}

aside .dropdown-item {
  padding: 0.5rem;
  white-space: break-spaces;
  text-indent: 0;
}

@media (min-width: 1200px) {
  #app-page .admin-account {
    display: flex;
    width: 100%;
    /* margin-left: -20px; */
    /* margin-right: -20px; */
  }

  #app-page .admin-sidbar {
    display: block;
    width: 100%;
    max-width: 250px;
    border-top: 1px solid #e9edf4;
  }

  #app-page .admin-content {
    padding: 30px;
    padding-right: 20px;
  }
}

/*tooltip-popup start*/
#app-page .tooltip-popup {
  width: 380px;
  position: absolute;
  left: 100%;
  top: -32px;
  z-index: 2;
  padding: 20px;
  display: none;
  margin-left: -2px;
  box-shadow: -6px 0 30px 10px rgb(0 0 0 / 10%);
}

#app-page .tooltip-box {
  position: relative;
  padding: 5px;
  padding-left: 0;
  padding-right: 30px;
  display: inline-block;
}

#app-page .tooltip-box:hover .tooltip-popup {
  z-index: 5;
  display: block;
}

#app-page .tooltip-popup:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 25px;
}

#app-page .tooltip-popup ul {
  list-style-type: disc;
  padding-left: 18px;
}

#app-page .tooltip-popup ul li {
  padding-bottom: 5px;
}

@media (max-width: 1200px) {
  #app-page .tooltip-popup {
    left: 0;
    top: 100%;
    width: 280px;
  }

  #app-page .tooltip-popup:before {
    opacity: 0;
  }
}

/*tooltip-popup end*/

/*menu start*/
#app-page .menu .navbar-nav {
  display: flex;
  flex-direction: row;
}

#app-page .menu .navbar-nav .nav-item {
  padding: 0 15px;
}

#app-page .menu {
}

#app-page .menu .nav-link {
  line-height: 70px;
  padding: 0;
}

/*.Dashboard-page .menu .nav-link.Dashboard-link a,
#app-page .Candidates-page .menu .nav-link.Candidates-link a,
#app-page .Jobs-page .menu .nav-link.Jobs-link a,
#app-page .Interviews-page .menu .nav-link.Interviews-link a { color:#000;}


#app-page .Dashboard-page .Candidates-link a,
#app-page .Candidates-page .Candidates-link a,
#app-page .Jobs-page .Candidates-link a,
#app-page .Interviews-page .Candidates-link a { color: #000 !important; }
*/
/*menu end*/

li.or-text {
  text-align: center;
  width: 48%;
  border-bottom: solid 1px #ccc;
  height: 10px;
  margin: 10px 0 20px 3rem;
}

li.or-text span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-size: 80%;
}

#app-page .files input {
  outline: 2px dashed #c6c6c6;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  background: #f5f5f5;
}

#app-page .files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

#app-page .files {
  position: relative;
}

#app-page .files:after {
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "\f2bf";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  color: #0d6efd;
}

#app-page .color input {
  background-color: #f1f1f1;
}

#app-page .files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #0d6efd;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

#app-page aside h4 {
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#app-page .help-text {
  font-size: 80%;
  opacity: 0.7;
}

#app-page .img-file {
  background: rgb(0 0 0 / 10%);
  border-radius: 5px;
  text-align: center;
  width: 260px;
  height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#app-page .img-file input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  opacity: 0;
}

#app-page .img-file i.bi.bi-image {
  font-size: 80px;
  opacity: 0.2;
}

#app-page i.bi.bi-plus-circle-fill {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 25px;
  margin: -16px 0 0 -12px;
  opacity: 0.5;
}

#app-page .form-control::placeholder {
  font-weight: normal;
  font-size: 85%;
}

#app-page .nav-2 a {
  color: #000;
}

#app-page .summary-active .nav-2 .summary a,
#app-page .question-active .nav-2 .summary a,
#app-page .question-active .nav-2 .question a,
#app-page .configure-active .nav-2 a {
  color: #0d6efd;
}

#app-page .form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
}

#app-page .form-check {
  /* min-height: 2rem; */
}

td .form-check-input {
  position: relative;
  top: -2px;
}

#app-page .text-gr {
  background: -webkit-linear-gradient(#e83f5e, #9a08ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#app-page .title-text {
  display: flex;
  align-items: center;
}

#app-page .title-text i {
  font-size: 34px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  #app-page .navbar-toggler {
    display: block;
    /* width: 40px; */
    height: 40px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 25;
    opacity: 1;
  }

  #app-page .menu ul.nav {
    position: absolute;
    top: 70px;
    right: 0;
    display: none;
    background: #f1f1f1;
    text-align: center;
    display: none;
    z-index: 5;
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
  }

  #app-page .menu ul.nav.active {
    display: block;
    background: #fff;
    padding: 15px;
    width: 223px;
  }

  #app-page .menu ul.nav .nav-link {
    line-height: normal;
    text-align: left;
    padding: 10px;
    font-weight: 600;
  }

  #app-page .menu .navbar-nav .nav-item {
    padding: 0;
  }

  #app-page header {
    padding: 0;
  }

  #app-page .admin-sidbar {
    display: block;
    z-index: 2;
    position: relative;
  }

  #app-page .admin-sidbar .dropdown-menu {
    background: transparent;
  }

  #app-page .admin-account {
    display: flex;
  }

  #app-page .admin-sidbar ul.dropdown-menu {
    min-width: inherit;
  }

  #app-page aside .dropdown-item {
    padding: 15px 10px;
    align-content: space-between;
    text-align: center;
  }

  #app-page aside .dropdown-item i {
    display: block;
    font-size: 20px;
  }

  #app-page aside .dropdown-item .ps-2 {
    padding-left: 0 !important;
    display: block !important;
    margin-top: -14px;
  }

  #app-page li.or-text {
    width: auto;
    margin: 10px;
  }

  #app-page .footer {
    display: none;
  }

  #app-page main {
    min-height: calc(100vh - 74px);
  }

  #app-page .admin-account.questions-page {
    display: block;
  }

  #app-page .admin-account.questions-page aside.admin-sidbar.bg-white {
    min-height: inherit;
    min-width: 100%;
  }

  #app-page .admin-account.questions-page .admin-content {
    min-width: 100%;
  }

  #app-page .admin-account.questions-page .admin-content {
    width: 100%;
  }
}


/*gradient start*/




#app-page .admin-content {
  padding: 20px;
  width: 100%;
}

/*ag-grid-material start*/
#app-page .ag-theme-material {
  --ag-font-family: "Inter", sans-serif !important;
  --ag-header-foreground-color: black !important;
}

/*ag-grid-material end*/


#app-page .modal-90w {
  max-width: none !important;
  width: 90%
}

#app-page .ql-toolbar {
  border-top-right-radius: .375rem;
  border-top-left-radius: .375rem;
  background-color: white;
  border-color: #999999;
}

#app-page .ql-container {
  background-color: white;
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
  border-color: #999999;
}

/* Multi thumb slider begins */

#app-page .slider {
  padding: 20;
  text-align: center;
  position: relative;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: white;
  box-sizing: border-box;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: white;
}

#app-page .slider-arrow {
  width: 2em;
  height: 2em;
  background-color: white;
  position: absolute;
  border-radius: 2em;
  right: calc(-1.1em);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: ew-resize;
  user-select: none;
}

#app-page .slider-text {
  color: white;
  font-weight: 700;
  user-select: none;
  display: block;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-size: 12;
}

/* Multi thumb slider ends */
