.page-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 280px;
  -webkit-transition: padding-left 0.3s ease 0s;
  transition: padding-left 0.3s ease 0s;
}
button{
    font-family: 'Poppins', sans-serif;
}
.sbar_collapsed.page-container {
  padding-left: 0;
}

.card {
  border: none;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02);
}

.card-body {
  padding: 25.6px;
  padding: 1.6rem;
}

.h-full {
  height: 100%;
}

.main-content {
  width: 100%;
  background: #f5f6f8;
  height: 100% !important;
  min-height: 100vh !important;
}

.main-content-inner {
  padding: 0 30px 50px;
}

/*------------------------- END Core Css -------------------*/

/*-------------------- 2.1 Sidebar Menu -------------------*/

.btn-primary {
    color: #fff;
    background-color: #009ef7;
    border-color: #009ef7;
}
.pad{
/*width : 100% !important; */
border: 1px solid black;

}
table.dataTable thead th, table.dataTable thead td {
    padding: 1px 18px !important;
    border-bottom: 1px dashed #111;
}
#dataTable .bg-light{background-color:white !important}
thead{
color: #b5b5c3 !important;
text-transform: uppercase !important;
font-size: 0.95rem !important;
border-color: inherit;
    border-style: solid;
    border-width: 0;
background-color:white !important;
}
.custom-select{
width: 65px !important;
}
.side-h5{
    padding-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.side-lnk{
    color: white;
    /* background-color: rgba(63, 66, 84, 0.35); */
    font-size: 13px;
}
.side-lnk:hover{
color:#8d97ad;
}
.sidebar-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  height: 100vh;
  width: 280px;
  overflow: hidden;
  background: #303641;
  box-shadow: 2px 0 32px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sbar_collapsed .sidebar-menu {
  left: -280px;
}

.main-menu {
  height: calc(100% - 100px);
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-inner {
  overflow-y: scroll;
  height: 100%;
}

.slimScrollBar {
  background: #fff !important;
  opacity: 0.1 !important;
}

.sidebar-header {
  padding: 19px 32px 20px;
  background: #303641;
  border-bottom: 1px solid #343e50;
}
.sidebar-menu .logo {
  text-align: center;
}
.logo a {
  display: inline-block;
  max-width: 120px;
}

.metismenu > li > a {
  padding-left: 26px !important;
}
.metismenu li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  padding: 15px 15px;
  letter-spacing: 0;
  font-weight: 400;
    display: flex;
align-items:center;
}

.metismenu li a i {
  color: #6a56a5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
}

.metismenu li a:after {
  position: absolute;
  content: "\f107";
  font-family: fontawesome;
  right: 15px;
  top: 12px;
  color: #fff;
  font-size: 20px;
}

.metismenu li.active > a:after {
  content: "\f106";
}

.metismenu li a:only-child:after {
  content: "";
}

.metismenu li a span {
  margin-left: 10px;
}

.metismenu li.active > a,
.metismenu li:hover > a {
  color: #fff;
  background: #00711a;
}

.metismenu li li a {
  padding: 8px 20px;
}

.metismenu li ul {
  padding-left: 37px;
}

.metismenu > li:hover > a,
.metismenu > li.active > a {
  color: #fff;
  background: #00711a;
}

.metismenu li:hover > a,
.metismenu li.active > a {
  color: #fff;
}

.metismenu li:hover > a i,
.metismenu li.active > a i {
  color: #fff;
}

.metismenu li li a:after {
  top: 6px;
}

.menu-p {
    background: transparent;
    border: none;
    margin-right: 15px;
    font-size: 24px;
}

/*-------------------- END Sidebar Menu -------------------*/

/*-------------------- 2.1.1 Horizontal Menu -------------------*/

.body-bg {
  background: #f3f8fb;
}

.horizontal-main-wrapper {
  min-height: 100vh;
}

.horizontal-main-wrapper .container {
  max-width: 1440px;
}

.horizontal-main-wrapper .header-area,
.horizontal-main-wrapper .mainheader-area {
  padding-left: 0;
  padding-right: 0;
}

.horizontal-main-wrapper .main-content-inner {
  padding: 0 0 50px;
}

.mainheader-area .notification-area {
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
}

.mainheader-area {
  background: #fff;
  border-bottom: 1px solid #f3f8fb;
  padding-left: 15px;
  position: relative;
  z-index: 99;
}

.mainheader-area .logo a span {
  color: #843df9;
}

.horizontal-menu {
  position: relative;
}

.horizontal-menu ul li {
  display: inline-block;
  position: relative;
}

.horizontal-menu ul li a {
  display: block;
  font-size: 13px;
  padding: 10px 20px;
  color: #000000;
  text-transform: capitalize;
}

.horizontal-menu ul li:hover > a,
.horizontal-menu ul li.active > a {
  color: #007bff;
}

.horizontal-menu nav > ul > li:first-child > a {
  padding-left: 0;
}

.horizontal-menu ul li a i {
  margin-right: 5px;
}

.horizontal-menu .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 200px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-top: 4px solid #007bff;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
}

.horizontal-menu .submenu li {
  display: block;
}

.horizontal-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.horizontal-menu .mega-menu {
  position: inherit;
}

.horizontal-menu .mega-menu .submenu {
  width: 100%;
  max-width: 900px;
}

.horizontal-menu .mega-menu .submenu li {
  display: inline-block;
  width: calc(100% * (1 / 3) - 5px);
}

.header-bottom .search-box input {
  max-width: 350px;
  width: 100%;
}

/* mobile menu */

.slicknav_menu {
  background: #8255f7;
  padding: 0;
  margin-top: 20px;
}

.slicknav_menu > a {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0;
  background: transparent;
}

.slicknav_menu .slicknav_icon {
  float: right;
}

.slicknav_menu .slicknav_icon-bar {
  box-shadow: none;
}

.slicknav_menu .slicknav_menutxt {
  font-weight: 500;
  text-shadow: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  text-transform: capitalize;
}

.slicknav_nav .slicknav_row:hover {
  border-radius: 0;
  background: #8e66f7;
}

.slicknav_nav li i {
  width: 26px;
  display: inline-block;
}

.slicknav_nav .slicknav_item .slicknav_arrow {
  float: right;
}

/*-------------------- END Horizontal Menu -------------------*/

/*-------------------- 2.2 Header Area -------------------*/

.header-area {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #d8e3e7;
}

.nav-btn {
  margin: 10px 30px 0 0;
  cursor: pointer;
}

.nav-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #b3aaaa;
  margin: 4px 0;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 0 4px rgba(99, 96, 96, 0.03);
}

.nav-btn span:nth-child(2) {
  opacity: 0;
}

.nav-btn span:first-child {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-btn span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
  transform: rotate(-45deg) translate(3px, -3px);
}

.sbar_collapsed .nav-btn span {
  transform: none;
  opacity: 1;
}

.search-box form {
  position: relative;
}

.search-box input {
  width: 350px;
  border-radius: 33px;
  border: none;
  height: 40px;
  padding-left: 20px;
  padding-right: 40px;
  letter-spacing: 0;
  background: #f3eeff;
}

.search-box input::-webkit-input-placeholder {
  color: #b1a7a7;
}

.search-box input::-moz-placeholder {
  color: #b1a7a7;
}

.search-box input:-ms-input-placeholder {
  color: #b1a7a7;
}

.search-box form i {
  position: absolute;
  right: 21px;
  top: 14px;
  font-size: 14px;
  color: #b1a7a7;
}

/* notification-area */

.notification-area {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
}

.notification-area li {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.notification-area li.settings-btn.active i {
  color: #007bff;
}

.notification-area li > i {
  font-size: 26px;
  color: #bdbcbc;
  vertical-align: middle;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.notification-area li:hover > i,
.dropdown.show > i {
  color: var(--primary-color);
}

.notification-area li i > span {
  position: absolute;
  right: -5px;
  top: -7px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: var(--primary-color);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  padding-left: 2px;
}

.notify-box {
  width: 350px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.notify-title {
  background: var(--primary-color);
  display: block;
  padding: 18px 30px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  overflow: hidden;
}

.notify-title a {
  float: right;
  display: inline-block;
  color: #ffee1d;
  font-size: 13px;
  text-decoration: underline;
}

.nofity-list {
  padding: 30px 0;
}

.nofity-list a {
  padding: 0 30px;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f2f2;
  padding-bottom: 15px;
}

.nofity-list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.notify-thumb {
  float: left;
  margin-right: 20px;
}

.notify-thumb i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 23px;
}

.notify-text {
  overflow: hidden;
}

.notify-text p {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 22px;
  margin-bottom: 4px;
}

.notify-text span {
  letter-spacing: 0;
  color: #272626;
  font-size: 11px;
  font-weight: 300;
}

/* notify envelope */

.expanded .notification-area li#full-view-exit {
  display: inline-block;
}

.notification-area li#full-view-exit {
  display: none;
}

