* {
  margin: 0;
  padding: 0;
}

.vertical-collpsed .admin-title {
  display: none;
}
.sidebar-enable .admin-title {
  display: block !important;

  background-color: var(--secondary);
}
.sidebar-enable .admin-title h6 {
  margin-bottom: 0;
}

.vertical-collpsed .profile-title {
  display: none;
}
.sidebar-enable .profile-title {
  display: block !important;
  padding: 13px 20px;
}

.metismenu img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

:root {
  --bs-bg-gradient: linear-gradient(to top, #1197b5, #4eafae);
  --primary: #1197b5;
  --secondary: #4eafae;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
  background-color: var(--primary);
}

.vertical-collpsed .vertical-menu #sidebar-menu ul li a {
  color: white !important;
}

.metismenu li:hover {
  background-color: var(--primary);
}

.profile {
  padding: 20px;
  background: var(--primary) !important;
}

.profile .profile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.profile-img img {
  width: 60px;
  border-radius: 50%;
}

.profile-title h3 {
  color: white;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
}

.profile-title span {
  color: white;
  text-align: center;
  display: block;
}

/* .vertical-menu {
  height: 100vh;
  overflow-x: auto;
  position: fixed !important;
  top: 60px;
  left: 0;
}

.vertical-menu::-webkit-scrollbar {
  display: none;
} */

.metismenu li {
  background: var(--primary);
}
.stock .total-stock {
  background-color: #5983fc;
  color: #fff;
}

.stock .stock-table-title {
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stock .stock-table-title .stock-image {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}

.stock .stock-verified {
  background: #15cdca;
  color: #fff;
}

.stock .stock-pending {
  background-color: #4fe0b6;
  color: #fff;
}

.stock-table td .pending {
  display: flex;
  align-items: center;
  justify-content: start;
}

.pending p {
  font-size: 11px;
  color: #000;
  margin: 0;
  font-weight: 700;
}

.pending img {
  width: 20px;
  margin-right: 2px;
}
.header-profile {
  width: 35px;
  height: 35px;
}

.header-profile img {
  height: 100%;
  border-radius: 50%;
}

.brand-profile img {
  width: 62px;
  height: 32px;
  object-fit: contain;
}

.mobileinfleft {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #dedede;
}
.mobileinfleft img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.save-button {
  background: linear-gradient(
    180deg,
    rgba(0, 85, 184, 1) 55%,
    rgba(62, 135, 176, 1) 92%
  );
  padding: 7px 27px;
  border: 0px;
  color: white;
}

.product-row input,
.product-row select {
  background-color: #fff;
}

.a-text-bold {
  font-weight: 700;
  font-size: 18px;
}

.a-text-bold {
  font-weight: 700;
  font-size: 13px;
  background-color: red;

  padding: 2px 10px;
  display: inline-block;
  color: white;
  margin-bottom: 5px;
}
.product-details {
  display: none !important;
}

.active.product-details {
  display: block !important;
}

.metismenu .admin-title h6 {
  padding: 10px 0px 10px 20px !important;
  background-color: var(--bs-blue-secondary);
  padding: 3px 0px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

/* data table csotomize  */

.dataTables_scrollHeadInner .dataTable {
  margin-bottom: 0 !important;
}
.dataTable th {
  border-right: solid 1px #3333;
}
#datatable_filter {
  margin-bottom: 20px !important;
}

.vertical-menu {
  overflow: auto;
}

.vertical-menu::-webkit-scrollbar {
  display: none;
}

.metismenu li.mm-active {
  background: #333;
}
.selectdraf .bootstrap-tagsinput {
  width: 100%;
}

/*================ mobile-details-check ===============*/
.product-row .mob-title,
.service-title,
.table-title {
  padding: 10px;
}

.service-title,
.table-title,
.product-row .mob-title {
  background-color: #1197b5;
  color: #fff;
}

.total-price {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.product-row .mob-title h4,
.service-title h6,
.table-title h6,
.total-price h6 {
  margin: 0;
}

.service-detail {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px;
}

.service-detail .service-profile {
  width: 60px;
}

.service-detail .service-profile img {
  width: 100%;
  border-radius: 50%;
}

.service-detail .service-info p {
  margin: 0;
  line-height: 25px;
}

.service-info p span {
  font-weight: bold;
}

.service-table {
  padding: 10px 10px 0 10px;
}

.service-table .table {
  border: 1px solid #bababa;
  margin: 0;
}

.service-table .table thead {
  background-color: #838383;
  color: #fff;
}
/*============== mobile-details-check end =============*/

/* data table csotomize  */
.dataTables_scrollHeadInner {
  width: 100% !important;
}
.dataTable.no-footer {
  width: 100% !important;
}
.dataTables_scrollHeadInner .dataTable {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.dataTable th {
  border-right: solid 1px #3333;
}
#datatable_filter {
  margin-bottom: 20px !important;
}

.vertical-menu {
  overflow: auto;
}

.vertical-menu::-webkit-scrollbar {
  display: none;
}
.bootstrap-tagsinput {
  width: 100%;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background: #1197b5;
  padding: 1px 4px;
  border-radius: 15px;
}
.form-label {
  font-size: 15px;
  font-weight: 700;
}
.form-text {
  font-size: 13px;
}
.service-table {
  border: solid #3333 1px;
}
.service-table th {
  width: 25%;
  background: #333;
  color: #fff;
}

.service-table td {
  /* display: flex;
  align-items: center;
  flex-direction: row; */
  vertical-align: middle;
}
.rowfy-addrow,
.rowfy-deleterow {
  width: 30px;
  padding: 5px 20px;
}
/* .q-input {
  width: 150px;
} */

/*=========== satz style =============*/
.testing-prod-add .row {
  justify-content: center;
}

.product-full-cont {
  background-color: #fff;
}

.product-full-cont .product-cont-tab {
  background-color: #1197b5;
  display: flex;
  gap: 10px;
}
.product-full-cont .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 13px 25px;
}

.product-full-cont .nav-link:focus,
.product-full-cont .nav-link:hover,
.product-full-cont .nav-pills .nav-link.active {
  background-color: #333;
}
/*========= satz style end ===========*/

.model-select + .select2-container,
.model-select.serviceSelect {
  width: 100% !important;
}

.timelog {
  padding: 0 25px;
  margin: 0 70px;
}
.timelog ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.timelog ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  height: 100%;
  border: 2px solid #ccc;
}

