@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #fff;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus,
*:active {
    outline: none;
    outline-color: transparent;
    box-shadow: none;
}

/*=== CSS to remove autocomplete focus styling in Input ===*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #05101F inset !important;
    -webkit-text-fill-color: white !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input:focus::-webkit-contacts-auto-fill-button {
    display: none !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #5D5E5F;
}

input:focus,
.input-field:focus {
    /* outline: none; */
    background-color: #082040;
    /* border-color: #082040; */
    color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: unset;
    text-decoration: none;
}

button,
select {
    border: none;
    appearance: none;
    -webkit-appearance: none;
}

.btn:focus {
    box-shadow: none;
}

button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.adduser-btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.adduser-btn a:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

/*=== Typography Classes ===*/
.font-60 {
    font-size: 60px;
}

.font-40 {
    font-size: 40px;
}

.font-34 {
    font-size: 34px;
}

.font-30 {
    font-size: 30px;
}

.font-28 {
    font-size: 28px;
}

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

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

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

.font-10 {
    font-size: 10px;
}

/*=== Font weight class ===*/
.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.borderr23 {
    border-radius: 23px;
}

/*=== Color classes ===*/
.darkblue {
    background-color: #05101F;
}

.bgcoral {
    background-color: #EB5C47;
}

.lightblue {
    background-color: #082040;
}

.text-coral {
    color: #EB5C47;
}

.text-gray {
    color: #979797;
}

.text-lightgray {
    color: #5D5E5F;
}

.text-gainsboro {
    color: #DCDCDC;
}

.text-darkblue {
    color: #05101F;
}

.text-lightwhite {
    color: #f1f1f1;
}

.bg-darkblue {
    background-color: #061830;
}

.yellowcolor {
    color: #C4C427;
}

.green {
    color: #00FF66;
}

/*=== login page css ===*/
.login-sec {
    height: 100vh;
}

.signin-form {
    width: 375px;
    margin: 0 auto;
}

.auth-btn {
    padding: 14px 0;
    border-radius: 10px;
    border: none;
}

.input-field {
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    padding: 15px 45px 15px 24px;
    color: #f1f1f1;
    display: block;
    width: 100%;
    border: 1px solid #5D5E5F;
    border-radius: 10px;
}

.label-text {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #979797;
}

.verify-icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    cursor: pointer;
}

/*=== creat Profile page css ===*/
.country_dropdown .iti__flag-container {
    position: unset;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    color: #f1f1f1;
    width: 60px;
    border: 1px solid #5D5E5F;
    border-radius: 10px;
    margin-right: 10px;
}

.country_dropdown .iti {
    display: flex;
}

.country_dropdown .iti__selected-flag {
    padding: 0 10px 0 10px;
}

.country_dropdown .iti__arrow {
    margin-left: 10px;
}

.iti__country-list {
    -webkit-box-shadow: 10px 10px 57px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 57px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 57px -8px rgba(0, 0, 0, 0.75);
    background-color: #082040;
    border: none;
    width: 100%;
    scrollbar-width: thin;
}

/*--- Chrome, Safari, Edge, Opera ---*/
.iti__country-list::-webkit-scrollbar {
    width: 5px;
    background-color: inherit;
    height: 0;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #B75D50;
    cursor: pointer;
}

.country_dropdown .input-field {
    padding: 15px 24px 15px 24px !important;
}

