@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body,
html {
    font-family: 'Open Sans', sans-serif;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: 0;
}

.app-sidebar .menu .menu-item .menu-link.active {
    border-left: 6px solid #d61f26;
}

.app-sidebar .menu .menu-item.menu-accordion.active {
    border-left: 6px solid #d61f26;
    color: #fff;
    background-color: #20272b;
}

.app-sidebar .menu-item.menu-accordion {
    /* border-left: 6px solid #070f13;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; */
}

.app-sidebar .menu-item.menu-accordion.hover.show {
    background-color: #20272b;
    border-left: 6px solid #d61f26;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.app-sidebar .menu .menu-item.menu-accordion.active .menu-link.active {
    border-left: unset;
}

.menu-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.app-sidebar .menu .menu-item .menu-link {
    padding: 13px 20px 13px 17px;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:hover {
    color: #fff;
    background-color: #20272b;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-disabled-hh {
    opacity: 0.3;
}

.menu-item.menu-accordion:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
.menu-item.menu-accordion:not(.menu-dropdown)>.menu-link .menu-arrow:after {
    transform: rotateZ(180deg);
}

.menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
.menu-item.menu-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
    transform: rotateZ(90deg);
}

.menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 20px;
}

.menu-item .menu-link .menu-icon {
    margin-right: 0rem;
}

.menu-sub-indention .menu-sub .menu-item {
    text-transform: capitalize;
}

.app-sidebar .menu .menu-sub .menu-link {
    padding: 7px 10px 6px 17px;
}

@media (max-width:992px) {
    .app-header {
        width: 100%;
    }
}

.login-hhh .footer-links a {
    font-size: 13.6px;
}

.login-hhh .copyright {
    font-size: 13.6px;
}

.login-hhh *:not([class^="fa-"]) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bg-black {
    background-color: #070F13 !important;
}

.text-body-h {
    color: #676a6c !important;
}

[data-theme="dark"] .text-body-h {
    color: #dfdfdf !important;
}

.login-hhh .navbar-nav {
    flex-direction: unset;
}

.login-hhh div#header {
    background-color: #070F13 !important;
    position: unset;
}

.login-inner-hhh {
    background-color: #070F13 !important;
    color: white;
    padding: 15px 40px;
    border: 5px solid #4b4e50
}

.auth-title {
    font-size: 30px;
    margin: 20px 0 10px;
    line-height: 1.1;
}

.btn-primary:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 2px solid #d61f26;
}

.small-hh {
    font-size: 13.6px;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.font-27 {
    font-size: 27px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 12px !important;
}

button#kt_sign_in_submit,
#kt_sign_up_submit,
.submit-hhh-auth {
    padding: 10px 39px;
    max-width: 189px;
    width: 100%;
    display: inline-block;
}

.login-inner-hhh {
    width: 85vw;
}

header#header-wrap button.navbar-toggle.collapsed {
    margin-top: 9px;
    margin-bottom: 0;
}

p.note-pages-heading i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}

.min-max-content-hh {
    min-width: max-content;
}

p.note-pages-heading {
    position: relative;
    padding-left: 32px;
    max-width: 95%;
}


/* .btn-outline-dark  {
    border: 1px solid #232c2b !important;
}
.btn-outline-dark, .btn-outline-dark * {
    color: #232c2b !important;
} */

.btn-outline.btn-outline-dark:hover,
.btn-outline.btn-outline-dark:hover *,
.btn.btn-outline.btn-outline-dark:active:not(.btn-active),
.btn.btn-outline.btn-outline-dark:hover:not(.btn-active) {
    color: var(--kt-light-active) !important;
    background-color: var(--kt-dark) !important;
}

.btn-outline.btn-outline-danger:hover,
.btn-outline.btn-outline-danger:hover *,
.btn.btn-outline.btn-outline-danger:active:not(.btn-active),
.btn.btn-outline.btn-outline-danger:hover:not(.btn-active) {
    color: var(--kt-white) !important;
    background-color: var(--kt-danger) !important;
}

