/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 9, 2021 */

@font-face {
  font-family: 'latoblack';
  src: url('../fonts/lato-black-webfont.eot');
  src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.eot');
  src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lato-balck {
  font-family: 'latoblack';
  font-weight: normal;
  font-style: normal;
}

.lato-bold {
  font-family: 'latobold';
  font-weight: normal;
  font-style: normal;
}

.lato-regular {
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
}

/*---------------------reset css----------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* 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;
  }

a:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.bg-theme-dark {
  background-color: #143f6f;
}

/*------------------------custom css---------------------------*/

button:focus {
  outline: none;
}
.pointet-none{pointer-events: none;}
.cursor-pointer{cursor: pointer;}
.object-fit-contain{object-fit: contain;}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-family: 'latoregular';
  overflow-x: hidden;
  font-weight: normal;
  font-style: normal;
  color: #143f6f;
}

a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.theme-btn {
  box-shadow: 0px 2px 0.5px rgb(0 0 0 / 20%) !important;
  -moz-box-shadow: 0px 2px 0.5px rgb(0 0 0 / 20%) !important;
  -webkit-box-shadow: 0px 2px 0.5px rgb(0 0 0 / 20%) !important;
  -o-box-shadow: 0px 2px 0.5px rgb(0 0 0 / 20%) !important;
  -ms-box-shadow: 0px 2px 0.5px rgb(0 0 0 / 20%) !important;
  cursor: pointer !important;
  border: 1px solid #143f6f !important;
}
.theme-btn:hover {
  background-color: transparent !important;
  color: #143f6f  !important;
}

.container {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0px 15px;
  display: block;
}

.login-screen {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 70px;
}

.login-main {
  min-height: calc(100vh - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.logo > * {
  display: block;
  text-align: center;
  margin: auto;
}

.logo p {
  color: #666666;
  font-size: 16px;
  line-height: 21px;
  font-family: 'latoregular';
  padding-top: 20px;
  padding-bottom: 40px;
}

.logo a {
  color: #143f6f;
  font-family: 'latobold';
}

.login-form .title-label {
  font-size: 16px;
  line-height: 22px;
  color: #143f6f;
  font-family: 'latobold';
  padding-bottom: 5px;
}

.form-control {
  border-radius: 5px;
  background-color: #f6f8fa;
  border: 1px solid #899fb7;
  padding: 9px 15px;
  height: auto;
  line-height: 25px;
  font-size: 16px;
  color: #495057 !important;
}

.login-form input {
  max-width: 390px;
}

.form-control::placeholder {
  color: #899fb7;
}

.login-form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #899fb7;
}

.show-password,
.forgate-password-text a {
  font-size: 12px;
  line-height: 19px;
  color: #999999;
  font-family: 'latoregular';
}

div.form-group a.show-password:hover {
    background: transparent;
    color: #143f6f;
}

.show-password{
cursor: pointer;
}

.login-form {
  max-width: 390px;
  margin: 0 auto;
}

  .login-form .remember-checkbox input {
    display: none;
  }

  .login-form .remember-checkbox label {
    position: relative;
    margin-left: 15px;
  }

    .login-form .remember-checkbox label:before {
      position: absolute;
      content: "";
      width: 18px;
      height: 18px;
      border-radius: 3px;
      background-color: #f6f8fa;
      border: 1px solid #899fb7;
      top: 5px;
      top: 0;
      left: -31px;
    }

  .login-form .remember-checkbox input:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    background-color: transparent;
    font-size: 10px;
    top: 0px;
    color: #000;
    left: -26px;
    position: absolute;
  }