.country_dropdown .input-field::-webkit-outer-spin-button,
.country_dropdown .input-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.country_dropdown .input-field[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/*=== add user css ===*/
.user-condtn input {
    position: absolute;
    opacity: 0;
}

.user-condtn input+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.user-condtn input:checked+label:before {
    background: #eb5c47;
}

.user-condtn input+label:before {
    content: "";
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid #eb5c47;
    border-radius: 6px;
}

.user-condtn input:checked+label:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 7px;
    height: 14px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

/*=== customer detail css ===*/
.wrapper {
    z-index: 10;
    position: relative;
}

.profile-btn button {
    border-radius: 9px;
}

.customer-profile {
    padding: 60px;
    border-radius: 23px;
}

.active-status {
    background-color: rgba(255, 255, 255, 0.34);
    padding: 13px 39px;
    border-radius: 10px;
}

.create-date {
    border: 1px solid #838B96;
    border-radius: 20px;
    padding: 40px;
    width: 535px;
    max-width: 100%;
}

.customer-profile .line {
    border-bottom: 1px dashed #41689B;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.customer-deatil-in {
    width: 1200px;
    max-width: 100%;
}

/*=== Incedent table view ===*/
.table-area {
    padding: 60px;
    border-radius: 23px;
    width: calc(100vw - 480px);
    max-width: 100%;
}

table.Incidence-table {
    width: max-content;
}

table.Incidence-table tr th {
    padding-bottom: 40px;
}

table.Incidence-table tr td {
    padding-top: 30px;
}

.Incidence-table table a:hover,
.Incidence-table table a:focus {
    color: #00FF66;
}

.incident-status_select ul {
    z-index: 20;
}

.incident-status_select,
.incident-status_select ul>li {
    cursor: pointer;
}

.incident-status_select div>span[data-selected-value="await-customer"] {
    color: #C4C427
}

.incident-status_select div>span[data-selected-value="await-soc"] {
    color: #EB5C47
}

.incident-status_select div>span[data-selected-value="open"] {
    color: #EB5C47
}

.incident-status_select div>span[data-selected-value="close"] {
    color: #00FF66
}

/*=== customer css ===*/
.adduser-btn a {
    border-radius: 10px;
}

.adduser-btn a:focus-visible {
    outline: none;
}

table.fulltable tr th {
    white-space: nowrap;
}

table.fulltable tr th:nth-child(2) {
    width: 180px;
    min-width: 180px;
}

/*=== incident netops detail css ===*/
.tabletop {
    padding: 18px 0;
    background-color: #352B41;
    border-radius: 10px;
}

.boxtitle {
    padding: 18px 24px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 11px 11px 0 0;
}

.boxtitle th {
    padding: 18px 24px;
}

.main-box {
    border: 1px solid #fff;
    border-radius: 11px;
    overflow: hidden;
}

.mainrow {
    grid-template-columns: 612px repeat(3, 1fr);
    gap: 10px;
}

.mainrow.incident-allrow {
    grid-template-columns: 500px repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 10px;
}

.twotable {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.twotable p {
    margin-bottom: 0px;
}

.overviewleft {
    background-color: rgb(255 255 255 / 20%);
    width: 175px;
    max-width: 100%;
}

.overviewright {
    background-color: rgb(255 255 255 / 20%);
    width: 215px;
    max-width: 100%;
}

.overviewthird {
    background-color: rgb(255 255 255 / 20%);
    width: 205px;
    max-width: 100%;
}

.borderb {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}

.fixbox {
    height: 640px;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 23px;
    width: 100%;
}

.secopsdetailbox.fixbox {
    height: calc(100vh - 295px);
}

.textmsg {
    background-color: rgb(255 255 255 / 20%);
    padding: 14px;
    border-radius: 10px;
}

.timemsg {
    color: rgb(255 255 255 / 35%);
}

.rightside {
    padding-left: 100px;
}

.leftside {
    padding-right: 100px;
}

.chatbox {
    height: 337px;
    overflow-y: scroll;
}

.textboxes,
.chatbox {
    border-radius: 23px;
}

.textboxes {
    width: 432px;
    max-width: 100%;
}

.textboxes button {
    border-radius: 10px;
}

.textboxes textarea {
    height: 81%
}

.chatbox {
    width: calc(100% - 432px);
}

.last-notes {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}

/*=== sidebar css ===*/
.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.sidebar {
    max-width: 320px;
    min-width: 320px;
}

.sidebar,
.sidebar-content {
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
}

.sidebar-content {
    height: 100%;
    overflow: hidden scroll;
}

.sidebar-content::-webkit-scrollbar {
    width: 0px;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 320px;
    max-width: 100%;
    align-items: center;
}

.sidebar .logo {
    padding-top: 100px;
    padding-bottom: 85px;
    display: block;
}

.side-nav {
    margin-right: -50px;
}

.side-nav li {
    margin-bottom: 30px;
}

.side-nav .nav-link {
    border-radius: 18px 0 0 18px;
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    padding: 16px 0;
}

.side-nav .nav-link.nav-link__active {
    background-color: #ffffff;
    border-radius: 18px 0 0 18px;
    color: #000000;
    border-right: 7px solid #EB5C47;
}

.side-nav .nav-link span {
    height: 44px;
    width: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 10px;
}

.side-nav .nav-link.nav-link__active span {
    background-color: rgba(235, 92, 71, 0.24);
}

.side-nav .nav-link.nav-link__active span svg path {
    fill: #EB5C47;
    stroke: none;
}

.logout-btn {
    padding-top: 200px;
}

.logout-btn button {
    padding: 26px 40px;
    border-radius: 18px;
}

/*=== header css ===*/
.main {
    background: #05101F;
    width: 100%;
}

.sidebar-toggle {
    cursor: pointer;
    display: flex;
    height: 26px;
    width: 26px;
    top: 69px;
    right: 48px;
}

.hamburger {
    position: relative;
}

.hamburger,
.hamburger:after,
.hamburger:before {
    background: #fff;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    transition: background .1s ease-in-out, color .1s ease-in-out;
    width: 24px;
}

.hamburger:before {
    position: absolute;
    top: -7.5px;
    width: 24px;
}

.hamburger:after {
    bottom: -7.5px;
    position: absolute;
    width: 16px;
}

.user-avatar {
    width: 50px;
    height: 50px;
}

.header-area {
    background: linear-gradient(98deg, #FA2E102B 23%, #002F6E75 100%);
    padding: 60px;
}

.admin .header-area {
    /* .admin-dashboard .header-area{ */
    padding: 60px 50px 147px 60px;
}

.header-area .selection-area .bi {
    color: #16223F;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 5;
}

.header-area .selection-area select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    z-index: 10;
    background-color: transparent;
    color: #19213C;
}

.white-space-nowrap {
    white-space: nowrap;
}

.side-nav li:last-child .nav-link.nav-link__active span svg path {
    fill: none;
    stroke: #EB5C47;
}

.dash-drop {
    border-radius: 8px;
}

.search-box {
    border-radius: 10px;
    border: 1px solid #838B96;
    padding: 14px 15px;
    width: 340px;
    max-width: 100%;
}

.notification {
    border-radius: 10px;
    background-color: rgba(235, 92, 71, 0.4);
}

.user-drop img {
    border-radius: 10px;
    width: 56px;
    height: 56px;
    object-fit: cover;
}

/*=== dashboard css ===*/
.main {
    min-height: 100vh;
    background-image: url('../image/background.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.main-padding {
    padding: 60px;
}

.dashboard-stats {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 28px;
    padding-inline: 60px;
    position: relative;
    z-index: 10;
}

.dashboard-stats .stat-box {
    position: relative;
    width: 100%;
    padding: 30px;
    background-color: #010A16;
    top: -40%;
    border-radius: 23px;
}

.dashboard-stats .stat-box span {
    font-weight: 600;
}

.dashboard-stats .stat-box::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(324deg, #FFFFFF 0%, #EB5C47 100%);
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
}

.chart-stats {
    padding: 0 60px;
    margin: 0;
}

.chart-stats .chart-area {
    border-radius: 23px;
    padding: 40px 40px 40px 40px;
}

.chart-stats .chart-area canvas {
    height: 350px;
    width: 654px
}

#severity_indicator .severity-level span {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 6px;
}

#severity_indicator .severity-level:first-child span {
    background-color: #FFFF00;
}

#severity_indicator .severity-level:nth-child(2) span {
    background-color: #ffa500;
}

