* {
    margin: 0;
    padding: 0;
}

.p-20 {
    padding: 0 20px;
}

.mt-15{
    margin-top: 20px;
}



.redeem-span{
    position: absolute;
    right: 32px;
    font-size: 15px;
    top: 50%;
    color: darkgrey;
}
.point-span{
    position: absolute;
    right: 32px;
    font-size: 17px;
    top: 20%;
    color: darkgrey;
}
body {
    color: #3F4444;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    line-height: normal;
    box-sizing: border-box;
    overflow-x: hidden;
}

body .overflow-inherit {
    overflow: inherit !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', serif;
}


h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
}

h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
}

h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

p {
    color: #3f4444bf;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Serif", sans-serif;
    /* text-transform: capitalize; */
}

a:focus {
    outline: none !important;
}

.pl-1 {
    padding: 0 3px;
}

.set-select-all {
    padding-left: 20px;
    margin-top: -10px;
    padding-bottom: 5px
}

.padding-top-2 {
    padding: 2rem 0 0 !important;
}

a,
button {
    cursor: pointer;
}

.width-auto {
    width: auto
}

.card .card-body {
    padding: 25px 0px !important;
}

.panel-body {
    padding: 20px 25px !important;
}

.voyager .side-menu.sidebar-inverse .navbar li.dropdown .panel-body {
    padding: 10px 0px !important;
}

.top-p-20 {
    padding: 0 20px !important;
}

.page-title {
    height: 85px;
}

.table a {
    text-decoration: none;
}

.border-botttom {
    border-bottom: 1px solid #e4e4e4;
}

.border-0 {
    border: none !important;
}

.m-top-10 {
    margin-top: 10px !important;
}

.m-30{
    margin: 30px;
}
.p-r-0 {
    padding-right: 0 !important;
}

.voyager #bulk_delete_btn,
.voyager .btn-add-new {
    margin-top: 0;
}

.login-top {
    justify-content: space-between;
}

.forgottxt {
    font-size: 14px;
    color: #3F4444;
    font-weight: 700;
}

.forgottxt:hover {
    color: #1976d2 !important;
    text-decoration: underline !important;
}

.voyager .side-menu .navbar-header {
    background: #F4F4F4;
    border-color: #F4F4F4;
}

.app-container.expanded .content-container .side-menu {
    width: 250px;
}