.btn.btn-outline.btn-outline-info:hover,
.btn-outline.btn-outline-info:hover *,
.btn.btn-outline.btn-outline-info:active:not(.btn-active),
.btn.btn-outline.btn-outline-info:hover:not(.btn-active) {
    background-color: var(--kt-info) !important;
    color: var(--kt-white) !important;
}

.btn.btn-outline.btn-outline-secondary:hover,
.btn-outline.btn-outline-secondary:hover *,
.btn.btn-outline.btn-outline-secondary:active:not(.btn-active),
.btn.btn-outline.btn-outline-secondary:hover:not(.btn-active) {
    background-color: var(--kt-secondary) !important;
    color: var(--kt-white) !important;
}

.action-btn-hh {
    min-width: 34px;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    margin-bottom: 5px;
    margin-left: 5px;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
}

[data-theme="light"] .table-hover>tbody>tr:hover {
    background-color: #f5f5f5 !important;
}


[data-theme="light"] .table-striped>tbody>tr:nth-of-type(odd),
[data-theme="light"] .table-striped>tbody>tr:nth-of-type(odd) td {
    background-color: #f9f9f9 !important;
    box-shadow: unset !important;
}
[data-theme="light"] .table-striped>tbody>tr.ban-color,
[data-theme="light"] .table-striped>tbody>tr.ban-color td  {
     background: #ffecec !important;
}
.btn.btn-outline.btn-outline-secondary>* {
    color: #9c9c9c;
}

.table>thead>tr>th,
.table>thead th {
    color: #676a6c;
    font-weight: 700;
    border-top: 0;
}

.card .card-body {
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.bg-white {
    color: var(--kt-dark) !important;
    background-color: var(--kt-card-bg) !important;
}

.tab-bg-hhh {
    background-color: var(--kt-app-bg-color);
    border: 0 !important;
    padding: 0 !important;
}

.tab-bg-hhh ul {
    margin-bottom: 0px !important;
}

.nav-line-tabs .nav-item .nav-link {
    font-weight: 600;
    margin-right: 2px;
    font-size: 13px;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 10px 20px 10px 20px;
    margin-left: 0;
}

.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    color: #555555;
    border: 1px solid transparent;
    border-bottom: 0;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link.active:hover,
.nav-line-tabs .nav-item.show .nav-link {
    background: white;
    color: #555555;
    border: 1px solid #e7eaec;
    border-bottom: 0;
}

.detail-tab-hhh {
    margin-top: -2px;
    border: 1px solid #e7eaec;
    padding: 15px !important;
    border-radius: 2px;
}


/* div#kt_app_header {
    z-index: 2147483648;
} */


/* input[name="datetimes"] {
    margin-bottom: 370px !important;
    z-index: 0;
} */

.margin-bottom-370 {
    margin-bottom: 370px !important;
    z-index: 0;
}


/* .daterangepicker {
    width: 52VW;
} */

input.form-control,
.select2 .select2-selection,
.btn.btn-sm.form-control span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
    font-size: 14px;
    height: 48px;
    line-height: 1.42857143;
    color: #F1F1F1 !important;
    background-color: #252c2d !important;
    background-image: none;
    border: 1px solid #3e3e3e;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    margin-left: 0px !important;
}

:not(.login-hhh) .card-body input.form-control,
:not(.login-hhh) .card-body .select2 .select2-selection,
:not(.login-hhh) .card-body .btn.btn-sm.form-control span {
    background-color: #FFFFFF !important;
    border: 1px solid #e5e6e7 !important;
    color: #555!important;
}

.btn.btn-sm.form-control {
    padding: 0 !important;
}

.form-label {
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    color: #676a6c !important;
}

.app-sidebar-logo a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.upload-icon-hh {
    font-size: 40px !important;
    margin-bottom: 10px;
}

.dropzone {
    background: white;
    border: 0;
    padding: 0;
}

.dropzone .dz-message {
    text-align: center;
    height: 135px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.5rem 1.75rem;
    border: 1px dashed var(--kt-primary);
}

.dropzone .dz-message>* {
    width: 100%;
    max-width: 100%;
}

.dropzone.dz-started .dz-message {
    display: block;
}