#severity_indicator .severity-level:nth-child(3) span {
    background-color: #FF0000;
}

#severity_indicator .severity-level:last-child span {
    background-color: #8B0000;
}

.chart-area .chart-one {
    border: 1px solid #838B96;
    border-radius: 10px;
    overflow: hidden;
}

.chart-area .chart-one select {
    color: #838B96;
    background-color: #061933 !important;
    padding-block: 14px
}

.chart-area .bi {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    pointer-events: none;
}

.dashboard-table {
    padding: 40px 0 40px 60px;
}

.dashboard-table .table-area,
.secops-table .table-area,
.netops-table .table-area {
    width: calc(100vw - 400px);
    max-width: 100%;
    padding: 60px 60px 24px 60px;
    background-color: #020C19;
    border-radius: 23px;
}

.table-area table {
    width: max-content;
}

.table-area table thead {
    border-bottom: 1px solid rgb(131 139 150 / 64%);
}

table.dataTable {
    border-collapse: collapse !important;
    width: 100% !important;
}

.table-area table tbody tr:first-child td {
    padding-top: 40px;
}

.table-area table thead tr th {
    padding-bottom: 40px;
    font-weight: 500
}

.table-area table tbody tr td {
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.table-area table tbody tr td.descript {
    max-width: 500px;
}

/*--- For Table 2 in dashboard area ---*/
.tablearea_two .magnitude-level,
.main-box .magnitude-level {
    max-width: 300px
}

.tablearea_two .magnitude-level div,
.main-box .magnitude-level div {
    width: 200px;
    height: 20px;
    background-color: #F8ED29;
    border-radius: 22px;
    overflow-x: hidden;
}

.tablearea_two .magnitude-level div>span,
.main-box .magnitude-level div>span {
    top: 0;
    bottom: 0;
    left: 20%;
    width: 120px;
    background-color: #C6392B;
    border-radius: 22px;
}


.tablearea_two .magnitude-level div>span.magnitudelevel_low,
.main-box .magnitude-level div>span.magnitudelevel_low {
    background-color: #FFFF00;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_medium,
.main-box .magnitude-level div>span.magnitudelevel_medium {
    background-color: #ffa500;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_high,
.main-box .magnitude-level div>span.magnitudelevel_high {
    background-color: #FF0000;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_critical,
.main-box .magnitude-level div>span.magnitudelevel_critical {
    background-color: #8B0000;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_1,
.main-box .magnitude-level div>span.magnitudelevel_1 {
    background-color: #806305;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_2,
.main-box .magnitude-level div>span.magnitudelevel_2 {
    background-color: #43281C;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_3,
.main-box .magnitude-level div>span.magnitudelevel_3 {
    background-color: #2E3138;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_4,
.main-box .magnitude-level div>span.magnitudelevel_4 {
    background-color: #353D2F;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_5,
.main-box .magnitude-level div>span.magnitudelevel_5 {
    background-color: #C6392B;
}

.tablearea_two .magnitude-level div>span.magnitudelevel_6,
.main-box .magnitude-level div>span.magnitudelevel_6 {
    background-color: #E4B108;
}

/*--- For Table-3 in dashboard Area ---*/
.tablearea_three .sort-identifier span .bi-sort-up {
    transform: rotateY(180deg);
}

.tablearea_three table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgb(235 92 71 / 40%)
}

.tablearea_three table tbody tr:first-child td {
    padding-bottom: 18px;
}

.tablearea_three table tbody tr:not(:first-child) td {
    padding-block: 17px;
}

.tablearea_three table tbody tr td.descript {
    white-space: normal;
}

.tablearea_three table tbody td.critical-level {
    color: #EB5C47
}

.tablearea_three table tbody td.major-level {
    color: #FF5E00;
}

/*=== Modal Styling ===*/
.modal-backdrop {
    z-index: -1 !important;
}

.modal-dialog {
    max-width: unset !important;
}

.modal-content {
    max-width: 1000px !important;
    border-radius: 23px;
}

.modal-header {
    background-color: rgba(255, 255, 255, 20%);
    border-radius: 23px 23px 0 0
}

.modal-body {
    padding: 40px 24px 24px 24px
}

.modal-body form textarea {
    color: rgba(255, 255, 255, 0.5);
    resize: none !important;
}

.modal-body button {
    border-radius: 10px;
    padding-block: 13px
}

#exampleModal {
    background-color: rgb(5 16 31 / 90%);
}

/*=== Secops/netops table view css ===*/
.tablearea_two.secopstable_area,
.tablearea_three.netopstable_area {
    background-color: #082040;
}

.secops-table,
.netops-table {
    padding: 60px 0 60px 60px
}

/*=== secops details page ===*/
.main-dashboard {
    width: calc(100vw - 337px);
}

.create-btn {
    padding-block: 13px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.severity-counter {
    gap: 10px
}

.severity-counter .overviewleft {
    width: unset;
}

.borderb .overviewleft+div,
.borderb .overviewleft+p {
    width: calc(100% - 175px);
}

.borderb .overviewright+div,
.borderb .overviewright+p {
    width: calc(100% - 215px);
}

.three-divided {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}

.three-divided .main-box:not(:first-child) {
    display: flex;
    flex-direction: column;
}

.three-divided .main-box:not(:first-child) div:last-child {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.log-source {
    grid-auto-flow: column;
    gap: 10px
}

.log-source.logsource_ip>.main-box {
    width: 212px
}

.log-source .magnitude-level span {
    width: 60px;
    height: 18px;
    background-color: #E4B108;
    display: block;
    border-radius: 22px;
}


/* coding design css */
/* netopsDataTable table */
#netopsDataTable tbody tr td:nth-child(4) {
    color: #EB5C47;
}

#netopsDataTable tbody tr td:nth-child(5) {
    white-space: nowrap;
}

#netopsDataTable tbody tr td:nth-child(11) {
    text-align: center;
}

#netopsDataTable tbody td {
    padding-right: 64px;
}

#netopsDataTable_processing {
    /* background-color: #eb5c47; */
    background-color: transparent;
}

/* companysDataTable table */
#companysDataTable tbody td {
    padding-right: 64px;
}

#companysDataTable_processing {
    background-color: transparent;
    /* background-color: #eb5c47; */
}

/* customersDataTable table */
#customersDataTable tbody tr td:nth-child(7) {
    text-align: center;
}

#customersDataTable tbody td {
    padding-right: 64px;
}

