/*---------------------------------font css start--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@0;1&display=swap');

.modal-footer {
  width: fit-content;
  margin: auto;
  border: none;
  margin-bottom: 40px;
  padding: 0px !important;
}

.form-group a{
  color: #115ea3 !important;
  text-decoration: underline;
}

.form-group a:hover{
  text-decoration: underline;
}

h1 {
  font-family: "Nunito", serif !important;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal;
  font-size: 24px !important;
}

.filter-box .filter-row label {
  font-family: "Nunito", serif !important;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.filter-box .filter-row .form-control {
  color: #717579;
}

label {
  font-family: "Nunito", serif !important;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}

::placeholder {
  color: #717579 !important;
}

:-ms-input-placeholder {
  color: #717579 !important;
}

::-ms-input-placeholder {
  color: #717579 !important;
}

.table .thead-dark th {
  font-family: "Nunito", serif !important;
  font-optical-sizing: auto;
  font-weight:bold;
  font-style: normal;
}

table.dataTable tbody th, table.dataTable tbody td {
  font-family: "Nunito", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
}

/*----------------------------------font css close-------------------------------------*/







@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:wght@300&display=swap');
:root {
  --main-color: #cf1b22;
  --main-light: #f4f4f9;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #717579;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Nunito", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  outline: none;
}

*:focus,
*.focus {
  outline: none !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0px;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

body {
background: #f4f4f9;
overflow: hidden;

}

.dashboard-header {
  background: var(--main-color);
  height: 80px;
}

.dashboard-header .navbar-brand {
  display: flex;
  text-align: left;
  align-items: center;
  min-width: 300px;
}

.dashboard-header .navbar-brand span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.dashboard-header .navbar-brand span hr {
  width: 5.5rem;
  background: #fff;
  height: 2px;
  margin-bottom: 4px;
  margin-top: 4px;
  border-top: none;
  margin-left: 0px;
}

.dashboard-header .navbar-brand img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.dashboard-header .company-name {
  color: var(--white-color);
  font-weight: 300;
  text-transform: none;
}

.dashboard-header .navbar-nav select{
    background: transparent;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 3px;
    height: 100%;
}

.dashboard-header .dropdown .dropdown-toggle::after {
  display: none;
}

.dashboard-header .dropdown .dropdown-toggle {
  color: var(--white-color);
}

.dashboard-header .dropdown .dropdown-toggle img,
.dashboard-header .nav-item .nav-link img {
  width: 26px;
  height: 26px;
}

.dashboard-header .dropdown .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}



.dashboard-header .dropdown .dropdown-menu .dropdown-item {
  color: var(--black-color);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 6px;
}

.dashboard-header .dropdown .dropdown-menu .dropdown-item:hover {
  background: var(--main-light);
}

.dashboard-header .dropdown .dropdown-menu .dropdown-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black-color);
  min-width: 230px;
  border-bottom: 1px solid #ddd;
}

.dashboard-header .dropdown .dropdown-menu .dropdown-header h6 span {
  display: block;
  font-size: 11px;
}

.content-row {
  display: flex;
  align-items: stretch;
  height: calc(100vh - 100px);
  margin-top: 10px;
}

.sidebar-box {
  width: 300px;
  background: var(--white-color);
  overflow: auto;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
}

.sidebar-box .sidear-footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 300px;
  padding: 10px;
  background: var(--white-color);
  font-size: 12px;
  color: var(--main-color);
  font-weight: 700;
}

.sidebar-box .navbar-nav .nav-link {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-left: 4px solid transparent;
  border-bottom: 1px solid #dee2e6;
}

/* .sidebar-box .navbar-nav .nav-link img {
  width: 30px;
  height: 30px;
  filter: grayscale(100%) invert(100%) contrast(20%);
} */
.eventNone{
    width: 20px;
    height: 20px;
    filter: grayscale(100%) invert(100%) contrast(20%);
}

.sidebar-box .navbar-nav .nav-link img {
    width: 20px;
    height: 20px;
    filter: grayscale(100%) invert(100%) contrast(20%);
}
.sidebar-box .navbar-nav .nav-link .active .img-fluid img {
    filter: 0px!important;
}
.sidebar-box .navbar-nav .nav-link i {
  color: var(--gray-color);
  font-size: 26px;
}