.app-container .content-container .side-menu.sidebarDesign .navbar-header .navbar-brand {
    height: auto;
    padding: 20px 0;
    display: flex;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand .logo-icon-container {
    height: auto;
    width: 100%;
}

.app-container .content-container .side-menu.sidebarDesign .navbar-header .navbar-brand img {
    display: inline-block;
    max-height: inherit;
    max-width: inherit;
    top: auto;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse {
    background: #F4F4F4;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li>a {
    border-radius: 0px 60px 60px 0px;
    height: auto;
    min-height: 40px;
    margin-bottom: 5px;
    line-height: normal;
    padding: 12px 15px;
    color: #3F4444;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    display: flex;
    align-content: center;
    align-items: center;
    transition: .5s ease;
}

.app-container .content-container .side-menu .navbar-nav li a .icon {
    font-size: 18px !important;
    /* height: 18px; */
    padding-top: 5px;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li>a:hover {
    /* background: var(--bs-theme-color); */
    color: #3F4444;
    transition: .5s ease;
}

.yellowBtn {
    color: #3F4444;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    font-size: 16px;
    background: var(--bs-light-theme-color);
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 0;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.shadeBtn {
    color: #fff;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    font-size: 16px;
    background: #3f4444c7;
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 0;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borderBtn {
    color: #3F4444;
    border: 1px solid #eaeaea;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    font-size: 16px;
    background: #fff;
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    letter-spacing: 0.4px;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    background-color: #f0f0f0;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}

.voyager .borderBtn i,
.voyager .yellowBtn i {
    padding-right: 5px;
    line-height: normal;
    height: 18px;
    color: #3F4444;
}

.voyager .borderBtn span,
.voyager .yellowBtn span {
    line-height: normal;
}

.voyager .borderBtn:focus,
.voyager .yellowBtn:focus,
.voyager .borderBtn:hover,
.voyager .yellowBtn:hover {
    outline: none;
    text-decoration: none;
    color: #3F4444 !important;
}

.borderBtn [class*=" voyager-"]:before,
[class^=voyager-]:before,
[data-icon]:before,
.yellowBtn [class*=" voyager-"]:before,
[class^=voyager-]:before,
[data-icon]:before {
    line-height: normal;
}

.voyager .pagination .active span,
.voyager .pagination .active>a,
.voyager .pagination .active>a:focus,
.voyager .pagination .active>a:hover,
.voyager .pagination .active>span:focus,
.voyager .pagination .active>span:hover {
    background-color: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
    color: #3F4444;
}

div.dataTables_paginate li.previous>a,
div.dataTables_paginate li.next>a {
    width: auto;
    min-width: 75px;
    margin: 0 6px;
}

#toolbar .btn.btn-primary {
    border: none !important;
    margin-right: 3px;
    font-size: 16px;
    color: #3F4444 !important;
    font-family: 'Bebas Neue', serif;
}

#files li .file_link.selected,
#files li .file_link,
#files li .file_link.selected,
#files li .file_link:hover {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    color: #3F4444 !important;
}

#files li .file_link.selected h4,
#files li .file_link:hover h4 {
    color: #3F4444 !important;
}

.voyager .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

.voyager .pagination i,
.voyager .pagination a {
    color: #3F4444 !important;
    padding: 5px 5px 5px 5px !important;
    min-width: auto;
    border: none;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Noto Serif', serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voyager table thead tr th {
    color: #3F4444;
    padding: 10px 12px;
    font-size: 13px;
    background: #DDDDDD33 !important;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: 20px;
    min-width: 200px;
}

table.dataTable thead>tr>th:first-child,
table.dataTable thead>tr>th:last-child {
    min-width: auto !important;
}

.voyager table tbody tr td {
    color: #3F4444;
    padding: 8px 10px;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 14px;
}

.nav-pills>li>a {
    border-radius: 32px;
    color: #3F4444;
    font-family: 'Bebas Neue', serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 8px;
    padding: 8px 10px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: var(--bs-theme-color);
    color: #3F4444;
}

.voyager .tableboder.table-responsive thead tr th:not(:first-child),
.voyager .tableboder.table-responsive thead tr th:not(:last-child),
.voyager .tableboder.table-responsive thead tr th {
    min-width: 150px;
    width: auto;
    background: rgba(221, 221, 221, 0.2);
}

.voyager .tableboder.table-responsive thead tr th:first-child {
    min-width: 15px;
    width: 15px;
}

table.dataTable {
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
}

.voyager .tableboder table>thead>tr>th:after {
    color: #3F4444;
    font-size: 1rem;
    padding-top: 0;
    opacity: 1;
    padding-left: 5px;
}

.voyager .table>tbody>tr>td,
.voyager .table>tbody>tr>th,
.voyager .table>tfoot>tr>td,
.voyager .table>tfoot>tr>th {
    border-color: #DDDDDD;
    vertical-align: middle;
}

.page-title {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Bebas Neue', serif;
}

.form-group input {
    color: #3F4444;
    width: 100%;
    border: 1px solid #DDDDDD !important;
    height: 40px;
    outline: none;
    padding: 12px;
    font-size: 14px;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 32px !important;
}

.form-group input.show_all {
    height: auto;
    width: auto;
}

.form-group input ::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4444;
    font-family: 'Noto Serif', serif;
}

.actionBox {
    display: flex;
}

.actionBox a {
    margin: 0 0 0 5px;
}

.switch label .lever:before,
.switch label .lever:after {
    width: 15px;
    height: 15px;
}

.switch label .lever {
    width: 30px;
    height: 12px;
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: var(--bs-theme-color);
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: var(--bs-theme-color);
}

.voyager div#pagesDatatable_processing {
    background: var(--bs-theme-color);
    height: auto;
    padding: 10px 8px;
    border-radius: 32px;
    max-width: 120px;
    margin: auto;
    top: 60px;
}

.voyager div#pagesDatatable_processing .m-t-30 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.voyager div#pagesDatatable_processing p {
    font-size: 14px;
    font-weight: 500;
    font-family: Bebas Neue;
    margin: 0 0 0;
}

* {
    margin: 0;
    padding: 0;
}

.row>[class*=col-] {
    margin-bottom: inherit;
}

body {
    color: #3F4444;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    line-height: normal;
    box-sizing: border-box;
}


/* common  class */

.h2 {
    font-size: 20px;
    line-height: normal;
    font-family: "Bebas Neue", serif;
    font-weight: 500;
    margin: 0;
}

.table a {
    text-decoration: none;
}

