@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bs-bodybg-color: #F4F7F9;
    --bs-sidebar-bg: #ffffff;
    --bs-sidebarbg-light: var(--bs-bodybg-color);
    --bs-sidebar-link: currentColor;
    --bs-sidebar-linkactivefont: #ffffff;
    --bs-sidebar-linkactive: #1b2b4a;
    --bs-sidebar-itembefore: currentColor;
    --bs-iconnav-color: #F4F7F9;
    --bs-sidebarborder-color: #dee2e6
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-size: 14px;
    font-weight: 500;
   font-family: "Poppins", sans-serif;
   background-color: #f9f9f9;
}
.space-py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.card{  
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 19%);
    border: none;
    margin-bottom: 1.6em;
    overflow: hidden;
}
.card-body{
  padding: 24px;
}
/************
  Common
*************/

/*.accordion{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 19%);
    border: none;
}*/


/************
  06 HEADER 
*************/
ul{
	list-style: none;
	margin: 0px;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6,p{
  margin-bottom: 0;
}




.btn{
  border: none;
  padding: 7px 20px;
}
.btn-sm{
  padding: 5px 15px;
}
.btn-primary {
    color: #fff !important;
    background-color: #1b2b4a !important;
    transition: all 0.3s ease;
}
.btn-danger{
  background-color: #f04444 !important;
}
.btn_outline_primary{
  color: #1b2b4a;
  border: 1px solid #1b2b4a;
}
.btn_outline_primary:hover{
  color: #ffffff;
  background-color: #1b2b4a;
}
.text_primary{
  color: #1b2b4a;
}

.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(99, 102, 241, .1) !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(255, 164, 71, .1) !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(35, 197, 94, .1) !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, 173, 255, .1) !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(254, 163, 70, .1) !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(240, 68, 68, .1) !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(51, 51, 51, .1) !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
}

.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
}

select.form-control {
    position: relative;
    appearance: auto
}

.input-group-text {
    border: none;
    color: #8392a5;
    background-color: var(--bs-bodybg-color)
}

.input-group-text i {
    font-size: 20px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.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
}

.badgeavtar {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.switch {
    position: relative;
    display: inline-block;
    min-width: 56px;
    width: 56px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch input:checked+.switch-btn::before {
    transform: translateX(26px)
}

.switch input:disabled+.switch-btn {
    opacity: .5
}

.switch .switch-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s
}

.switch .switch-btn:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    top: 0;
    left: 3px;
    bottom: 0;
    margin: auto;
    transition: .4s;
    border-radius: 3px
}

.switch.round {
    border-radius: 34px
}

.switch.round .switch-btn:before {
    border-radius: 50%
}

.switch.with-icon input:checked+.switch-btn::before {
    content: ""
}

.switch.with-icon .switch-btn::before {
    font-size: 12px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "themify"
}

.switch-primary input:checked+.switch-btn {
    background-color: #1b2b4a
}

.switch-primary .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-primary .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-primary {
    border: 1px solid #1b2b4a
}

.outline-primary input:checked+.switch-btn::before {
    background-color: #1b2b4a;
    transform: translateX(25px)
}

.outline-primary .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.switch-secondary input:checked+.switch-btn {
    background-color: #ffa447
}

.switch-secondary .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-secondary .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-secondary {
    border: 1px solid #ffa447
}

.outline-secondary input:checked+.switch-btn::before {
    background-color: #ffa447;
    transform: translateX(25px)
}

.outline-secondary .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.switch-success input:checked+.switch-btn {
    background-color: #23c55e
}

.switch-success .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-success .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-success {
    border: 1px solid #23c55e
}

.outline-success input:checked+.switch-btn::before {
    background-color: #23c55e;
    transform: translateX(25px)
}

.outline-success .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.switch-info input:checked+.switch-btn {
    background-color: #00adff
}

.switch-info .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-info .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-info {
    border: 1px solid #00adff
}

.outline-info input:checked+.switch-btn::before {
    background-color: #00adff;
    transform: translateX(25px)
}

.outline-info .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.switch-warning input:checked+.switch-btn {
    background-color: #fea346
}

.switch-warning .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-warning .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-warning {
    border: 1px solid #fea346
}

.outline-warning input:checked+.switch-btn::before {
    background-color: #fea346;
    transform: translateX(25px)
}

.outline-warning .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.switch-danger input:checked+.switch-btn {
    background-color: #f04444
}