.sidebar-box .navbar-nav .nav-link span {
  color: var(--gray-color);
  font-size: 15px;
}
.sidebar-box .navbar-nav .active .nav-link img {
  filter: none;
}
.sidebar-box .navbar-nav .active .nav-link {
  background: #ececec;
  border-left-color: var(--main-color);
   filter: 0px!important
}

.sidebar-box .navbar-nav .nav-item:not(.active):hover .nav-link {
  background: #ececec;
}

/* .sidebar-box .navbar-nav .active .nav-link img {
  filter: none;
} */

.sidebar-box .navbar-nav .active .nav-link span {
  color: var(--main-color);
  font-weight: bold;
}

.sidebar-box .navbar-nav .active .nav-link i {
  color: var(--main-color);
  font-weight: bold;
}

.main-content-box {
  width: calc(100% - 300px);
  height: 100%;
}

.content-box {
  width: 100%;
  padding:0px 10px 20px 10px;
  height: 100%;
}

.content-box .content-container {
  background: var(--white-color);
  height: 100%;
  height: 100vh;
  overflow: auto;
  border-radius: 10px;
}

.content-header {
    width: 100%;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-header h1 {
  color: #cf1b22 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.stats-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  padding-right: 0px;
  gap: 20px;
  align-items: stretch;
}

.stats-list .stats-card {
  width: calc(20% - 20px);
  border: 2px solid var(--main-color);
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  min-height: 70px;
  border-radius: 14px;
  color: var(--main-color);
  text-decoration: none;
}

.stats-list .stats-card p {
  text-transform: capitalize;
  font-weight: 500;
}

.stats-list .stats-card h5 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 28px;
}

.dash-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding: 10px 20px;
}

.table .thead-dark th {
  background-color: #717579 !important;
  border-color: #717579 !important;
  border-top: none;
}

.table .thead-dark th:first-child {
  border-top-left-radius: 10px !important;
}

.table .thead-dark th:last-child {
  border-top-right-radius: 10px !important;
}

.table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
  white-space: nowrap;
}

.table tr td i{
	color:var(--main-color);
}

.table-box table {
  margin-bottom: 0px;
  white-space: nowrap;
}

.table-box table a {
  text-decoration: none;
  cursor:pointer;
  display: inline-flex;
  padding: 0 5px;
  /*margin: 0 15px 0 -6px;*/
}

.table-paginationbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.table-paginationbox .pagination {
  margin-bottom: 0px;
}

.table-paginationbox .total-pagination {
  color: #727579;
}

.table-paginationbox .pagination .page-item.disabled .page-link {
  border: none;
  color: #afafaf;
}

.table-paginationbox .pagination .page-item:not(.disabled) .page-link {
  border: none;
  color: #000;
  border-radius: 5px;
}

.table-paginationbox .pagination .page-item.active .page-link {
  border: none;
  background: #dbe4f1;
}

.filter-box {
  padding: 20px;
}

.filter-box .filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  /*flex-direction: column;*/
}

.filter-box .filter-row .filter-form-row{
	/*display:flex;
	gap:10px;
	width:100%;*/

  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
}