.dz-preview {
    border-radius: 0px !important;
    background: #ffebeb !important;
    width: 100%;
    margin: 10px 0 0px !important;
    padding: 10px !important;
    height: 70px !important;
    min-height: unset !important;
    border: 1px solid #d61f2626;
    display: flex !important;
    flex-wrap: wrap;
}

.dropzone .dz-preview .dz-image {
    width: 50px;
    height: 100%;
    background: #ffffff45;
    border: 1px solid #ff888824;
    border-radius: 3px !important;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.dropzone .dz-preview .dz-details {
    z-index: unset !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    opacity: unset !important;
    padding: unset !important;
    line-height: unset !important;
    width: calc(100% - 55px) !important;
    min-width: unset !important;
    padding-left: 10px !important;
    text-align: left;
    z-index: 0;
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone .dz-preview .dz-details .dz-size * {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    color: #555;
    background: transparent !important;
    text-align: left;
}

.dropzone .dz-preview .dz-details .dz-size {
    animation: display 2s linear;
    animation-fill-mode: forwards;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-filter: unset;
    filter: unset;
}

.dz-filename,
.dz-filename * {
    font-size: 16px;
    font-weight: 500;
    background: unset !important;
    margin-bottom: 2.5px;
    text-align: left;
    padding: 0 !important;
}

.dropzone .dz-preview .dz-details .dz-filename:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: unset !important;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}

.dropzone .dz-preview .dz-details .dz-filename:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    border: unset !important;
    padding: 0 !important;
}

.dz-file-preview .dz-image:after {
    content: "\f15c";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    color: #d82930;
}

.dz-file-preview .dz-image {
    position: relative;
}

.dz-file-preview .dz-image img {
    display: none !important;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: transparent;
    border: 0;
}

.dropzone .dz-preview .dz-progress {
    width: 100%;
    top: unset;
    left: 0;
    bottom: 0;
}

.dropzone .dz-preview .dz-progress {
    width: calc(100% - 20px);
    top: unset;
    left: 0;
    bottom: 0;
    background: white;
    animation: unset;
    transform: unset !important;
    height: 7px;
    margin: 10px !important;
    z-index: 0;
}

.dz-preview:not(.dz-processing.dz-success.dz-complete) .dz-size,
.dz-preview.dz-error .dz-size {
    opacity: 0 !important;
    transition: opacity 3s ease;
}