.switch-danger .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-danger .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-danger {
    border: 1px solid #f04444
}

.outline-danger input:checked+.switch-btn::before {
    background-color: #f04444;
    transform: translateX(25px)
}

.outline-danger .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.switch-light input:checked+.switch-btn {
    background-color: #f4f4f4
}

.switch-light .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-light .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-light {
    border: 1px solid #f4f4f4
}

.outline-light input:checked+.switch-btn::before {
    background-color: #f4f4f4;
    transform: translateX(25px)
}

.outline-light .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.switch-dark input:checked+.switch-btn {
    background-color: #333
}

.switch-dark .switch-btn {
    background-color: var(--bs-bodybg-color)
}

.switch-dark .switch-btn:before {
    background-color: var(--bs-body-bg)
}

.outline-dark {
    border: 1px solid #333
}

.outline-dark input:checked+.switch-btn::before {
    background-color: #333;
    transform: translateX(25px)
}

.outline-dark .switch-btn:before {
    background-color: var(--bs-bodybg-color);
    bottom: 3px
}

.card.alerts .card-title-desc {
    margin-bottom: 24px;
    font-size: 14px
}

.pagination-primary .page-item.active .page-link {
    background-color: #1b2b4a;
    color: #fff;
    border-color: #1b2b4a
}

.pagination-primary .page-item .page-link {
    color: #1b2b4a
}

.pagination-secondary .page-item.active .page-link {
    background-color: #ffa447;
    color: #fff;
    border-color: #ffa447
}

.pagination-secondary .page-item .page-link {
    color: #ffa447
}

.pagination-success .page-item.active .page-link {
    background-color: #23c55e;
    color: #fff;
    border-color: #23c55e
}

.pagination-success .page-item .page-link {
    color: #23c55e
}

.pagination-info .page-item.active .page-link {
    background-color: #00adff;
    color: #fff;
    border-color: #00adff
}

.pagination-info .page-item .page-link {
    color: #00adff
}

.pagination-warning .page-item.active .page-link {
    background-color: #fea346;
    color: #fff;
    border-color: #fea346
}

.pagination-warning .page-item .page-link {
    color: #fea346
}

.pagination-danger .page-item.active .page-link {
    background-color: #f04444;
    color: #fff;
    border-color: #f04444
}

.pagination-danger .page-item .page-link {
    color: #f04444
}

.pagination-light .page-item.active .page-link {
    background-color: #f4f4f4;
    color: #fff;
    border-color: #f4f4f4
}

.pagination-light .page-item .page-link {
    color: #f4f4f4
}