.voyager #bulk_delete_btn,
.voyager .btn-add-new {
    margin-top: 0;
}

body.login {
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-size: cover;
    justify-content: center;
    background-position: center;
}

.loginOuter {
    overflow: hidden;
    width: 1240px;
    margin: auto;
    display: flex;
    padding: 0 20px;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.loginInner {
    width: 60%;
    height: 100%;
    display: flex;
}

.login-from-box {
    height: 100%;
    width: 40%;
}

.txtContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding-right: 1rem;
}

.txtContent h1 {
    color: #F1EEDB;
    margin: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.txtContent p {
    color: #FFFFFF;
    margin: 20px 0 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.login-container-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    border-radius: 12px;
}

.login-container-box::-webkit-scrollbar {
    width: 0;
    -webkit-appearance: none;
}

/* .login-container-box::-webkit-scrollbar,
.login-container-box::-moz-scrollbar,
.login-container-box::-o-scrollbar,
.login-container-box::-ms-scrollbar {
    width: 0;
    -webkit-appearance: none;
} */

.logoContent {
    height: auto;
    max-width: 150px;
    margin-bottom: 25px;
}

.login-container-box h2 {
    color: #3f4444;
    margin: 0px 0 20px;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: 'Bebas Neue', serif;
    font-weight: 400 !important;
}

.login-container-box label {
    color: #3F4444;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.login-container-box .form-group.formControl input {
    color: #3F4444;
    width: 100%;
    border: 1px solid #f1eedb;
    height: 50px;
    outline: none;
    padding: 12px 20px;
    font-size: 16px;
    background: #fff !important;
    transition: 0.5s ease;
    font-family: "Noto Serif", serif;
    font-weight: 400;
    line-height: 24px;
    border-radius: 30px;
}

.login-container-box .form-group.formControl input::placeholder {
    color: #3F444480;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

button.btn.btn-block.login-button {
    width: 100%;
    border-radius: 32px;
    font-size: 20px;
    line-height: 20px;
    color: #3F4444;
    font-weight: 400;
    margin: 35px 0 0;
    font-family: 'Bebas Neue', serif;
}

.description {
    font-size: 16px;
    line-height: 20px;
    color: #3F4444BF;
    margin-bottom: 15px;
}

span.voyager-refresh {
    display: inline-block;
}

.checkboxContainer {
    display: table;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0 !important;
    top: 5px;
    left: 0;
}

.checkboxContainer .txt {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.checkboxContainer .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px !important;
    border: 1px solid rgba(63, 68, 68, 0.5);
    border-radius: 4px;
    background: #fff;
    transform: translateY(-50%);
}

.checkboxContainer input:checked~.checkmark {
    background: var(--bs-theme-color);
    border: none;
}

.checkboxContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxContainer input:checked~.checkmark:after {
    display: block;
}

.form-group .controls .remember-me-text {
    padding-left: 5px;
    margin-top: 0 !important;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 14px !important;
}

.controls a {
    text-decoration: underline !important;
}

.voyager .side-menu .navbar-header {
    background: #F4F4F4;
    border-color: #F4F4F4;
}

.app-container .content-container .side-menu.sidebarDesign .navbar-header .navbar-brand {
    height: auto;
    padding: 20px 0;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand .logo-icon-container {
    height: auto;
    width: 100%;
}

.app-container .content-container .side-menu.sidebarDesign .navbar-header .navbar-brand img {
    display: inline-block;
    max-height: inherit;
    max-width: inherit;
    top: auto;
}

.logo-icon-container .logoContent {
    height: auto;
    max-width: 160px;
    margin: 0 auto;
    padding: 0 5px;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse {
    background: #F4F4F4;
}

.voyager .expanded .side-menu.sidebarDesign.sidebar-inverse .navbar li>a {
    border-radius: 0px 60px 60px 0px;
    height: auto;
    min-height: 40px;
    margin-bottom: 5px;
    line-height: normal;
    padding: 12px 30px;
    /* color: #3F4444 !important; */
    font-weight: 500;
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    display: flex;
    align-content: center;
    align-items: center;
    transition: .1s ease;
    margin: 0;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li>a:hover {
    color: #3F4444 !important;
}


/*  .voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li>a span{
        display: none;
    }

    .voyager .expanded .side-menu.sidebarDesign.sidebar-inverse .navbar li>a span{
        display: block;
    }*/

.voyager .app-container .content-container .side-menu .navbar-nav li a .title {
    position: relative;
    top: 0;
    width: auto;
}

.app-container .content-container .side-menu .navbar-nav li a i {
    font-size: initial;
    margin-top: 0 !important;
    font-style: inherit;
    width: 30px;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li>a:hover {
    background: transparent;
    color: #3F4444;
    transition: .5s ease;
}

.yellowBtn {
    color: #3F4444;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    font-size: 16px;
    background: var(--bs-light-theme-color);
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
    letter-spacing: 0;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
}

.extrCss {
    /* background: #181212a1 !important;
    border: 0px !important;
    color: white !important; */
}

.borderBtn [class*=" voyager-"]:before,
[class^=voyager-]:before,
[data-icon]:before,
.yellowBtn [class*=" voyager-"]:before,
[class^=voyager-]:before,
[data-icon]:before {
    line-height: normal;
}

.voyager .pagination .active span,
.voyager .pagination .active>a,
.voyager .pagination .active>a:focus,
.voyager .pagination .active>a:hover,
.voyager .pagination .active>span:focus,
.voyager .pagination .active>span:hover {
    background-color: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
    color: #3F4444;
}

div.dataTables_paginate li.previous>a,
div.dataTables_paginate li.next>a {
    width: auto;
    min-width: 75px;
    margin: 0 6px;
}

.voyager .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

.voyager .pagination i,
.voyager .pagination a {
    color: #3F4444 !important;
    margin: 0 2px;
    min-width: auto;
    border: none;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Noto Serif', serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voyager table thead tr th {
    color: #3F4444;
    padding: 10px 12px;
    font-size: 13px;
    background: #DDDDDD33 !important;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: 20px;
}

.voyager table tbody tr td {
    color: #3F4444;
    padding: 8px 10px;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 14px;
}

.nav-pills {
    border-bottom: 1px solid #eee;
    margin: 0 24px;
}

.nav-pills>li>a {
    border-radius: 5px 5px 0 0;
    color: #3F4444;
    font-family: 'Bebas Neue', serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 15px 0 0;
    padding: 10px 15px;
    background-color: #F1EEDB;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: var(--bs-theme-color);
    color: #3F4444;
}

.voyager .tableboder.table-responsive thead tr th:not(:first-child),
.voyager .tableboder.table-responsive thead tr th:not(:last-child),
.voyager .tableboder.table-responsive thead tr th {
    min-width: 150px;
    width: auto;
    background: rgba(221, 221, 221, 0.2);
}

.voyager .tableboder.table-responsive thead tr th:last-child {
    max-width: 150px !important;
    width: auto;
    text-align: left !important;
    min-width: 150px !important;
}

table.dataTable {
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
}

.voyager .tableboder table>thead>tr>th:after {
    color: #3F4444;
    font-size: 1rem;
    padding-top: 0;
    opacity: 1;
    padding-left: 5px;
}

.voyager .table>tbody>tr>td,
.voyager .table>tbody>tr>th,
.voyager .table>tfoot>tr>td,
.voyager .table>tfoot>tr>th {
    border-color: #DDDDDD;
    vertical-align: middle;
}

.page-title {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Bebas Neue', serif;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-group label {
    color: #3f4444 !important;
    margin: 0px 0px 10px 5px;
    font-size: 16px !important;
    font-family: "Noto Serif", serif !important;
    font-weight: 600 !important;
    line-height: 16px !important;
}

.form-group input,
.form-group textarea {
    color: #3F4444;
    width: 100%;
    border: 1px solid #DDDDDD;
    height: 40px;
    outline: none;
    padding: 12px;
    font-size: 14px;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 32px !important;
    resize: none
}

.form-group textarea {
    height: auto;
}


.form-group input:focus,
.form-group input:active {
    border: 1px solid #3F444480;
}

.form-group input.show_all {
    height: auto;
}

.form-group input ::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4444;
    font-family: 'Noto Serif', serif;
}

.panel-body .select2-selection {
    border: 1px solid #DDDDDD;
    border-radius: 32px !important;
    min-height: 25px;
}

/* body .select2-container--default .select2-selection--single {
    border: 1px solid #DDDDDD !important;
    border-radius: 32px !important;
} */

.actionBox {
    display: flex;
    justify-content: flex-start;
}

.actionBox a {
    margin: 0 0 0 5px;
}

.switch label .lever:before,
.switch label .lever:after {
    width: 15px;
    height: 15px;
}

.switch label .lever {
    width: 30px;
    height: 12px;
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: var(--bs-theme-color);
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: var(--bs-theme-color);
}

.voyager div#pagesDatatable_processing {
    background: var(--bs-theme-color);
    height: auto;
    padding: 10px 8px;
    border-radius: 32px;
    max-width: 120px;
    margin: auto;
    top: 60px;
}

.voyager div#pagesDatatable_processing .m-t-30 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.voyager div#pagesDatatable_processing p {
    font-size: 14px;
    font-weight: 500;
    font-family: Bebas Neue;
    margin: 0 0 0;
}

.table-design {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.dropify-wrapper {
    border: 1px dashed #DDDDDD;
    border-radius: 4px;
    max-width: auto;
    height: auto;
    min-height: 100px;
    transition: .5s ease;
}

.dropify-wrapper:hover {
    transition: .5s ease;
    border: 1px dashed #3F444480
}

.voyager .dropify-wrapper input[type=file] {
    height: 100%;
    border: none;
}

.voyager .dropify-wrapper:hover {
    background-image: inherit;
}

.voyager .dropify-wrapper .dropify-message {
    top: 15px;
    transform: inherit;
}

.btnBox {
    display: flex;
    justify-content: flex-end;
}

.outlet-items .form-group {
    /* border-bottom: 1px solid #dddddd; */
    margin: 10px 0;
}

.heading-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* div#itemsDataTable_processing {
    max-width: 150px;
    margin: auto;
    padding: 10px;
    background: var(--bs-theme-color);
    border-radius: 20px;
    top: 50px;
    z-index: 99;
} */

.dataTables_wrapper .dataTables_processing {
    max-width: 100px;
    margin: auto;
    top: 26%;
}

div#itemsDataTable_processing p {
    color: #3F4444;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.parentSpan {
    margin-left: 10px;
    color: var(--bs-theme-color);
}

body .swal-button {
    color: #3F4444;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
    letter-spacing: 0;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    border: none;
}

.swal-button--confirm {
    background-color: var(--bs-theme-color);
    border: none !important;
}

body .swal-button--confirm:hover,
body .swal-button--confirm:focus,
.swal-button--danger:active {
    background-color: var(--bs-theme-color) !important;
    box-shadow: none;
}

.swal-button--cancel {
    background-color: #e8e8e8;
}


body .swal-button--cancel:hover,
body .swal-button--cancel:focus {
    background-color: #e8e8e8;
    box-shadow: none;
}

.voyager .delete-option,
.voyager .delete-option i {
    color: #3F4444;
    background-color: var(--bs-theme-color) !important;
}

.voyager .delete-option i {
    color: #000;
}

#adminmenu .dropdown .panel-collapse ul li a span:first-child {
    height: auto;
    padding: 0;
}

table .checkboxContainer .checkmark {
    height: 20px;
    width: 20px !important;
}

table .checkboxContainer .checkmark:after {
    content: "";
    width: 6px;
    height: 12px;
    border-radius: 1px;
    top: 3px;
    left: 7px;
}

table .checkboxContainer {
    padding: 0 !important;
    height: 16px;
    width: 16px !important;
    top: 0 !important;
}

.action-inner-icon,
.ban {
    color: #3f4444;
    border-radius: 50%;
    background: #eaeaea;
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.action-inner-icon:hover i {
    color: #3f4444 !important;
}

a.action-inner-icon img {
    height: 100%;
    width: 100%;
    max-width: 15px;
}

.action-inner-icon img.user_svg {
    max-width: 20px;
}

.edit.action-inner-icon img {
    max-width: 12px;
}

.view .action-inner-icon i {
    color: #3f4444;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(180deg, #fff 0, #fff) !important;
}

.dataTables_processing>div {
    background-color: var(--bs-theme-color) !important;
    padding: 8px 18px;
    max-width: 200px;
    border-radius: 32px;
    position: absolute;
    left: 50%;
    top: 4px;
    font-size: 13px;
    line-height: 20px;
    z-index: 99;
}

.dataTables_processing p {
    text-align: center;
    color: #3F4444;
    font-weight: 700;
    margin: 0;
}

.badge {
    padding: 6px 8px;
    color: rgb(63, 68, 68) !important;
    font-size: 13px !important;
    font-weight: 400;
    background-color: #e4e4e4;
    margin-top: 5px;
    cursor: inherit !important;
}

.badge:hover {
    color: rgb(63, 68, 68) !important;
}

.badge-success {
    background-color: rgb(47 156 47 / 33%);
    color: rgb(63, 68, 68) !important;
}

.badge-primary {
    background-color: rgba(59, 212, 174, 0.3);
    color: rgb(63, 68, 68) !important;
}

.view [class*=" voyager-"]:before,
.view [class^=voyager-]:before,
.view [data-icon]:before {
    font-weight: 700 !important;
}

#order-item-image {
    height: 60px;
}

.apexcharts-xaxis {
    display: block;
}

.graph-heading {
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}


.role-checkbox-list {
    display: flex;
    flex-wrap: wrap;
}

.role-checkbox-list>li {
    width: 25%;
}

.btn-right {
    display: flex;
    justify-content: flex-end;
    border-top: none !important;
}

.btn.btn-primary {
    background-color: var(--bs-theme-color) !important;
    color: #3F4444 !important;

}

.voyager .card {
    box-shadow: none !important;
}

.daterangepicker .drp-buttons .btn {
    padding: 8px 8px;
    border-radius: 32px;
    min-width: 100px;
    color: #3F4444 !important;
}

.daterangepicker .drp-buttons .btn:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    color: #3F4444 !important;
}