.expanded .notification-area li#full-view {
  display: none;
}

.notification-area li#full-view {
  display: inline-block;
}

.nt-enveloper-box .notify-text p {
  margin-bottom: 0;
}

.notify-text span.msg {
  display: block;
  font-size: 12px;
  color: #4e4e4e;
  line-height: 22px;
  margin-bottom: 4px;
  font-weight: 400;
}

.notify-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 4px;
}

/*-------------------- END Header Area -------------------*/

/*-------------------- 2.3 Page Title Area -------------------*/

.page-title-area {
  padding: 0 30px;
  margin-top: 25px;
  position: relative;
}

/*.page-title-area:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  width: 4px;*/
/*  height: 36px;*/
/*  background: var(--primary-color);*/
/*  -webkit-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*}*/

.page-title {
    font-size: 26px;
    font-weight: 600;
    color: #313b3d;
    letter-spacing: 0;
}

ul.breadcrumbs {
  margin-top: 4px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li a,
.breadcrumbs li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7801ff;
  letter-spacing: 0;
  margin-right: 8px;
  position: relative;
}

.breadcrumbs li a:before {
  content: "/";
  color: #768387;
  position: absolute;
  right: -8px;
  top: 0;
}

.breadcrumbs li span {
  margin-right: 0;
  color: #768387;
  text-transform: capitalize;
}

.user-profile {
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: -webkit-linear-gradient(left, #8914fe 0%, #8063f5 100%);
  background: linear-gradient(to right, #8914fe 0%, #8063f5 100%);
  padding: 17px 38px;
  position: relative;
}

.user-profile img.avatar {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 12px;
}

.user-name {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-name i {
  margin-left: 10px;
  font-size: 21px;
  vertical-align: middle;
  position: relative;
}

.notification-area .dropdown-toggle,
.user-name.dropdown-toggle {
  position: relative;
}

.notification-area .dropdown-toggle:after,
.user-name.dropdown-toggle:after {
  display: none;
}

.notification-area .dropdown-menu,
.user-profile .dropdown-menu {
  background: #fff;
  border: none;
  -webkit-transform: none !important;
  transform: none !important;
  top: 130% !important;
  right: 30px !important;
  left: auto !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block !important;
  visibility: hidden;
  opacity: 0;
}

.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
  top: 100% !important;
}

.notification-area .dropdown-menu.show,
.user-profile .dropdown-menu.show {
  top: 100% !important;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06);
}

.user-profile .dropdown-menu a {
  font-size: 14px;
  color: #8a8a8a;
  letter-spacing: 0;
  font-weight: 500;
  padding: 4px 120px;
  padding-left: 25px;
}

.user-profile .dropdown-menu a:hover {
  background: #f8f9fa;
  color: #2942fa;
}

.page-container1 {
    width: 100%;
    /* height: 100%; */
    /* min-height: 100vh; */
    padding-left: 280px;
    -webkit-transition: padding-left 0.3s ease 0s;
    transition: padding-left 0.3s ease 0s;
}

/*-------------------- END Page Title Area -------------------*/

/*-------------------- 2.4 Fact Area ------------------- */

.single-report {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.s-report-inner {
  padding-left: 85px;
}

.single-report .icon {
  font-size: 32px;
  color: #fff;
  background: var(--primary-color);
  height: 95px;
  width: 100px;
  text-align: right;
  padding-top: 40px;
  padding-right: 22px;
  border-radius: 50%;
  position: absolute;
  left: -39px;
  top: -30px;
}

.s-report-title {
  margin-bottom: 25px;
}

.header-title {
  /*font-family: "Lato", sans-serif;*/
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.single-report p {
  font-size: 12px;
  font-weight: 700;
  color: #565656;
  background: #ececec;
  letter-spacing: 0;
  padding: 0 9px;
  height: 20px;
  line-height: 20px;
}

.single-report h2 {
  font-size: 26px;
  color: #565656;
  font-weight: 500;
  letter-spacing: 0;
}

.single-report span {
  font-size: 15px;
  font-weight: 600;
  color: #565656;
  letter-spacing: 0;
}

.highcharts-exporting-group {
  display: none;
}

/*-------------------- END Fact Area ------------------- */

/*-------------------- 2.5 Overview ------------------- */

.custome-select {
  font-size: 13px;
  color: #565656;
  font-weight: 500;
  letter-spacing: 0;
}

.border-0 {
  border: none;
}

#verview-shart {
  height: 400px;
}

#verview-shart-license-text,
#coin_distribution-license-text {
  display: none;
}

#coin_distribution-wrapper {
  height: 400px !important;
  margin-top: -30px;
}

#coin_distribution-menu {
  display: none;
}

/*-------------------- END Overview ------------------- */

/*-------------------- 2.6 Market value ------------------- */

.market-status-table {
  overflow: hidden;
}

table.dbkit-table {
  width: 100%;
}

table.dbkit-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 71px;
  border: 1px solid transparent;
  padding: 0 30px;
  margin: 20px 2px 6px;
  background: #f5f8f9;
}

table.dbkit-table tr th,
table.dbkit-table tr td {
  border-top: none !important;
}

table.dbkit-table tr:hover {
  border-color: #e4e2f5;
}

table.dbkit-table tr td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #616161;
  min-width: 141px;
}

.mv-icon img {
  max-width: 29px;
}

.trends {
  text-align: center;
}

.stats-chart {
  text-align: center;
  max-width: 75px;
}

.stats-chart canvas {
  margin: auto;
}

.buy img,
.sell img {
  margin-left: 10px;
}

/*-------------------- END Market value ------------------- */

/*-------------------- 2.7 Live Crypto Price ------------------- */

.cripto-live ul li {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
}

.cripto-live ul li:last-child {
  margin-bottom: 0;
}

.cripto-live ul li .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #ffd615;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}

.cripto-live ul li .icon.l {
  background: #08bfc1;
}

.cripto-live ul li .icon.d {
  background: #4cff63;
}

.cripto-live ul li .icon.e {
  background: #8a7fe2;
}

.cripto-live ul li .icon.t {
  background: #95b36e;
}

.cripto-live ul li span {
  display: block;
  width: 50%;
  float: right;
}

.cripto-live ul li span i {
  color: #2fd444;
  margin-right: 10px;
}

.cripto-live ul li span i.fa-long-arrow-down {
  color: #ff0e0e;
}

/*-------------------- END Live Crypto Price ------------------- */

/*-------------------- 2.8 Trading History ------------------- */

.trd-history-tabs ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #b0b0b0;
  letter-spacing: 0;
  margin: 0 15px;
  display: block;
  border-bottom: 2px solid transparent;
  padding-bottom: 7px;
}

.trd-history-tabs ul li a:hover,
.trd-history-tabs ul li a.active {
  border-bottom: 2px solid #731ffd;
  padding-bottom: 7px;
  color: #565656;
}

/*-------------------- END Trading History ------------------- */

/*-------------------- 2.9 Letest Post ------------------- */

.single-post {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lts-thumb {
  -ms-flex-preferred-size: calc(40% - 10px);
  flex-basis: calc(40% - 10px);
}

.lts-content {
  -ms-flex-preferred-size: calc(60% - 10px);
  flex-basis: calc(60% - 10px);
}

.lts-content span {
  font-size: 16px;
  font-weight: 600;
  color: #565656;
  letter-spacing: 0;
}

.lts-content h2 a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #565656;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.lts-content h2 a:hover {
  color: #6d65dc;
}

.lts-content p {
  font-size: 15px;
  font-weight: 400;
  color: #565656;
}

.input-form {
  position: relative;
}

.input-form input {
  height: 80px;
  width: 100%;
  padding-left: 50px;
  border: none;
  box-shadow: 0 0 41px rgba(67, 54, 251, 0.05);
}

.input-form span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 125px;
  background: var(--primary-color);
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  font-size: 19px;
}

.exhcange-rate {
  padding: 38px;
  background: #f7fafb;
}

.exhcange-rate .exchange-devider {
  text-align: center;
  font-size: 30px;
  color: #686868;
  letter-spacing: 0;
  font-weight: 600;
  margin: 24px 0;
}

