:root {
    --matt-orange: #dd8667;
    --matt-orange-hover: #c9785b;
    --matt-orange-dim : #ecdad4;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--matt-orange) rgba(0,0,0,0);
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
    background-color: var(--matt-orange);
    background-color: transparent;
}

body.pg-auth {
    font-weight: 400;
    background: #1e1e1e;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-weight: 200;
    font-size: 16px;
}
.pg-auth h6, .pg-auth .h6, .pg-auth h5, .pg-auth .h5, .pg-auth h4, .pg-auth .h4, .pg-auth h3, .pg-auth .h3, .pg-auth h2, .pg-auth .h2, .pg-auth h1, .pg-auth .h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 200;
    color: #fff;
}

body {
    font-weight: 400;
    background: #fff;
    color: #555;
    font-family: "Exo 2", sans-serif;
    font-weight: 200;
    font-size: 16px;
}
.bg-theme {
    background: var(--matt-orange);
}
.text-theme {
    color: var(--matt-orange);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    /* font-family: "Lato", sans-serif; */
    /* font-family: "Oswald", sans-serif; */
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    color: #444;
}
a:hover {
    color: var(--matt-orange-hover);
    text-decoration: none;
}
.nkc-min-ht {
    min-height: calc(100vh - 133px);
}
.logo-img-lg {
    max-height: 120px;
}
@media (max-width:1199px) {
    .logo-img-lg {
        max-height: 80px;
    }
}
@media (max-width:1199px) {
    .logo-img-lg {
        max-height: 36px;
    }
}
.logo-img-md {
    max-height: 60px;
}
.campaign-details {
    display: -webkit-box;
    /* max-width: 250px; */
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}
.modal .campaign-details {
    max-width: 100%;
}
.social-icons-status {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
}
.social-icons-status li {
    color: #999;
}
.social-icons-status li.active {
    color: var(--matt-orange);
}
.social-icons-status .bi.active {
    color: var(--matt-orange);
}
.table thead {
    background: var(--matt-orange);
    color: #fff;
}
.modal-table th {
    width: 250px;
    color: #000;
    background: #f8f8f8;
}

.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-tabs .nav-link {
    white-space: nowrap;
}
.searchbox {
    max-width: 250px;
}
.fancybox__container {
    z-index: var(--fancybox-zIndex, 1065) !important;
}
.file-box {
    position: relative;
    padding-bottom: 66.66%;
    display: block;
    overflow: hidden;
}
.file-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-logo {
    max-width: 100px;
}
@media (min-width: 768px) {
    .data-item {
        padding: 1rem 1.25rem;
    }
}


.login-form-wraper {
    max-width: 400px;
    width: 100%;
}
.login-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 450px;
    margin-inline: auto;
    padding-block: 50px;
    width: 100%;
}
.login-text {
    margin-left: -5px;
}
.title {
    font-size: 60px;
    margin-bottom: 15px;
}
.title2 {
    font-size: 48px;
    margin-bottom: 15px;
}
.btn,
.form-control {
    /* border-radius: 0; */
    min-height: 40px;
}
.form-control {
    font-weight: 300;
}
.login-actions {
    padding-inline: 30px;
}
.btn {
    text-transform: uppercase;
}
.theme-btn {
    background: #f58220;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: all 0.3s ease;
}
.theme-btn:hover {
    background: #d26d15;
    color: #fff;
}
.btn-theme-matt,
.swal2-confirm {
    background: var(--matt-orange) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: all 0.3s ease;
}
.btn-theme-matt:hover,
.swal2-confirm:hover {
    background: var(--matt-orange-hover) !important;
    color: #fff;
}
.btn-theme-matt.dim {
    background: var(--matt-orange-dim) !important;
    border-color: var(--matt-orange-dim) !important;
    color: var(--matt-orange) !important;
}
.icon-btn {
    width: 50px;
    height: 40px;
    text-align: center;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.swal2-cancel {
    background: #e5e9f2 !important;
    border-color: #e5e9f2 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: all 0.3s ease;
}
.swal2-cancel:hover {
    background: #c3c6ce;
    border-color: #c3c6ce;
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.link {
    color: #fff;
    font-weight: 100;
    transition: all 0.3 ease;
}
.link:hover {
    color: #fff;
    opacity: 0.8;
}
.login-v-line {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    margin-inline: 100px;
}

.nav-tabs .nav-link,
.nk-menu-link {
    font-weight: 300;
}
.is-light .nk-menu-link:hover, .is-light .active > .nk-menu-link {
    color: var(--matt-orange);
}
.table {
    font-size: 16px;
    width: 100% !important;
}
.table th {
    font-weight: 400 !important;
}
.table td {
    padding-inline: 15px;
    vertical-align: middle;
}
.btn-primary:hover {
    background: var(--matt-orange-hover);
    border-color: var(--matt-orange-hover);
}
.btn-light:hover {
    color: #000;
}
.blockUI{
    z-index: 1070 !important;
    /* background-color: transparent !important;
    border: none !important; */
}
/* Custom styles for the blockUI message */
.blockMsg {
    background-color: transparent !important; /* Remove the background from the blockUI message */
    border: none !important; /* Remove any borders */
    box-shadow: none !important; /* Remove box shadow if present */
}
.hashtag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.hashtag-container .badge {
    font-size: 0.9em;
    font-weight: normal;
}
.datatable-wrapper {
    width: 100%;
}
@media (max-width:992px) {
    .datatable-wrapper {
        overflow-x: auto;
        min-height: 250px;
    }
}
.dataTables_length {
    margin-top: 10px;
}
.dataTables_length label {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 200 !important;
}
div.dataTables_wrapper div.dataTables_length select {
    margin-inline: 5px;
    appearance: auto;
    padding-inline: 0.3rem 1.1rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #eee !important;
    border-color: #eee !important;
    color: #333 !important;
    padding: 7px 12px;
    line-height: 1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--matt-orange-dim) !important;
    border-color: var(--matt-orange-dim) !important;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--matt-orange) !important;
    border-color: var(--matt-orange) !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--matt-orange-hover) !important;
    border-color: var(--matt-orange-hover) !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background: transparent !important;
    border: 0;
}
table.dataTable thead .sorting {
    background: none !important;
}

.data-label {
    max-width: 350px;
    font-weight: 400;
    color: #000;
    padding-right: 30px;
    display: inline-flex !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dbdfea !important;
}
@media (min-width:768px) {
    .data-label:after {
        content: ':';
        display: inline-block;
        margin-left: auto;
    }
}

.bg-primary {
    border-color: #dd8667 !important;
    background: #dd8667 !important;
}
body>.modal-backdrop+.modal-backdrop {
    z-index: 1052;
}
