/** @format */
/** @format */
/**
 * /* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *    License: none (public domain)
 *
 * @format
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** @format */
.main-heading {
  font-size: 2.0rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #ed6341;
}

.sub-heading {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  color: rgba(38, 38, 79, 0.2);
}

.main-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.lead {
  font-size: 0.8rem;
  font-weight: 400;
  color: #aeaeae;
}

p {
  color: rgba(38, 38, 79, 0.7);
}

.ft-capitalize {
  text-transform: capitalize;
}

.ft-uppercase {
  text-transform: uppercase;
}

.ft-lower {
  text-transform: lowercase;
}

.ft-xs {
  font-size: 0.8rem !important;
}

.ft-sm {
  font-size: 1rem !important;
}

.ft-md {
  font-size: 1.3rem !important;
}

.ft-lg {
  font-size: 2rem !important;
}

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

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

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

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

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

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

.ft-primary {
  color: #268cce;
}

.logo-text {
  font-size: 18px;
}

.ft-secondary {
  color: #b9975b;
}

.ft-acent {
  color: #ffe6e6;
}

.ft-light {
  color: #fff;
}

.ft-light-300 {
  color: rgba(255, 255, 255, 0.7);
}

.btn-shadow {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.ft-dark {
  color: #222;
}

.ft-dark-300 {
  color: #727272;
}

.ft-dark-500 {
  color: #a5a5a5;
}

.ft-base {
  color: #fafafa;
}

.ft-success {
  color: #2b52b8;
}

.ft-danger {
  color: #db0f15;
}

/** @format */
.app-content {
  padding-top: 60px;
  padding-bottom: 50px;
  min-height: 95vh;
  background-color: #fff;
  padding-left: 220px;
}

.app-content.toggle {
  padding-left: 50px;
}

.app-sidebar.toggle {
  width: 50px;
}


.page-title {
  padding: .1rem 0;
  margin-bottom: 0;
}

.app-header {
  display: flex;
  height: 75px;
  background-color: #fff;
  border-bottom: 2px solid #aaa;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 1rem;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  line-height: 75px;
}


.app-header .nav-brand {
  display: flex;
  align-items: center;
}

.app-header .nav-brand .collaps-sidebar {
  display: none;
  margin-right: 10px;
  color: #222;
}

.app-header ul {
  display: flex;
  align-items: center;
}

.app-header ul li>a {
  font-weight: 400;
  padding: 0.6rem 0rem;
  letter-spacing: 0.1rem;
  color: #777;
  font-size: 0.8rem;
  border-bottom: 3px solid transparent;
  margin-left: 1.5rem;
  line-height: 40px;
  text-transform: uppercase;
}

.app-header ul li>a.active,
.app-header ul li>a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.app-header ul .nav-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #ed6341;
}

.app-header ul .nav-dropdown a:hover {
  text-decoration: none;
}


.app-header-admin {
  display: flex;
  height: 75px;
  background-color: #fff;
  border-bottom: 2px solid #aaa;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 1rem;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  line-height: 19px;
}


.app-header-admin .nav-brand {
  display: flex;
  align-items: center;
}

.app-header-admin .nav-brand .collaps-sidebar {

  margin-right: 10px;
  color: #222;
}

.app-header-admin ul {
  display: flex;
  align-items: center;
}

.app-header-admin ul li>a {
  font-weight: 400;
  padding: 0.6rem 0rem;
  letter-spacing: 0.1rem;
  color: #777;
  font-size: 0.8rem;
  border-bottom: 3px solid transparent;
  margin-left: 1.5rem;
  line-height: 40px;
  text-transform: uppercase;
}

.app-header-admin ul li>a.active,
.app-header-admin ul li>a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.app-header-admin ul .nav-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #ed6341;
}

.app-header-admin ul .nav-dropdown a:hover {
  text-decoration: none;
}

.nc-list {
  max-height: 200px;
  overflow-y: scroll;
  min-height: 200px;
}

.app-sidebar {
  position: fixed;
  left: 0;
  width: 220px;
  background-color: #444;
  z-index: 2;
  bottom: 0;
  overflow-x: hidden;
  transition: all 0.2s ease-out;
  top: 0;
  padding-top: 65px;
  transform: translate(0px, 0);
}

.app-sidebar-toggle {
  transform: translate(-200px, 0);
}

