.body-bg {
    background-image: url(../../img/bg2.jpg)!important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative!important;
}
.content-wrapper {
    background-image: url(../../img/bg8.jpg)!important;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative!important;
}



.ns-card-description p {
    line-height: .9rem!important;
}


table {
  font-size: 12px!important;
}

.ns-questions {
    font-size: 15px!important;
}

.ns-questions-container .card {
    margin-bottom: .7rem!important;
}

.ns-questions-container .widget-user-2 .widget-user-header {
    padding: 0.6rem!important;
  }

.ns-card-header-bg {
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative!important;
}

.ns-criteria-card-bg {
    min-height: 200px;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-bottom: none!important;
  }

  .ns-questions-numbers {
    font-size: 17px!important;
    font-weight: bold!important;
    padding: 4px 10px!important;
    border-radius: 0.5rem !important;
    /* background-color: #172b4d!important; */
    color: white!important;
  }



  .card-footer {
    /* border-bottom: 1px solid rgba(0,0,0,.125)!important; */
  }

  .ns-radios {
    margin-top: 7px !important;
  }

.sidebar {
    border-right: 1px solid #e2e5e9;
}

.img-question-answer-lg {
    width: 45px!important;
    height: auto;
}

.img-question-answer-sm {
    width: 25px!important;
    height: auto;
}

.ns-question-answer-title {
    font-size: 18px!important;
    /* font-weight: bold!important; */
    text-transform: uppercase!important;
}

.ns-title-md {
    font-size: 18px!important;

    /* font-weight: bold!important; */
    text-transform: uppercase!important;
}

.ns-title-sm {
    font-size: 16px!important;
    /* font-weight: bold!important; */
    text-transform: uppercase!important;
}

.ns-title-xsm {
    font-size: 14px!important;

    /* font-weight: bold!important; */
    text-transform: uppercase!important;
}

.ns-title-lg {
    font-size: 21px!important;
    /* font-weight: bold!important; */
    text-transform: uppercase!important;
}


.ns-brand {
    border-bottom: 1px solid #2eb0ff!important;
    background-color: #2eb0ff;
    border-bottom-color: #2eb0ff;
    color: white;
}

.pagination {
  margin-bottom: 0!important;
}

.elevation-4 {
    box-shadow: none !important;
  }

.main-header {
    border-bottom: 1px solid #2eb0ff;
  }

  .table-bordered {
    border: 1px solid #dee2e6!important;
  }

  .ns-table-container {
    /* padding-top: 0!important; */
    /* border-bottom: 1px; */

  }

.table {
  margin-bottom: 0!important;
}

.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
}
.table td, .table th {
    white-space: nowrap;
}
.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.w-30 {
    width: 30% !important;
}

.opacity-6 {
    opacity: .6 !important;
  }

.sidebar .nav-link {
    font-weight: 500!important;
    color: #67748e!important;
    font-size: .80rem!important;
    padding-top: .375rem!important;
    padding-bottom: .375rem!important;
}


/*.sidebar .nav-link {*/
/*    font-weight: 500!important;*/
/*    color: #67748e!important;*/
/*    font-size: .90rem!important;*/
/*    padding-top: .675rem!important;*/
/*    padding-bottom: .675rem!important;*/
/*}*/

.input-group-text {
    background-color: #2eb0ff;
    color: white;
    border-color: #2eb0ff;
}

.sidebar .nav-link.active {
    background-color: #2eb0ff;
    color: #fff!important;
  }

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-top: none!important;
}
*, *::before, *::after {
    box-sizing: border-box;
}
user agent stylesheet
td {
    display: table-cell;
    vertical-align: inherit;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #67748e;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #67748e;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #67748e;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #67748e;
    vertical-align: top;
    border-color: #e9ecef;
}

.ns-user-card-title {
    line-height: 1.5rem;
    font-size: 22px!important;
}

.ns-card-description {
    font-size: 13px;
    color: #344767!important;
}

.ns-p-color {
    color: #344767!important;
}

.form-label, label {
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #344767;
    margin-left: .25rem;
  }
  label {
    display: inline-block;
  }

.bg-gray-100 {
    background-color: #f8f9fa !important;
}

.bg-gray-300 {
    background-color: rgb(242, 242, 242) !important;
}

.btn {
    border-radius: 0.5rem!important;
    font-weight: 700;
    text-transform: uppercase!important;
}

.btn-sm {
    font-size: .75rem!important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #344767;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-xs {
    font-size: .82rem !important;
  }