.exchange-btn button {
  width: 100%;
  margin-top: 20px;
  height: 79px;
  background: var(--primary-color);
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.exchange-btn button:hover {
  background: #3c34ab;
}

.footer-area {
  text-align: center;
  padding: 23px 0 19px;
  background: #fff;
}

.footer-area p {
  color: #676666;
  margin-bottom: 0;
}

/*-------------------- END Letest Post ------------------- */

/*-------------------- 3. Dashboard Two ------------------- */

.sales-style-two .single-report {
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 10px 15px 10px;
}

#visitor_graph {
  height: 400px;
}

/* Todays Order List */

.dbkit-table .heading-td td {
  color: #444;
  font-weight: 500;
}

.pagination_area ul li {
  display: inline-block;
}

.pagination_area ul li a {
  display: block;
  height: 45px;
  line-height: 44px;
  width: 45px;
  border: 2px solid #f1ebeb;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  margin-left: 3px;
}

.pagination_area ul li a:hover {
  background: #8553fa;
  color: #fff;
}

.pagination_area ul li a i {
  font-size: 14px;
}

/* team member area */

.team-search input {
  height: 40px;
  padding-left: 12px;
  border: 1px solid #e1e1e1;
  letter-spacing: 0;
  font-size: 13px;
  border-radius: 2px;
}

.team-search input::-webkit-input-placeholder {
  color: #e1e1e1;
}

.team-search input::-moz-placeholder {
  color: #e1e1e1;
}

.team-search input:-ms-input-placeholder {
  color: #e1e1e1;
}

.member-box .media-body {
}

.member-box .media-body p {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
}

.member-box .media-body span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 0;
}

.tm-social a {
  display: inline-block;
  margin-left: 15px;
  font-size: 22px;
  color: #555;
}

.s-member {
  padding: 16px 15px 17px;
  background: #f9f9f9;
  margin: 15px 0;
}

/*-------------------- END Dashboard Two ------------------- */

/*-------------------- 4. Dashboard Three ------------------- */

.seo-fact {
  border-radius: 3px;
}

.sbg1 {
  background: -webkit-linear-gradient(
    291deg,
    rgb(77, 77, 253) 0%,
    rgb(108, 143, 234) 100%
  );
  background: linear-gradient(
    159deg,
    rgb(77, 77, 253) 0%,
    rgb(108, 143, 234) 100%
  );
}

.sbg2 {
  background: -webkit-linear-gradient(
    291deg,
    rgb(5, 176, 133) 0%,
    rgb(27, 212, 166) 59%
  );
  background: linear-gradient(
    159deg,
    rgb(5, 176, 133) 0%,
    rgb(27, 212, 166) 59%
  );
}

.sbg3 {
  background: -webkit-linear-gradient(
    298deg,
    rgb(216, 88, 79) 0%,
    rgb(243, 140, 140) 100%
  );
  background: linear-gradient(
    152deg,
    rgb(216, 88, 79) 0%,
    rgb(243, 140, 140) 100%
  );
}

.sbg4 {
  background: -webkit-linear-gradient(
    59deg,
    rgb(254, 208, 63) 0%,
    rgb(230, 190, 63) 110%
  );
  background: linear-gradient(
    31deg,
    rgb(254, 208, 63) 0%,
    rgb(230, 190, 63) 110%
  );
}

.seofct-icon {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.seofct-icon i {
  font-size: 52px;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  display: inline-block;
}

.seo-fact h2 {
  font-size: 27px;
  color: #fff;
  letter-spacing: 0;
}

.seo-fact #seolinechart3,
.seo-fact #seolinechart4 {
  max-width: 200px;
}

/* socialads */

.highcharts-credits {
  display: none;
}

/* user-statistics */

#user-statistics {
  height: 350px;
}

/* salesanalytic */

#salesanalytic {
  height: 500px;
}

/* timeline */

.timeline-area {
  padding-left: 52px;
  padding-top: 6px;
}

.timeline-task {
  position: relative;
  margin-bottom: 35px;
}

.timeline-task:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  height: calc(100% + 33px);
  width: 1px;
  background: #e6cdff;
}

.timeline-task:last-child:before {
  height: 100%;
}

.timeline-task:last-child {
  margin-bottom: 0;
}

.timeline-task .icon {
  position: absolute;
  left: -52px;
  top: -6px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.bg1 {
  background: #5c6df4;
}

.bg2 {
  background: #19d0a2;
}

.bg3 {
  background: #f7cb3f;
}

.tm-title {
  margin-bottom: 6px;
}

.tm-title h4 {
  font-size: 15px;
  letter-spacing: 0;
  color: #333;
  margin-bottom: 2px;
}

.tm-title span.time {
  color: #8c8a8a;
  font-size: 13px;
}

.tm-title span.time i {
  margin-right: 5px;
  color: #2c3cb7;
  font-size: 11px;
}

.timeline-task p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: -10px;
}

.timeline-task:last-child p {
  margin-bottom: 0;
}

#seomap {
  height: 300px;
  width: 100%;
}

.map-marker {
  /* adjusting for the marker dimensions
      so that it is centered on coordinates */
  margin-left: -8px;
  margin-top: -8px;
}

.map-marker.map-clickable {
  cursor: pointer;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #f7f14c;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.map-marker .dot {
  border: 10px solid #fff601;
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.testimonial-carousel {
  margin: 60px 0 28px;
}

.tstu-img {
  width: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.tstu-content {
  overflow: hidden;
}

.tstu-name {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
}

.profsn {
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.tst-item p {
  color: #fff;
}

.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 60px;
}

.testimonial-carousel .owl-dots > div {
  height: 11px;
  width: 11px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-carousel .owl-dots .active {
  background: #f7cb3f;
}

/*-------------------- END Dashboard Three ------------------- */

/*-------------------- 5. Bar Chart ------------------- */

#ambarchart1,
#ambarchart2,
#ambarchart3,
#ambarchart4,
#ambarchart5,
#ambarchart6 {
  height: 400px;
}

.amcharts-chart-div > a {
  display: none !important;
}

/*-------------------- END Bar Chart ------------------- */

/*-------------------- 6. Line Chart ------------------- */

#amlinechart1,
#amlinechart2,
#amlinechart3,
#amlinechart4,
#amlinechart5 {
  height: 400px;
}

/*-------------------- END Line Chart ------------------- */

/*-------------------- 7. Pie Chart ------------------- */

#ampiechart1,
#ampiechart2,
#ampiechart3,
#highpiechart4,
#highpiechart5,
#highpiechart6 {
  height: 400px;
  width: 100%;
}

/*-------------------- END Pie Chart ------------------- */

/*-------------------- 8. Accroding ------------------- */

.according .card {
  margin-bottom: 20px;
}

.according .card:last-child {
  margin-bottom: 0;
}

.according .card-header {
  padding: 0;
  border: none;
}

.according .card-header a {
  display: block;
  background: #eff3f6;
  padding: 16px 15px;
  border-radius: 3px;
  color: #444;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
}

.according .card-body {
  padding: 10px;
  border: 1px solid #eff3f6;
  font-size: 14px;
  letter-spacing: 0;
  color: #444;
  line-height: 27px;
  font-weight: 400;
}

.according .card-header a {
  position: relative;
}

.accordion-s2 .card-header a.collapsed:before {
  content: "\f107";
}

.accordion-s2 .card-header a:before {
  content: "\f106";
  font-family: fontawesome;
  position: absolute;
  right: 13px;
  color: #444;
  font-size: 26px;
}

/* accordion-3 */

.accordion-s3 .card-header a.collapsed:before {
  content: "\e61a";
}

.accordion-s3 .card-header a:before {
  content: "\e622";
  font-family: "themify";
  position: absolute;
  right: 13px;
  color: #444;
  font-size: 15px;
}