.app-sidebar-nav a {
  display: flex;
  padding: 1rem;
  align-items: center;
  font-size: 0.8rem;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(1 114 192 / 12%);
  color: #fff;
  border-left: 4px solid transparent;
}

.app-sidebar-nav a.active,
.app-sidebar-nav a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: #0172c0;
}

.app-sidebar-nav a:hover {
  border-left-color: rgba(255, 255, 255, 0.1);
}

.app-sidebar-nav a.active:hover {
  border-left-color: #ed6341;
}

.app-sidebar-nav a i {
  margin-right: 20px;
}

.app-sidefilter {
  position: fixed;
  right: 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 1px 7px 11px #ddd;
  z-index: 9;
  padding: 1rem;
  bottom: 0;
  transition: all 0.2s ease-out;
  top: 0;
  padding-top: 65px;
  transform: translate(200px, 0);
}

.app-sidefilter.toggle {
  transform: translate(0px, 0);
}

.app-sidefilter .filter-close {
  cursor: pointer;
}

/** @format */
.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img.auth-img {
  background-image: url(../assets/8.jpg);
}

.coloroverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

.h-100-vh {
  height: 100vh;
}

.page-auth {
  width: 100%;
  position: relative;
  background-color: #15156d1f;
  display: flex;
  align-items: center;
  min-height: 100%;
  height: auto;

}

.bx-shadow {
  box-shadow: 0 1px 2px #2a30345c;
}

.page-auth .goback {
  color: #fff;
}

.page-auth .goback:hover {
  color: #fff;
}

.page-auth .auth-wrap {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  /*box-shadow: 0 0 10px rgba(37, 37, 37, 0.1);*/
}

.page-auth .auth-wrap .auth-item {
  flex-basis: 30%;
  margin: auto;
  flex-grow: 0;
  height: auto;
  border-radius: 10px;
  padding: 1rem 2rem;
}

.page-auth .auth-wrap .auth-item .logo {
  max-width: 285px;
  /*width: 100%;*/
  margin: 0 auto;
  /*margin-bottom: 30px;*/
}

.page-auth .auth-wrap .auth-item .tagline {
  font-size: 2rem;
  font-weight: 800;
  line-height: 40px;
}