.dz-preview.dz-processing.dz-success.dz-complete:not(.dz-error) .dz-size {
    opacity: 1 !important;
    transition: opacity 3s ease;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #d61f26;
    background: linear-gradient(to bottom, #d61f26e0, #d61f26);
}

.dropzone .dz-preview .dz-error-message {
    top: 54px;
}

.dropzone .dz-preview.dz-success:not(.dz-error) .dz-success-mark,
.dz-preview.dz-error.dz-complete .dz-error-mark {
    opacity: 1;
    font-size: 10px;
    left: unset !important;
    right: -9px;
    animation: unset !important;
    transition: opacity 3s ease;
    z-index: 0;
}

.dz-preview.dz-error .dz-success-mark {
    display: none !important;
}

.dropzone .dz-preview.dz-success:not(.dz-error) .dz-success-mark svg,
.dz-preview.dz-error.dz-complete .dz-error-mark svg {
    width: 20px !important;
    margin-top: 11px;
}

.dropzone .dz-preview.dz-success:not(.dz-error) .dz-success-mark svg *,
.dz-preview.dz-error.dz-complete .dz-error-mark svg * {
    fill: #d61f26;
}

.dz-preview.dz-error.dz-complete .dz-progress {
    opacity: 1;
}

.tabel-hh-files-hh td {
    max-width: 193px !important;
    /* min-width: 20px; */
    padding: 0px 5px !important;
}

.tabel-hh-files-hh {
    height: 100%;
    position: relative;
    width: 100%;
    min-height: 250px;
    border: 1px solid #a1a5b757;
    padding: 10px;
    border-radius: 15px;
}

.tabel-hh-files-hh,
.tabel-hh-files-hh * {
    box-sizing: border-box;
}

.tabel-hh-files-hh .table-responsive {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: auto;
}

.tabel-hh-files-hh .table-responsive thead tr {
    background: white;
}

.tabel-hh-files-hh .table-responsive thead tr th {
    min-width: max-content !important;
    white-space: nowrap;
}

@media (max-width: 1279px) {
    .table-responsive .table>thead>tr>th,
    .table-responsive .table>tbody>tr>td {
        min-width: 120px;
    }
}

@media (max-width: 400px) {
    .login-inner-hhh {
        padding: 10px 20px;
    }
}

.journalist-box {
    background-color: #5858586b!important;
    color: #dedede!important;
    border-color: #FFFFFF;
    border-style: dashed!important;
    border-width: 2px!important;
    border-radius: 12px;
    text-transform: none;
    margin: 5px 0;
    padding: 10px 60px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.journalist-box input {
    cursor: pointer;
}

.journalist-box:hover,
.journalist-box:active,
.journalist-box:focus {
    background-color: #330000!important;
}

.standard-user-box {
    background-color: #5858586b!important;
    color: #dedede!important;
    border-color: #FFFFFF;
    border-style: dashed!important;
    border-width: 2px!important;
    border-radius: 12px;
    text-transform: none;
    margin: 5px 0;
    padding: 10px 60px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.standard-user-box input {
    cursor: pointer;
}

.standard-user-box:hover,
.standard-user-box:active,
.standard-user-box:focus {
    background-color: #330000!important;
}

.journo-label {
    background: #d61f26;
    border-radius: 4px;
    font-size: 11px;
    padding: 3px 6px;
    width: fit-content;
    height: fit-content;
    font-weight: 600;
    color: #FFF;
    top: -2px;
    position: relative;
}

hr.hr-width-1 {
    max-width: 50px;
}

hr.hr-5x {
    border-top-width: 5px;
}

.border-main {
    border-color: #d61f26 !important;
}

hr {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    border: 0;
    border-top: 1px solid rgba(162, 162, 162, 0.3);
    text-align: left;
}

.ds-icons {
    display: block;
    color: #FFF;
    text-align: center;
    width: 75px;
    border-radius: 50%;
    padding: 5px;
    margin-top: -7px;
}

.ds-icons i {
    font-size: 26px;
    color: #FFF;
}

p.desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 6px;
}

.alert-grey {
    color: #ffffff;
    border-color: #7c7c7c;
    background-color: #3d3d3d;
}

.register-images {
    width: 100%;
    margin-top: 10px;
}

.register-images img:first-child {
    border-radius: 50%;
    width: fit-content;
    margin: auto;
    display: block;
    margin-left: 0px;
    margin-top: -13px;
    outline: 4px solid #efefef;
}

.register-images img:nth-child(2) {
    border-radius: 50%;
    width: 287px;
    padding: 0px;
    margin: auto;
    display: block;
    margin-left: 184px;
    margin-top: -191px;
    margin-top: -357px;
    position: absolute;
    outline: 4px solid #efefef;
}

.register-images img:nth-child(3) {
    border-radius: 50%;
    width: 200px;
    margin-left: 233px;
    display: block;
    margin-top: -204px;
    outline: 4px solid #efefef;
}

@media only screen and (max-width: 720px) {
    .register-images {
        display: none;
    }
}

i.login-form-icon {
    margin-top: 10px;
    float: right;
    color: #FFF;
    font-size: 32px;
}

.table-font-size {
  font-weight: lighter;
}
.add-scroll {
   height: 300px; /* set a fixed height */
   overflow-y: auto; /* add a vertical scroll */
}


.notification-selection {}
.notification-selection a {color:#4f4f4f;padding: 8px}
.n-select:hover, .n-select:active, .n-select:focus {background: #f8f8f8;border-radius: 4px;cursor:pointer;}

.remove-button {    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: #ec9194;
}
.remove-button:hover, .remove-button:focus, .remove-button:active {text-decoration: none!important;color: #d61f26;}



/* changes dev-A */

@media (max-width: 767px) {
    .footer_left {
        display: flex;
        justify-content: center;
    }

    .footer_right {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .clear-notification {
        position: sticky;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background-color: #d61f26;
        color: white;
        text-align: center;
        text-decoration: none;
        display: block;
    }
}