.subheading {
    font-size: 25px !important;
    font-family: 'Bebas Neue', serif !important;
    padding: 0 !important;
}

#voyager-loader button {
    /* -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; */
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-right: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
}

/* MESH LOADER */
#voyager-loader {
    z-index: 99999;
    left: 0 !important;
}

.mesh-loader {
    overflow: hidden;
    height: inherit;
    width: inherit;
}

.mesh-loader .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    background: var(--bs-theme-color);
    border-radius: 50%;
    margin: -10px;
    -webkit-animation: mesh 3s ease-in-out infinite -1.5s;
    animation: mesh 3s ease-in-out infinite -1.5s;
}

.mesh-loader>div .circle:last-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mesh-loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
}

.mesh-loader>div:last-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@-webkit-keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50.1% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50.1% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loade css */

.password-eye {
    position: relative;
}

.password-eye input {
    padding-right: 45px !important;
}

.password-eye i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: #3F444480;
    font-size: 16px;
    cursor: pointer;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    font-weight: 400 !important;
}

.voyager .datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    min-width: auto !important;
    background-color: #fff !important;
}

.voyager .datepicker table tr td.active:hover,
.voyager .datepicker table tr td.active:hover:hover,
.voyager .datepicker table tr td.active.disabled:hover,
.voyager .datepicker table tr td.active.disabled:hover:hover,
.voyager .datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background: var(--bs-theme-color) !important;
    color: #3F4444 !important;
}