.gradiant-bg .card-header a {
  background-image: -webkit-linear-gradient(top left, #8914fe, #8160f6);
  background-image: linear-gradient(to bottom right, #8914fe, #8160f6);
  color: #fff;
}

.gradiant-bg .card-header a:before {
  color: #fff;
}

/*-------------------- END Accroding ------------------- */

/*-------------------- 9. Alert------------------- */

.alert {
  letter-spacing: 0;
  font-size: 13px;
  border: none;
  padding: 10px 16px;
}

.alert strong,
.alert-link {
  font-weight: 600;
}

.alert-items .alert-primary {
  color: #4796ea;
  background-color: #c8e1fb;
}

.alert-items .alert-primary .alert-link {
  color: #4796ea;
}

.alert-items .alert-success {
  color: #36b398;
  background-color: #cff1ea;
}

.alert-items .alert-success .alert-link {
  color: #36b398;
}

.alert-items .alert-danger {
  color: #f96776;
  background-color: #ffdde0;
}

.alert-items .alert-danger .alert-link {
  color: #f96776;
}

.alert-items .alert-warning {
  color: #d6a20c;
  background-color: #f9efd2;
}

.alert-items .alert-warning .alert-link {
  color: #d6a20c;
}

/* additional content */

.alert-heading {
  margin-bottom: 7px;
}

.alert-dismiss .alert {
  padding: 13px 15px;
}

.alert-dismiss .alert-dismissible .close {
  top: 4px;
  outline: none;
  font-size: 13px;
}

/*-------------------- END Alert------------------- */

/*-------------------- 10. Badge------------------- */

.btn {
  padding: 11px 17px;
  font-size: 13px;
  letter-spacing: 0;
}

.btn-xl {
  padding: 19px 24px;
}

.btn-lg {
  padding: 15px 22px;
}

.btn-md {
  padding: 12px 19px;
}

.btn-sm {
  padding: 9px 14px;
}

.btn-xs {
  padding: 5px 10px;
}

.nav-pills .nav-link {
  padding: 16px 48px;
  padding: 1rem 3rem;
  line-height: 19px;
}

/*-------------------- END Badge------------------- */

/*-------------------- 11. Button------------------- */

.btn-flat {
  border-radius: 0;
}

.btn-rounded {
  border-radius: 50px;
}

/*-------------------- END Button ------------------- */

/*-------------------- 12. Cards ------------------- */

.card {
    border: 0!important;
    box-shadow: 0px 0px 20px rgba(94, 98, 120, 0.04)!important;
    background-color: white !important;
border-radius: 25px !important;
}
.title {
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
}

.card-bordered {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

p.card-text {
  margin-bottom: 23px;
}

/*-------------------- END Cards ------------------- */

/*-------------------- 13. Dropdown Button ------------------- */

.drop-buttons .btn {
  margin-bottom: 1.3em;
}

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

/*-------------------- END Dropdown Button ------------------- */

/*-------------------- 14. List Group ------------------- */

.list-group-item {
  color: #444;
  font-size: 13px;
}

.media-body {
  font-size: 13px;
  line-height: 27px;
}

/*-------------------- END List Group ------------------- */

/*-------------------- 15. Modal ------------------- */

.child-media {
  padding-left: 100px;
}

.modal-dialog.modal-xl {
  max-width: 100%;
}

/*-------------------- END Modal ------------------- */

/*-------------------- 16. Pagination ------------------- */

.pg-color-border li a {
  border-color: #007bff;
}

.pagination li a {
  font-family: "lato", sans-serif;
}

/*-------------------- END Pagination ------------------- */

/*-------------------- 17. Form ------------------- */

.form-control,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-rounded {
  border-radius: 40px;
}

.form-control {
  font-size: 14px;
  border: 1px solid rgba(170, 170, 170, 0.3);
  /* padding: 0.67rem 0.8rem; */
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 13.6px 16px;
  padding: 0.85rem 1rem;
}

label {
  font-weight: 500;
  color: #666;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

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

.input-rounded {
  border-radius: 50px;
}

.custom-file-label,
.custom-file-input,
.custom-file {
  height: calc(2.25rem + 7px);
  padding: 10.8px 12px;
  padding: 0.675rem 0.75rem;
}

.custom-file-label:after {
  height: calc(calc(2.25rem + 7px) - 1px * 2);
  padding: 10.8px 12px;
  padding: 0.675rem 0.75rem;
}

.grid-col {
  padding: 10px 15px;
  background: #f3f8fb;
  margin-bottom: 30px;
  color: #666;
  border: 1px solid #e3e6e8;
}

.custom-control-label {
  margin-top: 2px;
}

/*-------------------- END Form ------------------- */

/*-------------------- 18. Icons ------------------- */

.fw-icons {
}

.fw-icons a {
  color: #444;
  margin: 9px 0;
  display: inline-block;
  font-family: "lato", sans-serif;
}

.fw-icons a:hover {
  color: #007bff;
}

.fw-icons a i {
  width: 30px;
  font-size: 14px;
}

/* icon-container */

.icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon-container {
  cursor: pointer;
  -ms-flex-preferred-size: calc(100% * (1 / 4));
  flex-basis: calc(100% * (1 / 4));
}

.icon-container [class^="ti-"] {
  width: 30px;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icon-container:hover [class^="ti-"] {
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.icon-container span.icon-name {
  color: #444;
  margin: 9px 0;
  display: inline-block;
  font-family: "lato", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icon-container:hover span.icon-name {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.icon-container:hover span {
  color: #007bff;
}

/*-------------------- END Icons ------------------- */

/*-------------------- 19. Table Basic ------------------- */

.single-table .table {
  margin-bottom: 0;
}

table tr th {
  border-bottom: none;
}

table tr th,
table tr td {
  border-top: 1px solid rgba(120, 130, 140, 0.13) !important;
}

table tr td [class^="ti-"] {
  cursor: pointer;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.status-p {
  color: #fff;
  padding: 0px 20px 1px;
  border-radius: 20px;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
}

/*-------------------- END Table Basic ------------------- */

/*-------------------- 20. Datatable ------------------- */

div.dataTables_wrapper div.dataTables_length select {
  width: 76px;
  margin: 0 10px;
}

/* datatable-primary */

.datatable-primary thead {
  background: #4336fb;
  color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: none;
  margin-top: 20px;
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom-color: transparent;
}

.datatable-primary .dataTables_paginate .page-item.active .page-link,
.datatable-primary .dataTables_paginate .page-item .page-link:hover {
  background-color: #4336fb;
  border-color: #4336fb;
  color: #fff;
}

.datatable-primary .dataTables_paginate .page-link {
  color: #4336fb;
  border: 1px solid #4336fb;
}

.datatable-primary .dataTables_paginate .paginate_button.disabled,
.datatable-primary .dataTables_paginate .paginate_button.disabled:hover,
.datatable-primary .dataTables_paginate .paginate_button.disabled:active {
  color: #4336fb !important;
  border: none;
}

.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
  color: #9f98f7;
  background-color: #f9f9f9;
  border-color: #c9c6f5;
}

/* datatable-dark */

.datatable-dark thead {
  background: #444;
  color: #fff;
}

.datatable-dark .dataTables_paginate .page-item.active .page-link,
.datatable-dark .dataTables_paginate .page-item .page-link:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.datatable-dark .dataTables_paginate .page-link {
  color: #444;
  border: 1px solid #444;
}

.datatable-dark .dataTables_paginate .paginate_button.disabled,
.datatable-dark .dataTables_paginate .paginate_button.disabled:hover,
.datatable-dark .dataTables_paginate .paginate_button.disabled:active {
  color: #444 !important;
  border: none;
}

.datatable-dark .dataTables_paginate .page-item.disabled .page-link {
  color: #999;
  background-color: #f9f9f9;
  border-color: #999;
}

/*-------------------- END Datatable ------------------- */

/*-------------------- 21. Map Start ------------------- */

#mapamchart1,
#mapamchart2,
#mapamchart3,
#mapamchart4,
#mapamchart5,
#mapamchart6 {
  height: 400px;
}

#google_map {
  height: 600px;
}

/*-------------------- END Map Start ------------------- */

/*-------------------- 22. Invoice ------------------- */

.invoice-area {
}

.invoice-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #efebeb;
  padding-bottom: 20px;
}

.invoice-head .iv-left span {
  color: #444;
}

.invoice-head span {
  font-size: 21px;
  font-weight: 700;
  color: #777;
}

.invoice-address h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.invoice-address h5 {
  font-size: 17px;
  margin-bottom: 10px;
}

.invoice-address p {
  font-size: 15px;
  color: #555;
}

.invoice-date li {
  font-size: 15px;
  color: #555;
  font-weight: 700;
  margin-bottom: 5px;
}

.invoice-table {
}

.invoice-table .table-bordered td,
.invoice-table .table-bordered th {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  border-left: none !important;
  border-right: none !important;
}

.invoice-table tr td {
  color: #666;
}

.invoice-table tfoot tr td {
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
}

.invoice-buttons a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: #815ef6;
  padding: 12px 19px;
  border-radius: 3px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-left: 6px;
}

.invoice-buttons a:hover {
  background: #574494;
}

/*-------------------- END Invoice ------------------- */

/*-------------------- 23. Login ------------------- */

.login-area {
  background: #f3f8fb;
}

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
}

.login-box form {
  margin: auto;
  width: 450px;
  max-width: 100%;
  background: #fff;
  border-radius: 3px;
}

.login-form-head {
  text-align: center;
  background: #8655fc;
  padding: 50px;
}

.login-form-head h4 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7px;
  color: #fff;
}

.login-form-head p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.login-form-body {
  padding: 50px;
}

.form-gp {
  margin-bottom: 25px;
  position: relative;
}

.form-gp label {
  position: absolute;
  left: 0;
  top: 0;
  color: #b3b2b2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-gp.focused label {
  top: -15px;
  color: #7e74ff;
}

.form-gp input {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.form-gp input::-webkit-input-placeholder {
  color: #dad7d7;
}

.form-gp input::-moz-placeholder {
  color: #dad7d7;
}

.form-gp input:-ms-input-placeholder {
  color: #dad7d7;
}

.form-gp input:-moz-placeholder {
  color: #dad7d7;
}

.form-gp i {
  position: absolute;
  right: 5px;
  color: #7e74ff;
  font-size: 16px;
}

.form-gp.has-error,
.form-gp.has-error label,
.form-gp.has-error input,
.form-gp.has-error input::placeholder,
.form-gp.has-error i {
  color: var(--red);
}

.rmber-area {
  font-size: 13px;
}

.submit-btn-area {
  text-align: center;
}

.submit-btn-area button {
  width: 100%;
  height: 50px;
  border: none;
  background: #2c71da;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submit-btn-area button:hover {
  background: #fff;
  color: #000;
}

.submit-btn-area button i {
  margin-left: 15px;
  -webkit-transition: margin-left 0.3s ease 0s;
  transition: margin-left 0.3s ease 0s;
}

.submit-btn-area button:hover i {
  margin-left: 20px;
}

.login-other a {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 43px;
  line-height: 43px;
  border-radius: 40px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}

.login-other a i {
  margin-left: 5px;
}

.login-other a.fb-login {
  background: #8655fc;
  color: #fff;
}

.login-other a.fb-login:hover {
  box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38);
}

.login-other a.google-login {
  background: #fb5757;
  color: #fff;
}

.login-other a.google-login:hover {
  box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38);
}

.form-footer a {
  margin-left: 5px;
}

/* login-s2 */

.login-s2 {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login-s2:before {
  content: "";
  position: absolute;
  height: 206%;
  width: 97%;
  background: #fcfcff;
  border-radius: 50%;
  left: -42%;
  z-index: -1;
  top: -47%;
  box-shadow: inset 0 0 51px rgba(0, 0, 0, 0.1);
}

.login-s2 .login-form-head,
.login-s2 .login-box form,
.login-s2 .login-box form .form-gp input {
  background: transparent;
}

.login-s2 .login-form-head h4,
.login-s2 .login-form-head p {
  color: #444;
}

/* login-s3 */

.login-bg {
  background: url(../images/bg/singin-bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
}

.login-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #272727;
  opacity: 0.7;
}

/* register 4 page */

.login-box-s2 {
  min-height: 100vh;
  background: #f9f9f9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-box-s2 form {
  margin: auto;
  background: #fff;
  width: 100%;
  max-width: 500px;
}

/*-------------------- END Login ------------------- */

/*-------------------- 24. Pricing ------------------- */

.pricing-list {
  text-align: center;
}

.prc-head h4 {
  background: #805ff5;
  color: #fff;
  padding: 28px;
  letter-spacing: 0;
  font-family: "lato", sans-serif;
  font-weight: 500;
}

.prc-list {
  padding: 30px;
}

.prc-list li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  margin: 23px 0;
  color: #6d6969;
}

.prc-list li.bold {
  font-weight: 600;
  margin-top: 20px;
}

.prc-list > a {
  display: inline-block;
  margin-top: 40px;
  background: #805ff5;
  color: #fff;
  padding: 11px 20px;
  border-radius: 40px;
}

.prc-list > a:hover {
  box-shadow: 0 3px 25px rgba(44, 113, 218, 0.38);
}

.dark-pricing .prc-head h4 {
  background: #3e3b3b;
  color: #fff;
}

.dark-pricing .prc-list > a {
  background: #3e3b3b;
}

.dark-pricing .prc-list > a:hover {
  box-shadow: 0 3px 25px rgba(27, 27, 27, 0.38);
}

/*-------------------- END Pricing ------------------- */

/*-------------------- 25. 404 Page ------------------- */

.error-area {
  min-height: 100vh;
  background: #f3f8fb;
}

.error-content {
  background: #fff;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 70px 30px;
}

.error-content h2 {
  font-size: 98px;
  font-weight: 800;
  color: #686cdc;
  margin-bottom: 28px;
  text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff,
    3px 3px 0 #ffffff, 4px 4px 0 #6569dc, 5px 5px 0 #6569dc, 6px 6px 0 #6569dc,
    7px 7px 0 #6569dc;
  font-family: "lato", sans-serif;
}

.error-content img {
  margin-bottom: 50px;
}

.error-content p {
  font-size: 17px;
  color: #787bd8;
  font-weight: 600;
}

.error-content a {
  display: inline-block;
  margin-top: 40px;
  background: #656aea;
  color: #fff;
  padding: 16px 26px;
  border-radius: 3px;
}

/*-------------------- END 404 Page ------------------- */

/*-------------------- 26. Offset Sidebar ------------------- */

.offset-area {
  position: fixed;
  right: -320px;
  top: 0;
  height: 100vh;
  width: 320px;
  background: #f9f9f9;
  z-index: 998;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
  transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
}

.show_hide.offset-area {
  right: 0;
}

.offset-close {
  font-size: 19px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offset-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.offset-menu-tab {
  padding: 30px 20px;
}

.offset-menu-tab li {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.offset-menu-tab li a {
  display: block;
  font-size: 16px;
  color: #444;
  font-weight: 600;
  font-family: "lato", sans-serif;
  position: relative;
  padding-bottom: 15px;
}

.offset-menu-tab li a.active {
  color: #853bfa;
}

.offset-menu-tab li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #853bfa;
  border-radius: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
  transition: all 0.3s cubic-bezier(0.91, 0.31, 0.31, 0.92) 0s;
}

.offset-menu-tab li a.active:before {
  left: 0;
}

.offset-menu-tab li a:before {
  left: 100%;
}

.offset-menu-tab li:last-child a:before {
  display: none !important;
}

.offset-content {
  padding: 15px;
}

.recent-activity {
  padding-top: 7px;
  padding-left: 53px;
}

.offset-settings h4 {
  font-family: "lato", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #444;
  margin-bottom: 23px;
}

.s-swtich input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.s-swtich label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 23px;
  background: #1bd4a6;
  display: block;
  border-radius: 100px;
  position: relative;
  margin: 0;
}

.s-swtich label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-swtich input:checked + label {
  background: #bada55;
}

.s-swtich input:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.s-swtich label:active:after {
  width: 40px;
}

.s-settings {
  margin-bottom: 30px;
}

.s-settings p {
  color: #888383;
  font-size: 14px;
}

.s-sw-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.s-sw-title h5 {
  font-size: 16px;
  color: #555;
}



.sigPad{
 background: white;
border-radius: 25px;
}
.cstm-heading{
    font-size: 22px;
   font-family: 'Poppins', sans-serif;
    font-weight: 600;
color: #444 !important;
}

.cstm-text1{
    color: #a1a5b7 !important;
    font-family: 'Poppins', sans-serif  !important;
    font-size: 16px  !important;
}

.cstm-date{
padding: 10px !important ;
    width: 60%;
    border-radius: 11px !important;
    font-family: 'Poppins', sans-serif !important;
    color: #7e8299 !important;
    border-color: #f5f8fa !important;
    background-color: #f5f8fa !important;
}

.cstm-header-img{
	height: 55px;
}

.cstm-text-2{
font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
font-size: 16px !important;
}



.cstm-text-2-1{

  margin-top: -6px !important;

}

.cstm-txt-3{
font-family: 'Poppins', sans-serif !important;
    font-family: math;
    font-weight: 500;
    font-size: 16px !important;
   /* color: #444;*/
}
.cstm-text-3{
margin-top: -6px;
}


/* .form-control {
    background-color: #f5f8fa !important;
    border-color: #f5f8fa !important;
    color: #5e6278 !important;
    transition: color 0.2s ease;
font-family: 'Poppins', sans-serif !important;
} */

.txt-heading{
    font-family: 'Poppins', sans-serif !important;
    padding-bottom: 10px;
    font-size: 16px !important;
}
.cstm-date1{
  margin-top: 15px;
    width: 60% 
}

label {
    font-family: 'Poppins', sans-serif !important;
    color: #8d97ad !important;
    font-size: 14px !important;
}

form .btn-primary{
    background: #009ef7 !important;
    padding: 15px !important;
    border-radius: 3px !important;
color: white !important;
}

.btn.btn-cstm-warning {
    color: #ffffff;
    border-color: #ffc700;
    background-color: #ffc700;
}

.btn.btn-cstm-warning:hover:not(.btn-active){
    color: #ffffff;
    border-color: #f1bc00;
    background-color: #f1bc00;
}
/*-------------------- END Offset Sidebar ------------------- */

select.form-control:not([size]):not([multiple]) {
  height: inherit !important;
}

@media only screen and (max-width: 600px) {
  

  .cstm-date1{
  margin-top: 15px;
    width: 100%;
}

  .cstm-heading {
    text-align:center !important;
    padding-top: 20px;
  }
.cstm-text1{
 text-align:center !important;
}
.cstm-date {
     text-align:center !important;
width: 100%;
}

.cstm-header-imgwrp{
        padding: 8px 0px 6px 0;
text-align:center !important;
}
.cstm-text-2,
.cstm-text-3{
  text-align:center !important;
}

.cstm-date1{
    width: 100% !important;
margin-top:0 !important;
margin-bottom:19px !important;
}

mt0-date{
    margin-top: 15px!important;;
    margin-bottom: 2px!important;;
}
}

/* Top bar  */
.topbar {
  display:flex;
  align-items:center;
  gap:12px;
  /* padding:16px 20px 12px; */
  position:sticky;
  top:0;
  z-index:10;
  /* background:linear-gradient(180deg, var(--bg) 70%, transparent); */
  flex-shrink:0;
}
.topbar-back {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #64748b;
  display:grid;
  place-items:center;
  cursor:pointer;
  color:#64748b;
  transition:all 0.2s;
  flex-shrink:0;
}
.topbar-back:active { transform:scale(0.92); background:var(--surface2); }
.topbar-title { font-size:16px; font-weight:700; flex:1; letter-spacing:-0.3px; }
.topbar-badge {
  font-family:var(--mono);
  font-size:11px;
  padding:3px 8px;
  border-radius:20px;
  background:rgba(59,130,246,0.15);
  color:var(--accent);
  border:1px solid rgba(59,130,246,0.25);
}

/* Round progress bar */
.round-banner {
  margin-bottom: 6px;
  padding:8px 10px;
  border-radius:8px;
  background:linear-gradient(135deg, rgba(59,130,246,0.12), rgba(6,182,212,0.08));
  border:1px solid rgba(59,130,246,0.2);
  display:flex;
  align-items:center;
  gap:14px;
}
.round-badge {
  font-size:16px;
  font-weight:900;
  color: #333;
  line-height:1;
}
.round-badge-label {
  font-size:10px;
  letter-spacing:1px;
  color: #333;
  text-transform:uppercase;
}
.round-divider {
  width:1px;
  height:32px;
  background:#072f54;
}
.round-progress-area { flex:1; }
.round-progress-label {
  font-size:12px;
  margin-bottom:2px;
  color: #333;
  display:flex;
  justify-content:space-between;
}
.progress-bar {
  height:5px;
  border-radius:3px;
  background:rgb(212 212 212);
  overflow:hidden;
}
.progress-fill {
  height:100%;
  border-radius:3px;
  background:linear-gradient(90deg, #3b82f6, #06b6d4);
  transition:width 0.5s cubic-bezier(0.4,0,0.2,1);
  position:relative;
}
.progress-fill::after {
  content:'';
  position:absolute;
  right:0; top:50%;
  transform:translateY(-50%);
  width:12px; height:12px;
  border-radius:50%;
  background:white;
  box-shadow:0 0 8px rgba(59,130,246,0.35);
}

/* Checkpoint list */

.checkpoint-list.card {
  border-radius: 8px !important;
}
.checkpoint-list .card-body {
  padding: 10px 15px;
}

.checkpoint-list a {
  color: inherit;
}
.cp-item {
  display:flex;
  align-items:center;
  gap:14px;
  padding:8px 0;
  border-bottom:1px solid #c7c7c7;
  cursor:pointer;
  transition:opacity 0.2s;
}
a.checkpoint-link:last-child .cp-item { border-bottom:none; }
.cp-item.done     { opacity:0.55; }
.cp-item.next     { opacity:1; }
.cp-item.pending  { opacity:0.35; }

.cp-num {
  width:32px; 
  height:32px;
  border-radius:50%;
  display:grid; 
  place-items:center;
  font-size:12px;
  font-weight:700;
  flex-shrink:0;
  transition:all 0.3s;
}
.cp-num.done {
  background:rgba(16,185,129,0.15);
  border:2px solid #10b981;
  color:#10b981;
}
.cp-num.next {
  background:rgba(59,130,246,0.2);
  border:2px solid #3b82f6;
  color:#3b82f6;
  box-shadow:0 0 16px rgba(59,130,246,0.3);
  animation:next-pulse 2s infinite;
}
.cp-num.pending {
  background:rgba(255,255,255,0.03);
  border:2px solid rgba(255,255,255,0.1);
  color:#64748b;
}

@keyframes next-pulse {
  0%,100% { box-shadow:0 0 16px rgba(59,130,246,0.3); }
  50%      { box-shadow:0 0 26px rgba(59,130,246,0.6); }
}

.cp-info { flex:1; }
.cp-name { font-size:14px; font-weight:600; }
.cp-loc  { font-size:12px; color:var(--muted); margin-top:2px; }
.cp-tags { display:flex; gap:6px; margin-top:6px; }
.cp-tag  {
  font-size:10px;
  font-family:var(--mono);
  padding:2px 7px;
  border-radius:10px;
  background:rgba(255,255,255,0.05);
  color:var(--muted);
}
.cp-tag.photo  { background:rgba(6,182,212,0.1);  color:var(--accent2); }
.cp-tag.remark { background:rgba(245,158,11,0.1);  color:var(--warning); }
.cp-time {
  font-size:11px;
  color:var(--success);
}

/* NFC Scan page */
.nfc-body {
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:40px 20px;
  text-align:center;
  gap:24px;
}

.nfc-ring-outer {
  width:180px; height:180px;
  border-radius:50%;
  background:radial-gradient(circle at center, rgba(59,130,246,0.08) 0%, transparent 70%);
  display:grid; place-items:center;
  position:relative;
}
.nfc-ring-outer::before,
.nfc-ring-outer::after {
  content:'';
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(59,130,246,0.2);
  animation:sonar 2.4s ease-out infinite;
}
.nfc-ring-outer::before {
  width:100%; height:100%;
  animation-delay:0s;
}
.nfc-ring-outer::after {
  width:130%; height:130%;
  animation-delay:0.8s;
}

@keyframes sonar {
  0%   { transform:scale(0.8); opacity:0.7; }
  100% { transform:scale(1.3); opacity:0; }
}

.nfc-inner {
  width:120px; height:120px;
  border-radius:50%;
  background:var(--surface);
  border:2px solid rgba(59,130,246,0.3);
  display:grid; place-items:center;
  box-shadow:0 0 40px rgba(59,130,246,0.15);
  position:relative;
  z-index:1;
}
.nfc-inner svg { animation:nfc-bob 3s ease-in-out infinite; }
@keyframes nfc-bob {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-6px); }
}