.font-weight-bold {
    font-weight: 600 !important;
}

.text-secondary {
    color: #8392ab !important;
}

.form-control {
    display: block;
    width: 100%;
    /* padding: .5rem .75rem;
      padding-right: 0.75rem; */
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
      border-right-color: rgb(210, 214, 218);
      border-right-style: solid;
      border-right-width: 1px;
    appearance: none;
    border-radius: .5rem;
      border-top-right-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
    transition: box-shadow .15s ease,border-color .15s ease;
  }

  .input-group-text {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .form-control:focus {
    border-color:#2eb0ff;
    box-shadow: 0 3px 9px rgba(50,50,9,0),3px 4px 8px rgba(94,114,228,.1)
  }

.card {
    box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    /* background-color: rgba(255, 255, 255, 0.752) !important; */


}


.ns-applicant-card-boddy-pb h6 {
  font-size: 14px!important;
}

.ns-badge-secondary {
    padding-top: 0.25rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff!important;
    text-transform: uppercase!important;
    display: block!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 0.5rem!important;
    width: 100%!important;
    font-weight: 700!important;
    font-size: .75rem !important;
    text-align: center!important;
}

.ns-badge-success {
    padding-top: 0.25rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    background-color: #2dce89;
    border-color: #2dce89;
    color: #ffffff!important;
    text-transform: uppercase!important;
    display: block!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 0.5rem!important;
    width: 100%!important;
    font-weight: 700!important;
    font-size: .75rem !important;
    text-align: center!important;
}

.ns-badge-danger {
    padding-top: 0.25rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    color: #ffffff!important;
    text-transform: uppercase!important;
    display: block!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 0.5rem!important;
    background-color: #f5365c;
    border-color: #f5365c;
    width: 100%!important;
    font-weight: 700!important;
    font-size: .75rem !important;
    text-align: center!important;
}

.ns-badge-warning {
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  color: #ffffff!important;
  text-transform: uppercase!important;
  display: block!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  border-radius: 0.5rem!important;
  background-color: #ffbb33;
  border-color: #ffbb33;
  width: 100%!important;
  font-weight: 700!important;
  font-size: .75rem !important;
  text-align: center!important;
}

.ns-badge-blue {
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  color: #ffffff!important;
  text-transform: uppercase!important;
  display: block!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  border-radius: 0.5rem!important;
  background-color: #4285F4;
  border-color: #4285F4;
  width: 100%!important;
  font-weight: 700!important;
  font-size: .75rem !important;
  text-align: center!important;
}

.ns-badge {
  cursor: pointer!important;
}

.ns-result-details {
    font-size: 15px!important;
}


.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
    overflow: auto;
    /* height: calc(100vh - 360px); */
    height: 100vh !important;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1.5rem !important;
}

.ns-table-title {
    margin-right: 10px;
}

.card-footer {
    padding-bottom: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.btn-close {
    color: rgb(83, 83, 83) !important;
}

.ns-buttons-sm-table {
    margin-right: 15px;
}

.card-img-top,
.modal-header,
.card-header {
    border-top-left-radius: 1rem!important;
    border-top-right-radius: 1rem!important;
}

.ns-card-sub-header {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0!important;
}

.ns-gallery-container {
    position: relative;
    width: 100%;
  }

  /* Make the image responsive */
  .ns-gallery-container img {
    width: 100%;
    height: auto;
  }

  /* Style the button and place it in the middle of the container/image */
  .ns-gallery-container .btn {
    position: absolute;
    bottom: 0;
    left: 85%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* background-color: #555; */
    /* color: white; */
    /* font-size: 16px;
    padding: 12px 24px; */
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }

  .ns-gallery-container .btn:hover {
    background-color: black;
  }

.ns-card-gallery,
.ns-card-body,
.card-footer {
    border-bottom-left-radius: 1rem!important;
    border-bottom-right-radius: 1rem!important;
}

.modal-content,
.card {
    border-radius: 1rem!important;
}

.btn {
    border-radius: 0.5rem;}

.card-header {
    padding-top: 1rem!important;
    padding-right: 1.5rem!important;
    padding-bottom: 1rem!important;
    padding-left: 1.5rem!important;
}

.dataTables_filter label {
    float: right!important;
}

td,
th {
        vertical-align: middle!important;
    }


table.dataTable.dtr-inline.collapsed tbody tr td.dtr-control:before, table.dataTable.dtr-inline.collapsed tbody tr th.dtr-control:before {
    top: 50%!important;
    left: 5px!important;
    height: 1em!important;
    width: 1em!important;
    margin-top: -9px!important;
    display: block!important;
    position: absolute!important;
    color: white!important;
    border: .15em solid white!important;
    border-radius: 1em!important;
    box-shadow: 0 0 0.2em #444!important;
    box-sizing: content-box!important;
    text-align: center!important;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace!important;
    line-height: 1em!important;
    content: "+"!important;
    background-color: #31b131!important;
}

.ns-scrollable-features {
    display: none;
    max-height:350px;
    overflow-y: scroll;
}


.ns-btn-group {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }


  /* Basic Rules */
.switch input {
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:30px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
}
/* Style Wired */
.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
 box-shadow:none;
}
.switch.flat .slider:before {
  background:#FFF;
}
.switch.flat input:checked + .slider:before {
 background:white;
}
.switch.flat input:checked + .slider {
  background:limeGreen;
}