.app-container.expanded .content-container .side-menu .navbar-nav li.dropdown>a:after {
    top: 1em;
    font-size: 20px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    color: #3F4444 !important;
    border-radius: 4px !important;
}

.daterangepicker .drp-buttons .btn,
.daterangepicker .drp-buttons .btn:hover {
    color: #3F4444 !important;
    margin: 0 0 0 15px;
    padding: 8px 20px;
    font-size: 16px;
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    border-radius: 32px;
}

.daterangepicker .drp-buttons .applyBtn {
    background: var(--bs-theme-color) !important;
}

.daterangepicker .drp-buttons .cancelBtn {
    background-color: #f0f0f0 !important;
    color: #3F4444 !important;
}

.voyager input[type=file] {
    background: #fff;
    border: 1px solid #DDDDDD;
    min-height: 45px;
    padding: 10px 12px;
    /* margin-bottom: 15px; */
    -webkit-appearance: none;
}

.help-block {
    margin: 6px 6px 0;
}

.select2-search__field {
    /* width: 1px !important; */
}

#files li .details .folder h4 {
    color: #3F4444;
}


.modal-header i {
    margin-right: 10px !important;
}

.voyager .modal.modal-info .modal-header {
    background-color: var(--bs-theme-color) !important;
    color: #3F4444;
    font-family: 'Bebas Neue', serif !important;
}