.timelog .box {
  margin: 50px 0;
  padding: 10px 20px;
  border: 1px solid #dedede;
  width: 100%;
  position: relative;
  border-radius: 5px;
}
.timelog .box > span {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  border: 1px solid #ccc;
}
.timelog .box > span::before,
.box > span::after {
  content: "";
  position: absolute;
  left: -6px;
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  background: #01579b;
  border-radius: 100%;
}
.timelog .box > span:before {
  top: -12px;
}
.timelog .box > span::after {
  top: 100%;
  display: none;
}
.timelog .box .title {
  font-size: 21px;
  margin-top: 0px;
}
.timelog .box .sub-title {
  font-size: 15px;
  color: #aaa;
}
.timelog .box .info {
  font-size: 17px;
}
.timelog .box .time span {
  position: relative;
  font-size: 14px;
  color: red;
  font-style: italic;
}

.qtytable span.select2 {
  width: 100% !important;
}
.formtype .form-check label {
  font-size: 16px;
}

.formtype .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
/*========= dashboard ========*/

.dash-stock .total-stock {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}

.dash-stock .t-stock {
  background: #7bcfff;
}

.dash-stock .v-stock {
  background: #93edff;
}

.dash-stock .tes-stock {
  background: #7bcfff;
}

.dash-stock .ser-stock {
  background: #93edff;
}

.total-stock .stock-image {
  padding: 18px;
  border-radius: 50%;
  width: 70px;
  background: #333333;
}

.total-stock .stock-image img {
  width: 100%;
}

.total-stock .stock-desc {
  padding: 10px;
}

.total-stock .stock-desc h4 {
  font-weight: 800;
  margin: 0;
}
/*======= dashboard end ======*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.profile-update-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px #3333;
  border-radius: 15px;
}

.profile-update-section .profile-img-update {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.profile-update-section p {
  margin-bottom: 0;
}
.mobileinfrigh.grid-2 {
  line-height: 30px;
  display: grid;
  width: 100%;
  gap: 10px;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}

.mobileinfrigh.grid-2 p {
  background: #1197b55c;
  border-radius: 10px;

  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobileinfrigh.grid-2 p span {
  display: block;
  font-weight: 600;
}

.mobileinfrigh.grid-2 p:last-child {
  grid-column: 3 / span 2;
}

.audit-status strong {
  font-size: 20px;
}

.mobileinfrigh.row p {
  background: #1197b55c;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;

  justify-content: center;
}
.mobileinfrigh.row p span {
  display: block;
  font-weight: 600;
  text-align: center;
}

.card-skyblue {
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  background: #1197b55c;
}

.card-skyblue h3,
.card-skyblue p {
  text-align: center;
  margin: 0;
}
.card-skyblue p {
  font-size: 15px;
}

.card-skyblue h3 {
  font-size: 20px;
}

.select2.select2-container--default {
  width: 100% !important;
}
address strong {
  font-size: 18px;
}
address a {
  font-size: 16px;
}
address .badge {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Hq  */
.hqcard {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.hqcard::after {
  content: "";
  z-index: 1;

  position: absolute;

  background: linear-gradient(to right, #00d2ff, #928dab);
  transition: ease 1s;

  left: 0;
  width: 0;
  top: 0;
}

.hqcard:hover::after {
  width: 100%;

  height: 100%;
  transition: ease 1s;
}

.hqcard .stock-table-title {
  text-align: center;
  width: 100%;
  padding: 10px;
}
.hqcard .stock-table-title div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hqcard .stock-table-title div h4 {
  padding: 15px 10px;
  border: 3px solid;
  z-index: 2;
  border-radius: 50%;
  background: linear-gradient(to right, rgb(59 195 233), rgb(78 175 174));

  color: #fff;
}
.hqcard .stock-table-title div p {
  color: #fff;
  font-weight: bold;
  z-index: 2;
}

.tabledesign-2 th {
  background: #1d7487 !important;
  color: white;
}
.tabledesign-2 tr:nth-child(even) {
  background: #e6e6e6 !important;
}

.bb-gray {
  border-bottom: solid #3333 1px;
}

.bg-light-gray {
  background: rgb(38 163 175 / 15%);
}

input:checked + .slider.yellow {
  background-color: #ffbb44;
}

input:checked + .slider.green {
  background-color: #009688;
}

input:checked + .slider.red {
  background-color: #ea553d;
}