.login-btn,
.reg-btn {
  max-width: 390px;
  border-radius: 8.25rem;
  -webkit-box-shadow: 0px 3px 1.5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1.5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#133f6f), to(#215691));
  background-image: -o-linear-gradient(bottom, #133f6f 0%, #215691 100%);
  background-image: linear-gradient(0deg, #133f6f 0%, #215691 100%);
  font-family: 'latobold';
  font-size: 18px;
  color: #ffffff;
  line-height: 23px;
  width: 100%;
  outline: none;
  border: none;
  padding: 11px 15px;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
}

  .login-btn:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    background-color: transparent;
    font-size: 15px;
    position: absolute;
    right: calc(0px + 22px);
    top: 50%;
    transform: translateY(-50%);
    color: #8da5c0;
  }

.login-hr {
  margin: 31px 0;
  border-color: #899fb7;
}

.g-login {
  font-size: 16px;
  line-height: 23px;
  color: #143f6f;
  max-width: 390px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f7f9), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #f5f7f9 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #f5f7f9 0%, #ffffff 100%);
  border: 1px solid #899fb7;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 11px 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

  .g-login:before {
    content: "";
    font-weight: bold;
    background-image: url("../images/google-icon.png");
    position: absolute;
    left: calc(0px + 11px);
    top: 50%;
    transform: translateY(-50%);
    color: #8da5c0;
    height: 23px;
    width: 23px;
  }

.copyright-txt {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

  .copyright-txt span {
    font-family: 'latobold';
    color: #143f6f;
  }

/****Register-Login*****/

.reg-left {
  font-family: 'latoregular';
  font-size: 25px;
  color: #fff;
  line-height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .reg-left p {
    display: block;
    max-width: 365px;
    text-align: center;
  }

.reg-right h1 {
  font-size: 30px;
  line-height: 36px;
  color: #143f6f;
  text-align: center;
}

.reg-right span {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #143f6f;
  margin-bottom: 60px;
}

.reg-right .reg-form label {
  font-size: 16px;
  color: #143f6f;
  font-family: 'latobold';
  line-height: 22px;
  margin-bottom: 5px;
}

.reg-btn {
  max-width: 290px;
  margin: 35px 0 0 0;
}

  .reg-btn:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    background-color: transparent;
    font-size: 13px;
    position: absolute;
    right: calc(0px + 22px);
    top: 50%;
    transform: translateY(-50%);
    color: #8da5c0;
  }

.reg-right {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 615px;
  margin: 0 auto;
  min-height: calc(100vh - 30px);
  position: relative;
}

.copyright-txt span {
  margin-bottom: 0 !important;
}

.reg-form .form-control:focus {
  border: 1px solid #899fb7;
}

.register-main {
  padding: 0 15px;
}

.sign-in-btn {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  position: absolute;
  top: calc(0px + 40px);
  right: calc(0px + 50px);
  text-align: center;
  z-index: 9;
}

  .sign-in-btn a {
    color: #143f6f;
    font-family: 'latobold';
  }

/***** Dashboard-Css******/

.top-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 30px;
  border-bottom: 1px solid #c9d3de;
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
}

.top-n-right ul li a.green_bg {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #49863e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-n-right ul li img {
  border: 2px solid #edf1f5;
  border-radius: 50%;
  padding: 2px;
  object-fit: contain;
}

#sideNav {
  cursor: pointer;
  color: #999999;
  font-size: 21px;
  line-height: 27px;
  margin-right: 22px;
}

.top-n-right ul li:not(:last-child) {
  margin-right: 15px;
}

.navbar-side {
  z-index: 2;
  position: fixed;
  width: 260px;
  top: 60px;
  box-shadow: none;
  height: 100%;
  background-color: #143f6f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-right: 1px solid #c9d3dd;
}

.page-wrapper {
  margin: 0 0 0 260px;
  padding: 0;
  background-color: #f6f8fa;
  position: relative;
  top: 60px;
  min-height: calc(100vh - 60px);
  padding-bottom: 60px;
  transition: 0.4s;
}
.page-wrapper.page-wrapper-closed {
  margin-left: 60px;
}

.sidebar-collapse ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #5a7fa8;
  position: relative;
}

.side-closed .collapse {
  position: absolute;
  top: 0;
  left: calc(0px + 259px);
  background: #fff;
  width: 170px;
}

.side-closed .sidebar-collapse .collapsing {
  transition: height .35s ease;
  position: absolute;
  top: 0;
  left: calc(0px + 259px);
  background: #143f6f;
  width: 170px;
}