.ns-footer {
    background-color:#2eb0ff;
    color: white!important;
    font-size: 13px;
}

.ns-footer a{
    font-weight: 300;
    color: white!important;
}

.nav-link.active i{
    background-color: #2eb0ff;
    color: #fff!important;
  }

.img-area-card {
    width: 50px;
    height: auto;
}

.ns-areas-title {
    line-height: 1.5rem;
}

body .tooltip-inner {
    background: rgb(151, 151, 151);
    color: black;
  }
body .tooltip .arrow::before {
border-bottom-color: rgb(151, 151, 151);
}

.btn-circle {
    border-radius: 50%!important;
}

.ns-subtitle-span {
    line-height: 1.3rem!important;
}

.ns-text {
    color: #344767!important;
}


@media only screen and (max-width: 780px) {
    .ns-buttons-sm-table {
        margin-right: 15px;
    }
    .ns-search-sm {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.ns-card-header {
    padding: .75rem 1.25rem!important;

}


table .text-sm {
  font-size: 12px!important;
}


  .ns-applicant-card-padding {
    padding: .55rem!important;
}

  .ns-btn-group {
    border-top-left-radius: none!important;
    border-bottom-left-radius: none!important;
    font-weight: 400!important;
  }
  .btn,
.card {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.ns-exam-card-bg {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }


  .card-header {
    background-color: rgba(0,0,0,.03)!important;
    /* border-top: 0 solid rgba(0,0,0,.125); */
    border-bottom: 1px solid rgba(0,0,0,.125)!important;

  }

  .ns-result-container {
    border-left: 1px solid rgba(0,0,0,.125)!important;
  }

  .ns-result-container-2 {
    border-left: 1px solid rgba(0,0,0,.125)!important;
  }

  .ns-questions-container-front .widget-user-2 .widget-user-header {
    padding: 0!important;
  }

  .ns-questions-container-front .widget-user-2 .widget-user-header img{
    width: 95px;
  }

  .ns-card-border {
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
}


@media only screen and (max-width: 992px) {

  .ns-back-card-button {
    text-align: center!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }

  .ns-applicant-card-button {
    text-align: center!important;
    margin-bottom: 20px!important;
  }

  .ns-applicant-card-button-2 {
    margin-bottom: 20px!important;
  }

  .ns-subtitle-span {
    margin-bottom: 16px!important;
    line-height: 1rem!important;
  }

    .ns-result-container-2 {
      display: none;

    }

    .ns-applicant-card-img {
      text-align: center;
      margin-top: 20px!important;
      margin-bottom: 20px!important;
    }

    .ns-applicant-card-description-2 {
      margin-top: 10px!important;
      margin-bottom: 20px!important;
    }

    .ns-card-description-3 {
      margin-bottom: 0px!important;
      text-align: center!important;
    }

    .ns-applicant-card-description {
      margin-bottom: 20px!important;
      text-align: center!important;
    }

    .ns-applicant-card-button {
      text-align: center!important;
      margin-bottom: 20px!important;
    }

    .ns-applicant-card-button-2 {
      margin-bottom: 20px!important;
    }


    .ns-result-container {
      border-left: none!important;
    }

    .ns-applicant-card-boddy-pt {
      padding-bottom: 0!important;
    }

    .ns-applicant-card-boddy-pb {

      padding-top: 20px!important;
    }

  }




  .ns-card-header-filters {
    border-radius: 0!important;
  }

.ns-input-group-radius {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}

  .flatpickr-input,
  .ns-select-size {
    font-size: .80em!important;
  }


  .form-check-input {
    margin-top: .45rem!important;
  }


  .loader-div {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.8;
}
.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