#customersDataTable_processing {
    /* background-color: #eb5c47; */
    background-color: transparent;
}

/* operatorDataTable table */
#operatorDataTable tbody tr td:nth-child(7) {
    text-align: center;
}

#operatorDataTable tbody td {
    padding-right: 64px;
}

#operatorDataTable_processing {
    /* background-color: #eb5c47; */
    background-color: transparent;
}

/* secopsDataTable table */
#secopsDataTable tbody tr td:nth-child(13) {
    text-align: center;
}

#secopsDataTable tbody tr td:nth-child(3) {
    white-space: nowrap;
}

#secopsDataTable tbody tr td:nth-child(6) {
    white-space: nowrap;
}

#secopsDataTable tbody td {
    padding-right: 64px;
}

#secopsDataTable_processing {
    /* background-color: #eb5c47; */
    background-color: transparent;
}

/* incidentsDataTable table */
#incidentsDataTable tbody tr td:nth-child(9) {
    text-align: center;
}

#incidentsDataTable tbody td {
    padding-right: 64px;
}

#incidentsDataTable_processing {
    /* background-color: #eb5c47; */
    background-color: transparent;
}

/* dataTables_filter */
.dataTables_filter input {
    border-radius: 10px;
    border: 1px solid #838B96;
    padding: 14px 15px;
    max-width: 100%;
    background-color: transparent;
    color: #fff !important;
    width: auto !important;
    display: unset !important;
}