.modal-header .close {
    color: #3F4444;
    opacity: 1 !important;
}

.modal-header *,
#move_files_modal_10 .modal-body h4,
#toolbar .btn-group .btn.btn-default:first-child,
#toolbar .btn-group .btn.btn-default:nth-child(2) {
    color: #3F4444 !important;
    /* font-family: 'Bebas Neue', serif !important; */
}

.voyager .btn.btn-info,
.voyager .btn.btn-warning {
    background-color: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
    color: #3F4444 !important;
    border-radius: 32px;
    font-family: 'Bebas Neue', serif;
}

.modal input {
    border-radius: 32px;
    padding: 10px 12px;
    /* min-height: 45px; */
}

#confirm_delete_modal_10 .modal-body ul {
    padding-left: 20px;
}

#toolbar .btn {
    margin-left: 0 !important;
    margin-right: 10px;
    font-size: 14px !important;
    color: #3F4444 !important;
    font-family: 'Bebas Neue', serif !important;
    opacity: 1;
}

#toolbar .btn i {
    height: 20px;
    opacity: 1;
}

#content .breadcrumb li strong,
#content .breadcrumb li,
.detail_info a {
    color: #3F4444 !important;
}

.detail_info {
    display: table;
    width: 100%;
}

.detail_info div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0 0;
}