.pagination-dark .page-item.active .page-link {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.pagination-dark .page-item .page-link {
    color: #333
}

.pagination-md .page-link {
    padding: .5rem 1rem;
    font-size: 16px
}

.card {
    border-radius: 17px;
    border: none;
    margin-bottom: 1.6em;
    box-shadow: 0 0 5px rgb(0 0 0 / 19%);
}

.card .card-title {
    margin-bottom: 0
}

.card .setting-card a {
    color: #051722
}

.card .setting-card .codeCopy {
    width: 24px;
    height: auto
}

.card .card-header {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    padding-bottom: 0;
    border: none;
    display: flex;
    justify-content: space-between
}

.card .card-header h4 {
    text-transform: capitalize
}

.card .card-body {
    padding: 20px
}

.cdx-tab.tab-primary li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-primary li a.active {
    background-color: #1b2b4a !important;
    color: #fff
}

.cdx-tab.tab-secondary li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-secondary li a.active {
    background-color: #ffa447 !important;
    color: #fff
}

.cdx-tab.tab-success li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-success li a.active {
    background-color: #23c55e !important;
    color: #fff
}

.cdx-tab.tab-info li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-info li a.active {
    background-color: #00adff !important;
    color: #fff
}

.cdx-tab.tab-warning li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-warning li a.active {
    background-color: #fea346 !important;
    color: #fff
}

.cdx-tab.tab-danger li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-danger li a.active {
    background-color: #f04444 !important;
    color: #fff
}

.cdx-tab.tab-light li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-light li a.active {
    background-color: #f4f4f4 !important;
    color: #fff
}

.cdx-tab.tab-dark li a {
    border: none;
    color: currentColor;
    border-radius: 8px
}

.cdx-tab.tab-dark li a.active {
    background-color: #333 !important;
    color: #fff
}

.cdx-tab.tab-primary-border li a {
    border: 1px solid #1b2b4a !important;
    color: #1b2b4a;
    border-radius: 8px
}

.cdx-tab.tab-primary-border li a.active {
    background-color: #1b2b4a !important;
    color: #fff
}

.cdx-tab.tab-primary-border li+li {
    margin-left: 10px
}

.cdx-tab.tab-secondary-border li a {
    border: 1px solid #ffa447 !important;
    color: #ffa447;
    border-radius: 8px
}

.cdx-tab.tab-secondary-border li a.active {
    background-color: #ffa447 !important;
    color: #fff
}

.cdx-tab.tab-secondary-border li+li {
    margin-left: 10px
}

.cdx-tab.tab-success-border li a {
    border: 1px solid #23c55e !important;
    color: #23c55e;
    border-radius: 8px
}

.cdx-tab.tab-success-border li a.active {
    background-color: #23c55e !important;
    color: #fff
}

.cdx-tab.tab-success-border li+li {
    margin-left: 10px
}

.cdx-tab.tab-info-border li a {
    border: 1px solid #00adff !important;
    color: #00adff;
    border-radius: 8px
}

.cdx-tab.tab-info-border li a.active {
    background-color: #00adff !important;
    color: #fff
}

.cdx-tab.tab-info-border li+li {
    margin-left: 10px
}

.cdx-tab.tab-warning-border li a {
    border: 1px solid #fea346 !important;
    color: #fea346;
    border-radius: 8px
}

.cdx-tab.tab-warning-border li a.active {
    background-color: #fea346 !important;
    color: #fff
}

.cdx-tab.tab-warning-border li+li {
    margin-left: 10px
}

.cdx-tab.tab-danger-border li a {
    border: 1px solid #f04444 !important;
    color: #f04444;
    border-radius: 8px
}

.cdx-tab.tab-danger-border li a.active {
    background-color: #f04444 !important;
    color: #fff
}

.cdx-tab.tab-danger-border li+li {
    margin-left: 10px
}

.cdx-tab.tab-light-border li a {
    border: 1px solid #f4f4f4 !important;
    color: #f4f4f4;
    border-radius: 8px
}

.cdx-tab.tab-light-border li a.active {
    background-color: #f4f4f4 !important;
    color: #fff
}

.cdx-tab.tab-light-border li+li {
    margin-left: 10px
}

.cdx-tab.tab-dark-border li a {
    border: 1px solid #333 !important;
    color: #333;
    border-radius: 8px
}

.cdx-tab.tab-dark-border li a.active {
    background-color: #333 !important;
    color: #fff
}

.cdx-tab.tab-dark-border li+li {
    margin-left: 10px
}

.cdx-tab {
    width: fit-content;
    display: flex;
    align-items: center;
    border-bottom: none
}

.cdx-tab li a {
    font-weight: 500;
    padding: 10px 25px
}

.bordernone td {
    border: none !important
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-style: solid
}
.table>:not(:last-child)>:last-child>* {
    border-color: var(--bs-border-color)
}
.table td {
    font-weight: 500
}
.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;
}
.modal-content {
    border-color: var(--bs-border-color);
    border-radius: 15px
}

.modal-content .close-modal {
    padding: 8px;
    line-height: 1;
    border-radius: 50%;
    color: #1b2b4a;
    background-color: rgba(99, 102, 241, .1);
    transition: all .5s ease
}

.modal-content .close-modal i {
    font-size: 12px;
    transition: all .5s ease
}

.modal-content .close-modal:hover {
    color: #fff;
    background-color: #1b2b4a
}

.modal-header {
    padding: 20px;
    justify-content: space-between
}

.modal-body {
    padding: 20px
}

.modal-footer {
    padding: 20px
}


.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;
}















.page-link.active{
  background-color: #1b2b4a !important;
}
.breadcrumb_sec{
  
}

.title{
  text-transform: uppercase;
  width: fit-content;
  padding-bottom: 10px;
  position: relative;
}
.title:before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: 2px solid #f04444;
}s
.top-header {
  z-index: 9;
}
.codex-brand {
  color: #000000;
  font-family: "Righteous", sans-serif;
}
.codex-brand img {
  width: 100%;
  max-width: 60px;
}

