@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --main-color: #cf1b22;
  --main-light: #dde7f9;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #717579;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  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: #fff;
}

.mb-70{
  margin-bottom: 70px !important;
}

.dashboard-header {
  background: var(--main-color);
  padding: 5px 0px;
}

.fixed-header{
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
}

.dashboard-header h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 0px 0px !important;
  margin: 7px 0 7px 0px;
  color: #fff;

}

.dashboard-header .navbar-brand {
  display: flex;
  text-align: center;
  align-items: center;
  min-width: 300px;
}

.dashboard-header .navbar-brand span {
  font-weight: bold;
}

.dashboard-header .navbar-brand img {
  /*width: 60px;*/
  width: auto;
  height: 60px;
  margin-right: 20px;
}

.dashboard-header .company-name {
  color: var(--white-color);
  font-weight: 300;
}

.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:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.dashboard-header .dropdown .dropdown-menu .dropdown-item {
  color: var(--black-color);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  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;
}

.form-control {
  height: calc(1.9em + 0.75rem + 2px) !important;
}

.UNblockingRecovered {
  width: calc(80% - 200px) !important;
}

/* .StolenDevices {
  width: calc(90% - 200px) !important;
}
 */
 .StolenDevices {
    /* width: calc(90% - 200px) !important; */
    width: 100%;
}
.left{
  text-align: left !important;
}

.Status-form {
  width: calc(70% - 300px);
  margin: auto;
  height: 100%;
  margin-top: 20px;
  padding: 10px;
}

.Status-form h4{
  color:#cf1b22;
  margin: 30px 0;
  text-align: center;
}

.Status-form span{
  color:#cf1b22;
}

.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;
}


.save-button-light{
  text-wrap: nowrap;
  width: 215px;
  border-color: #f6767b;
  background: #f6767b;
  line-height: 24px;
  border-radius: 8px;
  padding: 4px 13px;
  color: black !important;
}

/*.default-color {
  background-color: #cf1b22;
  color: #fff;
  border-color: #cf1b22;
}*/

.save-button-dark {
  width: 140px;
  border-color: #cf1b22;
  background: #cf1b22;
  line-height: 28px;
  border-radius: 8px;
  padding: 8px 30px;
  color: #fff;
}

.save-button-dark:hover {
  color: #fff;
}
   .prl-80 {
    padding: 30px 80px;
    }
.modal-body p {
    font-size: 16px;
}
.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;}


/*.save-button {
  width: 140px;
  border-color: #eb5757;
  background:  #eb5757;
  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: #cf1b22;
  background:  #cf1b22;
  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: #cf1b22 !important;
  background-color: #ffffff ;
  border-color: #cf1b22 ;
  border-radius: 8px;
  line-height: 28px;
  padding: 8px 30px;
  margin: 0 7px;
}
.cross {
    font-size: 30px !important;
}

.cancel-btn:hover {
  width: 140px;
  /*color: #626773!important;*/
  /*background-color: #f2f2f2;*/
  color: #fff !important;
  background-color: #cf1b22 !important;
  border-color: #cf1b22 !important;
  border-radius: 8px;
  line-height: 28px;
  padding: 8px 30px;
  margin: 0 7px;
}

.UnBlock{
  padding: 40px 0px;
  text-align: center;
}

.UnBlock h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0px;
}

.UnBlock h4{
  padding: 0 0 20px 0px;
}

.UnBlock p{
  font-weight: 500;
  margin: 0 0 0px 0px
}

.Validate-form {
  margin: auto;
  height: 100%;
  margin-top: 20px;
  padding-top: 30px;
}

.Validate-form h6{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 0px 0px;
}

.Validate-box {
  width: calc(60% - 360px);
  margin: auto;
  padding: 0px 20px 20px 20px;
  height: 100%;
}

.otp{
  display:inline-block;
  width:50px;
  height:50px;
  text-align:center;
  border: 2px solid #bdbdbd;
  border-radius: 7px;
  margin: 0 8px;
}

.alert-position {
  position: absolute;
  margin-left: 25% !important;
  margin-top: -4% !important;
}