.nfc-title    { font-size:22px; font-weight:800; letter-spacing:-0.4px; }
.nfc-subtitle { font-size:14px; color:var(--muted); line-height:1.6; max-width:260px; }

.nfc-checkpoint-hint {
  padding:12px 20px;
  border-radius:12px;
  background:var(--surface);
  border:1px solid var(--border);
  font-size:13px;
  width:100%;
  max-width:320px;
}
.nfc-checkpoint-hint span { color:var(--accent); font-weight:600; }

/* State: success */
.nfc-inner.success {
  background:rgba(16,185,129,0.1);
  border-color:var(--success);
  box-shadow:0 0 40px rgba(16,185,129,0.25);
}
.nfc-inner.success svg { animation:none; }
.nfc-ring-outer.success::before,
.nfc-ring-outer.success::after {
  border-color:rgba(16,185,129,0.3);
}

/* State: error */
.nfc-inner.error {
  background:rgba(239,68,68,0.1);
  border-color:var(--danger);
  box-shadow:0 0 40px rgba(239,68,68,0.25);
  animation:shake 0.4s ease;
}
@keyframes shake {
  0%,100% { transform:translateX(0); }
  25%      { transform:translateX(-8px); }
  75%      { transform:translateX(8px); }
}

/* Checkpoint details */
.form-checkpoint-header {
  margin:20px 0px;
  padding:16px;
  border-radius:8px;
  background:linear-gradient(135deg, rgba(16,185,129,0.1), rgba(6,182,212,0.08));
  border:1px solid rgba(16,185,129,0.2);
  display:flex;
  align-items:center;
  gap:12px;
}
.form-cp-icon {
  width:40px;
  height:40px;
  border-radius:8px;
  background:rgba(16,185,129,0.15);
  border:1px solid rgba(16,185,129,0.3);
  display:grid;
  place-items:center;
  flex-shrink:0;
}
.form-cp-name {
  font-size:15px;
  font-weight:900;
}
.form-cp-seq {
  font-size:11px;
  color:#10b981;
  margin-top:2px; }