.mobile-brand {
  position: relative;
  padding: 10px 20px;
}
.mobile-brand .close-menu {
  position: absolute;
  top: 29%;
  right: -13px;
  color: #fff;
  background: #1b2b4a;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}
.top_header{
    background-color: #141f36;
    z-index: 1;
    position: relative;
    padding: 10px 0;
}
.top_header .topheader_menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top_header .topheader_menu li{
  padding-left: 14px;
  line-height: 1;
}
.top_header .topheader_menu li:nth-child(n+2){
  border-left: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding-left: 14px;
  margin-left: 10px;
}
.top_header .topheader_menu li a{
  color: #ffffff;
}
.top_header .topheader_menu li .btn_subscribe{
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 4px;
}
.top_header .topheader_select{
    margin-left: auto;
    display: block;
    margin-top: 10px;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 2px;
    padding-right: 46px;
    font-size: 15px;
}
header {
  padding: 1.563em 0;
  background-color:  #fff;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
header .menu_list a {
  color: #000000;
  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;
}
header .menu_list > li > a i {
  margin-left: 10px;
}
header .menu-action {
  margin-left: 20px;
  display: none;
  position: relative;
  width: 28px;
  height: 30px;
}
header .menu-action span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
  transition: background-color 0.3s;
  width: 28px;
  height: 4px;
  background-color: #000000;
  display: block;
  opacity: 1;
}
header .menu-action span::before, header .menu-action span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 4px;
  background-color: #000000;
  display: block;
  opacity: 1;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}
header .menu-action span::before {
  margin-top: -8px;
}
header .menu-action span::after {
  margin-top: 8px;
}
header .menu-action.toggle-active span {
  background-color: transparent;
  transition: 0.3s background-color;
}
header .menu-action.toggle-active span::after, header .menu-action.toggle-active span::before {
  margin-top: 0;
  transition-delay: 0, 0.2s;
}
header .menu-action.toggle-active span::before {
  transform: rotate(45deg);
}
header .menu-action.toggle-active span::after {
  transform: rotate(-45deg);
}
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);
}
header .cart_icon {
  position: relative;
}
header .cart_icon .cart_value {
  position: absolute;
  top: -18px;
  right: -5px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b2b4a;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  border-radius: 50%;
  z-index: 1;
}
/*Search Bar Satrt */
.search-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  padding: 20px;
  transition: all 0.5s ease;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1111;
}
.search-bar .input-group {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 5px;
}
.search-bar .input-group .input-group-text {
  padding: 0;
  border: none !important;
}
.search-bar .input-group .input-group-text .btn {
  height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  display: flex;
  align-items: center;
  border: none !important;
}
.search-bar .input-group .input-group-text .btn:focus,
.search-bar .input-group .input-group-text .btn:hover {
  border: none !important;
  color: #fff;
  background-color: #1b2b4a !important;
}
.search-bar .input-group .form-control {
  padding-left: 20px;
  height: 60px;
  border: none !important;
}
.search-bar .clsoe-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b2b4a;
  border-radius: 5px;
}
.search-bar .clsoe-search i {
  color: #fff;
}
.search-bar.open {
  opacity: 1;
  visibility: visible;
}
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;
}


/***********
 07 FOOTER
************/
footer {
  position: relative;
  background-color: #0A152F;
}
footer .footer-grid .codex-brand img {
  width: 100%;
  max-width: 200px;
}
footer .footer-grid h4::after, footer .footer-grid h4::before {
  position: absolute;
  content: "";
  height: 2px;
  z-index: -1;
  background-color: #1b2b4a;
  bottom: 0;
}
footer .footer-grid h4::before {
  width: 50px;
  left: 0;
}
footer .footer-grid h4::after {
  width: 25px;
  left: 60px;
}
footer .input-group .btn:hover {
  background-color: #EE3A43;
  border-color: #EE3A43;
}
footer .footer-social a {
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
footer .footer-social a i {
  color: #fff;
  transition: all 0.5s ease;
}
footer .footer-social a:hover {
  background: #fff;
}
footer .footer-social a:hover i {
  color: #1b2b4a;
}
footer .footer-list li {
  transition: all 0.5s ease;
}
footer .footer-list li a {
  color: #fff;
  transition: all 0.5s ease;
}
footer .footer-list li a i {
  margin-right: 8px;
  font-weight: 800;
}
footer .footer-list li:hover {
  transform: translateX(10px);
}
footer .footer-contact li a i {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background-color: #1b2b4a;
  border-radius: 50%;
  transition: all 0.5s ease;
}
footer .footer-contact li:hover a i {
  background-color: #fff;
  color: #1b2b4a;
}

.subfooter {
  background-color: #0A152F;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}