.alertID {
  width: fit-content;
  margin: auto;
}

.alert-National {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #d3d3d3;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.15rem 1.25rem !important;
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 9;
}

.alert-dismissible .close img{
  width: 20px;
}

.plr-50{
  padding: 0 50px;
}

.plr-140{
  padding: 0 140px;
}



.no-border{
  border: none !important;
}

.timer span{
  color: #c9c8c8;
}

.timer a{
  color: #212529;
  font-weight: 600;
}

.timer span {
    color: #212529;
}
.star{
  color: #cf1b22 !important;
}
.alert-position {
    position: absolute;
    margin-left: 25% !important;
    margin-top: -4% !important;
}
.alert-position1 {
    position: absolute;
    margin-left: 42% !important;
    margin-top: 1% !important;
}
.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;
} */

.Status-form label {
    margin: 0 0 8px 0px;
    display: block;
}
.mt-10{
  margin-top: 10px;
}

.mt-20{
  margin-top: 23px;
}
.no-border {
  border: none !important;
}

.flex-end {
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
}

.content-row {
  display: flex;
  align-items: stretch;
  height: calc(100vh - 100px);
  margin-top: 20px;
}

.content-row .sidebar-box {
  width: 300px;
  background: var(--main-light);
  overflow: auto;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
}

.content-row .sidebar-box .sidear-footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 300px;
  padding: 10px;
  background: var(--main-light);
}

.content-row .sidebar-box .navbar-nav .nav-link {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-left: 4px solid transparent;
}

.content-row .sidebar-box .navbar-nav .nav-link img {
  width: 30px;
  height: 30px;
  filter: grayscale(100%) invert(100%) contrast(20%);
}

.content-row .sidebar-box .navbar-nav .nav-link span {
  color: var(--gray-color);
  font-size: 16px;
}

.content-row .sidebar-box .navbar-nav .active .nav-link {
  background: #ececec;
  border-left-color: var(--main-color);
}

.content-row .sidebar-box .navbar-nav .active .nav-link img {
  filter: none;
}

.content-row .sidebar-box .navbar-nav .active .nav-link span {
  color: var(--main-color);
  font-weight: bold;
}

.content-row .content-box {
  width: calc(100% - 300px);
  padding: 0px 20px 20px 20px;
  height: 100%;
}

.content-row .content-box .content-container {
  background: var(--white-color);
  height: 100%;
  overflow: auto;
  border-radius: 10px;
}

.content-header {
  width: 100%;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ccc;
}

.content-header h1 {
  font-size: 24px;
  font-weight: 700;
}

.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: #8fa0bb;
  border-color: #8fa0bb;
  border-top: none;
}

.table .thead-dark th:first-child {
  border-top-left-radius: 10px;
}

.table .thead-dark th:last-child {
  border-top-right-radius: 10px;
}

.table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

.table-box table {
  margin-bottom: 0px;
}

.table-box table a {
  text-decoration: none;
}

.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: 15px;
  align-items: flex-end;
}

.filter-box .filter-row .form-group {
  margin-bottom: 0px;
}

.filter-box .filter-row label {
  color: #666;
}

.filter-box .filter-row .form-control {
  background: #eff5ff;
  border: none;
  border-radius: 10px;
  padding: 10px;
  height: auto;
  color: #666666;
  min-width: 200px;
}

.filter-box .filter-row .form-control::placeholder {
  color: #9d9fa3;
}

.filter-box .filter-row .btn {
  line-height: 28px;
  border-radius: 8px;
}

.filter-box .filter-row .btn-light {
  color: #666;
  border-color: var(--white-color) !important;
}

.filter-box .filter-row .btn-primary {
  border-color: var(--main-color) !important;
  background: var(--main-color) !important;
}

.filter-box .filter-row .btn-outline-dark {
  border: 1.5px solid var(--main-color) !important;
  background: var(--white-color) !important;
  color: var(--main-color) !important;
  font-weight: 600;
}

.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;
}

.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-form p {
  font-size: 16px;
  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;
}