.page-auth .auth-wrap .auth-item.content {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.page-auth .auth-wrap .auth-item.content .copyright {
  position: absolute;
  bottom: 2rem;
  font-size: 0.7rem;
}

.page-auth .auth-wrap .auth-item.form {
  background-color: #fff;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0.9;
}

.page-auth .auth-wrap .auth-item.form .login-btn {
  border: 1px solid #e1e1e1;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  padding-top: 5px;
  margin: 10px 0;
}

.page-auth .auth-wrap .auth-item.form .login-btn img {
  width: 170px;
  vertical-align: middle;
}

.page-auth .auth-wrap .auth-item.form .create-account p {
  color: #aeaeae;
}

.fogt-pwd {
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
}

.page-welcome {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.page-welcome:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 74%;
  height: 100vh;
  background-color: #2b52b8;
}

.page-welcome .logo {
  padding: 2rem 0;
}

.page-welcome .setup-panel {
  margin-top: 3rem;
}

.page-welcome .setup-panel li a {
  color: rgba(37, 37, 37, 0.5);
  font-size: 0.8rem;
  padding: 0.4rem;
}

.page-welcome .setup-panel li a.active {
  color: #ed6341;
  font-weight: 600;
}

.page-welcome .getting_wrap {
  padding: 2rem;
  display: flex;
  color: #fff;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}

.page-welcome .getting_wrap label {
  color: #fff;
}

.page-welcome .getting_wrap .prev-btn {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.page-welcome .getting_wrap .slide-count {
  text-align: right;
  font-size: 2rem;
}

.page-welcome .getting_wrap .slide-count .total {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.page-welcome .getting_wrap h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.page-welcome .getting_wrap p {
  color: rgba(255, 255, 255, 0.7);
}

.page-welcome .getting_wrap .slide-ctrl {
  text-align: right;
  padding-top: 2rem 0;
}

.vehicle-card .car-img {
  background-image: url("https://wallpapercave.com/wp/ppQthYS.jpg");
  height: 130px;
}

.vehicle-card .car-detials li {
  padding: 0.1rem;
  border-bottom: 1px solid #fafafa;
  font-size: 0.7rem;
}

.vehicle-card .car-detials li.title {
  font-size: 0.8rem;
}

.vehicle-card .car-detials li span {
  float: right;
  font-weight: 600;
}

.vehicle-card .car-detials li:last-child {
  border-bottom: 0;
}

.htps .header p,
.htps .content p {
  color: #444;
  font-size: 0.8rem;
}

/** @format */
label {
  color: #222;
  font-weight: 600;
  font-size: 0.8rem;
}

.form-group {
  margin-bottom: 1rem;
  /* display: flex; */
  align-items: center;
}

.form-control {
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: normal;
  box-shadow: none;
  height: 35px;
  border-color: rgba(37, 37, 37, 0.2);
  border-radius: 3px;
}

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

.form-control::placeholder {
  color: #999;
  font-weight: normal;
}

.adon-group {
  display: flex;
  border: 1px solid rgba(37, 37, 37, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.adon-group .form-control,
.adon-group .v-btn,
.adon-group .icon {
  border: 0;
  border-radius: 0;
  height: 33px;
}

/** @format */
.table,
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  background-color: transparent;
}

.table th,
.table td,
table th,
table td {
  /* padding: 0.5rem;*/
  font-size: 0.8rem;
  color: #222;
  vertical-align: middle;
  border: 0;
  background-color: #fff;
  border-bottom: 1px solid #0172c021 !important;
}

.table thead th,
table thead th {
  font-weight: 500 !important;
  color: #222;
  border: 0;
}

.table-light {
  background-color: #fff;
}

.table-light th,
.table-light td {
  white-space: nowrap;
  text-align: center !important;
}

.table-default thead th {
  background-color: #f5f5f5;
}

.table-modal {
  border-collapse: separate;
  border-spacing: 0;
}

.dataTables_wrapper .form-control {
  border: 1px solid #eee !important;
  color: #000;
}

.table-modal th,
.table-modal td {
  border-bottom: 1px solid #777 !important;
}

.table-modal tr th:last-child,
.table-modal tr th:first-child {
  border-radius: 0;
}

.table-modal tr td:last-child,
.table-modal tr td:first-child {
  border-radius: 0;
}

/** @format */
body {
  font-family: sans-serif, arial;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #222;
  font-weight: 300;
  letter-spacing: 1px;
  height: 100vh;
}


a {
  text-decoration: none;
  color: #ed6341;
}

a.link {
  color: #26264f;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

p {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}



img-round {
  border-radius: 50%;
}

.animate.bounce {
  animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

hr {
  margin: 1rem 0;
}

hr.acent {
  border-color: #ffe6e6;
}

hr.primary {
  border-color: #ed6341;
}

hr.base {
  border-color: #fafafa;
}

.skin-primary {
  background-color: #ed6341;
  color: #fff;
}

.skin-secondary {
  background-color: #26264f;
  color: #fff;
}

.skin-light {
  background-color: #fff;
  color: #222;
}

.skin-dark {
  background-color: #222;
  color: #fff;
}

.skin-base {
  background-color: #fafafa;
  color: #222;
}

.skin-success {
  background-color: #2b52b8;
  color: #fff;
}

.skin-danger {
  background-color: #db0f15;
  color: #fff;
}

.page-header {
  margin-bottom: 5px;
}

.v-btn {
  display: inline-block;
  color: #ed6341;
  padding: 0 10px;
  border: none;
  cursor: pointer;
  font-size: 0.7rem;
  white-space: nowrap;
  border-radius: 0;
  font-weight: 600;
  outline: none;
  transition: all 0.2s ease-in;
  line-height: 30px;
  border: 1px solid transparent;
}

.v-btn:focus {
  outline: none;
}

.v-btn:hover {
  text-decoration: none;
}

.v-btn.btn-block {
  text-align: center;
}

.v-btn.btn-sm {
  line-height: 25px;
}



.v-btn.btn-lg {
  padding: 0.4rem 1.5rem;
}

.v-btn.v-btn-primary {
  background-color: #0072bb;
  color: #fff;
}

.v-btn.v-btn-primary.invert {
  background-color: transparent;
  color: #ed6341;
  border-color: #ed6341;
}

.v-btn.v-btn-secondary {
  background-color: #6f6f74;
  color: #fff;
}

.v-btn.v-btn-secondary.invert {
  background-color: transparent;
  color: #26264f;
  border-color: #26264f;
}

.v-btn.v-btn-base {
  background-color: #fafafa;
  color: #222;
}

.v-btn.v-btn-dark {
  background-color: #222;
  color: #fff;
}

.v-btn.v-btn-dark.invert {
  background-color: transparent;
  color: #222;
  border-color: #222;
}

.v-btn.v-btn-light {
  background-color: #fff;
  color: #222;
  color: #ed6341;
}

.v-btn.v-btn-light.invert {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.v-btn.v-btn-acent {
  background-color: #ffe6e6;
  color: #222;
}

.v-btn.v-btn-success {
  background-color: #0172c0;
  color: #fff;
}

.v-btn.v-btn-warning {
  background-color: #ffc107;
  color: #fff;
}

.v-btn.v-btn-danger {
  background-color: #db0f15;
  color: #fff;
}

.icon {
  display: inline-block;
  text-align: center;
  height: 35px;
  width: 35px;
}

.icon i {
  line-height: 35px;
}

.icon .round {
  border-radius: 50%;
}

.icon.icon-xs {
  width: 15px;
  height: 15px;
}

.icon.icon-xs i {
  line-height: 15px;
}

.icon.icon-sm {
  width: 25px;
  height: 25px;
}

.icon.icon-sm i {
  line-height: 25px;
}

.icon.icon-md {
  width: 35px;
  height: 35px;
}

.icon.icon-lg {
  width: 45px;
  height: 45px;
}

.icon.icon-lg i {
  line-height: 45px;
}

.icon.icon-xlg {
  width: 60px;
  height: 60px;
}

.icon.icon-xlg i {
  line-height: 60px;
}

.icon.icon-md i {
  line-height: 35px;
}

.icon.icon-base {
  background-color: #fafafa;
  color: #222;
}

.icon.icon-acent {
  background-color: #ffe6e6;
  color: #222;
}

.icon.icon-primary {
  background-color: transparent;
  color: #0172c0;
  font-size: 13px;
}

.icon.icon-secondary {
  background-color: #b9975b;
  color: #fff;
}

.icon.icon-danger {
  background-color: #db0f15;
  color: #fff;
}

.icon.icon-light {
  background-color: #fff;
  color: #222;
}

.tgl {
  display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
  box-sizing: border-box;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
  background: none;
}

.tgl+.tgl-btn {
  outline: 0;
  display: block;
  width: 3em;
  height: 1.4em;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl+.tgl-btn:after {
  left: 0;
}

.tgl+.tgl-btn:before {
  display: none;
}

.tgl:checked+.tgl-btn:after {
  left: 50%;
}

.tgl-light+.tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.tgl-light+.tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.tgl-light:checked+.tgl-btn {
  background: #0172c0;
}

.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
}

.pagination .page-item .page-link {
  color: #222;

}

.pagination .page-item.active .page-link {
  background-color: #0172c0;
  color: #fff;
  border-color: #222;
}

.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 3px dashed #bebebe;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #fafafa;
  border: 3px dashed #ed6341;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

/** @format */
.logo {
  max-width: 150px;
  width: 100%;
}

.round-xs {
  border-radius: 3px;
}

.round-sm {
  border-radius: 5px;
}

.round-md {
  border-radius: 10px;
}

.round-full {
  border-radius: 50%;
}

.avtar {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.avtar-xs {
  width: 30px;
  height: 30px;
}

.avtar-sm {
  width: 40px;
  height: 40px;
}

.avtar-md {
  width: 60px;
  height: 60px;
}

.avtar-lg {
  width: 80px;
  height: 80px;
}

.uc-list .uc-item {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f2f2f2;
}

.uc-list .uc-item:last-child {
  border-bottom: 0;
}

.uc-list .uc-item:hover {
  background-color: #fafafa;
}

.uc-list .uc-item .title {
  color: #26264f;
  font-size: 0.8rem;
}

.uc-list .uc-item .avtar {
  margin-right: 10px;
}

.nc-list .nc-item {
  padding: 0.2rem 0;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}

.nc-list .nc-item:last-child {
  border-bottom: 0;
}

.nc-list .nc-item .title {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.nc-list .nc-item .nc-date {
  font-weight: 600;
  font-size: 0.7rem;
}

.nc-list .nc-item p {
  color: #aeaeae;
}

.block {
  margin-bottom: 1rem;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  color: #222;
}

.block.of-hidden {
  overflow: hidden;
}

.block.base {
  background-color: #fafafa;
  color: #222;
  border: 1px solid #f0f0f0;
}

.block.acent {
  background-color: #ffe6e6;
  color: #222;
}

.block.transparent {
  background-color: transparent;
}

.block.primary {
  background-color: #b9975b;
}

.block.primary .main-heading,
.block.primary .main-title {
  color: #fff;
}

.block.primary .sub-heading,
.block.primary p {
  color: rgba(255, 255, 255, 0.8);
}

.block.secondary {
  background-color: #26264f;
  color: #fff;
}

.block.secondary .main-heading,
.block.secondary .main-title {
  color: #fff;
}

.block.secondary .sub-heading,
.block.secondary p {
  color: rgba(255, 255, 255, 0.8);
}

.block.light {
  background-color: #fff;
  color: #222;
}

.block.dark {
  background-color: #222;
  color: #fff;
}

.block.no-padding .header,
.block.no-padding .content,
.block.no-padding .footer {
  padding: 0.5rem 0;
}

.block.bdr-0 {
  border: 0;
}

.block .header,
.block .content,
.block .footer {
  padding: 10px;
}

.block .header {
  padding-bottom: 0;
  font-weight: 400;
}

.block .header h4 {
  font-weight: 600;
}

.block .content {
  font-size: 0.9rem;
}

.stats {
  background-color: #fff;
  padding: 0.5rem 1rem;
  position: relative;
  height: 75px;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
}

.stats h4 {
  font-size: 14px;
  font-weight: bold;
}

.stats span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.stats::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 200px;
  background-color: #b9975b;
  z-index: -1;
  width: 128px;
  right: -47px;
  height: 250px;
  top: -70px;
  border-radius: 50px;
  border: 6px solid #f7f7f7;
  transform: rotate(45deg);
}

.stats-kpis {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1rem;
  align-items: center;
}

.stats-kpis .sk-item {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 0.2rem;
}

.stats-kpis .sk-item.total-leads {
  font-size: 30px;
  font-weight: 600;
}

.stats-kpis .sk-item.total-leads .leads {
  font-size: 0.9rem;
}

.stats-kpis .sk-item.total-leads .leads.up {
  color: #2b52b8;
}

.stats-kpis .sk-item.total-leads .leads.down {
  color: #db0f15;
}

.user-account {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-bx {
  position: relative;
  min-height: 300px;
  display: flex;
  background-color: #fff;
}

.edit-video {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  color: #ed6341;
  z-index: 2;
  box-shadow: 0 1px 2px #222;
}

.hero-bx {
  position: relative;
}

.hero-bx .edit-hero-bx {
  position: absolute;
  top: 10px;
  right: 10px;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
}

.pricing-table .pt-block {
  background-color: #fff;
  flex: 1 1 200px;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 1rem;
}

.pricing-table .pt-block.pt-default {
  background-color: #ededed;
  font-weight: bold;
}

.pricing-table .pt-block .pt-item {
  padding: 0.4rem 1rem;
  text-align: center;
  color: rgba(38, 38, 79, 0.5);
  border-bottom: 1px solid rgba(38, 38, 79, 0.1);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-table .pt-block .pt-item.start {
  background-color: #db0f15;
}

.pricing-table .pt-block .pt-item.build {
  background-color: #ffc107;
}

.pricing-table .pt-block .pt-item.grow {
  background-color: rgba(255, 193, 7, 0.5);
}

.pricing-table .pt-block .pt-item.thrive {
  background-color: #2b52b8;
}

.pricing-table .pt-block .pt-item:first-child {
  color: #fff;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
}

.pricing-table .pt-block .pt-item:last-child {
  border: 0;
}

.box-container {
  display: flex;
  justify-content: space-around;
}

.box-container div {
  width: 200px;
  flex-basis: 1;
  height: 200px;
  border: 1px solid #fafafa;
}

.dropdown-nav .dropdown-nav-list a {
  background-color: rgba(255, 255, 255, 0.1);
}

.quick-info ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #fafafa;
  color: #585858;
  font-size: 0.8rem;
}

.quick-info ul li span {
  font-weight: 600;
  color: #222;
  float: right;
}

.quick-info ul li:last-child {
  border-bottom: 0;
}

.insurance-block .header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
}

.insurance-block .header .compnay-logo {
  display: flex;
  align-items: center;
  color: #26264f;
  font-size: 1.5rem;
}

.insurance-block .header .compnay-logo img {
  max-width: 60px;
  width: 100%;
  margin-right: 10px;
}

.insurance-block .header .validity span {
  font-weight: 600;
  color: #222;
  padding-left: 1rem;
}

.avatar {
  width: 140px;
  height: 50px;
  border: 1px dotted rgba(37, 37, 37, 0.4);
  position: relative;
}

.avatar input {
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Hide the button */
  cursor: pointer;
}

.avatar>p {
  font-size: 0.5rem;
  position: absolute;
  top: 30%;
  left: 20px;
  color: #252525 !important;
}

.faqs-accordion .card {
  overflow: hidden;
  border-radius: 8px;
}

.faqs-accordion .card .card-header {
  background-color: #fff;
  padding: 0;
  border: 0;
}

.faqs-accordion .card .card-header a {
  display: block;
  padding: 1rem;
}

.faqs-accordion .card .card-body {
  font-size: 0.8rem;
  padding-top: 0;
  color: #484848;
}

.make-claim-tab a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #f7f7f7;
  color: #333;
}

.make-claim-tab a.active {
  background-color: #ed6341;
  color: #fff;
}

.step-block .ques {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.permisson-list li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #fafafa;
  justify-content: space-between;
  font-size: 0.8rem;
}

.permisson-list li:hover {
  background-color: #fafafa;
}

.permisson-list li .permission {
  flex: 1 1 80%;
  font-weight: 600;
}

.permisson-list li .permission span {
  color: rgba(37, 37, 37, 0.4);
  font-weight: 400;
  font-size: 0.7rem;
}

.permisson-list li .action {
  flex: 1 1 20%;
  display: flex;
  justify-content: flex-end;
}

/** @format */
@media (max-width: 600px) {
  .page-auth {
    align-items: unset;
  }

  .page-auth .auth-wrap {
    flex-direction: column;
  }

  .page-auth .auth-wrap .auth-item {
    padding: 1rem;
  }

  .page-auth .auth-wrap .auth-item .logo {
    margin: 1rem auto;
  }

  .page-auth .auth-wrap .copyright {
    display: none;
  }

  .app-header .checkbtn {
    display: block !important;
    font-size: 20px;
  }

  .app-header nav {
    padding: 1rem 1rem 1rem 1rem;
  }

  .nav-links {
    position: fixed;
    width: 250px;
    height: 100vh;
    flex-direction: column;
    background: #001122;
    top: 65px;
    left: -100%;
    flex-direction: column;
    transition: all 0.2s ease-out;
  }

  nav .nav-links .link {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0.5rem 1rem;
  }

  a:hover,
  a.active {
    background: none;
    color: #0082e6;
  }

  #check:checked~ul {
    left: 0;
  }

  .page-filter .filter-list li {
    display: block;
    border: 0;
    padding: 0.6rem 0;
  }

  .page-filter .filter-list li .filter-btn {
    display: block;
  }

  .app-header .nav-brand .collaps-sidebar {
    display: inline-block;
  }

  .app-sidebar {
    transform: translateX(-220px);
  }

  .app-sidebar.toggle {
    transform: translateX(0);
  }

  .app-content {
    padding-left: 0px;
  }
}

/*# sourceMappingURL=main.css.map */


.table th,
.table td,
table th,
table td {
  font-size: .7rem ;
  /*padding-left:.2rem!important;
  padding-right:.2rem!important;*/
}



/*property search  start*/

.filter-container {
  position: relative;
  box-shadow: 0 0 3px #ccc;
  background-size: cover;
  background-image: url(../assets/bg-shape-1.svg);
  /* padding: 20px; */
}

.propertybox .price-info {
  opacity: 0.9;
  position: absolute;
  top: 45%;
}

.propertybox .like-option {
  position: absolute;
  right: 8px;
  top: 55%;
}

.propertybox .prop-name {
  font-size: 14px;
}

.propertybox .overlay {
  background: rgb(185 151 91 / 75%);
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 9999;
  height: 100%;
  padding: 60px 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
}

.propertybox:hover .overlay {
  opacity: 1;
}

.property-container span.checked {
  color: orange;
}

.property-container .footer button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.property-container .footer button:hover {
  opacity: 0.7;
}

.blue-overlay {
  background: #151f6d;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.9;
  height: 100%;
}

.property-staus {
  position: absolute;
  top: 11px;
  right: 18px;
}


.inline-list>li {
  display: inline-block;
  float: left;
}

.inline-list-dash>li {
  display: inline-block;
}

/*property search end*/




#chartdiv {
  width: 100%;
  height: 500px;
}



span.badge.badge-light {
  border-radius: 1px;
  white-space: normal;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid;
  border-left: 5px solid;
  background: #eee !important;
  color: #000 !important;
  font-size: 12px;
}

th {
  width: 14.28%;
  text-align: center;
}

a.customPrevText {
  /*color:#79C243!important;*/
}

a.customPrevBg {
  /*background-color: #79C243!important;*/
}

/** @format */
.table,
.table-calendar {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
  font-size: 0.8rem;
}

.table-calendar td,
.table-calendar td,
.table-calendar th,
.table-calendar th {
  padding: 0.5rem;
  vertical-align: middle;

  border: 1px solid rgb(185 151 91) !important;
}

.table thead th,
.table-calendar thead th {
  font-weight: bold;
}

.table.table-action tbody tr:hover,
.table-action.table-calendar tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.table.transparent th,
.transparent.table-calendar th,
.table.transparent td,
.transparent.table-calendar td {
  border-color: 1px solid rgb(185 151 91);
}

.table.transparent thead th,
.transparent.table-calendar thead th {
  color: #26264f;
}

.table.transparent tbody td,
.transparent.table-calendar tbody td {
  color: rgb(38 38 79);
}

.table.light,
.light.table-calendar {
  background-color: #fff;
}

.table.light th,
.light.table-calendar th,
.table.light td,
.light.table-calendar td {
  border-color: #eaeaea;
  color: #444444;
}

.table.table-sm th,
.table-sm.table-calendar th,
.table.table-sm td,
.table-sm.table-calendar td {
  padding: 0.3rem;
  font-size: 0.8rem;
}

.table.table-sm th,
.table-sm.table-calendar th {
  font-weight: 700;
}

.table-calendar {
  border: 1px solid 1px solid rgb(185 151 91);
}

.table-calendar td {
  vertical-align: top;
}

.table-calendar tbody td {
  border: 1px solid 1px solid rgb(185 151 91);
  height: 100px;
  width: 100px;
  position: relative;
}

.table-calendar.calendar-sm {
  border: 1px solid #eaeaea;
}

.ui-datepicker-trigger {
  width: 25px;
  vertical-align: middle;
}

.table-calendar thead {
  border-bottom: 5px solid #b9975b;
}


.border-primary {
  border-color: #151f6d !important;
}


ul.aminities>li {
  font-size: 14px;
  margin: 10px 0;
  padding-left: 0;
  list-style-type: square;
}

ul.aminities {
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 17px;
}


.bg-primary {
  background-color: #0072c0 !important;
}

.bg-secondary {
  background-color: #ccc !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background: #0072c0 !important;
}

.btn-primary {
  background-color: #0072bb !important;
}

td,
th {
  text-align: center;
}

.dataTables_length label,
.dataTables_length label select,
.dataTables_filter label,
.dataTables_filter input {
  font-size: 11px;
  height: 26px;
}

.pagination .page-link {
  font-size: 12px;
  padding: .3rem .75rem;
}

.dataTables_info {
  margin-top: 5px;
  font-size: 12px;
}

div#example_paginate {
  margin-top: 5px;
}

td,
tbody th {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.form-container label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  color: #4c4f51;
}

.steps .form-control {
  border: 2px solid #ccc;
  color: #000;
}

.form-container span.badges.badges-primary {
  background: #0072bd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #fff;
  border-radius: 50%;
}

.form-container input[type="text"].form-control {
  height: 30px;
}

ul.inline.doc {
  max-height: 220px;
  overflow-y: auto;
}

.dropdown-nav-list a {
  padding: 9px 0;
  padding-left: 28px;
}

.vertical-list>li>a {
  padding: 13px 9px;
  border-bottom: 3px solid #fff !important;
}



.table th,
.table td,
table th,
table td {
  border-bottom: 1px solid #777 !important;

}


div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid #000 !important;
}

.footer {

  width: 100%;
  bottom: 0;
}

.sub-heading {
  margin-bottom: 0 !important;
}

.hideThisDate {
  display: none;
}

.br-b-0 {
  border-bottom: 0 !important;
}

sup {
  font-size: 10px !important;
}
.custom_cursor_hand {
  cursor: pointer!important;
}
.action_icon > i {
  font-size: 1rem !important;
}

td, th {
  padding-left: 22px !important;
  text-align: left !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
left: 0.5em !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
left: 1em !important;
}