/* Form fields */
#checkpointDetailsForm .form-section {
  margin:0 20px 16px;
}
#checkpointDetailsForm .form-label {
  font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#64748b;
  margin-bottom:8px;
  display:flex;
  align-items:center;
  gap:6px;
}

#checkpointDetailsForm .comment-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
  
#checkpointDetailsForm .tag{
  padding:8px 14px;
  border-radius:8px;
  border:1px solid #dee2e6;
  cursor:pointer;
  font-size:14px;
  background:#f8f9fa;
  transition:0.2s;
}
  
#checkpointDetailsForm .tag:hover{
  background:#e9ecef;
}
  
#checkpointDetailsForm .tag.active{
  /* background:#0d6efd;
  color:white;
  border-color:#0d6efd; */
  border-color:#3b82f6;
  background:rgba(59,130,246,0.1);
  color:#3b82f6;
}

#checkpointDetailsForm textarea.form-input {
  width:100%;
  border:1px solid #e2eaf8;
  border-radius:8px;
  padding:14px 16px;
  color:#000;
  font-size:14px;
  resize:none;
  min-height:100px;
  transition:border-color 0.2s;
  outline:none;
  line-height:1.6;
}
#checkpointDetailsForm textarea.form-input:focus {
  border-color:#3b82f6;
}
#checkpointDetailsForm textarea.form-input::placeholder { 
  color:#64748b;
}

