.section-title {
    font-weight: 500;
}


.scrollcard {
    height: 350px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.scrollcard::-webkit-scrollbar {    
    display: none; /*Chrome */
  }

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }

.dot.active {
    background-color: #00529b;
}

.attribute-value {
    font-weight: 900;
}

.attribute-value > a {
    color: black;
}

.side-details > span {
    font-size: small;
    padding: 0;

}

.skill-oval {
    background: #00529b;
    padding: 5px;
    border-radius: 10px;
    color: white;
    white-space: nowrap ;
    line-height: 40px;
  }

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-container {
    max-width: 280px !important; 
}

.candidatelist-circle {
    background-color:#dddddd;
    border:3px solid white;    
    height:60px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px #cccccc;
}[class*=sidebar-dark-] .sidebar a{color: #fff!important;}[class*=sidebar-dark-] .sidebar a{color: #fff!important;}[class*=sidebar-dark-] .sidebar a{color: #fff!important;}[class*=sidebar-dark-] .sidebar a{color: #fff!important;}


.login-page .h-100, .login-page.h-100 {
    height:100vh!important;
}
.login-page tr {
    display: flex;
    flex-direction: column;
}
.login-page form table {
    width:100%;
}
.login-page input[type="text"],
.login-page input[type="password"] {
    width:100%;
    padding:10px;
}
.login-page-image {
    height:75px;
    margin-bottom: 50px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.login-page p, .login-page h1 {
    text-align:center;
}
.login-page h1 {
    margin-top: 50px;
}
.login-page div {
    padding:100px;
    margin-top:-150px;
    background:#fff;
    border-radius:50px;
    box-shadow:0 3px 6px rgba(0,0,0,0.16);
    width: auto;
    max-width: 560px;
}
.login-page button[type="submit"] {
    margin-left:auto;
}
.login-page input[type="text"] {
    margin-bottom: 24px;
}
aside.control-sidebar a {
    display: block;
    width:100%;
    padding: 12px 12px;
    border-radius:12px;
    margin-left: -12px;
    color:#fff!important;
}

aside.control-sidebar a:hover {
    background:rgba(255,255,255,.1)!important;
    color:#fff!important;
}
.control-sidebar i {
    margin-right: 10px;
}

.main-footer .row .col-md-12 {
    display: flex;
    justify-content: space-between;
}
.main-footer .row .col-md-12 div {
    display: flex;
    column-gap: 24px;
}

.add-row, .delete-row {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform:capitalize;
}
@media (prefers-reduced-motion: reduce) {
    .add-row, .delete-row {
        transition: none;
    }
}
.add-row:hover, .delete-row:hover {
    color: #212529;
    text-decoration: none;
}
.add-row.focus,
.add-row:focus,
.delete-row.focus,
.delete-row:focus {
    outline: 0;
    box-shadow: none;
}
.add-row.disabled,
.add-row:disabled,
.delete-row.disabled,
.delete-row:disabled {
    opacity: 0.65;
    box-shadow: none;
}
.add-row:not(:disabled):not(.disabled).active,
.add-row:not(:disabled):not(.disabled):active,
.delete-row:not(:disabled):not(.disabled).active,
.delete-row:not(:disabled):not(.disabled):active {
    box-shadow: none;
}
a.add-row.disabled,
fieldset:disabled a.add-row,
a.delete-row.disabled,
fieldset:disabled a.delete-row {
    pointer-events: none;
}
.add-row {
    color: #fff;
    background-color: #00529b;
    border-color: #00529b;
    box-shadow: none;
}
.add-row:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.add-row.focus,
.add-row:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00529b;
    border-color: #00529b;
}
.add-row:not(:disabled):not(.disabled).active,
.add-row:not(:disabled):not(.disabled):active,
.show > .add-row.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.add-row:not(:disabled):not(.disabled).active:focus,
.add-row:not(:disabled):not(.disabled):active:focus,
.show > .add-row.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}
.delete-row {
    color: #fff;
    background-color: #ff978d;
    border-color: #ff978d;
    box-shadow: none;
}
.delete-row:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.delete-row.focus,
.delete-row:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.delete-row.disabled,
.delete-row:disabled {
    color: #fff;
    background-color: #ff978d;
    border-color: #ff978d;
}
.delete-row:not(:disabled):not(.disabled).active,
.delete-row:not(:disabled):not(.disabled):active,
.show > .delete-row.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.delete-row:not(:disabled):not(.disabled).active:focus,
.delete-row:not(:disabled):not(.disabled):active:focus,
.show > .delete-row.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.row.formset_row_postings.dynamic-form a.delete-row {
    margin-left: 7.5px;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background:#fff!important;
    color:#00529b!important;
}

@media all and (max-width:500px) {
    .login-page div {
        height:100vh!important;
        border-radius:0!important;
        width:100vw!important;
        margin-top: 0!important;
    }
}
.bg-warning  {
    color:#fff!important;
}
#response {
    white-space: break-spaces;
}
.no-response {
    display: flex;
    justify-content: center;
}
.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    margin-left: auto;
    margin-right: auto;
    height: 48px;
    color: #000;
  }
    .loader:before,
    .loader:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      transform: rotateX(70deg);
      animation: 1s spin linear infinite;
    }
    .loader:after {
      color: #00529b;
      transform: rotateY(70deg);
      animation-delay: .4s;
    }

  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
    }
  }

  @keyframes rotateccw {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }

  @keyframes spin {
    0%,
    100% {
      box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
      box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
      box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
      box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
      box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
      box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
      box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
      box-shadow: .2em -.2em 0 0 currentcolor;
    }
  }

  aside.main-sidebar{
  height: 100vh !important;
  position: fixed!important;
  }

  img.bg-photo {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.candidatelist-circle {
    position: relative;
    overflow: hidden;
}
.incomplete-status {
    background:rgb(200,0,0);
    padding:2px 5px;
    border-radius: 5px;
    color:#fff;
}