*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  background-color: #f9f9f9;
  font-weight: 500;
  font-size: 14px;
}
a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: currentColor;
}

p {
  line-height: 1.8;
  margin-bottom: 0;
}
.fs-14{
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.space-py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.space-pt-100{
  padding-top: 100px;
}
.space-pb-100{
  padding-bottom: 100px;
}
.breadcrumb_sec{
  color: #ffffff;
  background-color: #fcfcfc;
  padding: 30px 0;
}
.breadcrumb_list li{
  position: relative;
  display: inline-block;
}
.breadcrumb_list li:not(:first-child){
  padding-left: 25px;
  margin-left: 5px;
}
.breadcrumb_list li:nth-child(n+2)::before{
  content: "\ea65";
  font-family: "tabler-icons" !important;
  position: absolute;
  left: 0;
}
/**************
Typography
***************/
.font_light{
	color: #8392a5 !important;
}
.font_primary{
	color: #1b2b4a !important;
}
.bg_primary{
  background-color: #1b2b4a !important;
}
.bg_secondary{
  background-color: #0fb790 !important;
}
.bg_info{
  background-color: #00adff !important;
}
.bg_success{
  background-color: #23c55e !important;
}
.bg_warning{
  background-color: #fea346 !important;
}
.bg_danger{
  background-color: #f04444 !important;
}
.page_body{
  min-height: calc(100vh - 145px);
}

/**************
 Button
***************/
.btn{
	font-size: 16px;
}

.btn-lg{
	padding: 13px 20px;
}
.btn_primary{
	color: #ffffff !important;
	background-color: #1b2b4a !important;
}
.btn_outline_primary{
  border: 1px solid #1b2b4a !important;
}
.btn_outline_primary:hover{
  color: #ffffff !important;
  background-color: #1b2b4a !important;
}
.btn_white{
  color: #000000 !important;
  background-color: #ffffff !important;
}
.card{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 19%);
    border: none;
    overflow: hidden;
    margin-bottom: 1.6em;
}
.card-header{
  padding: 24px;
  padding-bottom: 0;
  border:0;
  background-color: #ffffff;
}
.card-body{
  padding: 24px;
}
table thead th{
  font-weight: 500;
  font-size: 14px;
}
table tbody td{
  font-size: 14px;
}


.bg-primary {
    background-color: #1b2b4a !important
}
.bg-lightprimary {
    background-color: rgba(75, 108, 183,0.2) !important; 
}

.bg-secondary {
    background-color: #ffa447 !important
}
.bg-lightsecondary {
    background-color: #ffa447 !important
}

.bg-success {
    background-color: #23c55e !important
}

.bg-info {
    background-color: #00adff !important
}

.bg-warning {
    background-color: #fea346 !important
}

.bg-danger {
    background-color: #f04444 !important
}

.bg-light {
    background-color: #f4f4f4 !important
}

.bg-dark {
    background-color: #333 !important
}

.text-primary {
    color: #1b2b4a !important
}

.text-secondary {
    color: #ffa447 !important
}

.text-success {
    color: #23c55e !important
}

.text-info {
    color: #00adff !important
}

.text-warning {
    color: #fea346 !important
}

.text-danger {
    color: #f04444 !important
}

.text-light {
    color: #f4f4f4 !important
}

.text-dark {
    color: #333 !important
}
.btn {
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 1
}

.btn.btn-md {
    padding: 10px 15px
}
.btn.btn-sm {
    padding: 6px 10px
}
.btn-primary {
    color: #fff;
    background-color: #1b2b4a !important;
    border-color: #1b2b4a !important
}
.btn-primary:hover {
    color: #fff;
    background-color: #1b2b4a !important
}
.btn-primary.btn_rounded {
    border-radius: 30px
}
.btn-primary.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-primary~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-primary~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-primary~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-primary~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #1b2b4a !important;
    color: #1b2b4a !important
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
    outline-color: #1b2b4a !important;
    background-color: #1b2b4a !important;
    color: #fff !important
}