.detail_info div h4 {
    padding-right: 10px;
}

.detail_info div h4,
.detail_info div p {
    width: 50%;
    margin: 0;
}

.flex #left #no_files h3 {
    color: #3F4444;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex #left #no_files h3 i {
    padding-right: 5px;
}

#content .breadcrumb li:first-child .arrow {
    display: none;
}

.settings .no-padding-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.panel-body .select2-selection {
    border: none !important;
}

.voyager .settings .nav-tabs a {
    border-radius: 32px !important;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #3F4444 !important;
    margin: 10px;
    font-size: 16px !important;
    line-height: 18px;
    min-width: 100px;
    font-family: 'Bebas Neue', serif;
}

.voyager .settings .nav-tabs>li>a:hover {
    background: #f0f0f0 !important;
}

.voyager .settings .nav-tabs .active a,
.voyager .settings .nav-tabs .active a:hover {
    background: var(--bs-theme-color) !important;
    border: 1px solid var(--bs-theme-color) !important;
    color: #3F4444 !important;
}

.voyager .settings .panel-actions a i,
.voyager .settings .voyager-trash {
    color: #3F4444 !important;
}

table.dataTable thead th.sorting:after {
    color: #000;
    font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.outlet>div {
    padding: 0;
}

/* select box */
.select2-container {
    width: 100% !important;
    /* cursor: pointer; */
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0 0;
    height: auto;
}

.select2-container--default .select2-selection--single {
    height: auto;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #3F4444 !important;
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 8px 8px 0 !important;
    transform: rotate(132deg);
    -webkit-transform: rotate(132deg);
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    min-height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
    height: auto;
    display: block;
}

.select2-container--open{
  z-index: 999999 !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 32px !important;
    overflow: hidden;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #3F444480;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F1EEDB;
    color: #333539;
}

.select2-results__option {
    padding: 12px 20px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fff;
    /* cursor: default; */
    min-height: auto;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 15px !important;
    border: none !important;
    margin-top: 0 !important;
}

.select2 {
    padding: 5px 12px !important;
    border: 1px solid #DDDDDD;
    border-radius: 32px;
    min-height: 40px;
    background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 5px 5px 5px !important;
}

.panel-body .select2-selection {
    /* min-height: auto;
    padding: 0;
    height: auto; */
}

.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 400px;
    padding: 3px 8px;
    text-align: left;
}


body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body textarea:-webkit-autofill,
body textarea:-webkit-autofill:hover,
body textarea:-webkit-autofill:focus,
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus {
    background-color: #fff !important;
}

.graph .panel-body {
    min-height: 400px;
}

.apexcharts-datalabels text {
    display: block;
    font-size: 28px !important;
    font-weight: 400 !important;
    text-align: center;
    color: #3F4444;
    font-family: 'Noto Serif', serif;
}

#chart5 .apexcharts-slices g:nth-child(4) {
    -webkit-transform: translate(25px, -25px);
    transform: translate(25px, -25px);
}

#chart5 .apexcharts-slices g:nth-child(3) {
    -webkit-transform: translate(-27px, 25px);
    transform: translate(-27px, 25px);
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
    fill: #3f4444 !important;
    font-family: Bebas Neue, serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    text-shadow: none;
    filter: none;
}


.apexcharts-datalabel-label, .apexcharts-datalabel-value {
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
}
.apexcharts-tooltip.apexcharts-theme-dark {
    display: none !important;
}

.apexcharts-series.apexcharts-pie-series path {
    filter: brightness(1) !important;
}