.dataTables_filter input:focus {
    background-color: transparent;
}

.dataTables_length select {
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #838B96;
    border-radius: 6px;
}

.dataTable {
    padding-top: 20px;
}

/* pagination css */
.page-item.active .page-link {
    color: #fff;
    background-color: #EB5C47;
    border-color: #EB5C47;
}

.page-item.disabled .page-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.24);
    padding: 10px 18px;
}

.page-link {
    padding: 10px 18px;
    background-color: rgba(255, 255, 255, 0.24);
    color: #fff;
    border: none;
}

.page-item.disabled .page-link:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
}

.page-item.disabled .page-link:focus-visible {
    outline: none;
}

.page-link:hover,
.page-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
    outline: none;
    border: none;
    box-shadow: none;
}

/* .dataTables_info{padding-top: 24px !important;} */
/* .pagination{padding: 10px !important;} */
.bottom-pagination {
    padding-top: 24px !important;
}


table thead {
    white-space: nowrap;
}

table thead th::before,
/* table thead th::after {
    display: none !important;
} */
table thead th::before {
    right: 30px !important;
    top: 0;
}

table thead th::after {
    right: 20px !important;
    top: 0;
}

.dataTables_wrapper .row:first-child {
    align-items: center;
    padding-bottom: 30px;
}

