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

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

p {
    font-smooth: always;
}

body,
html,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.content-header h4,
.main-header,
input,
textarea,
label {
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.main-header,
.skin-blue .main-header .navbar {
    /*background-image: none;*/
    /*background: royalblue;*/
}

.login-page {
    /*background-image: url('../images/header2.jpg');*/
}

.main-header {
    /*background-image: none;*/
}

/** Left menu style: start */
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side,
.skin-blue-light .sidebar-menu > li > .treeview-menu,
.skin-blue-light .treeview-menu > li > a {
    background-color: #1b1e21;
    color: lightgrey;
}

.skin-blue-light .sidebar-menu > li:hover > a,
.skin-blue-light .sidebar-menu > li.active > a {
    background-color: #333333;
}

.skin-blue-light .treeview-menu > li > a:hover {
    text-decoration: underline;
}

.skin-blue-light .treeview-menu > li.active > a {
    color: grey;
}

/** Left menu style: end */

/*
|--------------------------------------------------------------------------
| Input with left and bottom borders : start
|--------------------------------------------------------------------------
| Removes left and bottom borders from input so that it is less messy.
|
*/
/*
label { margin-bottom: 0; text-transform: capitalize; }

.form-control { padding: 0 12px; border-top: 0; border-right: 0; }

div.form-group span.readonly { padding: 5px; }

.select2-container .select2-choice { padding: 3px 0 5px 0; }

.align-with-input {margin-top: 18.5px}
*/
/****** Status colours  : starts *******/
.status-new {
    background-color: #ffcccc;
}

.status-closed {
    background-color: #d3d3d3;
}

.status-in-progress {
    background-color: #ffff99;
}

.status-solved {
    background-color: #ccff99;
}

.status-re-assigned {
    background-color: #ffcccc;
}

.status-answered {
    background-color: #ccff99;
}

.status-approved {
    background-color: #ccff99;
}

.status-draft {
    background-color: #ffcccc;
}

.status-requested {
    background-color: #ffcccc;
}

.status-font-color {
    color: #000000;
}

.rating-developing {
    background-color: #ffcccc;
}

.rating-good {
    background-color: #ffff99;
}

.rating-very-good {
    background-color: #fff444;
}

.rating-elite {
    background-color: #ccff99;
}

body,
.main-header {
    background: #000000;
}

.skin-blue-light .wrapper,
.content-wrapper,
.right-side,
.wrapper {
    background-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.content-header h4,
label {
    color: #fff;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 215px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: block;
    }
}

.main-header .sidebar-toggle {
    text-decoration: none;
}

.main-header .dropdown.user.user-menu {
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
}

.main-header .navbar .nav li.dropdown.user.user-menu > a {
    padding: 5px;
    color: #000;
}

.main-header .navbar-custom-menu {
    margin-top: 7px;
}

.main-header .navbar-custom-menu .nav.navbar-nav {
    display: flex;
    align-items: center;
}

.main-header .navbar-custom-menu .nav.navbar-nav .quick-modules-menu {
    border: 1px solid #22d3ee;
    border-radius: 4px;
}

.main-header
.navbar-custom-menu
.nav.navbar-nav
.quick-modules-menu
a.dropdown-toggle {
    padding: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-customDark {
    background-color: #222;
    float: left;
    width: 100%;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

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

.pb-0 {
    padding-bottom: 0px !important;
}

.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.ps-3 {
    padding-left: 15px;
}

.pe-3 {
    padding-right: 15px;
}

.p-4 {
    padding: 20px;
}

.p-5 {
    padding: 25px;
}

.p-6 {
    padding: 30px;
}

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

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pb-5 {
    padding-bottom: 25px !important;
}

.float-left {
    float: left;
}

.w-100 {
    width: 100%;
}

.bg-blue {
    background-color: #006eb6;
}

.bg-sky {
    background-color: #5beef6;
}

.btn-info,
.btn-default {
    background-color: rgba(91, 238, 246, 1);
    border-color: rgba(91, 238, 246, 1);
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.bg-warning {
    background-color: #ffc107;
}

.bg-grey-100 {
    background-color: #eee;
}

.bg-blue-dark {
    background: rgba(0, 115, 183, 0.3);
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-top-30 {
    border-radius: 30px 30px 0 0;
}

.fw-400 {
    font-weight: 400;
}

.border {
    border: 1px solid;
}

.border-color-sky {
    border-color: #5beef6;
}

.text-black {
    color: #000;
}

/* ---- Flexbox Utility Classes ---- */
.d-flex {
    display: flex;
}

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

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

/* ---- Gap Utility Classes ---- */

.gap-1 {
    gap: 5px;
}

.gap-2 {
    gap: 10px;
}

.gap-3 {
    gap: 15px;
}

.gap-4 {
    gap: 20px;
}

.gap-5 {
    gap: 25px;
}

.gap-6 {
    gap: 30px;
}

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

.info-box {
    border-radius: 10px;
}

/* ---- Text Color Utility Classes ---- */
.text-sky-light {
    color: #5beef6;
}

.btn {
    border-radius: 30px;
}

/* ---- Border  Utility Classes ---- */
.border-0 {
    border: none !important;
}

.content {
    padding-bottom: 10px;
}

.nav-tabs-custom > .tab-content {
    background-color: #222;
    border-color: rgba(91, 238, 246, 1);
}

.nav-tabs-custom > .nav-tabs,
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a,
.nav-tabs-custom > .tab-content {
    border-color: rgba(91, 238, 246, 1);
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: rgba(91, 238, 246, 1);
    color: #444;
}

table.dataTable {
    background-color: #eee;
}

table.dataTable > tbody > tr:nth-of-type(odd) {
    background-color: #222;
}

table.dataTable > tbody > tr:nth-of-type(even) {
    background-color: #484848;
}

.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: none;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table > thead > tr > td a, .table > tbody > tr > td a, .table > tfoot > tr > td a {
    color: #fff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background-color: #0073b7;
    border-color: #0073b7;
}

ul.quick-module-list {
    padding-left: 0px;
}

.main-header {
    padding: 0 20px;
}

.main-header .logo {
    margin: 0px;
    padding: 0px;
}

input.form-control,
select.form-control,
.readonly,
div.form-group span.readonly,
.select2-container-disabled,
.select2-container.select2-container-disabled .select2-choice,
input:read-only,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-container-multi .select2-choices,
textarea.form-control {
    border-radius: 30px;
    background-color: #484848;
    border: none;
    color: #fff;
    box-shadow: none;
}

select.form-control {
    border-radius: 8px;
}

.select2-container,
.select2-container.form-control.ajax,
.select2-container .select2-choice {
    border-radius: 30px;
    background-color: #484848;
    border: none;
    box-shadow: none;
    color: #fff;
}

.bordered-checkbox {
    background-color: #484848;
    border-color: #484848;
}

.cta-block {
    background-color: #1b1e21;
    border-color: #1b1e21;
    padding-left: 20px;
}

.selectClearBtn {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    margin-left: 5px;
}

.nav-tabs-custom > .tab-content {
    border-radius: 0px 5px 5px 5px;
}

.badge {
    border-radius: 15px;
    padding: 6px;
}

.select2-drop {
    background: #484848;
    color: #fff;
    border: none !important;
    border-radius: 10px;
    padding: 10px;
}

.select2-search input {
    color: #fff;
    border-color: #aeb6bf;
    background-image: url(../images/select2.png) !important;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    padding: 5px 10px;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit,
div.select2-result-label:hover {
    background: #1b1e21;
}

.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background: #484848;
    color: #fff;
    border-color: #333;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #5beef6;
    background-color: #5beef6;
    color: #000;
}

.dropdown-menu input.form-control {
    background-color: #fff;
    color: #000;
}

.main-footer {
    clear: both;
    background-color: #222;
    color: #fff;
    text-align: center;
    border: none;
    padding: 25px;
}

.content-wrapper {
    min-height: calc(100vh - 72px) !important;
}

table.dataTable,
table.table-striped {
    /* border-spacing: 0 8px;
    border-collapse: separate; */
    background-color: transparent;
}

table.dataTable thead > tr > th,
.table > thead > tr > th {
    background-color: #000;
    border-bottom: 1px solid #000;
    color: #5beef6;
}

.datatable-container {
    background-color: #222;
    padding: 15px;
    border-radius: 30px;
}

div.dataTables_length label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sec-hdr-top-rnd .form-group {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.sec-hdr-top-rnd .form-control {
    width: 150px;
    border-radius: 30px !important;
    padding: 0 5px;
    background-color: #fff;
    color: #000;
}

.sec-hdr-top-rnd .form-control.select2-container-multi {
    width: auto;
    min-width: 150px;
}

.sec-hdr-top-rnd .form-control.select2-container-multi.select2-dropdown-open {
    width: auto;
    max-width: 150px;
}

.sec-hdr-top-rnd .select2-container,
.sec-hdr-top-rnd .select2-container.form-control.ajax,
.sec-hdr-top-rnd .select2-container .select2-choice {
    background-color: #fff;
    color: #000;
}

.sec-hdr-top-rnd label {
    color: #000;
    margin: 0px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #222 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #484848 !important;
}

/* .table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
} */

div.dataTables_info {
    color: #fff;
}

.login-page .btn.btn-default {
    background-color: #76eaf3;
    border-color: #76eaf3;
    color: #000;
}

body.login-body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0px;
}

.login-wrapper {
    box-shadow: 15px 30px 80px #00000014;
    background-color: #000;
    border-radius: 5px;
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    height: 528px;
    /* background-image: url(../images/loginbg.png);
    background-repeat: no-repeat;
    height: 500px;
    background-position: -50px center;
    background-size: 74%; */
    position: relative;
}

.login-wrapper::before {
    position: absolute;
    left: -20px;
    top: -142px;
    content: "";
    background-image: url(../images/loginbg.png);
    background-repeat: no-repeat;
    height: 780px;
    background-position: -50px center;
    background-size: contain;
    width: 100%;
}

.login-wrapper .row {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.login-content {
    background-color: #000;
    padding: 30px;
}

.login-wrapper h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.login-wrapper input {
    border-radius: 30px;
    background-color: #484848;
    padding: 20px;
    border: none;
    color: #fff;
}

.login-wrapper a {
    color: #76eaf3;
}

.table-widget {

    border-radius: 20px 20px 0 0;
}

.table-widget h4 {
    border-radius: 20px 20px 0 0;
    background-color: #5beef6;
    padding: 15px;
    color: #000;
    text-align: center;
    margin: 0px;
}

/* .table-widget table.dataTable,
.table-widget table.table-striped {
  background-color: #eee;
} */

/* .table-widget table.dataTable thead > tr > th,
.table-widget .table > thead > tr > th {
  border-bottom: 1px solid #eee;
  background-color: #eee;
  color: #000;
}   */

.widgets-5-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(245px, 1fr));
    gap: 5px;
    overflow-x: auto;
    margin: 0 15px;
    padding-bottom: 15px;
}

.widgets-5-grid::-webkit-scrollbar {
    height: 10px;
}

.widgets-5-grid::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.widgets-5-grid::-webkit-scrollbar-thumb {
    background: #5beef6;
    border-radius: 10px;
}

.widgets-5-grid::-webkit-scrollbar-thumb:hover {
    background: #5beef6;
}

.table-widget {
    overflow: hidden;

}

.custom-col-4 {
    width: 33.33333333%;
    float: left;
}

.custom-col-6 {
    width: 66.33333333%;
    float: left;
}

.custom-col-4 .col-md-3 {
    width: 100%;
}

.custom-col-6 .col-md-3 {
    width: 50%;
}

.pagination {
    margin: 0 0 0 10px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #fff;
    border: none;
}

.table-playerWiseSkillRatingsDatatableDt img, .table-skillAssessmentDatatableDt img {
    /* border: 1px solid #EEEEEE;
    border-radius: 5px;
    background-color: #fff;
    margin: -8px 0; */
    width: 40px;
}

.widgets-5-grid table, .widgets-5-grid table th, .widgets-5-grid table td, .widgets-5-grid table td .badge {
    font-size: 9px;
}

.widgets-5-grid table td .badge {
    padding: 3px 3px !important;

}

/* .widgets-5-grid table{
  table-layout: fixed;
} */

.widgets-5-grid table td img {
    width: 24px;
    height: auto;
}

textarea.form-control {
    padding: 15px;
}

.widgets-5-grid .pagination li.page-item {
    display: none;
}

.widgets-5-grid .pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    gap: 10px;
}

.widgets-5-grid .pagination li.page-item:first-child, .widgets-5-grid .pagination li.page-item:last-child {
    display: flex;
}

.widgets-5-grid .pagination li.page-item .page-link {
    display: flex;
    width: 22px;
    height: 22px;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 50px;
    font-size: 20px;
    color: #000;
}

.widgets-5-grid .pagination li.page-item:first-child .page-link {
    background-color: #5beef6;
}

.widgets-5-grid .pagination li.page-item:last-child .page-link {
    background-color: #ffc107;
}

/* ion-icon.dt-reload:before{
  font-family:'FontAwesome';
  content: "\f021";
  visibility:visible;
} */

.form-control.selectClearBtn {
    width: auto;
}

.select2-container-multi .select2-choices .select2-search-field input {
    color: #fff;
}

.graph-lebels-sidebar {
    width: 180px;
    padding-top: 35px;

}

.graph-lebels-sidebar .profileImage {
    text-align: center;
}

.graph-lebels-sidebar .profileImage img {
    width: 130px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #EEEEEE;
}

.graph-lebels-sidebar button {
    width: 100%;
    padding: 14px 10px;
    margin: 1px 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 10px 0px 0px 10px;
    color: #000;
    font-weight: 600;
}

.graph-main-content {
    width: calc(100% - 320px);

}

.graph-container {
    background: #ffffff;
    padding: 20px;
    /* border-radius: 10px; */
}



.stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 140px;
}

.stat-box {
    background: #A5EEF2;
    text-align: right;
    padding: 14px 10px;
    margin: 1px 0;
    border: none;
    font-size: 14px;
    border-radius: 0px 10px 10px 0px;
    color: #000;
}

.players-graph-container {
    width: 100%;
    max-width: 1440px;
}

.sec-hdr-top-rnd .select2-container-multi .select2-choices {
    display: flex;
    white-space: nowrap;
    background-color: #fff;
    color: #000;
    border: none !important;
    box-shadow: none;

}

/*
.sec-hdr-top-rnd .select2-container-multi .select2-choices{
  position: absolute;
  top: 0px;
  left: 0;
} */

.sec-hdr-top-rnd .select2-container-multi .select2-choices .select2-search-choice {
    color: #000;
    border: none !important;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion, .sidebar-menu > li > a > ion-icon, .sidebar-menu > li > a > .material-icons-outlined, .sidebar-menu > li > a > .material-symbols-outlined, .sidebar-menu > li > a > .fi {
    margin-right: 20px;
}

.panel {
    border: 1px solid #333;
    background-color: #000;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.widgets-5-grid .table > tbody > tr > td,
.widgets-5-grid .table > thead > tr > th {
    height: 40px;
    vertical-align: middle;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.graph-view-btns {
    display: flex;
    justify-content: flex-end;
}
.graph-view-btns .btn{
    color: #000;
}
.graph-view-btns .btn.btn-default {
    border-radius: 10px 0px 0px 0px;
}

.graph-view-btns .btn.bg-warning {
    border-radius: 0px 10px 0px 0px;
}

.grade-excellent {
    color: black;
}

.grade-very-good {
    color: white;
}

.grade-average {
    color: black;
}

.grade-below-average {
    color: white;
}

/*method css*/
.method-get {
    background-color: darkseagreen;
}

.method-post {
    background-color: mediumpurple;
}

.method-patch {
    background-color: mediumslateblue;
}

.method-put {
    background-color: mediumslateblue;
}

.method-delete {
    background-color: indianred;
}


.bordered {
    border-color: transparent;
    border-radius: 0px;
    background-color: transparent;
}

.usereditform {
    gap: 15px;

}

.usereditform .profile-pic-uploader {
    width: 250px;
}

.userformfield .form-group {
    padding: 0px;
}

.userformfield {
    align-content: flex-start;
}

.userformfield .form-group {
    flex: 25%;
}

.img-thumbnail {
    background-color: #222;
    border: none;
}

.col-md-6.upload-tags {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

.ajax-upload-dragdrop {
    border: 1px dashed #222;
    background-color: #333;
}

.bg-gray-light {
    background-color: #222;
}

.info-box {
    background-color: #333;
}

.table-bordered, .filecard .info-box {
    border-color: #333;
}

.btn-transparent:hover {
    color: #fff;
}

.ajax-file-upload-filename {
    color: #ccc;
}

textarea.form-control.content {
    height: 200px !important;
    min-height: 200px !important;
}

table.dataTable.table-condensed thead .sorting:after, table.dataTable.table-condensed thead .sorting_asc:after, table.dataTable.table-condensed thead .sorting_desc:after {
    top: 50%;
    transform: translateY(-50%);
}

.btnsGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar,  .sidebar-mini.sidebar-expanded-on-hover .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }
    .sidebar-mini.sidebar-mini.sidebar-expanded-on-hover .sidebar-menu > li > a:hover > span{
        display: none !important;
        -webkit-transform: translateZ(0);
    }
         .sidebar-mini.sidebar-mini.sidebar-expanded-on-hover .sidebar-menu > li > a {
        margin-right: 0;
    }

      .sidebar-mini.sidebar-expanded-on-hover .content-wrapper, .sidebar-mini.sidebar-expanded-on-hover .right-side, .sidebar-mini.sidebar-expanded-on-hover .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }
         .sidebar-mini.sidebar-expanded-on-hover .main-header .navbar {
        margin-left: 50px;
    }
}
ion-icon{margin-top: 0px;}
 .skin-blue-light .sidebar-menu > li > a
  {
    white-space: nowrap; 
    overflow: hidden;
     text-overflow: ellipsis;
  }
  .sidebar-mini.sidebar-mini.sidebar-expanded-on-hover .sidebar-menu > li > a,
  .skin-blue-light .sidebar-menu > li > a:hover
  {
    white-space: nowrap; 
    overflow: hidden;
     text-overflow: ellipsis;
  }
.sidebar-mini.sidebar-mini.sidebar-expanded-on-hover .sidebar-menu > li {
        min-height: 40px;
}

@media screen and (max-width: 1279px) {
    .players-graph-container {
        display: block;
        padding: 0px;
    }

    .graph-lebels-sidebar {
        padding-bottom: 10px;
    }

    .graph-lebels-sidebar, .stats {
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
    }

    .stats {
        flex-direction: row;
        gap: 5px;
        margin-top: 10px;
    }

    .graph-lebels-sidebar form, .stats .stat-box {
        display: inline-flex;
        flex-direction: column;
    }

    .graph-lebels-sidebar button, .stats .stat-box {
        border-radius: 10px;
        padding: 10px;
        text-align: center;
    }

    .graph-main-content {
        overflow: hidden;
        width: 100%;
    }

    .graph-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .graph-container {
        width: 1200px;
        min-width: 800px;
        height: 400px;
        position: relative;
    }

    .graph-container canvas {
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 999px) {
    .login-wrapper .col-md-7 {
        display: none;
    }

    .login-wrapper::before {
        display: none;
    }

    body.login-body {
        background-color: #000;
    }

    .login-wrapper {
        overflow: hidden;
        height: auto;
    }

    .login-wrapper .col-md-5 {
        margin: auto;
        width: 100%;
        max-width: 400px;
    }

    .login-content {
        padding: 15px;
    }

    .sec-hdr-top-rnd {
        flex-wrap: wrap;
        gap: 15px;
    }

    .sec-hdr-top-rnd h3 {
        width: 100%;
    }
}

.table-scroll-wrapper {
    overflow: auto;
    max-width: 100%;
    display: block;
    clear: both;
    max-height: 600px;
}

.table-scroll-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
}

.table-scroll-wrapper::-webkit-scrollbar-track {
 display: none;

}

.table-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #5beef6;
    border-radius: 10px;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #5beef6;
}
.table-scroll-wrapper::-webkit-scrollbar-corner {
    background: transparent;
}

.table-scroll-wrapper table {
    width: 100% !important;
}
.table-scroll-wrapper table thead{
    position: sticky;
    top: 0;
    z-index: 1;
}

table td .img-responsive{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .info-box {
        height: auto !important;
        min-height: auto;
        float: left;
        padding-bottom: 15px;
    }

    .d-flex, .sec-hdr-top-rnd .form-group {
        flex-wrap: wrap;
    }

    .col-auto {
        flex: 1;
    }

    .buttons-groups {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .buttons-groups::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-4 {
        padding: 10px;
    }

    .widgets-5-grid {

        grid-template-columns: repeat(5, minmax(330px, 1fr));

    }

    .table-responsive {
        border: none;
    }

    .dataTables_paginate.paging_simple_numbers {
        padding-top: 15px;
        text-align: center;
        clear: both;
    }

    div.dataTables_info {
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px 5px;
    }

    .dataTables_filter {
        clear: both;
        text-align: left;
        padding-top: 10px;
    }

    .graph-lebels-sidebar {

    }

    .userformfield {
        flex: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .userformfield .form-group {
        flex: 100%;
    }

    .panel-group {
        padding-right: 0px;
    }

    .content-header a {
        margin-bottom: 5px;
    }
}

.remove-selectClearBtn .col-md-1 {
    display: none;
}

.remove-selectClearBtn .col-md-11 {
    width: 100%;
}

.modal-content {
    color: #000;
}

.comments-wrapper {
    background: #fff !important;
    color: #000 !important;
    padding: 20px;
    border-radius: 10px;
}

.comments-wrapper .comment-table {
    background: transparent;
    color: #000;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}


.comments-wrapper .comment-table td {
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    background: #fff;
    padding: 8px 12px;
}

.comments-wrapper .comment-table tr:last-child td {
    border-bottom: none;
}
.edit-assessment-btn {
    background: transparent !important;
    border: none !important;
    padding: 0;
    box-shadow: none;
}

.edit-assessment-btn ion-icon {
    font-size: 20px;
    color: #000000; /* or your preferred color */
    vertical-align: middle;
}