.sidebar-collapse ul li a {
  padding: 15px 20px;
  color: #aabdd2;
  font-size: 16px;
  line-height: 22px;
  font-family: 'latobold';
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-collapse ul li i {
  padding-right: 20px;
  font-size: 18px;
}

.sidebar-collapse ul li a.active-menu {
  color: #5fa130;
}

.sidebar-collapse ul li.active_menu {
  background-color: #f6f8fa;
}

.sidebar-collapse ul li i.right-menu-arrow {
  color: #aabdd2;
  padding-left: 60px;
  padding-right: 0;
}

.inner-wrapper {
  padding: 40px 30px 25px 60px;
  background-color: #f6f8fa;
}

.inner-wrapper .page-header {
  font-size: 40px;
  line-height: 46px;
  color: #666666;
}

.inner-wrapper .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 15px 0 25px;
}

.inner-wrapper .breadcrumb a {
  color: #49863e;
  font-size: 14px;
  line-height: 21px;
  font-family: 'latoregular';
  margin-left: 24px;
}

.inner-wrapper .breadcrumb li {
  position: relative;
  color: #999999;
  font-size: 14px;
  line-height: 21px;
}

.inner-wrapper .breadcrumb li + li:before {
  content: "/";
  font-size: 15px;
  color: #9e9f9f;
  position: absolute;
  top: 0;
  left: 9px;
}