.dataTables_wrapper .row:nth-child(2)::-webkit-scrollbar {
    height: 8px;
}

.dataTables_wrapper .row:nth-child(2)::-webkit-scrollbar-track {
    background-color: #082040;
    border-radius: 10px;
}

.dataTables_wrapper .row:nth-child(2)::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    outline: 0px solid slategrey;
    cursor: pointer;
}

.chatbox::-webkit-scrollbar,
.fixbox::-webkit-scrollbar {
    width: 10px;
}

.chatbox::-webkit-scrollbar-track,
.fixbox::-webkit-scrollbar-track {
    background-color: #082040;
    border-radius: 10px;
}

.chatbox::-webkit-scrollbar-thumb,
.fixbox::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    outline: 0px solid slategrey;
    cursor: pointer;
}

table tr td .fa-lg {
    font-size: 18px;
}

.down-arrows {
    position: absolute;
    right: 0;
    top: 35%;
}

.paginate_button,
select {
    cursor: pointer;
}

.alert {
    padding: 8px 12px;
    background-color: #f44336;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 10px;
}

.alert.success {
    background-color: #04AA6D;
}

.alert.danger {
    background-color: #f44336;
}

.alert.info {
    background-color: #2196F3;
}

.alert.warning {
    background-color: #ff9800;
}

.alert .closebtn {
    cursor: pointer;
}

/* alert */

.check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    width: 60px;
    height: 25px;
    background: rgb(91 103 119);
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"] {
    background: #EB5C47;
}

.check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"]::after {
    left: 60%;
}

.dataTables_wrapper .row:nth-child(2) {
    overflow: auto;
    margin-bottom: 25px;
}

.critical-level {
    color: #8B0000;
}

.high-level {
    color: #FF0000;
}

.medium-level {
    color: #ffa500;
}

.low-level {
    color: #FFFF00;
}

.yellowcolor {
    color: #f9a825
}

.redcolor {
    color: #FF0000
}

.greencolor {
    color: #00FF00
}

.text-red {
    color: #FF0000
}

.text-green {
    color: #00FF00
}

.text-yellow {
    color: #f9a825
}

ul {
    list-style: none;
    padding-left: 0;
    padding-top: 2px;
}

/* loder logo jeson */
#loader svg {
    position: relative;
    width: 30% !important;
    height: 30% !important;
    top: 350px !important;
}

/* edit page css start */
.edit-infos {
    border-radius: 23px;
}

.editbox {
    padding: 18px 0;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 23px 23px 0 0;
}

.label-edit {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.input-field-edit {
    font-size: 14px;
    font-weight: 400;
    background: #040F1E;
    padding: 15px 45px 15px 24px;
    color: #f1f1f1;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #375E92;
}

.edit-icons {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -15px;
    background-color: #375E92;
    padding: 8px;
    border-radius: 10px;
}

.input-field-edit {
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    padding: 15px 45px 15px 24px;
    color: #f1f1f1;
    display: block;
    width: 100%;
    border: 1px solid #394d66;
    border-radius: 10px;
}

.input-field-edit:focus,
.input-field-edit:focus-visible {
    border-color: #394d66;
    background-color: #040F1E;
}

.save-btns {
    border-radius: 10px;
    padding: 14px 0;
    width: 70%;
}

.p-email {
    color: #ffffff99;
}

.w-200 {
    width: 200px;
}

.img-profile {
    width: 174px;
    border-radius: 25px;
}

.notification-list a {
    border-bottom: 1px solid #eb5c4766;
}

.notification-list a:last-child {
    border-bottom: none;
}

.notification-list {
    border-radius: 23px;
}

.notification-list .list-group {
    border-radius: 0 0 23px 23px;
    height: 450px;
    overflow-y: scroll;
}

.notification-list .boxtitle {
    background-color: #394d66;
}

.notification-list:before {
    content: '';
    background-color: #000000ba;
    position: fixed;
    inset: -100vh -100vw;
    display: block;
    z-index: -1;
}

.notification {
    z-index: 9999;
}

.notification.show {
    background-color: #EB5C47;
}

.notification-list .dropdown-menu-header p:first-child {
    width: calc(100% - 100px);
}

.notification-list .dropdown-menu-header p:last-child {
    width: 100px;
    text-align: right;
    cursor: pointer;
}

#dialog-box {
    z-index: 1000;
    border-radius: 23px;
    padding: 40px 32px 32px 32px;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    height: 500px;
    overflow: auto;
}