/* Photo capture */
#checkpointDetailsForm .photo-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:8px;
}
#checkpointDetailsForm .photo-slot {
  aspect-ratio:1;
  border-radius:8px;
  border:1px dashed #0d1428;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all 0.2s;
  overflow:hidden;
  position:relative;
}
#checkpointDetailsForm .photo-slot:active { 
  border-color:#3b82f6;
}
#checkpointDetailsForm .photo-slot img {
  width:100%; height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}
#checkpointDetailsForm .photo-slot-add { 
  font-size:24px;
  color:#64748b;
}
#checkpointDetailsForm .photo-slot-label { 
  font-size:10px;
  color:#64748b;
  margin-top:4px;
}
#checkpointDetailsForm .photo-remove {
  position:absolute;
  top:4px;
  right:4px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:rgba(0,0,0,0.7);
  border:none;
  color:white;
  font-size:12px;
  cursor:pointer;
  display:grid;
  place-items:center;
  z-index:2;
}

/* Condition selector */
/* #checkpointDetailsForm .condition-grid {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:8px;
}
#checkpointDetailsForm .condition-opt {
  padding:11px 14px;
  border-radius:11px;
  border:1px solid rgba(99,179,255,0.12);
  cursor:pointer;
  transition:all 0.2s;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:500;
}
#checkpointDetailsForm .condition-opt.selected {
  border-color:#3b82f6;
  background:rgba(59,130,246,0.1);
  color:#3b82f6;
}
#checkpointDetailsForm .condition-opt .dot {
  width:8px; height:8px;
  border-radius:50%;
  flex-shrink:0;
} */

/* GPS chip */
/* #checkpointDetailsForm .gps-chip {
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:20px;
  background:rgba(16,185,129,0.1);
  border:1px solid rgba(16,185,129,0.2);
  font-family:var(--mono);
  font-size:11px;
  color:var(--success);
}
#checkpointDetailsForm .gps-chip.searching {
  background:rgba(245,158,11,0.1);
  border-color:rgba(245,158,11,0.2);
  color:var(--warning);
} */

/* Form submit */
#checkpointDetailsForm .form-submit {
  position:fixed;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  max-width:480px;
  padding:16px 20px 32px;
  z-index:20;
}
#checkpointDetailsForm .submit-btn {
  width:100%;
  padding:16px;
  border-radius:14px;
  background:linear-gradient(135deg, #3b82f6, #06b6d4);
  border:none;
  color:white;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 4px 24px rgba(59,130,246,0.4);
  transition:all 0.2s;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  letter-spacing:-0.2px;
}
#checkpointDetailsForm .submit-btn:active {
  transform:scale(0.98);
}
#checkpointDetailsForm .submit-btn.secondary {
  border:1px solid rgba(99,179,255,0.12);
  box-shadow:none;
  color:#e2eaf8;
  margin-top:8px;
}

.patrol-end-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:600;
  padding:14px;
  border-radius:12px;
  font-size:16px;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

  /* ── PATROL ACTION DOCK ────────────────────── */
.patrol-action-dock {
  position:fixed;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  max-width:480px;
  z-index:20;
  padding:12px 16px 28px;
  pointer-events:none;
  background:linear-gradient(0deg, #fff 60%, transparent);
}

/* Main scan button */
.scan-btn-main {
  pointer-events:all;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:17px 24px;
  border-radius:16px;
  background:linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
  border:none;
  color:white;
  font-family:var(--sans);
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 6px 32px rgba(59,130,246,0.5),
              0 0 0 1px rgba(255,255,255,0.12) inset;
  transition:all 0.22s cubic-bezier(0.4,0,0.2,1);
  letter-spacing:-0.2px;
  position:relative;
  overflow:hidden;
  margin-bottom:10px;
}
.scan-btn-main::before {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity:0;
  transition:opacity 0.2s;
}
.scan-btn-main:active { transform:scale(0.97); box-shadow:0 2px 16px rgba(59,130,246,0.35); }
.scan-btn-main:active::before { opacity:1; }
.scan-btn-main:disabled {
  opacity:0.35;
  cursor:not-allowed;
  box-shadow:none;
  transform:none;
}
.scan-btn-main svg { flex-shrink:0; }
.scan-btn-main:not(:disabled)::after {
  content:'';
  position:absolute;
  inset:-2px;
  border-radius:18px;
  border:2px solid rgba(59,130,246,0.4);
  animation:scan-ring 2.5s ease-in-out infinite;
}
@keyframes scan-ring {
  0%,100% { opacity:0.6; transform:scale(1); }
  50%      { opacity:0;   transform:scale(1.04); }
}
.scan-btn-main:disabled::after { display:none; }

/* Secondary action row */
.dock-secondary-row {
  pointer-events:all;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
/* Next Round button */
.dock-btn-round {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 12px;
  border-radius:13px;
  border:1px solid rgba(16,185,129,0.35);
  background:rgba(16,185,129,0.25);
  color:var(--success);
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:all 0.22s;
  position:relative;
  overflow:hidden;
  letter-spacing:-0.1px;
  box-shadow:0 2px 14px rgba(16,185,129,0.15),
              0 0 0 1px rgba(16,185,129,0.08) inset;
}
.dock-btn-round:active { background:rgba(16,185,129,0.18); transform:scale(0.97); }
.dock-btn-round:disabled { opacity:0.28; cursor:not-allowed; transform:none; box-shadow:none; }
.dock-btn-round .btn-inner { display:flex; flex-direction:column; align-items:flex-start; }
.dock-btn-round .btn-label-main { font-size:13px; font-weight:700; }
.dock-btn-round .btn-label-sub {
  font-size:10px;
  font-weight:400;
  color:rgba(16,185,129,0.6);
  letter-spacing:0.5px;
  margin-top:1px;
}

/* End Patrol button */
.dock-btn-end {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 12px;
  border-radius:13px;
  border:1px solid rgba(239,68,68,0.25);
  background:rgba(239,68,68,0.25);
  color:#f87171;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:all 0.22s;
  letter-spacing:-0.1px;
}
.dock-btn-end:active { background:rgba(239,68,68,0.16); transform:scale(0.97); }
.dock-btn-end .btn-inner { display:flex; flex-direction:column; align-items:flex-start; }
.dock-btn-end .btn-label-main { font-size:13px; font-weight:700; }
.dock-btn-end .btn-label-sub {
  font-size:10px;
  font-weight:400;
  color:rgba(248,113,113,0.55); 
  letter-spacing:0.5px; 
  margin-top:1px;
}

/* Patrols list page */
.patrol-page-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:20px;
}
  
.start-patrol-btn{
  border-radius:8px;
  font-weight:600;
  padding: 5px 10px !important;
}

.patrol-filter-card{
  /* background:#fff;
  padding:16px;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08); */
  margin-bottom:20px;
}

.patrol-search-wrap {
  position: relative;
}
.patrol-search-wrap .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.patrol-search-wrap .search-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 15px 8px 30px;
  color: #252525;
  font-size: 14px;
  outline: none;
}
.patrol-search-wrap .search-clear {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bebfc0;
  border: none;
  cursor: pointer;
  display: none;
  place-items: center;
  color: #050a18;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.15s;
}
  