#chart6 .apexcharts-slices g:nth-child(4) {
    -webkit-transform: translate(25px, -28px);
    transform: translate(25px, -28px);
}

#chart6 .apexcharts-slices g:nth-child(3) {
    -webkit-transform: translate(-27px, 20px);
    transform: translate(-27px, 20px);
}

.apexcharts-legend-marker {
    height: 15px !important;
    width: 15px !important;
    border-radius: 4px !important;
}

.apexcharts-legend-text {
    font-size: 14px !important;
    font-family: 'Bebas Neue', serif !important;
    line-height: 16px !important;
    color: #3f4444 !important;
    margin-left: 5px;
}

.apexcharts-legend-series {
    display: flex;
}

.legend-mouseover-inactive {
    opacity: 1 !important;
}

.index-header-second {
    width: 100%;
    display: flex;
    padding: 10px 20px;
    background: #00000005;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;

}

.login-container-box .checkboxContainer .checkmark {
    /* border: none !important; */
}

.top-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.top-heading a {
    padding-left: 5px;
}

#import-orders-modal .col-lg-12 {
    padding: 0 !important;
}

#import-orders-modal .modal-footer {
    margin-top: 20px;
}

.select2-dropdown {
    border: none;
    border-radius: 30px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 15px 0;
}

.form-edit-add .dropify-clear {
    top: 40% !important;
    right: 42% !important;
}

table#transctionDataTable tr th:nth-child(1) {
    min-width: 180px !important;
}

.badge-warning {
    background-color: var(--bs-theme-color) !important;
}


.custom-toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom-toggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: var(--bs-theme-color);
    display: block;
    border-radius: 100px;
    position: relative;
}

.p-5 {
    padding: 5px;
}

.custom-toggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.flex-column {
    flex-direction: column;
}

.custom-toggle.green-color input:checked+label {
    background: var(--bs-theme-color);
}

.custom-toggle.red-color input:checked+label {
    background: var(--bs-theme-color);
}

.custom-toggle input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.custom-toggle label:active:after {
    width: 50px;
}

.allocation-toggle {
    display: flex;
    max-width: 200px;
    align-items: center;
    justify-content: space-between;
}

.allocation-toggle span {
    font-size: 16px;
    color: black;
}

.logo-icon {
    max-width: 50px !important;
    max-height: 50px !important;
}

.app-container .logo {
    height: 75px;
    width: 75px !important;
    margin: auto;
    display: none !important;
}

.app-container.expanded .logo-icon {
    display: none !important;
}

.app-container.expanded .logo {
    display: block !important;
    width: 100%;
}

.app-container .content-container .side-menu:hover .logo-icon {
    display: none !important;
}

.app-container .content-container .side-menu:hover .logo {
    display: block !important;
}

.voyager .side-menu .navbar-header {
    background-color: rgb(54 113 100);
}

.voyager .side-menu.sidebarDesign.sidebar-inverse {
    background: linear-gradient(to bottom, rgb(54 113 100) 0%, rgb(30, 70, 48) 100%);
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li a {
    color: #fff !important;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li.dropdown .panel-body a,
.voyager .expanded .side-menu.sidebarDesign.sidebar-inverse .navbar li.dropdown .panel-body a {
    color: #3F4444 !important;
}

.voyager .expanded .side-menu.sidebarDesign.sidebar-inverse .navbar li.dropdown .collapse a,
.voyager .expanded .side-menu.sidebarDesign.sidebar-inverse .navbar li.dropdown .collapse .panel-body a {
    color: #3F4444 !important;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li.dropdown .collapse.in a {
    color: #3F4444 !important;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li>a:hover {
    color: #fff !important;
}

.voyager .side-menu.sidebarDesign.sidebar-inverse .navbar li.dropdown .panel-body .active a {
    font-weight: 900 !important;
}

.p-15 {
    padding: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.center-inner {
    display: flex;
    justify-content: center;
}

.image-container-settings img {
    height: 100px;
}

.pt-5 {
    padding-top: 5px;
}
.red{
    color: white !important;
    background: #ff3c3cc2;
}
.red:hover{
    color: white !important;
    background: #ff3c3cc2;
}
.badge-collaboration-corporation{
    display: flex;
    color: #3F4444 !important;
    justify-content: center;
    margin-top: 25px;
    font-size: 25px;
}
.voyager .alert.alert-info{
    background-color: #00b1ac91 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: #3F4444 !important;
}