#dialog-box .box-container {
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 20px;
}

/* #dialog-box .box-container>div:first-child {
    border-bottom: 1px solid rgba(235, 92, 71, 0.4)
} */

#dialog-box .box-container>div {
    border-bottom: 1px solid rgba(235, 92, 71, 0.4)
}

.dialog-close_btn {
    height: 50px;
    min-width: 50px;
    padding-block: 0;
}

#search_modal .modal-heading>div {
    border: 1px solid #838B96;
    border-radius: 10px;
}

.modal {
    background-color: rgba(5, 16, 31, 0.9);
}

#dialog-box::-webkit-scrollbar {
    width: 8px;
}

#dialog-box::-webkit-scrollbar-track {
    background-color: #082040;
    border-radius: 10px;

}

#dialog-box::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    cursor: pointer;
}

.selectdrop option {
    color: #838B96 !important;
}

.selectdrop:focus,
.selectdrop:focus-visible {
    outline: none;
    background-color: #082040;
    border-color: #082040;
    color: #fff;
}

.notification-list .list-group::-webkit-scrollbar {
    width: 8px;
}

.notification-list .list-group::-webkit-scrollbar-track {
    background-color: #082040;
    border-radius: 10px;
}

.notification-list .list-group::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    cursor: pointer;
}

.notes-list {
    width: 500px;
    min-width: 500px;
    white-space: break-spaces;
}

.notes-list p {
    width: 500px;
    min-width: 500px;
}

.forscroll::-webkit-scrollbar {
    height: 8px;
}

.forscroll::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.forscroll::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    cursor: pointer;
}

.user-drop .dropdown-menu.show {
    z-index: 9999;
    top: 5px !important;
}

/* Loader CSS */
.loader-spinner {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #EB5C47;
    width: 25px;
    height: 24px;
    opacity: 0;
    animation: spin 1s linear infinite;
    animation-play-state: paused;
    margin-top: 12px;
}

.loader-spinner.typing {
    opacity: 1;
    animation-play-state: running;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-data {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 22px;
    line-height: 32px;
}

select option {
    color: #000;
}

.chart-area .chart-one select option {
    color: #838B96;
}

.read-more {
    cursor: pointer;
}

.modal-header .dismiss-btn {
    transform: translate(15px, -50%);
}


input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background-image: url('../image/Cross-white.svg');
    background-size: 15px 15px;
    cursor: pointer;
}

.dataTables_length select:focus {
    background-color: transparent;
    color: #fff;
}


.overviewthird+p {
    width: calc(100% - 205px);
}

.edit-profile-set .country_dropdown .iti__flag-container:focus-visible {
    outline: none;
}

.edit-profile-set .country_dropdown .iti__flag-container {
    border: 1px solid #394d66;
}

.edit-profile-set .country_dropdown input[type='text'] {
    border-color: #394d66 !important;
}