.status-chips{
  margin-top:8px;
  display:flex;
  gap:8px;
}
  
.chip{
  border:1px solid #ccc;
  padding:4px 14px;
  border-radius:20px;
  font-size:12px;
  background:#fff;
  cursor:pointer;
}
  
.chip.active{
  background:#2563eba6;
  border-color: rgba(59, 130, 246, 0.35);
}
  
.patrol-card{
  background:white;
  border-radius:8px;
  padding:10px 15px;
  margin-bottom:15px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.patrol-card.completed {
  border-left: 4px solid var(--success);
}
.patrol-card.active {
  border-left: 4px solid var(--warning);
}

.patrol-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:12px;
}
  
.patrol-site{
  font-weight:900;
  font-size:16px;
}
  
.patrol-date{
  font-size:12px;
  color:#777;
  margin-top: 4px;
}

.patrol-status-completed {
  background: rgba(16, 185, 129, 0.12);
  color: var(--success);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.patrol-status-active {
  background: rgba(245, 158, 11, 0.12);
  color: var(--warning);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.patrol-status-pending {
  background: rgb(108, 117, 125, 0.12);
  color: var(--secondary);
  border: 1px solid rgba(108, 117, 125, 0.25);
}

.patrol-status-missed {
  background: #dc35451c;
  color: var(--danger);
  border: 1px solid #dc35451c;
}
  
.patrol-details{
  display:flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
  
.patrol-stat span{
  display:block;
  font-size:12px;
  color:#777;
}
  
.patrol-stat strong{
  font-size:16px;
}
  
.patrol-actions{
  text-align:right;
}

.patrol-progress-wrap {
  padding: 0 0 16px 0;
}
.patrol-progress-wrap .card-progress-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.patrol-progress-wrap .card-progress-label {
  font-size: 11px;
  color: #475569;
}
.patrol-progress-wrap .card-progress-pct {
  font-size: 11px;
  font-weight: 700;
}
.patrol-progress-wrap .card-progress-pct.full {
  color: var(--success);
}
.patrol-progress-wrap .card-progress-pct.low {
  color: var(--danger);
}
.patrol-progress-wrap .card-bar {
  height: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.patrol-progress-wrap .card-bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.6s cubic-bezier(0.4,0,0.2,1);
}
.patrol-progress-wrap .card-bar-fill.full {
  background: linear-gradient(90deg, var(--success), #34d399);
}
.patrol-progress-wrap .card-bar-fill.low {
  background: linear-gradient(90deg, var(--danger), #f87171);
}

.card-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 8px;
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.15);
  /* color: #3b82f6; */
  font-size: 12px;
  white-space: nowrap;
}

.patrol-actions a {
  padding: 4px 10px;
  font-size: 12px;
}

.empty-petrol-list {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  text-align: center;
  gap: 16px;
}

.empty-state {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  text-align: center;
  gap: 16px;
}
.empty-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(99,179,255,0.7);
  display: grid;
  place-items: center;
  color: #63b3ff;
}
.empty-title {
  font-size: 16px;
  font-weight: 900;
  color: #252525;
}
.empty-body {
  font-size: 13px;
  color: #475569;
  line-height: 1.7;
}
.empty-cta {
  padding: 10px 20px;
  border-radius: 8px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: #3b82f6;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

/* Patrol details view page (For Guard) */
.summary-card{
  background:#fff;
  border-radius:14px;
  padding:18px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  margin-bottom:20px;
}
  
.summary-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  border-bottom: 1px solid #ccc;
}
  
.summary-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.summary-stat {
  background: #006dff2b;
    border: 1px solid #006dff2b;
  border-radius: 8px;
  padding: 12px 10px;
  text-align: center;
}

.summary-stat-num {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.summary-stat-label {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #475569;
  margin-top: 5px;
}
  
.timeline-card{
  margin-top: 15px;
}

.timeline-card h6 {
  font-size: 14px;
}
  
.round-section{
  margin-top:15px;
}
  
.round-title{
  font-weight:600;
  margin-bottom:10px;
}
  
.scan-item{
  display:flex;
  gap:12px;
  margin-bottom:12px;
}
  
.scan-check{
  width:10px;
  height:10px;
  background:#22c55e;
  border-radius:50%;
  margin-top:6px;
}
  
.scan-info{
  font-size:14px;
}
  
.scan-time{
  font-size:12px;
  color:#777;
}
  
.scan-remarks{
  font-size:12px;
  color:#555;
  margin-top:2px;
}
  
.resume-btn{
  margin-top:20px;
}

.round-tabs-wrapper{
  overflow:hidden;
  margin-bottom:10px;
  margin-top:15px;
}
      
.round-tabs{
  display:flex;
  gap:10px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding-bottom:5px;
}

.round-tabs::-webkit-scrollbar{
  display:none;
}

.round-tab{
  flex:0 0 auto;
  border: 1px solid #bbb;
  padding:5px 16px;
  border-radius:20px;
  background:#f1f5f9;
  font-size:12px;
  cursor:pointer;
  white-space:nowrap;
}

.round-tab.active{
  background:#006dff2b;
  color:#006dff;
  border: 1px solid #006dff;
}

.checkpoint-item{
  display:flex;
  justify-content:space-between;
  padding:10px 12px;
  border-bottom:1px solid #eee;
  font-size:14px;
}
    
.checkpoint-name{
  font-weight:500;
}
    
.checkpoint-time{
  color:#777;
  font-size:12px;
}

.checkpoint-card{
  display:flex;
  gap: 10px;
  position: relative;
  padding-bottom:15px;
  /* background:#fff;
  border-radius:14px;
  padding:14px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08); */
}
.checkpoint-card:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 28px;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.25);
}
.cp-dot-wrap {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.cp-dot-wrap.done {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.cp-dot-wrap.missed {
  background: #dc35451c;
  border: 1px solid #dc35451c;
}

.cp-dot-wrap.pending {
  background: rgb(108, 117, 125, 0.12);
  border: 1px solid rgba(108, 117, 125, 0.25);
}

.cp-content {
  flex: 1;
  min-width: 0;
}

.cp-time {
  flex-shrink: 0;
  text-align: right;
}
  
.cp-header{
  /* display:flex;
  justify-content:space-between;
  align-items:center; */
  margin-bottom:8px;
}

.cp-header .cp-title {
  font-size: 14px;
  font-weight: 800;
}
.cp-header .cp-name {
  font-size: 13px;
  font-weight: 500;
}

.cp-comments{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:8px;
}
  
.cp-chip{
  background:#e0f2fe;
  color:#0369a1;
  padding:4px 10px;
  border-radius:8px;
  font-size:11px;
}
  
.cp-remarks{
  font-size:13px;
  color:#444;
  margin-bottom:8px;
}
  
.cp-photos{
  display:flex;
  gap:8px;
  overflow-x:auto;
}
  
.cp-photo img{
  width:50px;
  height:50px;
  object-fit:cover;
  border-radius:8px;
  cursor:pointer;
}

.image-modal{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
  }
  
  .image-modal img{
  max-width:90%;
  max-height:90%;
  border-radius:10px;
  }