.page-inner {
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(20, 63, 111, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.side-closed .sidebar-collapse ul li a i {
  font-size: 18px;
  display: block;
}

nav.navbar-side.side-closed {
  -webkit-transform: translateX(-199px);
  -ms-transform: translateX(-199px);
  transform: translateX(-199px);
}

.side-closed .sidebar-collapse ul li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
}

.sidebar-collapse ul li ul > li a {
  color: #143f6f;
}

.side-closed .sidebar-collapse ul li a i {
  padding: 0;
}

  .side-closed .sidebar-collapse ul li a i.right-menu-arrow {
    display: none;
  }

.side-closed .sidebar-collapse ul li a span {
  order: -4;
}

.inner-header .title h3 {
  font-size: 22px;
  line-height: 28px;
  color: #003d70;
  text-transform: uppercase;
  font-family: 'latoblack';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-inner .inner-top .inner-header,
.page-inner .inner-top .inner-right{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-inner .inner-top .inner-right{
  justify-content: flex-end;
}

.inner-right,
.inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .inner-right .dropdown span {
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    padding-right: 10px;
  }

  .inner-right .dropdown .dropdown-toggle {
    background: transparent;
    color: #666666;
    border-color: #999999;
    position: relative;
  }

    .inner-right .dropdown .dropdown-toggle::after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      border: 0;
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      vertical-align: baseline;
      color: #aaaaaa;
    }

    .inner-right .dropdown .dropdown-toggle:focus {
      box-shadow: none;
    }

  .inner-right .dashboard-menu {
    padding: 0;
    background-color: #f6f8fa;
  }

  .inner-right .input-group-text {
    border: none;
    border-radius: 0;
  }

    .inner-right .input-group-text label {
      padding-left: 11px;
    }

.idnumber span {
  color: #143f6f;
  font-size: 14px;
  line-height: 22px;
  font-family: 'latobold';
  text-transform: uppercase;
  margin-right: 10px;
}

.idnumber {
  color: #49863e;
  font-size: 25px;
  line-height: 31px;
  font-family: 'latoblack';
  border-bottom: 1px dashed #cccccc;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.add-loct i,
.price-type i,
.showing-status i,
.listing-status i {
  color: #aaaaaa;
  font-size: 18px;
  margin-right: 10px;
  line-height: 25px;
}

.add-loct p span:nth-child(2),
.price-type p span:nth-child(2) {
  color: #333333;
  font-family: 'latobold';
  font-size: 14px;
  line-height: 21px;
  display: block;
}

.add-loct p span:first-child,
.price-type p span:first-child,
.showing-status p span:first-child,
.listing-status p span:first-child {
  color: #003d70;
  font-family: 'latobold';
  font-size: 14px;
  line-height: 21px;
  display: block;
}

.price-type,
.add-loct {
  border-bottom: 1px dashed #cccccc;
}

.listing-status p span:nth-child(2) {
  border-radius: 8.25rem;
  background-color: #5fa130;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: 'latobold';
  padding: 1px 16px;
  margin-top: 5px;
  text-align:center;
}

.showing-status p span:nth-child(2) {
  font-size: 12px;
  line-height: 20px;
  color: #5fa130;
  font-family: 'latobold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .showing-status p span:nth-child(2) i {
    color: #5fa130;
    margin-right: 10px;
  }

.showing-card {
  border: 1px dashed #999999;
  -webkit-box-shadow: 0px 5px 2.5px rgba(20, 63, 111, 0.1);
  box-shadow: 0px 5px 2.5px rgba(20, 63, 111, 0.1);
  padding: 15px 15px 25px 15px;
  /*margin-bottom: 30px;*/
  height: 100%;
}

.add-loct {
  padding-bottom: 24px;
}

.showing-card .media-body {
  padding-left: 25px;
}

.price-type {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 18px;
}

.lisitng-showing {
  margin-top: 18px;
  border-top: 1px dashed #cccccc;
  padding-top: 15px;
}

.showing-card-btn {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#edf1f5), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #edf1f5 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #edf1f5 0%, #ffffff 100%);
  border: 1px solid rgba(20, 63, 111, 0.5);
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #143f6f;
  padding: 2px 10px;
}

.listing-status p span:nth-child(2).hold {
  background-color: #edbb0e;
}

.showing-status p span:nth-child(2).unconfirmed,
.showing-status p span:nth-child(2).unconfirmed i {
  color: #f02d2d;
}

.showing-card-btn:hover, a:not([href]):not([tabindex]):hover {
  background-color: #143f6f;
  color: #fff;
  background-image: none;
}

.listing-status p span:nth-child(2).expired {
  background-color: #f02d2d;
}

.inner-top {
  margin-bottom: 15px;
}

.inner-table .pagination,
.pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.price-type .fa-tags,
.listing-status .fa-list {
  margin-left: 15px;
}

.inner-table .pagination .page-link,
.pagination .page-link {
  border: none;
  color: #666666;
  font-size: 15px;
  line-height: 22px;
  border-radius: 0;
  padding: 3px 10px;
  margin: 0 5px;
}

  .inner-table .pagination .page-link.page-active,
  .pagination .page-link.page-active {
    background-color: #c9d3de;
    color: #fff;
    border-radius: 0;
  }

  .inner-table .pagination .page-link:hover,
  .pagination .page-link:hover {
    background-color: #c9d3de;
    color: #fff;
    border-radius: 0;
  }

.page-footer {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  padding-top: 22px;
  text-align: right;
  position: absolute;
  right: calc(0px + 40px);
  bottom: calc(0px + 30px);
}

.sidebar-collapse ul li ul > li a {
  text-transform: capitalize;
  font-family: 'latoregular';
}

.inner-header .title h3 span {
  border-radius: 5px;
  background-color: #49863e;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 5px 17px;
  position: relative;
  margin-left: 17px;
}

  .inner-header .title h3 span:after {
    content: " ";
    position: absolute;
    left: -6px;
    top: 7px;
    border-top: 8px solid transparent;
    border-right: 8px solid #49863e;
    border-left: none;
    border-bottom: 8px solid transparent;
  }

.search-box {
  background: transparent;
  border-radius: 50px;
  position: relative;
}

.search-btn {
  font-size: 11px;
  line-height: 16px;
  color: #143f6f;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #edf1f6;
  border: 1px solid #899fb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-input {
  float: left;
  padding: 1px 12px;
  background: transparent;
  border: none;
  border-radius: 8.25rem;
  font-size: 15px;
  line-height: 22px;
  transition: 0.4s;
  width: 0;
}

.search-box:hover > .search-input {
  width: 250px;
  padding: 1px 12px;
  background: #edf1f6;
  border: 1px solid #899fb7;
  border-radius: 8.25rem;
  font-size: 15px;
  line-height: 22px;
  color: #143f6f;
  position: absolute;
  left: calc(0px - 224px);
  z-index: -2;
}

.search-input:focus {
  outline: none;
}

.notification-num {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 17px;
  height: 17px;
  background-color: #143f6f;
  font-size: 8px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.showing_btns a, .showing_btns a:not([href]):not([tabindex]) {
  color: #fff;
  font-size: 12px;
  font-family: 'latobold';
  border-radius: 8.25rem;
  background-color: #c9d3de;
  padding: 4px 15px;
  line-height: 17px;
  position: relative;
}

  .showing_btns a i {
    display: none;
  }

  .showing_btns a.active, .showing_btns a.active:not([href]):not([tabindex]) {
    background-color: #49863e;
  }

    .showing_btns a.active i {
      display: inline-block;
      margin-right: 6px;
      font-size: 10px;
      vertical-align: baseline;
    }

.showing_topbar .form-control {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #999999;
  margin-left: 10px;
}

.showing_topbar .spreater-x {
  border-left: 1px solid #c9d3de;
  border-right: 1px solid #c9d3de;
}

.showing_topbar .spreater-x-left {
  border-left: 1px solid #c9d3de;  
}

.showing_topbar .filter-right {
  padding-right: 0rem!important;
  margin-right: 0rem!important;
}

div.divTable .divTableHeading {
  display: table-header-group;
}

div.divTable {
  display: table;
  background-color: #fff;
  width: 100%;
  text-align: left;
  border: 1px solid #899fb7;
}

  div.divTable .divTableHeading .divTableRow {
    display: table-row;
    background-color: #dbe7d8;
  }

  div.divTable .divTableHead,
  div.divTable .divTableCell {
    display: table-cell;
    border-left: 1px solid #899fb7;
    padding: 0px 12px;
    height: 45px;
    font-size: 15px;
    font-family: 'latobold';
    color: #49863e;
    line-height: 45px;
  }
  div.divTable .divTableHead{
    white-space: nowrap;
  }
    div.divTable .divTableHead:first-child,
    div.divTable .divTableCell:first-child {
      border-left: none;
    }

.tooltip-inner {
  background-color: #143f6f;
  width: auto;
  height: 23px;
  padding: 0 7px;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #143f6f;
}

div.divTable .divTableBody {
  display: table-row-group;
}

.divTable .divTableRow {
  display: table-row;
}

div.divTable .divTableCell {
  height: auto;
  font-size: 14px;
  color: #333333;
  font-family: 'latoregular';
  border-bottom: 1px solid #dbe7d8;
  padding: 12px 12px;
  line-height: 20px;
  vertical-align: top;
  word-break: break-word!important;
  overflow-wrap: break-word!important;
}

div[data-head="Argent Information"] span {
  display: block;
}

  div[data-head="Argent Information"] span b {
    font-family: 'latobold';
  }

  div[data-head="Argent Information"] span i {
    color: #aaaaaa;
    margin-right: 12px;
  }

div[data-head="Action"] a {
  color: #666666;
  font-size: 20px;
  margin: 0 15px 0 0;
}

div[data-head="Property Images"] span {
  margin-left: 10px;
  color: #999999;
}

.divTable .divTableBody .divTableRow {
  background-color: #eff2f7;
}

  .divTable .divTableBody .divTableRow:nth-child(odd) {
    background-color: #f6f8fa;
  }

.showing_topbar .spreater-x .form-control {
  max-width: 142px;
  padding-left: 10px;
  padding-right: 10px;
}

  .showing_topbar .spreater-x .form-control::-webkit-calendar-picker-indicator {
    margin: 0;
  }

div[data-head="Action"] a:hover {
  color: #49863e;
}

div.divTable .divTableHead i {
  color: #143f6f;
}

.top-navbar .dropdown-menu {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 15px rgba(20, 63, 111, 0.25);
  box-shadow: 0px 10px 15px rgba(20, 63, 111, 0.25);
  padding: 0 7px;
  top: 20px !important;
  left: -30px !important;
  min-width: 140px;
  border-radius: 0;
}

  .top-navbar .dropdown-menu a i {
    font-size: 14px;
    line-height: 22px;
    color: #49863e;
  }

  .top-navbar .dropdown-menu a {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    padding: 6px 6px;
  }

    .top-navbar .dropdown-menu a + a {
      border-top: 1px solid #c9d3de;
    }

.btn:focus {
  outline: none;
  box-shadow: none;
}

.top-navbar .dropdown-toggle::after {
  display: none;
}

.top-navbar .dropdown-menu a:hover {
  background-color: transparent;
}

.top-navbar .dropdown-menu:before {
  content: "";
  border-style: solid;
  border-color: #e5e5e5 transparent transparent;
  margin-left: -11px;
  position: absolute;
  border-left-color: transparent;
  border-right-color: #e5e5e5;
  left: auto;
  right: -1px;
  border-width: 11px;
  border-top-color: transparent;
  border-bottom-color: #e5e5e5;
  top: -22px;
  bottom: auto;
  margin: 0;
}

.top-navbar .dropdown-menu:after {
  content: "";
  border-style: solid;
  border-color: #ffffff transparent transparent;
  margin-left: -20px;
  position: absolute;
  border-left-color: transparent;
  border-right-color: #fff;
  left: auto;
  right: 0;
  border-width: 10px;
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: -20px;
  bottom: auto;
  margin: 0;
}

.action-btn .cancel-Btn {
  background-image: linear-gradient(0deg, #edf1f5 0%, #ffffff 100%);
  border: 1px solid rgba(20, 63, 111, 0.5);
  color: #143f6f;
}

.action-btn .save-Btn {
  background-color: #143f6f;
  color: #ffffff;
}

.action-btn .btn {
  border-radius: 10px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'latobold';
}

.divForm label {
  font-size: 16px;
  line-height: 21px;
  font-family: 'latobold';
  margin-bottom: 8px;
}

.divForm span label {
  border-radius: 10px;
  background-image: linear-gradient(0deg, #edf1f5 0%, #ffffff 100%);
  border: 1px solid rgba(20, 63, 111, 0.5);
  margin: 0;
  padding: 9px 22px;
  margin-right: 20px;
}

.slick-Wrapper .slick-list {
  padding: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slick-initialized .slick-slide.slide-btn {
  width: 74px !important;
  border: 2px solid #f6f8fa;
  cursor: pointer;
  margin: 0 5px;
}

.slick-Wrapper .slider-nav .slick-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  width: 100% !important;
}

.slick-initialized .slick-slide.slide-btn:focus {
  outline: none;
}

.slick-Wrapper .slick-arrow {
  position: absolute;
  bottom: calc(0px - 52px);
  right: calc(0px - -30px);
  font-size: 0;
  background: transparent;
  border: 0;
  z-index: 1;
  padding: 0;
  cursor: pointer;
}

  .slick-Wrapper .slick-arrow:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    background-color: transparent;
    font-size: 30px;
    color: #aaaaaa;
    position: absolute;
  }

.slick-Wrapper .slick-prev.slick-arrow:after {
  content: "\f053";
  right: calc(0px - -50px);
}

.slick-Wrapper .slick-arrow.slick-next:before {
  content: "/";
  background-color: #cccccc;
  right: 23px;
  width: 1px;
  height: 53px;
  top: -17px;
  position: absolute;
}

.slick-Wrapper {
  border: 1px solid #999999;
  position: relative;
  padding: 23px;
  box-shadow: 0px 5px 2.5px rgb(20 63 111 / 10%);
}

  .slick-Wrapper .slick-arrow:hover:after {
    color: #49863e;
  }

.slick-initialized .slick-slide.slide-btn.slick-current {
  border: 2px solid #143f6f;
}

.slick-initialized .slick-slide.slide-btn:first-child {
  margin-left: 0;
}

.details_content label {
  color: #003d70;
  font-size: 18px;
  line-height: 26px;
  font-family: 'latobold';
  width: 100%;
}

.details_content i {
  font-size: 18px;
  line-height: 22px;
  color: #aaaaaa;
  display: block;
  margin-right: 10px;
}

.details_content p,
.details_content a {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  word-break: break-word!important;
  overflow-wrap: break-word!important;
}

.details_content {
  margin-bottom: 50px;
}

.showing_btn button {
  border: none;
  background: #143f6f;
  color: #fff;
  font-size: 16px;
  font-family: 'latobold';
  border-radius: 10px;
  padding: 12px 22px;
  line-height: 19px;
  box-shadow: 0px 2px 0.5px rgb(0 0 0 / 20%);
  cursor: pointer;
  border: 1px solid #143f6f;
}

  .showing_btn button i {
    color: #8a9fb7;
  }

  .showing_btn button:hover {
    background-color: transparent;
    color: #143f6f;
  }

.slick-Wrapper > a {
  display: none;
}

.loginSchedule_Btn a {
  border-radius: 10px;
  box-shadow: 0px 2px 0.5px rgb(0 0 0 / 20%);
  background-color: #143f6f;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: 'latobold';
  padding: 12px 19px;
  border: 1px solid #143f6f;
  display: inline-block;
}

  .loginSchedule_Btn a:hover {
    color: #143f6f;
    background-color: transparent;
  }

  .loginSchedule_Btn a i {
    color: #8a9fb7;
    font-size: 12px;
    margin-left: 15px;
  }

.login-Schedule-modal p {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-family: 'latoregular';
  padding-bottom: 15px;
  text-align: center;
  display: block;
}

.modal_Cross {
  font-size: 17px;
  color: #143f6f;
  opacity: 1;
  text-align: right;
}

.login-Schedule-modal {
  padding-right: 0 !important;
}

.schedule-Modal {
  max-width: 990px;
}

  .schedule-Modal .display_img img {
    border: 1px solid #999999;
    padding: 5px;
    box-shadow: 0px 5px 2.5px rgba(20, 63, 111, 0.1);
  }

  .schedule-Modal hr {
    border: 1px dashed #cccccc;
  }

.date_select_control label {
  font-size: 16px;
  line-height: 22px;
  color: #143f6f;
  font-family: 'latobold';
  display: block;
}

.showing_popup_btns a i {
  color: #8a9fb7;
  font-size: 12px;
}

.showing_popup_btns a.cancel-Btn i {
  color: #143f6f;
}

.showing_popup_btns a, .showing_popup_btns button {
  padding: 12px 19px;
  border-radius: 10px;
  display: inline-block;
  font-family: 'latobold';
}

.schedule-Modal .footer_modal {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  display: block;
  text-align: center;
}

  .schedule-Modal .footer_modal a {
    font-size: 16px;
    line-height: 22px;
    color: #143f6f;
    font-family: 'latobold';
  }

.schedule-Modal .details_content {
  margin-bottom: 25px;
}

.date_select_control .form-group input, .date_select_control .form-group select {
  border: 1px solid #899fb7;
  border-radius: 5px;
  background-color: #f6f8fa;
  font-size: 14px;
  line-height: 22px;
  padding: 9px 12px;
  color: #899fb7;
}

.date_select_control select.form-control {
  font-size: 14px;
  line-height: 22px;
  color: #899fb7;
  padding: 12px 12px;
}

.date_select_control input[type="date" i]::-webkit-calendar-picker-indicator {
  background-image: url("../images/calendar_icon.png");
  width: 17px;
  height: 19px;
}

/*Custom from dev team start*/
.error-text {
  color:red;
}
.textbox {
  margin-bottom: 10px;
}
button.disable {
  background: #f6f8fa !important;
  color: #999999 !important;
  cursor: not-allowed;
}

.required:after {
  content:"*";
  color:red;
}

.slick-Wrapper img{
  max-height:499px;
}

.modal-content {
  border-radius:0;
}
.cdk-overlay-container {
  z-index:1060 !important;
}

.ellipsis {
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tel a, .mail a {
  color: #333333;
  text-decoration: underline;
}

.filter-icon:hover {
  background-color:white !important;
}
.green-text {
  color: #49863e;
}

.pointer {
  cursor:pointer;
}

/* calender css start */
.fc .fc-toolbar.fc-header-toolbar {
  margin: 1.5em 0 !important;
}
.fc .fc-daygrid-event-harness{
  background: #143f6f !important;
  color: #fff !important;
  overflow: hidden !important;
  border: 1px solid #fff
}
.fc-daygrid-event-dot{
  border: 4px solid #fff !important; 
}
/* calender css end */ 

.swal2-title{
  line-height: 36px;
}
.swal2-styled.swal2-confirm:focus, .swal2-styled.swal2-cancel:focus{
  outline: none;
  box-shadow: none;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel{
  background-color: #143f6f !important;
  border: 1px solid#143f6f !important;
}
.swal2-styled.swal2-confirm:hover, .swal2-styled.swal2-cancel:hover{
  background-color: #fff !important;
  color: #143f6f;
  background-image: none !important;
}
.grid-action-btn{
	color:#666666;
	font-size:16px;
	margin:0 15px 0 0;
	padding:4px 12px;
}
.eye-icon{
  float: right;
  margin-top: -29px;
  position: relative; 
  z-index: 2;
  padding-right: 7px;
  cursor: pointer;
  background: transparent !important;
}
 
/*
.grid-action-btn{
	color:#666666;
	font-size:16px;
	margin:0 15px 0 0;
	padding:3px 2px 3px 0;
}*/