.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: 14px 10px;
  background: #eff5ff;
  color: #bdbdbd;
  border-radius: 8px;
  border: 1px solid rgba(143, 160, 187, 0.4);
}

.reply-form .add-file-btn {
  margin-right: 15px;
  padding: 10px;
}

.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;
}

.sidear-footer {
  bottom: 0;
  text-align: left;
  width: 100%;
  padding: 10px;
  color: #cf1b22;
}

.alert-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  padding: 1rem;
}

.alert-close img{
  width: 20px;
}

.alert-close:hover {
  color: #000;
  text-decoration: none;
}

.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: #cf1b22;

  border: 1px solid #cf1b22;

  height: 40px;

  width: 130px;

  cursor: pointer;

  transition: all .25s ease-in;

  cursor: pointer;

}

.input-file::file-selector-button:hover{

  background-color: #cf1b22;

  color: #ffffff;

  transition: all .25s ease-in;

}

.transform-10{
  transform: translate(0, 10px) !important;
}

.modalBackdrop{
    position:fixed;
    top:0 !important;
    left:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.2);
}

div#initialloader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../images/loader.gif') 50% 50% no-repeat
		white;
}
div#initialloader{
position:fixed;
}

.Status-form {
 /*  width: calc(70% - 300px); */
 width: 100%;
  margin: auto;
  height: 100%;
  margin-top: 20px;
  padding-top: 30px;
}

.Status-form h4{
  color:#cf1b22;
  margin: 30px 0;
  text-align: center;
}

/* .Status-form span{
  color:#cf1b22;
} */
.Status-form span {
    color: #cf1b22;
    margin-top: 1rem;
}

/* .UnBlocking {
    width: calc(55% - 190px);
    margin: auto;
    height: 100%;
    margin-top: 20px;
    padding: 10px;
} */
.UnBlocking {
    /*width: calc(55% - 190px);*/
    width: 100%;
    margin: auto;
    height: 100%;
    margin-top: 20px;
    padding: 10px;
}
.copyright{
    position: fixed;
    bottom: 0;
}

.ml-0{
    margin-left: 0px;
}
.pl-0{
  padding-left: 0px !important;
}

.flex{
    display: flex;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #828282;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.border-none{
  border: none;
}

.caller{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #495057 !important;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
	margin-top: 0px !important;
}

#stolenFormBlock{
  /* width: calc(100% - 190px); */
}

/*
@media (max-width: 810px){
  .StolenDevices {
    width: 98% !important;
  }
 */

  .UnBlocking {
    width: 46%;
  }

  .no-border{
    display: flex;
  }

  .otp {
          margin: 0 3px;
      }


  .no-border{
    /*display: flex;*/
    display: flow-root;
    text-align: center;
  }

  .Status-form {
    width: 100%;

}
.Validate-box {
        width: 46%;
    }

@media screen and (max-width:1100px) and (min-width: 1024px) {
  .Validate-box {
    width: 38%;
}
}

@media screen and (max-width:1500px) and (min-width: 1400px) {
  .Validate-box {
    width: 27%;
}
}

@media screen and (max-width:1920px) and (min-width: 1500px) {
  .Validate-box {
    width: 27%;
}

}

@media screen and (max-width:10000px) and (min-width: 2200px){
  .Validate-box {
    width: 15%;
}
}

@media screen and (max-width:768px){
  .transform-10 {
    transform: translate(0, 20%) !important;
    top: 20%;
}

  .Validate-box {
    width: 48%;
}
}

@media screen and (max-width:500px){
  .transform-10 {
    transform: translate(0, 20%) !important;
    top: 20%;
}

  .Validate-box {
    width: 87%;
}
}

@media screen and (max-width:376px){
  .transform-10 {
    transform: translate(0, 20%) !important;
    top: 20%;
}

  .Validate-box {
    width: 100%;
}

.UnBlocking {
  width: 100%;
}

}

@media screen and (max-width:321px){
  .transform-10 {
    transform: translate(0, 20%) !important;
    top: 20%;
}

  .Validate-box {
    width: 100%;
}

.UnBlocking {
  width: 100%;
}

}