.filter-box .filter-row .filter-btn-row{
	display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.filter-box .filter-row .form-group {
  margin-bottom: 0px;
  /* max-width: 145px; */
}

.filter-box .filter-row .form-group select{
  width: 170px;
  display: block;
  font-size: 1em;
  padding: 0.8rem 0.5rem;
 font-family: inherit;
appearance: none;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.4rem center;
background-size: 1em;
cursor: pointer;
}

.filter-box .filter-row label {
  color: #212529 !important;
}

.filter-box .filter-row .form-control {
    background: #ececec;
    border: none;
    border-radius: 10px;
    padding: 10px;
    height: auto;
    color: #666666;
    width: 180px;
    cursor: pointer;
}

.filter-box .filter-row .form-control::placeholder {
  color: #9d9fa3;
}

.filter-box .filter-row .btn {
  line-height: 28px;
  border-radius: 8px;
    font-weight:600;
}

.b-fix{
display:flex; !important
}

.filter-box .filter-row .btn-light {
    color: #fff !important;
    border-color: #e52127 !important;
    background: #e52127 !important;
    /*border-color: var(--main-color) !important;
    background: var(--main-color) !important;*/
}

.filter-box .filter-row .btn-primary {
  border-color: #e52127 !important;
  background: #e52127 !important;
  /*border-color: var(--main-color) !important;
  background: var(--main-color) !important;*/
}

.filter-box .filter-row .btn-outline-dark {
    border: 1.5px solid  #e52127 !important;
    background:  #e52127 !important;
    color: #ffffff !important;
    font-weight: 600;
}

.form-row label{
  display: inline-block;
  margin-bottom:0.5rem;
  font-size: 14px !important;
}

.close-row{
  padding:10px 15px;
  display:flex;
  justify-content:center;
  gap:10px;
}

/*.cancel-product {
  border-radius: 12px;
  padding: 10px 35px;
  border-width: 1.5px;
  font-weight: 700;
  color: #1e4076 !important;
  border-color: #1e4076 !important;
  background: #fff !important;
*//*  line-height: 18px !important;*//*
}*/
.cancel-product {
    border-radius: 12px;
   /* padding: 10px 35px;*/
    border-width: 1.5px;
    font-weight: 700;
    color: #e52127 !important;
    border-color: #e52127 !important;
    background: #fff !important;
    margin: 0 6px;
}
.cancel-product:hover {
    border-radius: 12px;
    /*padding: 10px 35px;*/
    border-width: 1.5px;
    font-weight: 700;
    color: #fff !important;
    border-color: #e52127 !important;
    background: #e52127 !important;
}
.save-product {
    border-radius: 12px;
    border-width: 1.5px;
    font-weight: 700;
    border: 1.5px solid var(--main-color) !important;
    background: #e52127 !important;
    color: #ffffff !important;
    font-weight: 600;
}
.save-product:hover{color:#fff !important;}

.star{color:red;}
.modal .modal-content {
  border: none !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal .modal-header {
  background: var(--main-color) !important;
  color: var(--white-color) !important;
  font-weight: 700;
  float: inherit;
  display: flex;
}

.modal .modal-header .modal-title {
  font-weight: 700;
}

.modal .modal-header .modal-title span {
  display: block;
  font-weight: 400;
}

.modal .modal-header .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 35px;
  font-weight: 500;
}

.chat-history {
  max-height: 400px;
  overflow: auto;
  padding-right: 10px;
  margin-right: -10px;
}

.chat-history::-webkit-scrollbar-thumb {
  background: #ddd;
}

.chat-card {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}

.chat-card:last-child {
  border-bottom: none;
}

.chat-card .name-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.chat-card .name-row h1 {
  font-size: 18px;
  color: #343c44;
  font-weight: 500;
}

.chat-card .name-row p {
  font-size: 14px;
  color: #919191;
  font-weight: 400;
}

.chat-card .chat-message {
  background: #eff5ff;
  padding: 15px;
  border-radius: 10px;
}

.chat-card .chat-message p {
  font-weight: 400;
  color: #4b4b4b;
}

.chat-card .chat-message p a.read-more-btn {
  font-weight: 400;
  color: #2f80ed;
  text-decoration: none;
}

.chat-card .doc-container {
  margin-top: 5px;
}

.chat-card .doc-container h1 {
  font-size: 14px;
  font-weight: 700;
  color: #828282;
}

.chat-card .doc-container .doc-row {
  display: grid;
  padding-block: 4px;
  grid-template-columns: 50% 50%;
}

.chat-card .doc-container .doc-row .doc-type {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.chat-card .doc-container .doc-row .doc-file {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #2f80ed;
}

.chat-card .doc-container .doc-row .doc-file span {
  font-size: 14px;
  font-weight: 400;
}

.reply-form {
  padding: 10px 0px;
}

.reply-container{
	max-height: 280px;
    overflow: hidden auto;
    margin-right: -10px;
    padding-right: 10px;
    padding-top:10px;
    border-top:1px solid #dee2e6;
}

.reply-form p {
  font-size: 13px;
  color: #828282;
  margin-bottom: 10px;
  font-weight: 400;
}

.reply-form .form-group label {
  color: #343c44;
}

.reply-form .form-group .form-control {
  padding: 14px 10px;
  height: auto;
  border-color: #ddd;
  border-radius: 8px;
}

.reply-form .form-group .form-control::placeholder {
  color: #4b4b4b;
}

.toggle-password-User {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -27px;
}

.reply-form .form-group .choose-input {
  display: block;
}

.reply-form .form-group .choose-input input[type="file"] {
  display: none;
}

.reply-form .form-group .choose-input span {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  padding: 12px 10px;
  background: #eff5ff;
  color: #bdbdbd;
  border-radius: 8px;
  border: 1px solid rgba(143, 160, 187, 0.4);
}

.reply-form .add-file-btn {
  padding: 10px;
  border-radius: 6px;
}

.reply-form .add-file-btn.btn-light.disabled,
.reply-form .add-file-btn.btn-light:disabled {
  color: #bdbdbd;
  cursor: not-allowed;
  background: #f2f2f2;
}

.reply-form .form-check label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reply-form .form-check label input {
  position: relative;
  margin: 0px !important;
  width: 18px;
  height: 18px;
}

.reply-form button[type="submit"],
.reply-form input[type="submit"] {
  background: #1e4076;
  border: 1px solid rgba(143, 160, 187, 0.4);
  border-radius: 15px;
  color: #fff;
  padding: 10px 20px;
  min-width: 150px;
  line-height: 26px;
  margin-top: 20px;
}

.field-icon {
  float: right;
  margin-top: -25px;
  margin-right: 13px;
  position: relative;
  z-index: 2;
}

.dataTables_length {
	display: none;
}

/*.modal-body p {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}*/

.modal{
	background: rgba(0,0,0,0.4)!important;
    overflow: auto!important;
    top:0px!important;
    opacity:1!important;
    transform:none!important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;

}

.modal-dialog.modal-lg {
  max-width: 700px;
  width: 700px;
}

.modal.fade .modal-dialog{
	-webkit-transform: none!important;
    transform: none!important;
}

#closeTicketCheckbox{
	text-align:center;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc{
	padding-left: 20px!important;
	background-position: center left!important;
}

.GrievanceHistory-modal .modal-dialog{
	max-width:708px;
}

.GrievanceHistory-modal .modal-dialog .modal-content{
	width:100%;
	/* min-height:752px; */
}

.GrievanceReply-modal .modal-dialog{
	max-width:708px;
}

.GrievanceReply-modal .modal-dialog .modal-content{
	width:100%;
	/* min-height:896px; */
}

@media(max-width:1600px){
	.filter-box .filter-row .form-control{
		width:170px;
	}
}

.save-button {
    border-color: #e52127 !important;
    background: #e52127 !important;
    /*border-color: var(--main-color) !important;
    background: var(--main-color) !important;*/
    line-height: 28px;
    border-radius: 8px;
    padding: 8px 30px;
    color: #fff !important;
}


td.columnwrap{
    white-space:normal !important;
}


.success-popup {
    color: #6fcf97;
    text-align: center;
    padding: 5px 0px;
}

.success-popup p {
    font-size: 16px;
}

.cross{
    font-size: 30px !important;
}

.input-file{
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 40px;
  width:auto;
  color: #565A90;
}
.input-file::file-selector-button{
  border: none;
  border-radius: 8px;
  color: white;
  background-color: #e52127;
  border: 1px solid #e52127;
  height: 40px;
  cursor: pointer;
  transition: all .25s ease-in;
  cursor: pointer;
  padding: 0 25px;
}
.input-file::file-selector-button:hover{
  background-color: #e52127;
  color: #ffffff;
  transition: all .25s ease-in;
}
.prl-80 {
    padding: 30px 80px;
}
.center{
    text-align: center;
}

.checkgreen {

        margin-right: 7px;
        background-color: rgb(33 150 83);
        color: #fff !important;
        padding: 2px 4px;
        border-radius: 3px;
}

.Rejected {
    color: #eb5757 !important;
}
.prl-30 {
    padding: 40px 30px;
}

.form-group.col-md-12.mb-4 p{
  font-size: 16px;
}


.product-box {
    padding: 15px 25px;
    padding-right: 20%;
    border-bottom: 1px solid #d9d9d9;
  }

  .product-box .pro-detail-card h1 {
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
    text-transform: capitalize;
  }

  .product-box .pro-detail-card p {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .product-detail-section {
    padding: 0px;
    padding-right: 15.5px;
    padding-left: 15.5px;
    padding-top: 8px;
  }

  .product-detail-section .nav-tabs.product-tabs {
    display: grid;
    grid-template-columns: 50% 50% 9.09090909% 9.09090909% 9.09090909% 9.09090909% 9.09090909% 9.09090909% 9.09090909% 9.09090909% 9.09090909%;
    margin-bottom: 20px;
    background-color: #ebebeb;
  }

.product-detail-section .nav-tabs.product-tabs li a {
    font-size: 14px;
    font-weight: 600;
    color: #4f4f4f;
    padding-block: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #ced4da;
    text-transform: capitalize;
    transition: all 0.6s;
    background-color: #fff;
}

.product-detail-section .nav-tabs.product-tabs li a.active {
    background: #ececec;
    border-bottom: 1px solid #e02b20;
    color: #e02b20;
    font-weight: 600;
    transition: all 0.6s;
}

  .product-detail-list {
    padding: 0px 30px;
  }

  .product-detail-list .product-detail-item {
    border-bottom: 1px solid #8fa0bb;
    padding: 6px 0px;
    margin-bottom: 6px;
    transition: 0.5s;
  }

  .product-detail-list .product-detail-item:hover {
    background: #f7ede6;
  }

  .product-detail-list .product-detail-item h1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .product-detail-list .product-detail-item p {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }
.modal .modal-header .close span {
    font-size: 26px;
}
.RequestForm{
    padding: 20px 40px;
    padding-bottom: 30px;
  }

  .RequestForm .form-control{
    font-size: .875rem !important;
  }

.Submit-button {
    border-color: #e52127;
    background: #e52127;
    width: 160px;
    line-height: 28px;
    border-radius: 8px;
    padding: 8px 30px;
    color: #fff !important;
}


.dashboard-header .dropdown .dropdown-toggle::after,
    table .dropdown .dropdown-toggle::after {
      display: none;
    }

    .dashboard-header .dropdown .dropdown-toggle {
          color: var(--white-color);
        }


        .dropdown .dropdown-toggle img,
            .dashboard-header .nav-item .nav-link img {
              width: 26px;
              height: 26px;
            }
            .dropdown .dropdown-toggle {
                  color: var(--main-color);
                }
table .dropdown .dropdown-toggle {
      font-size: 24px;
      line-height: 22px;
    }

      .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
          border-bottom: 1px solid #ddd;
        }

        .dropdown .dropdown-menu .dropdown-item {
              color: var(--black-color);
              padding: 5px 10px;
              display: flex;
              align-items: center;
              gap: 6px;

           }

table .dropdown .dropdown-menu .dropdown-item {
      background: #fff;
    }
             .dropdown .dropdown-menu .dropdown-item:hover {
                 background: var(--main-light);
               }


   .dropdown .dropdown-menu .dropdown-header {
       display: flex;
       align-items: center;
       gap: 10px;
       color: var(--black-color);
       min-width: 230px;
       border-bottom: 1px solid #ddd;
     }

     .dropdown .dropdown-menu .dropdown-header h6 span {
           display: block;
           font-size: 11px;
         }

         .dropdown .dropdown-menu {
             border: 1px solid rgba(0, 0, 0, 0.2);
             border: none;
             box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
             border-radius: 10px;
             padding: 0px;
             overflow: hidden;
         }
.dropdown .dropdown-menu .dropdown-item {
    color: var(--black-color);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}


.dropdown .dropdown-menu .dropdown-item {
    color: var(--black-color);
    padding: 9px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e6e9ee;
}
.dropdown .dropdown-menu .dropdown-item img {
    width: 16px;
}
.dataTables_scrollBody{
    overflow: visible !important;
    width: 100%;
}

.disabled-btn{
    opacity: 0.65;
    pointer-events: none;
}

.form-group span {
    color: #e02b20;
    margin-top: 1rem;
}



.dataTables_scrollHead{
  overflow: visible !important;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
  overflow-x: auto;
}

.UnBlocking {
  width: calc(55% - 190px);
  margin: auto;
  height: 100%;
  margin-top: 20px;
  padding: 10px;
}

.StolenDevices {
  width: calc(90% - 200px) !important;
  margin: auto;
}

.Status-form {
  width: calc(70% - 300px);
  margin: auto;
  height: 100%;
  margin-top: 20px;
  padding: 10px;
}

.Status-form h4 {
    color: #e02b20;
    margin: 30px 0;
    text-align: center;
}


.Status-form h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0px;
}

.Status-form label {
    margin: 0 0 5px 0px;
    display: block;
}
.form-control {
    height: calc(1.9em + 0.75rem + 2px) !important;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.15rem 1.25rem !important;
}

.close img{
  width: 20px;
}

.no-border {
    border: none !important;
}

.flex-end {
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
}

.save-button-light{
    text-wrap: nowrap;
    width: 140px;
    border-color: #f6767b;
    background: #f6767b;
    line-height: 24px;
    border-radius: 8px;
    padding: 8px 30px;
    color: #fff !important;
  }

  .save-button-dark{
    width: 140px;
    border-color: #cf1b22;
    background: #cf1b22;
    line-height: 28px;
    border-radius: 8px;
    padding: 8px 30px;
    color: #fff !important;
  }


  .save-button {
    width: 140px;
    border-color: #eb5757;
    background:  #eb5757;
    line-height: 28px;
    border-radius: 8px;
    padding: 8px 30px;
    color: #fff !important;
  }

  .save-button:hover {
    width: 140px;
    border-color: #e02b20;
    background:  #e02b20;
    line-height: 28px;
    border-radius: 8px;
    padding: 8px 30px;
    color: #fff !important;
  }

  .cancel-btn {
    width: 140px;
    color: #626773!important;
    background-color: #ffffff;
    border-color: #828282;
    border-radius: 8px;
    line-height: 28px;
    padding: 8px 30px;
    margin: 0 7px;
  }

  .cancel-btn:hover {
    width: 140px;
    color: #626773!important;
    background-color: #f2f2f2;
    border-color: #828282;
    border-radius: 8px;
    line-height: 28px;
    padding: 8px 30px;
    margin: 0 7px;
  }





.dashboard-header .card-action .dropdown-toggle::after,
    table .card-action .dropdown-toggle::after {
      display: none;
    }

    .dashboard-header .card-action .dropdown-toggle {
          color: var(--white-color);
        }


        .card-action .dropdown-toggle img,
            .dashboard-header .nav-item .nav-link img {
              width: 26px;
              height: 26px;
            }
            .card-action .dropdown-toggle {
                  color: var(--main-color);
                }
table .card-action .dropdown-toggle {
      font-size: 24px;
      line-height: 22px;
    }

      .card-action .dropdown-menu .dropdown-item:not(:last-child) {
          border-bottom: 1px solid #ddd;
        }

        .card-action .dropdown-menu .dropdown-item {
              color: var(--black-color);
              padding: 5px 10px;
              display: flex;
              align-items: center;
              gap: 6px;

           }

table .card-action .dropdown-menu .dropdown-item {
      background: #ffffff;
    }
             .card-action .dropdown-menu .dropdown-item:hover {
                 background: var(--main-light);
               }


   .card-action .dropdown-menu .dropdown-header {
       display: flex;
       align-items: center;
       gap: 10px;
       color: var(--black-color);
       min-width: 230px;
       border-bottom: 1px solid #ddd;
     }

     .card-action .dropdown-menu .dropdown-header h6 span {
           display: block;
           font-size: 11px;
         }

         .card-action .dropdown-menu {
             border: 1px solid rgba(0, 0, 0, 0.2);
             border: none;
             box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
             border-radius: 10px;
             padding: 0px;
             overflow: hidden;
         }
.card-action .dropdown-menu .dropdown-item {
    color: var(--black-color);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}


.card-action .dropdown-menu .dropdown-item {
    color: var(--black-color);
    padding: 9px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-action .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}
.card-action .dropdown-menu .dropdown-item img {
    width: 16px;
}


div#initialloader {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: url('../../../resources/assets/images/loader.gif') 50% 50% no-repeat
 white;
 }

            div#initialloader{
            position:fixed;
            }
            .width-auto{
              width: auto !important;
            }

.form-content {
    padding: 20px;
}

.grayscale{
    filter: grayscale(100%) invert(100%) contrast(20%);
}

.cross-icon {
    width: 20px;
}

.Status-table h5 {
    color: #cf1b22 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-bottom: 12px;
}

.modal-dialog.modal-lg-detail {
    max-width: 700px;
    width: 700px;
}

thead.thead-dark {
    background-color: #717579 !important;
}

.scrollX {
       overflow-x: scroll;
}

.thead-light  th{
  background-color: #717579 !important;
  color: #fff !important;
}


table thead.thead-light {
    background-color: #717579;
    border-color: #717579;
}

table thead tr th {
    background-color: #717579 !important;
}

table.dataTable.no-footer {
    background-color: #717579;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table.dataTable.no-footer {
    background-color: #717579;
}

.table .thead-light th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
}
.table-box {
    margin: auto;
    width: 98%;
}

.table-responsive {
    border: 1px solid #dee2e6;
    border-radius: 11px 11px 0;
}
th > * {
  width: inherit !important;
}

.password-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-addon-eye {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    right: 10px;
}