.edit-profile-set .country_dropdown input[type='text']:focus {
    border-color: #394d66 !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

select option[selected] {
    background-color: #EB5C47;
    color: #fff !important;
    font-weight: 600;
}

.dataTables_processing.card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url('../image/loader-animation.gif');
    font-size: 0;
    width: 200px;
    height: 200px;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dataTables_processing {
    /* background-color: #eb5c47 !important; */
    font-size: 0px;
}

.selectdropdown select {
    border: 1px solid #838B96;
    border-radius: 10px;
    overflow: hidden;
    color: #838B96;
}

.selectdropdown .bi {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    pointer-events: none;
}

.no-button {
    border: 1px solid #EB5C47;
    color: #fff;
    font-size: 16px;
}

.delete-button {
    background-color: #EB5C47;
    color: #fff;
    font-size: 16px;
}

.deleteaccount .modal-content {
    max-width: 500px !important;
}

.logout-button {
    background-color: #EB5C47;
    color: #fff;
    font-size: 16px;
}

.on-off-toggle {
    width: 56px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.on-off-toggle__slider {
    width: 60px;
    height: 25px;
    display: block;
    border-radius: 34px;
    background-color: #5b6777;
    transition: background-color 0.4s;
}

.on-off-toggle__slider:before {
    content: '';
    display: block;
    background-color: #fff;
    bottom: -1px;
    height: 25px;
    left: 0px;
    position: absolute;
    transition: .4s;
    width: 25px;
    z-index: 5;
    border-radius: 100%;
}

.on-off-toggle__slider:after {
    display: block;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'off';
    color: #fff;
    padding-left: 28px;
    transition: all 0.4s;
}



.on-off-toggle__input {
    position: absolute;
    opacity: 0;
}

.on-off-toggle__input:checked+.on-off-toggle__slider {
    background-color: #EB5C47;

}

.on-off-toggle__input:checked+.on-off-toggle__slider:before {
    transform: translateX(32px);
    left: 4px;
}

.on-off-toggle__input:checked+.on-off-toggle__slider:after {
    content: 'on';
    color: #fff;
    padding-left: 8px;
}

.table-area table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgb(235 92 71 / 40%);
}

.table-area table tbody tr:not(:first-child) td {
    padding-block: 17px;
}

.table-area table tbody tr:first-child td {
    padding-bottom: 18px;
}

.comment-formeter {
    white-space: break-spaces;
}

.edit-profile-set .edit-infos:last-child() h4 {
    width: 250px;
    margin: 0 auto;
    word-break: break-all;
}

.show-more {
    height: 200px;
    overflow-y: scroll;
}

.show-more::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.show-more::-webkit-scrollbar-track {
    background-color: #082040;
    border-radius: 10px;
}

.show-more::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    outline: 0px solid slategrey;
    cursor: pointer;
}

.show-more-subject {
    height: 130px;
    overflow-y: scroll;
}

.show-more-subject::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.show-more-subject::-webkit-scrollbar-track {
    background-color: #082040;
    border-radius: 10px;
}

.show-more-subject::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    outline: 0px solid slategrey;
    cursor: pointer;
}



.textboxes textarea::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.textboxes textarea::-webkit-scrollbar-track {
    background-color: #082040;
    border-radius: 10px;
}

.textboxes textarea::-webkit-scrollbar-thumb {
    background-color: #EB5C47;
    border-radius: 10px;
    outline: 0px solid slategrey;
    cursor: pointer;
}

.selectdropdown select:focus+.bi-caret-down-fill {
    transform: rotate(180deg);
    top: 25%;
}

.selectdropdown select:focus-visible+.bi-caret-down-fill {
    transform: rotate(0deg);
    top: 25%;
}

.textboxes textarea {
    resize: none;
}

.edit-profile-set {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.edit-profile-set .edit-infos:last-child p,
.edit-profile-set .edit-infos:last-child h4 {
    word-break: break-all;
}

.incident-status_select .bi {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.drop-severity .bi {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    position: absolute;
}

/* .incident-status_select .customer-waiting+.bi {
    right: 15% !important;
}

.droparw-severity .bi {
    top: 50%;
    right: 45%;
    transform: translateY(-50%);
    pointer-events: none;
}

.droparw-status .bi {
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    pointer-events: none;
}

.droparw-status-customer .bi {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    pointer-events: none;
} */

.parsley-required,
.parsley-type,
.parsley-maxlength,
.parsley-pattern,
.parsley-custom-error-message,
.parsley-minlength,
.parsley-maxlength,
.parsley-notequalto,
.parsley-pattern,
.parsley-length,
.parsley-equalto {
    font-size: 16px !important;
}