.btn-primary {
    background-color: #1b2b4a;
    color: #fff;
    border-radius: 5px
}

.btn-secondary {
    color: #fff;
    background-color: #ffa447 !important;
    border-color: #ffa447 !important
}

.btn-secondary:hover {
    color: #fff;
    background-color: rgba(255, 164, 71, .9) !important
}

.btn-secondary.btn_rounded {
    border-radius: 30px
}

.btn-secondary.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-secondary~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-secondary~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-secondary~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-secondary~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-secondary {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #ffa447 !important;
    color: #ffa447 !important
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active {
    outline-color: #ffa447 !important;
    background-color: #ffa447 !important;
    color: #fff !important
}

.btn-secondary {
    background-color: #ffa447;
    color: #fff;
    border-radius: 5px
}

.btn-success {
    color: #fff;
    background-color: #23c55e !important;
    border-color: #23c55e !important
}

.btn-success:hover {
    color: #fff;
    background-color: rgba(35, 197, 94, .9) !important
}

.btn-success.btn_rounded {
    border-radius: 30px
}

.btn-success.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-success~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-success~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-success~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-success~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-success {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #23c55e !important;
    color: #23c55e !important
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active {
    outline-color: #23c55e !important;
    background-color: #23c55e !important;
    color: #fff !important
}

.btn-success {
    background-color: #23c55e;
    color: #fff;
    border-radius: 5px
}

.btn-info {
    color: #fff;
    background-color: #00adff !important;
    border-color: #00adff !important
}

.btn-info:hover {
    color: #fff;
    background-color: rgba(0, 173, 255, .9) !important
}

.btn-info.btn_rounded {
    border-radius: 30px
}

.btn-info.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-info~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-info~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-info~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-info~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-info {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #00adff !important;
    color: #00adff !important
}

.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus,
.btn.btn-outline-info:active {
    outline-color: #00adff !important;
    background-color: #00adff !important;
    color: #fff !important
}

.btn-info {
    background-color: #00adff;
    color: #fff;
    border-radius: 5px
}

.btn-warning {
    color: #fff;
    background-color: #fea346 !important;
    border-color: #fea346 !important
}

.btn-warning:hover {
    color: #fff;
    background-color: rgba(254, 163, 70, .9) !important
}

.btn-warning.btn_rounded {
    border-radius: 30px
}

.btn-warning.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-warning~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-warning~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-warning~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-warning~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-warning {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #fea346 !important;
    color: #fea346 !important
}

.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:active {
    outline-color: #fea346 !important;
    background-color: #fea346 !important;
    color: #fff !important
}

.btn-warning {
    background-color: #fea346;
    color: #fff;
    border-radius: 5px
}

.btn-danger {
    color: #fff;
    background-color: #f04444 !important;
    border-color: #f04444 !important
}

.btn-danger:hover {
    color: #fff;
    background-color: rgba(240, 68, 68, .9) !important
}

.btn-danger.btn_rounded {
    border-radius: 30px
}

.btn-danger.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-danger~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-danger~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-danger~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-danger~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #f04444 !important;
    color: #f04444 !important
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:active {
    outline-color: #f04444 !important;
    background-color: #f04444 !important;
    color: #fff !important
}

.btn-danger {
    background-color: #f04444;
    color: #fff;
    border-radius: 5px
}

.btn-light {
    color: #fff;
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important
}

.btn-light:hover {
    color: #fff;
    background-color: rgba(244, 244, 244, .9) !important
}

.btn-light.btn_rounded {
    border-radius: 30px
}

.btn-light.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-light~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-light~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-light~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-light~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-light {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #f4f4f4 !important;
    color: #f4f4f4 !important
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active {
    outline-color: #f4f4f4 !important;
    background-color: #f4f4f4 !important;
    color: #fff !important
}

.btn-light {
    background-color: #f4f4f4;
    color: #fff;
    border-radius: 5px
}

.btn-dark {
    color: #fff;
    background-color: #333 !important;
    border-color: #333 !important
}

.btn-dark:hover {
    color: #fff;
    background-color: rgba(51, 51, 51, .9) !important
}

.btn-dark.btn_rounded {
    border-radius: 30px
}

.btn-dark.dropdown-toggle-split {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-dark~.or-icon {
    position: relative;
    display: inline-block;
    width: 5px
}

.btn-dark~.or-icon:before {
    position: absolute;
    content: "or";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    z-index: 9;
    font-size: 13px
}

.btn-dark~.or-icon.sm:before {
    width: 20px;
    height: 20px;
    font-size: 11px
}

.btn-dark~.or-icon.lg:before {
    width: 30px;
    height: 30px;
    font-size: 17px
}

.btn.btn-outline-dark {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    border: 1px solid #333 !important;
    color: #333 !important
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active {
    outline-color: #333 !important;
    background-color: #333 !important;
    color: #fff !important
}

.btn-dark {
    background-color: #333;
    color: #fff;
    border-radius: 5px
}

.btn-light {
    color: #8392a5 !important
}

.btn-light:hover {
    color: #8392a5 !important;
    background-color: var(--bs-bodybg-color) !important
}

.custom-chek {
    margin-bottom: 0
}

.custom-chek .form-check-input {
    width: 1.2em;
    height: 1.2em;
    border-color: var(--bs-border-color);
    box-shadow: none;
    margin-top: 1px
}

.custom-chek .form-check-input:checked {
    background-color: #1b2b4a;
    border-color: #1b2b4a;
    box-shadow: none
}

.custom-chek label {
    margin-left: 5px;
    margin-bottom: 0 !important
}

.check-primary .form-check-input {
    border-color: var(--bs-border-color)
}

.check-primary .form-check-input:checked {
    background-color: #1b2b4a;
    border-color: #1b2b4a
}

.check-secondary .form-check-input {
    border-color: var(--bs-border-color)
}

.check-secondary .form-check-input:checked {
    background-color: #ffa447;
    border-color: #ffa447
}

.check-success .form-check-input {
    border-color: var(--bs-border-color)
}

.check-success .form-check-input:checked {
    background-color: #23c55e;
    border-color: #23c55e
}

.check-info .form-check-input {
    border-color: var(--bs-border-color)
}

.check-info .form-check-input:checked {
    background-color: #00adff;
    border-color: #00adff
}

.check-warning .form-check-input {
    border-color: var(--bs-border-color)
}

.check-warning .form-check-input:checked {
    background-color: #fea346;
    border-color: #fea346
}

.check-danger .form-check-input {
    border-color: var(--bs-border-color)
}

.check-danger .form-check-input:checked {
    background-color: #f04444;
    border-color: #f04444
}

.check-light .form-check-input {
    border-color: var(--bs-border-color)
}

.check-light .form-check-input:checked {
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.check-dark .form-check-input {
    border-color: var(--bs-border-color)
}

.check-dark .form-check-input:checked {
    background-color: #333;
    border-color: #333
}

.badge {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 30px;
}

.badge+:nth-child(n+2) {
    margin-left: 5px
}

.badge-primary {
    background-color: rgba(99, 102, 241, .1) !important;
    color: #1b2b4a !important;
    border: 1px solid #1b2b4a;
}

.badge-secondary {
    background-color: rgba(255, 164, 71, .1) !important;
    color: #ffa447 !important;
    border: 1px solid #ffa447;
}

.badge-success {
    background-color: rgba(35, 197, 94, .1) !important;
    color: #23c55e !important ;
    border: 1px solid #23c55e;
}

.badge-info {
    background-color: rgba(0, 173, 255, .1) !important;
    color: #00adff !important;
    border: 1px solid #00adff;
}

.badge-warning {
    background-color: rgba(254, 163, 70, .1) !important;
    color: #fea346 !important;
    border: 1px solid #fea346;
}

.badge-danger {
    background-color: rgba(240, 68, 68, .1) !important;
    color: #f04444 !important;
    border: 1px solid #f04444;
}

.badge-light {
    background-color: rgba(244, 244, 244, .1) !important;
    color: #f4f4f4 !important;
    border: 1px solid #f4f4f4;
}

.badge-dark {
    background-color: rgba(51, 51, 51, .1) !important;
    color: #333 !important
}

.badge-rounded-primary {
    background-color: rgba(99, 102, 241, .1) !important;
    color: #1b2b4a !important;
    border: 1px solid #1b2b4a;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-primary:hover {
    color: #fff !important;
    background-color: #1b2b4a !important
}

.badge-rounded-secondary {
    background-color: rgba(255, 164, 71, .1) !important;
    color: #ffa447 !important;
    border: 1px solid #ffa447;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-secondary:hover {
    color: #fff !important;
    background-color: #ffa447 !important
}

.badge-rounded-success {
    background-color: rgba(35, 197, 94, .1) !important;
    color: #23c55e !important;
    border: 1px solid #23c55e;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-success:hover {
    color: #fff !important;
    background-color: #23c55e !important
}

.badge-rounded-info {
    background-color: rgba(0, 173, 255, .1) !important;
    color: #00adff !important;
    border: 1px solid #00adff;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-info:hover {
    color: #fff !important;
    background-color: #00adff !important
}

.badge-rounded-warning {
    background-color: rgba(254, 163, 70, .1) !important;
    color: #fea346 !important;
    border: 1px solid #fea346;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-warning:hover {
    color: #fff !important;
    background-color: #fea346 !important
}

.badge-rounded-danger {
    background-color: rgba(240, 68, 68, .1) !important;
    color: #f04444 !important;
    border: 1px solid #f04444;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-danger:hover {
    color: #fff !important;
    background-color: #f04444 !important
}

.badge-rounded-light {
    background-color: rgba(244, 244, 244, .1) !important;
    color: #f4f4f4 !important;
    border: 1px solid #f4f4f4;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-light:hover {
    color: #fff !important;
    background-color: #f4f4f4 !important
}

.badge-rounded-dark {
    background-color: rgba(51, 51, 51, .1) !important;
    color: #333 !important;
    border: 1px solid #333;
    font-size: 10px;
    border-radius: 50%
}

.badge-rounded-dark:hover {
    color: #fff !important;
    background-color: #333 !important
}

.element-buttons .btn {
    margin: 3px 0
}

.form-control-color {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--bs-border-color);
    border-radius: 5px
}

.form-select {
    background-color: #f6f8f7 !important;
}

.form-select:focus {
    box-shadow: none !important;
    background-color: #f6f8f7 !important;
}

.form-control {
    box-shadow: none !important;
    background-color: #f6f8f7 !important;
}

.form-control:focus {
    box-shadow: none !important;
    background-color: #f6f8f7 !important;
}

.form-control::placeholder {
    color: #8392a5
}

.form-group {
    margin-bottom: 20px
}

.form-label {
    text-transform: capitalize;
    font-weight: 600
}

/**************
 Header
***************/
.codex-brand img {
  width: 100%;
  max-width: 60px;
}
.header{
  padding: 15px 0;
  background-color: #1b2b4a;
  box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
}
.header .nav_profile .icon_wrap{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.header .nav_profile .icon_wrap img{
  width: 100%;
  height: 100%;
}
.header .nav_profile .dropdown-menu{
  right: 0 !important;
  left: unset !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none;
}
.header .nav_profile .dropdown-menu li:nth-child(n+2){
  border-top: 1px solid #dee2e6;
}
.header .nav_profile .dropdown-menu li .dropdown-item i{
  font-size: 16px;
}
.header .nav_profile .dropdown-menu li .dropdown-item{
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
}
.header .nav_profile .dropdown-menu li .dropdown-item:active{
  background-color: #1b2b4a;
}
header .menu-list a {
  font-weight: 500;
}
header .menu-list a i {
  font-size: 16px;
}
header .menu-list a i::before {
  font-weight: 600 !important;
}
header .menu-list > li {
  position: relative;
}
header .menu-list > li > a {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  font-size: 16px;
  color: #ffffff;
}
header .menu-list a{
  color: #ffffff;
}
header .menu-list > li > a i {
  margin-left: 10px;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  animation: fadeInDown 0.5s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/**************
 Footer
***************/
footer{
  background-color: #ffffff;
  padding: 15px 15px;
  text-align: center;
  box-shadow: 0 0 40px 5px rgba(5, 23, 34, .05);
}

/**************
 Authentication
***************/
/*.form-control,
.form-select{
	  padding: 10px 15px;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}*/
/*.select2-container{
  width: 100% !important;
}*/

.select2-container--default .select2-selection--single{
    padding: 0.375rem 0.75rem;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px;
  right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 0;
}
.auth-main {
    height: 100vh;
    display: flex;
    align-items: center;
    height: 100vh
}
.codex-authbox {
    min-width: 480px;
    width: 480px;
    margin: auto;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 17px;   
    box-shadow: 0 0 20px 5px rgba(5,23,34,.05)
}
.form-label{
	font-weight: 500;
	margin-bottom: 5px;
}

/**************
 All Job Css Start
***************/
.inactive_btn{
    color: #E21F26;
    background-color: #efcac9;
    border: 1px solid #E21F26;
}
.edit_btn{
  color: #0e4a7e;
    background-color: #DDF1FF;
    border: 1px solid #0368d2;
}
.refresh_btn{
  color: #0e4a7e;
    border: 1px solid #0e1a7e;
}
.panding_icon{
  border: 1px solid #7C5A08;
  background: #FFE7A5;
  color: #7C5A08;
}
.active_icon{
    border: 1px solid #008000;
      color: #008000;
      background: #00800029;
}
.inactive_icon{
    border: 1px solid #F2B0B6;
        color: #c52e2e;
        background: #F7D7DA;
}

.alljob_sec .card-box-tab{
  padding: 10px 0px 10px 20px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 15px;
      box-shadow: 0 2px 5px 0 rgba(0, 106, 194, 0.2);
}
.alljob_sec .card-box-tab .nav-pills .nav-link.active,
.alljob_sec .card-box-tab .nav-pills .show > .nav-link{
  background: rgba(3, 78, 161, .8);
    color: #FFF;
    border: 1px solid #034ea1;
}
.alljob_sec .card-box-tab .nav-pills .nav-link{
  border: 1px solid #a4a4a4;
    border-radius: 5px !important;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 5px 0px;
    color: #344154;
}
.alljob_sec .card-box-contact{
    width: 100%;
    padding: 20px 20px;
    background: #fff;
    border: 1px solid #E9ECF5;
    box-shadow: 0 2px 5px 0 rgba(0, 106, 194, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif, serif;
    color: #333;
}
.alljob_sec .card-box-contact .new-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin: 0px 0px 10px 0px;
}
.alljob_sec .card-box-contact .new-title a {
    color: #016fcc;
}
.alljob_sec .card-box-contact .new-title span {
    font-size: 13px;
}
.alljob_sec .card-box-contact .job-icon {
    font-size: 11px !important;
    border-radius: 100px;
    padding: 3px 5px;
    margin-left: 10px;
    font-weight: 500;
}

.alljob_sec .card-box-contact .card-border-bot {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.alljob_sec .card-box-contact .card-border-bot .new-info-title {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}
.alljob_sec .card-box-contact .card-border-bot .new-info-title strong {
    font-weight: 500;
    color: #194185;
}
.alljob_sec .card-box-contact .card-border-bot .new_list{
  display: flex;
  gap: 8px;
}
.alljob_sec .card-box-contact .card-border-bot .new_list .list-item{
  border-right: 1px solid #000000;
  font-size: 13px;
    font-weight: 500;
    color: #111;
    padding-right: 8px;
    margin: 5px 0px;
}
.alljob_sec .card-box-contact .card-border-bot .new_list .list-item:last-child{
  border-right: 1px solid transparent;
}
.alljob_sec .card-box-contact .card-border-bot .new_list .list-item strong {
    font-weight: 600;
    color: #194185;
}
.alljob_sec .card-box-contact .new-date{
    font-size: 13px;
    font-weight: 500;
    color: #111;
    margin-top: 10px;
}
.alljob_sec .card-box-contact .new-date .form-select{
  padding: 1px 5px !important;
    font-size: 14px !important;
    width: 180px;
    margin-left: 10px;
}
.alljob_sec .card-box-contact .click_btn {
    border-radius: 100px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 5px 0px 5px;
}



/**************
 Dashboard
***************/
.welcomedash-two p{
  color: rgba(255, 255, 255, 0.9);
}
.coinstatus-card .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.coinstatus-card .card-header{
  display: flex;
  justify-content: space-between;
}

.status-icon {
    display: none;
}
.status-icon.active {
    display: inline-block;
}

.candidate_sidebar{
  min-width: 320px;
  max-width: 320px;
  width: 100%;
}

.candidate_sidebar .candidat_menu_list{
  margin-top: 54px;
}

.candidate_body{
  min-width: calc(100% - 320px);
  max-width: calc(100% - 320px);
  width: 100%;
}

.candidat_menu_list li a{
    border-radius: 8px;
    border: none;
    box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
    overflow: hidden;
    padding: 15px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.candidat_menu_list li:nth-child(n+2){
    margin-top: 15px;
}
.candidate_profile .profile_avtar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.candidate_profile .profile_avtar img{
    width: 100%;
    height: 100%;
}
.candidate_profile p,
.candidate_profile span{
    font-size: 14px;
}
.candidateprofile_detail{
    background-color: #fdf0e9;    
    padding: 18px;
    border-radius: 14px;
    font-size: 14px;
}
.custom_check{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    border: 1px solid #dee2e6;
}
.custom_check input{
    width: 100%;
    height: 100%;
}
.custom_check .customchek_mark{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #008a00;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.custom_check input:checked ~ .customchek_mark{
    opacity: 1;
    visibility: visible;
    display: flex;
}
.candidateprofile_detail table td{
    padding: 6px 0;
}
.candidateview_profile li{
    font-size: 13px;
}
.candidateview_profile li+li{
    border-left: 1px solid #dee2e6;
    margin-left: 10px;
    padding-left: 10px;
}
.candidateview_educaitontable th{ 
    font-size: 12px;
    font-weight: 500;
}


.candidat_menu_list li.active > a {
  color: #007bff; /* Bootstrap primary blue */
  font-weight: bold;
}


.grievance_chatmodal .modal-body{
    background-color: #f8f9fa;
}

.grievance_chatmodal .chat_item{
    background-color: #ffff;
    padding: 11px !important;
    border-radius: 10px;
    box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
}

.grievance_chatmodal .text_dis{
    font-size: 17px !important;
}
.grievance_chatmodal .msg_time{
    font-size: 14px;
}


/* ========================
    Custom Styles
======================== */
.search_row {
    background-color: #ffffff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
}
.search_row .search_bar .input-group-text{
    background-color: transparent;
    border: none;
    padding-right: 0;
    padding-left: 3px;
}
.search_row .search_bar .form-control{
    border: none;
    background-color: transparent !important;
}
.pagination .page-item .page-link{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #000000;
}
.pagination .page-item:not(:first-child){
    margin-left: 8px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    color: #ffffff;
    background-color: #1b2b4a;
}
.padination_bottom{
    margin-top: 10px;
}
.padination_bottom .form-select{
    padding: 8px 23px 8px 10px;
    line-height: 1;
    font-size: 14px;
}
.theme_table thead tr th {
    background-color: #f7f7f7;
}
.theme_table tr th, .theme_table tr td {
    padding: 12px 16px;
    vertical-align: middle;
    border: none;
}
.theme_table tr th {
    font-weight: 500;
    padding: 12px 16px;
}
.theme_card {
    padding: 10px;
    border-radius: 10px;
    background-color: #ebebeb;
}