/* @import 'ngx-owl-carousel-o/lib/styles/scss/owl.carousel';
@import 'ngx-owl-carousel-o/lib/styles/scss/owl.theme.default'; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  line-height: 1;
  min-height: 100vh;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
  color: #444;
}

p {
  line-height: 1.4;
  margin-bottom: 10px;
}

b,
strong {
  font-weight: 600;
}

u {
  text-decoration: underline;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  font-size: 16px;
}

/*select::-ms-expand { display: none; }*/
.clearfix {
  clear: both;
}


sup {
  top: -2px;
}





.form-control {
  height: 48px;
  opacity: 1;
  box-shadow: none;
  outline: none;
  border: solid 1px #e1e1e1;
  ;
  border-radius: 8px;
  background-color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
}

.form-control.form-select {
  padding-right: 32px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}

textarea.form-control {
  min-height: 120px;
  resize: none;
}

input[type=file].form-control {
  padding-top: 15px;
}


.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #B8B8B8;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #B8B8B8;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #B8B8B8;
}

.form-control:-moz-placeholder {
  opacity: 1;
  color: #B8B8B8;
}


.account-body .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #777777;
}

.account-body .form-control::-moz-placeholder {
  opacity: 1;
  color: #777777;
}

.account-body .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #777777;
}

.account-body .form-control:-moz-placeholder {
  opacity: 1;
  color: #777777;
}



.btn {
  display: inline-block;
  min-width: 50px;
  border-radius: 8px;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}

.btn.btn-primary {
  background: #1A5AD9;
  color: #fff;
  border-color: #1A5AD9;
}

.btn.btn-primary:hover {
  background: #2B6CEC;
  color: #fff;
  border-color: #2B6CEC;
}

.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none !important;
}

.btn:active,
.user_links:active,
.searchbtn:active {
  background: #434955 !important;
  color: #C7D6F3 !important;
  /*margin-bottom: -2px !important;*/
}



.btn.btn-primary-line {
  background: #fff;
  color: #1A5AD9;
  border-color: #1A5AD9;
}

.btn.btn-primary-line:hover {
  background: #2B6CEC;
  color: #fff;
  border-color: #2B6CEC;
}


.btn.btn-green {
  background: #007D3A;
  color: #fff;
  border-color: #007D3A;
}

.btn.btn-green:hover {
  background: #0B9F50;
  color: #fff;
  border-color: #0B9F50;
}

.btn.btn-default {
  background: #F2F4F9;
  color: #1A5AD9;
  border-color: #F2F4F9;
}

.btn.btn-default:hover {
  background: #C7D6F3;
  color: #1A5AD9;
  border-color: #C7D6F3;
}

.btn.btn-delete {
  background: #FEF2F4;
  color: #E22E53;
  border-color: #FEF2F4;
}

.btn.btn-delete:hover {
  background: #F5CAD1;
  color: #E22E53;
  border-color: #F5CAD1;
}

.btn-link {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  box-shadow: none;
}

.btn-primary-line:hover img {
  filter: brightness(0) invert(1);
}

.btn+.btn {
  margin-left: 15px;
}

.btn.btn-sm {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}

.inputwith-icon {
  display: block;
  position: relative;
}

.inputwith-icon>span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 48px;
  z-index: 2;
  text-align: center;
  padding-left: 2px;
  pointer-events: none;
}

.inputwith-icon .form-control {
  padding-left: 50px;
}

.inputwith-icon>span img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}



/*checkbox*/
.checkbox {
  display: inline-block;
  position: relative;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  padding-top: 1px;
  font-weight: 400;
  font-size: 14PX;
}

.checkbox label:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  border: solid 1px #000;
  border-radius: 4px;
  left: 0;
  top: 1px;
}

.checkbox label:hover:before {
  background: #F2F4F9;
  border-color: #444;
}

.checkbox input[type="checkbox"]:checked+label:before {
  background: #1A5AD9 url(../images/check-icon.svg) center no-repeat;
  background-size: 12px;
  border-color: #1A5AD9;
}


/*radio*/
.radio {
  display: inline-block;
  position: relative;
}

.radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: 400;
}

.radio label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: solid 2px #000;
  border-radius: 20px;
  left: 0;
  top: 1px;
}

.radio label:hover:before {
  background: #f2f3e4;
  border-color: #444;
}

.radio input[type="radio"]:checked+label:before {
  background: #1A5AD9 url(../images/check-icon.svg) center no-repeat;
  background-size: 12px;
  border-color: #1A5AD9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-left: 20px;
}


.dropdown-menu {
  box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
}


.sidebar-toggled .menuMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: transparent !important;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 50px);
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-left: 220px;

}

.fpass {
  text-decoration: underline;
  color: #1A5AD9;
}

.fpass:hover {
  color: #1244A8;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }

  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}

.card {
  border-radius: 8px;
}

.card-body {
  padding: 25px;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 40px;
  border-radius: 50px !important;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}





.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 20px;
  text-align: center;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  margin-top: 2px;
  font-size: 14px;
  position: absolute;
  z-index: 4;
  right: 14px;
  top: 11px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  display: block;
}



.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0;
  top: 0.3rem;
  font-weight: 400;
  font-size: 10px;
  right: 0;
  padding: 3px 5px;
  border-radius: 12px !important;
  line-height: 1;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  width: 90px !important;
  background-color: #434955;
  min-height: 100vh;
  /*margin-top: -50px;*/
  margin-bottom: 0 !important;
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar-toggled #wrapper #content-wrapper {
  padding-left: 0;
}



/*.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}*/

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
  border: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

/*.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}*/

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
  color: #fff;
}



@media (min-width: 768px) {
  .close_sidebar {
    display: none !important;
  }

  .sidebar {
    width: 220px !important;
    min-width: 220px;
    padding-top: 0;
    padding-left: 0px;
  }

  .sidebar .nav-item {
    display: block;
    width: 100%;
  }

  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 25px;
  }

  .sidebar .nav-item .nav-link i {
    width: 40px;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 14px;
    display: inline;
  }

  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;

  }

  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    /*display: block;*/
  }

  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 80px;
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }

  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(80px + 0.5rem) !important;
    margin: 0;
  }

  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }

  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }

  .sidebar-toggled .d-logo {
    width: 90px;
  }


  .sidebar-toggled .nav_title,
  .sidebar.toggled .nav-item .nav-link span {
    display: none;
  }


  .sidebar .nav-item .dropdown-menu {
    background: transparent;
    margin: 0;
    padding: 0 10px 15px 58px;
  }

  .sidebar .nav-item .dropdown-menu a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    position: relative;
  }

  .sidebar .nav-item .dropdown-menu a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/right.svg) center no-repeat;
    background-size: 8px;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    opacity: 0.4;
  }

  .sidebar .nav-item .dropdown-menu a:hover,
  .sidebar .nav-item .dropdown-menu a:hover:before {
    color: #fff;
    opacity: 1;
  }

  .sidebar .nav-item .dropdown-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sidebar-toggled .sidebar .nav-item .dropdown-menu {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  }

  .sidebar-toggled .sidebar .nav-item .dropdown-menu a {
    color: #333;
    font-weight: 400;
    padding: 7px 10px;
  }

  .sidebar-toggled .sidebar .nav-item .dropdown-menu a:before {
    display: none;
  }

  .sidebar-toggled .sidebar .nav-item .dropdown-menu a:hover {
    background: #1A5AD9;
    color: #fff;
  }

  .sidebar-toggled .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: inline-block;
    right: 6px;
    margin-top: 3px;
  }

  .sidebar.toggled .nav-item .nav-link {
    padding-left: 10px;
  }



  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item.active .nav-link:hover {
    color: #fff;
    background: #1A5AD9;
    position: relative;
  }


  .sidebar .nav-item.openedthis .nav-link:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }




}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}



.card-body-icon {
  /*position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);*/

  float: right;
  font-size: 40px;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  text-align: center;
  line-height: 70px;
}

.d-heading {
  display: block;
}

.d-heading span {
  display: block;
  font-size: 34px;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 50px;
  background-color: #fff;
}


@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 240px);
  }

}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}



.accountBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
  align-items: center;
  justify-content: space-between;
  background: #F2F4F9 url(../images/admin_bg.png) center -30px no-repeat;
  background-size: 100% auto;
  padding: 40px 15px 0 15px;
}

.account-body {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 6px rgb(0 0 0 / 07%);
  padding: 58px 60px 35px 60px;
  margin-top: auto;
  margin-bottom: auto;
}


.account-body h1 {
  font-size: 22px;
  margin: 30px 0;
  font-weight: 700;
}

.account-body h1 span {
  font-weight: 500;
}

.logo_account {
  display: block;
}

.logo_account img {
  display: inline-block;
  max-height: 66px;
}

.navbar-expand {
  height: 50px;
  background: #C7D6F3;
  justify-content: space-between !important;
  margin-left: 220px;
}

body.sidebar-toggled .navbar-expand {
  margin-left: 0;
}

.sidebar.toggled {
  display: none;
}


.sidebarlogo {
  display: flex;
  width: 100%;
  height: 70px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20px;
  background: transparent;
}

.sidebarlogo a {
  background: transparent !important;
  text-align: center;
}

.sidebarlogo img {
  display: inline-block;
  max-width: 140px;
  object-fit: contain;
}

.sm-logo {
  display: none;
}

.sm-logo img {
  max-width: 60px;
  display: inline-block;
  object-fit: contain;
}

.headerlogo {
  width: 140px;
  display: none;
  margin-left: 20px;
}

.headerlogo img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

body.sidebar-toggled .headerlogo {
  display: inline-block;
}


.main-header-menu-icon {
  margin-right: 25px;
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-header-menu-icon span {
  display: block;
  position: relative;
  width: 15px;
  height: 2px;
  background-color: #2f395f;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.main-header-menu-icon:hover span {
  width: 20px;
}

.main-header-menu-icon span::before,
.main-header-menu-icon span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #2f395f;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.main-header-menu-icon span::before {
  top: -6px;
}

.main-header-menu-icon span::after {
  bottom: -6px;
}

#content-wrapper .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.header-left {
  display: flex;
  margin-left: 0;
  align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar {
  top: 0;
  z-index: 100;
  position: sticky;
}

.header-left .input-group input.form-control {
  border-radius: 50px;
  font-size: 15px;
  width: 280px;
  padding-right: 45px;
}

.header-left .input-group button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 38px;
  opacity: 0.6;
  outline: none;
  font-size: 15px;
}

.header-left .input-group button:focus,
.header-left .input-group button:active {
  outline: none;
  box-shadow: none;
}

.header-left .input-group button:hover {
  opacity: 0.8;
}

.page-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.breadcrumb {
  padding: 6px 0 0 0;
  font-size: 12px;
  background: transparent;
  margin-bottom: 0;
  display: inline-flex;
}


.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/bRight.svg) center no-repeat;
  margin: -1px 2px 0 -4px;
}

.breadcrumb-item {
  color: #959595;
  display: inline-block;
}

.breadcrumb-item a {
  color: #000;
}

.page-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: solid 1px #C7D6F3;
  margin-bottom: 15px;
}


.nav_title {
  display: block;
  padding-left: 35px;
  margin-top: 15px;
  padding-bottom: 5px;
}

.nav_title span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.3;
}


.navbar-dark .header-right .navbar-nav .nav-link img {
  width: 24px;
}

.user_image {
  display: inline-block;
  vertical-align: middle;
}

.user_image img {
  width: 35px !important;
  height: 35px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
}

.navbar-expand .navbar-nav {
  align-items: center;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}

.table-bordered {
  border-top: 0;
}

table.dataTable {
  font-size: 15px;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 14px;
}

div.dataTables_wrapper div.dataTables_length select {
  font-size: 15px;
  padding-top: 4px;
  border-radius: 50px;
}

.dataTables_wrapper {
  margin-top: 1px;
  margin-right: 1px;
}

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

.page-link {
  padding: 9px 14px;
  color: #1A5AD9;
  font-size: 15px;
}

.page-item.active .page-link {
  background-color: #1A5AD9;
  border-color: #1A5AD9;
}

.page-link:hover {
  color: #1A5AD9;
  background-color: #e2ddff;
  border-color: #d1cafd;
}

div.dataTables_wrapper div.dataTables_filter input {
  font-size: 16px;
  width: 210px;
}

.btn img {
  vertical-align: middle;
}

/*
.rembermethis.checkbox label{ font-size: 14px; color: #fff; font-weight: 300; padding-top: 1px; }
.rembermethis.checkbox label:before{ border-color: #ccc; }
.rembermethis.checkbox label:hover:before{ background: transparent; border-color: #fff; }
.rembermethis.checkbox input[type="checkbox"]:checked + label:before,
.rembermethis.checkbox input[type="checkbox"]:checked + label:hover:before{ background-color: #1A5AD9; border-color: #1A5AD9; }
*/
div.dataTables_wrapper div.dataTables_filter label {
  font-size: 0
}

div.dataTables_wrapper div.dataTables_filter input {
  font-size: 14px;
  padding: 10px 10px 10px 40px;
  margin-left: 0;
  border-radius: 50px !important;
  font-family: "Open Sans", sans-serif;
  background: #fff url(../images/search.svg) 15px center no-repeat;
  background-size: 14px;
  height: 36px;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  background: #f3f2f9;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 6px;
  margin-bottom: 0;
}


.dropdown-item:focus,
.dropdown-item:hover {
  background: #C7D6F3;
  color: #000;
}

.navbar-expand .header-right .navbar-nav .dropdown-menu {
  box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
}

.form-group>label {
  line-height: normal;
  font-size: 14px;
  margin-bottom: 0.2rem;
}


.password_image {
  display: block;
}

.password_image img {
  display: block;
  max-width: 400px;
  margin: 0 auto 0 auto;
}

.datefilters {
  display: block;
  position: absolute;
  right: 265px;
  z-index: 1;
  margin-top: 1px;
}

.dategroup {
  display: inline-block;
  position: relative;
}

.dategroup+.dategroup {
  margin-left: 15px;
}

.dategroup .form-control {
  border-radius: 30px;
  width: 210px;
  height: 36px;
}

.dategroup i {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 1;
  pointer-events: none;
}

.error {
  color: #fd4872;
  font-size: 14px;
}

.emailicon:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 52px;
  top: 0;
  left: 6px;
  background: url(../images/email.svg) center no-repeat;
  z-index: 2;
  pointer-events: none;
}

.passicon:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 52px;
  top: 0;
  left: 6px;
  background: url(../images/password.svg) center no-repeat;
  z-index: 2;
  pointer-events: none;
}



.user_image img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}


.leftmenus {
  display: block;
  width: 100%;
  padding: 0px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.leftmenus li {
  display: block;
  width: 100%;
  position: relative;
  list-style: noine;
}

.leftmenus li a {
  display: block;
}

.leftmenus>li {
  margin-bottom: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.13)
}

.leftmenus>li>a {
  color: #eee;
  font-weight: 400;
  padding: 16px 15px;
  position: relative;
  padding-left: 44px;
  text-decoration: none;
}

.leftmenus>li.dropdown>a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  z-index: 2;
  /*background: url(../images/right-icon.svg) center no-repeat; */
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.leftmenus>li>a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.leftmenus>li>a>img {
  position: absolute;
  left: 16px;
  height: 16px;
  width: 16px;
  object-fit: contain;
  top: 15px;
  object-position: center;
  opacity: 0.8;
}

.leftmenus ul {
  display: none;
  margin: 0;
  padding: 0px 0 15px 0;
  width: 100%;
  clear: both;
}

.leftmenus ul li {
  display: block;
  width: 100%;
  list-style: none;
  border-top: solid 1px rgba(255, 255, 255, 0.08);
}

.leftmenus ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  color: #bbb;
}

.leftmenus ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #ddd;
}

.leftmenus>li.active>a {
  background: #1A5AD9;
  color: #fff;
}

.leftmenus>li.dropdown.selected {
  background: rgba(0, 0, 0, 0.3);
}

.leftmenus>li.dropdown.selected>a {
  cursor: default;
}

.leftmenus>li.dropdown.selected>a:after {
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
}

.leftmenus>li.dropdown.selected ul {
  display: block;
}

.closeSidebar {
  display: none;
}

.serachbar .form-control {
  padding-right: 30px;
  background: url(../images/search-icon.svg) 95% center no-repeat;
  background-size: 14px;
}

.table-searchbar .form-control {
  height: 34px;
}

.table-searchbar .btn {
  height: 34px;
  line-height: 33px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.table-searchbar {
  width: 100%;
  justify-content: flex-end;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow: auto;
  margin-top: 10px;
  max-width: calc(100vw - 280px);
}

.sidebar-toggled .table-responsive {
  max-width: calc(100vw - 40px)
}

.table {
  width: 100%;
}

.table thead th {
  background: #CFCFCF;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  border: 0;
}

.table th,
.table td {
  padding: 8px 15px;
  font-size: 12px;
  color: #081839;
  border-bottom: solid 1px #E5E5E5;
  vertical-align: middle;
  white-space: nowrap;
}

/*.table tr:hover{ background: #F2F4F9; }*/

.actionBtns {
  white-space: nowrap;
}

.actionBtns a {
  width: 24px;
  height: 24px;
  background: #EFEFEF;
  border-radius: 4px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.actionBtns a+a {
  margin-left: 12px;
}

.actionBtns a:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
}

.actionBtns a img {
  height: 14px;
  width: 16px;
  vertical-align: middle;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.numbers-pag {
  font-size: 14px;
  font-weight: 300;
  color: #737573;
}

.page-item {
  display: inline-block;
  vertical-align: middle;
}

.pagination .page-link {
  font-size: 14px;
  color: #333537;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: #F0EFF3;
  border-color: #F0EFF3;
}

.page-item.active .page-link {
  background-color: #414042;
  border-color: #414042;
}

.pagination .page-item+.page-item {
  margin-left: 6px;
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:last-child .page-link {
  margin-left: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: #fff;
  border-color: #D2D2D2;
  padding-left: 16px;
  padding-right: 16px;
}



.addEditPage {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}

.addEditPage .page-header {
  padding-bottom: 0;
  border-bottom: solid 1px #E9E9E9;
  margin-bottom: 15px;
}

.form-group>label {
  color: #322B29;
}

.form-group {
  margin-bottom: 18px;
}

.addEditPage .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-section-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1A5AD9;
  width: 100%;
}

.todate {
  position: absolute;
  margin: 34px 0 0 -21px;
}

.addEditPage.ChangePass {
  max-width: 450px;
}

.psub {
  color: #fff;
  opacity: 0.8;
}



@media screen and (max-width:1199px) {
  .password_image img {
    max-width: 100%;
  }

  .sidebar {
    display: none;
  }

  .navbar-expand {
    margin-left: 0;
  }

  .headerlogo {
    display: inline-block;
  }

  .sidebarlogo a {
    text-align: left;
    padding-left: 20px;
  }

  .sidebar-toggled .sidebar {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    margin-top: 0;
  }

  #wrapper #content-wrapper {
    padding-left: 0;
  }

  .closeSidebar {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/close-icon.svg) center no-repeat;
    display: block;
    background-size: 14px;
    cursor: pointer;
    z-index: 5;
  }

  .sidebar {
    overflow: auto;
  }

  .footer {
    left: 0;
  }
}

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

  .sidebar-toggled .sidebar {
    z-index: 999 !important;
  }

  .leftmenus>li.sidebarlogo {
    border-top: 0;
  }

  .d-logo .navbar-brand {
    display: none;
  }

  .d-logo .navbar-brand.sm-logo {
    display: block;
  }

  .navbar-dark .header-right .navbar-nav .nav-link img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    -ms-filter: brightness(1) invert(1);
  }

  .user_image img {
    filter: none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
  }

  .sidebarlogo a {
    text-align: center;
    padding-left: 0;
  }


  .d-logo {
    width: 90px;
    order: 2;
    box-shadow: none;
  }

  .main-header-menu-icon {
    margin-left: 15px;
  }

  .sidebar {
    display: none;
  }

  .sidebar-toggled .sidebar {
    display: block;
    width: 100% !important;
    overflow: auto !important;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px 20px;
    padding-top: 80px;
  }

  #content-wrapper .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.sticky-footer {
    width: 100%;
  }

  .nav_title,
  .nav-item .nav-link span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }

  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: inline-block;
    right: 6px;
    margin-top: 3px;
  }

  .sidebar .nav-item .nav-link {
    width: 100%;
    padding: 10px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
  }

  .sidebar .nav-item .nav-link i {
    display: inline-block;
    width: 60px;
  }

  .sidebar .nav-item.active .nav-link {
    background: rgba(255, 255, 255, 0.1);
  }

  .close_sidebar {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .close_sidebar span {
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    background: url(../images/close_icon.svg) center no-repeat;
    background-size: 18px;
    opacity: 0.4;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
  }

  .close_sidebar span:hover {
    background: rgba(255, 255, 255, 0.2) url(../images/close_icon.svg) center no-repeat;
    background-size: 14px;
    opacity: 0.5;
  }

  .nav_title {
    padding-left: 30px;
  }

  .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    font-size: 18px;
  }

  .sidebar .nav-item .dropdown-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    background: transparent;
    clear: both;
    padding: 10px;
    border-radius: 0;
    padding-left: 64px;
  }

  .sidebar .nav-item .dropdown-menu a {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
  }

  .sidebar .nav-item .dropdown-menu a:hover {
    opacity: 0.8;
  }


  .sidebar .nav-item .nav-link:after {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
  }

  .sidebar .nav-item.openedthis .nav-link:after {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
  }


}







@media screen and (min-width: 1200px) and (max-width: 1340px) {
  .table-searchbar {
    justify-content: flex-start;
    margin: 15px 0 0 0;
  }
}



.actionsmenu .dropdown-toggle::after {
  display: none;
}

.actionsmenu .btn {
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border-radius: 60px;
  background: #fff;
  min-width: 20px;
}

.actionsmenu .btn:hover {
  background: #ddd;
}

.actionsmenu .dropdown-menu {
  box-shadow: 0 4px 12px -3px rgb(0 0 0 / 50%);
  margin-top: -38px !important;
  margin-left: -44px !important;
  border: 0;
}

.actionsmenu .dropdown-menu li+li {
  border-top: solid 1px #eee;
}

.actionsmenu .dropdown-menu li .dropdown-item {
  font-size: 14px;
  color: #000;
}

.actionsmenu .dropdown-menu li .dropdown-item i {
  width: 30px;
  text-align: center;
  display: inline-block;
  color: #000;
  opacity: 0.4;
  font-size: 90%;
}

.actionsmenu .dropdown-menu li .dropdown-item:hover i {
  opacity: 1;
  color: #fff;
}

.actionsmenu .dropdown-menu li .dropdown-item:hover {
  background: #C7D6F3;
  color: #000;
}

.table th.actionTD,
.table td.actionTD {
  position: sticky;
  right: 0;
  z-index: 10;
}

.table td.actionTD {
  background: transparent;
}

.actionsmenu .dropdown-item:focus,
.actionsmenu .dropdown-item:hover {
  background: #414042;
}

td.actionTD.clicked {
  z-index: 2;
}

.dropdown.actionsmenu {
  background: #fff;
  margin-right: -15px;
  padding-right: 15px;
}



.footer {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 13px;
  color: #434955;
  text-align: center;
}

.sublines {
  font-size: 15px;
  color: #434955;
}

.backtopage a {
  display: inline-block;
  color: #1A5AD9;
}

.backtopage a img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.header-right .btn-link {
  line-height: 1;
}

.content_minArea {
  display: block;
  width: 100%;
  min-height: calc(100vh - 103px);
  padding-top: 12px;
  padding-bottom: 30px;
}




.table-filters {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.filterBox {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 15px;
}

.filterBox .form-filter-label {
  font-size: 13px;
  margin-right: 4px;
}

.form-filter {
  height: 30px;
  border: solid 1px #7b7e81 !important;
  border-radius: 4px;
  padding: 0 10px;
  line-height: normal;
  font-size: 14px;
  color: #000;
  display: inline-block;
  outline: none;
  box-shadow: none !important;
}

.form-filter.form-select {
  padding-right: 22px;
  background-position: right 0.3rem center;
  background-position: right 0.rem center;
  height: 35px;
}

.searchBox {
  margin-bottom: 15px;
  display: inline-block;
}

.searchBox .form-filter {
  padding-left: 27px !important;
  width: 224px;
  background: url(../images/search-icon.svg) 8px 10px no-repeat;
}

.table-outerbox {
  display: block;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 0;
  clear: both;
  min-height: 300px;
}

.table {
  width: 100%;
}

.table thead th {
  background: #F2F4F9;
  font-size: 12px;
  color: #434955;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 13px;
  padding-bottom: 13px;
}

.table td {
  background: #fff;
  border-bottom: solid 1px #CFD0D4;
  white-space: nowrap;
  font-size: 12px;
}

.table td {
  height: 44px;
}

.withImg {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-left: 46px;
  min-height: 36px;
}

.withImg a {
  display: inline-block;
}

.withImg img {
  width: 38px;
  height: 38px;
  display: inline-block;
  object-fit: cover;
  border-radius: 80px;
  margin-right: 8px;
  border: solid 1px #C7D6F3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.withImg a label {
  color: #1A5AD9;
  cursor: pointer;
  font-weight: 500;
}

.withImg label span {
  display: block;
  width: 100%;
  clear: both;
  font-size: 12px;
  color: #7F848E;
  padding-top: 4px;
  font-weight: 400;
}

.withImg.plogo img {
  object-fit: contain;
}



.status_switch {
  display: inline-block;
  position: relative;
}

.status_switch input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.status_switch label {
  vertical-align: middle;
  width: 90px;
  height: 24px;
  background: #c2c6cb;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.status_switch label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.status_switch input[type=checkbox]:checked+label {
  background: #63CB53;
}

.status_switch input[type=checkbox]:checked+label:before {
  left: 60px;
}

.status_switch label:hover:before {
  transform: translate(0, -50%) scale(1.3);
  -webkit-transform: translate(0, -50%) scale(1.3);
  transform-origin: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.status_switch label:after {
  content: "Deactivate";
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding-left: 22px;
}

.status_switch input[type=checkbox]:checked+label:after {
  content: "Activate";
  padding-left: 10px;
}

.status_switch input[type=checkbox]:checked+label {
  width: 78px;
}




.pagination_box {
  display: block;
  width: auto;
}

.pagination_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

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

.pagination_box ul li+li {
  margin-left: 4px;
}

.pagination_box ul li a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 14px !important;
  font-weight: 500;
  min-width: 30px;
  text-align: center;
  border: solid 1px #C7D6F3;
  border-radius: 6px;
}

.pagination_box ul li a:hover {
  background: #C7D6F3;
}

.pagination_box ul li.prev a,
.pagination_box ul li.next a {
  background: #F2F4F9;
  border-color: #F2F4F9;
}

.pagination_box ul li.prev a:hover,
.pagination_box ul li.next a:hover {
  background: #C7D6F3;
  border-color: #C7D6F3;
}

.pagination_box ul li.current a {
  background: #434955;
  color: #fff;
  border-color: #434955;
  cursor: default;
}

.pagination_box ul li.prev a {
  margin-right: 10px;
}

.pagination_box ul li.next a {
  margin-left: 10px;
}



.table-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.entriesdata {
  display: inline-block;
  color: #535658;
  font-size: 12px;
}



.actionsmenu .btn.show {
  background: #ddd;
}






.left_filters {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
}


.backtooldPage {
  margin-right: 15px;
  display: inline-block;
}

.backtooldPage a {
  color: #1A5AD9;
  padding-left: 22px;
  font-size: 12px;
  background: url(../images/back.svg) left center no-repeat;
  display: inline-block;
}

.whitebox_bg {
  display: block;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 6px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);
}

.profileImageUpdate {
  display: block;
  width: 100%;
  text-align: center;
}

.imageProfile {
  display: block;
  width: 124px;
  height: 124px;
  border: solid 1px #707070;
  border-radius: 50%;
  margin: 0 auto;
}

.imageProfile img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.chooseProfileimg {
  display: block;
  width: 100%;
  margin-top: 15px;
  position: relative;
}

.chooseProfileimg input[type=file] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.chooseProfileimg label {
  display: inline-block;
  cursor: pointer;
  background: #C7D6F3;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  font-size: 14px;
  color: #434955;
}

.chooseProfileimg label img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.chooseProfileimg label:hover {
  background: #b7c5df;
}


.userProfileDetailsBox {
  display: flex;
  width: 100%;
  align-items: center;
}

.upd_img {
  width: 160px;
  height: 160px;
  min-width: 160px;
  border-radius: 50%;
  border: solid 1px #bbb;
}

.upd_img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.upd_content {
  flex-grow: 1;
  padding-left: 20px;
}

.upd_content h2 {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}

.editlink {
  display: inline-block;
  margin-left: 10px;
  color: #1A5AD9 !important;
  font-weight: 500;
}

.editlink img {
  width: 12px;
}

.upd_content ul {
  display: block;
  margin-top: 10px;
}

.upd_content ul li {
  display: block;
  clear: both;
  margin-bottom: 8px;
}

.upd_content ul li.wIcon {
  position: relative;
  padding-left: 22px;
}

.upd_content ul li.wIcon span {
  width: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}

.upd_content ul li.wIcon span img {
  height: 12px;
  width: 14px;
  object-fit: contain;
}

.quicksummary {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.quicksummary h6 {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.quicksummary ul {
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 0 0;
  margin-top: 0;
}

.quicksummary ul li {
  display: inline-block;
  padding: 10px 18px;
  font-size: 12px;
  color: #73767B;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 5px;
  background: #f2f4f9;
  margin-right: 8px;
}

.quicksummary ul li strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
}

.quicksummary ul li label {
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-text {
  color: #1A5AD9 !important;
}

.pending {
  color: #CFAA10;
}

.approved {
  color: #007D3A;
}

.rejected {
  color: #D63657;
}

.actiontableBTn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #fff !important;
  background: #000;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
}

.actiontableBTn+.actiontableBTn {
  margin-left: 6px;
}

.actiontableBTn.approve {
  background: #fff;
  color: #147B43 !important;
  border: solid 1px #147B43;
  line-height: 28px;
}

.actiontableBTn.reject {
  background: #fff;
  color: #D63657 !important;
  border: solid 1px #D63657;
  line-height: 28px;
}

.actiontableBTn.approve:hover {
  background: #147B43;
  color: #fff !important;
}

.actiontableBTn.reject:hover {
  background: #D63657;
  color: #fff !important;
}

.status_bx {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  box-shadow: 0 0 0 1px #ddd;
}

.status_bx.sold {
  background: #F2C300;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
}

/*.status_bx.available{ background: #D6F2E3; color: #007D3A; }*/


.nav-tabs {
  border-color: #E5E5E5;
}

.nav-tabs li {
  display: inline-block;
}

.nav-tabs li+li {
  margin-left: 5px;
}

.nav-tabs li button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  color: #434955;
  font-weight: 500;
  padding: 9px 15px;
  background: transparent;
  border-bottom: solid 3px transparent;
  margin-bottom: -2px;
}

.nav-tabs li button:hover {
  color: #000;
}

.nav-tabs li button.active {
  border-color: #1A5AD9;
  font-weight: 600;
  color: #000;
}

.tab-content {
  width: 100%;
  padding-top: 15px;
}

.lefth {
  flex-grow: 1;
}

.breadcrumb {
  width: 100%;
  max-width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: -3px;
  margin-top: 2px;
}








.propertyDetailBox {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}





.projectinfo_top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.projectinfo_topLeft .pTitle {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
}



.projectinfo_topRight {
  white-space: nowrap;
}

.pTitle {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
}

.showStatus {
  background: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  padding: 0 8px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  font-size: 12px;
  font-weight: 500;
}

.projectinfo_topLeft .showStatus {
  background: #C7D6F3;
  position: initial;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-bottom: 15px;
}

.pType {
  font-size: 14px;
  color: #434955;
}

.projectinfo_topLeft .pType {
  font-size: 16px;
}

.pAddress {
  display: block;
  padding-left: 18px;
  font-size: 16px;
  background: url(../images/location.svg) left 3px no-repeat;
  margin-top: 14px;
  line-height: normal;
}

.projectinfo_topLeft .pAddress {
  font-size: 16px;
}

.pFeatures {
  display: block;
  margin-top: 16px;
  width: 100%;
}

.pFeatures ul li {
  display: inline-flex;
  margin: 0 12px 10px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.pFeatures ul li.viewsList {
  color: #1A5AD9;
  cursor: pointer;
  padding-right: 16px;
  background: url(../images/down-blue.svg) right 6px no-repeat;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.pFeatures ul li img {
  height: 15px;
  margin-right: 4px;
}

.neworest {
  margin-left: 20px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  background: #434955;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 3px 4px rgb(0 0 0 / 30%);
}

.projectinfo_topRight {
  white-space: nowrap;
}

.projectPrice {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

.updatePriceLink {
  display: inline-block;
}

.updatePriceLink a {
  color: #007D3A;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.ifHold {
  display: block;
  width: 100%;
  min-width: 316px;
  max-width: 316px;
  color: #D5184C;
  font-size: 14px;
  white-space: normal;
  line-height: normal;
}

.assigned_box {
  display: block;
  width: 100%;
  border: solid 1px #C7D6F3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.titleofassigned {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.assigned_user {
  display: flex;
  width: 100%;
  align-items: flex-start;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.assigned_user_img {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
  border-radius: 60px;
  display: inline-block;
  min-width: 60px;
}

.assigned_user_img a {
  display: block;
  height: 100%;
  width: 100%;
}

.assigned_user_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.assigned_user_info {
  flex-grow: 1;
  padding-left: 20px;
  max-width: calc(100% - 60px);
}

.assigned_user_info strong {
  display: block;
}

.assigned_user_info strong a {
  color: #1A5AD9;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}

.ratingvalues {
  padding-left: 20px;
  background: url(../images/star.svg) left center no-repeat;
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 6px;
  line-height: 16px;
}

.ratingvalues span {
  color: #6F7480;
}

.callvalue {
  padding-left: 20px;
  background: url(../images/call-sm-icon.svg) left center no-repeat;
  word-break: break-word;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  line-height: 16px;
}

.emailvalue {
  padding-left: 20px;
  background: url(../images/email-sm-icon.svg) left center no-repeat;
  word-break: break-word;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  line-height: 16px;
}

.form6Pending {
  display: block;
  font-size: 14px;
  color: #B59410;
  margin-top: 8px;
}

.assigned_user+.assigned_user {
  margin-top: 10px;
}



.assigned_user .ratingvalues,
.assigned_user .emailvalue,
.assigned_user .callvalue {
  font-size: 12px;
  margin-top: 2px;
}

.assigned_user .emailvalue {
  background-position: left 3px !important;
}




.assigned_user {
  display: flex;
  width: 100%;
  align-items: flex-start;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.assigned_user_img {
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  display: inline-block;
  min-width: 50px;
}

.assigned_user_img a {
  display: block;
  height: 100%;
  width: 100%;
}

.assigned_user_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.assigned_user_info {
  flex-grow: 1;
  padding-left: 10px;
  max-width: calc(100% - 50px);
}

.assigned_user_info strong {
  display: block;
}

.assigned_user_info strong a {
  color: #000;
  font-weight: 600;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}

.ratingvalues {
  padding-left: 20px;
  background: url(../images/star.svg) left center no-repeat;
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 6px;
  line-height: 16px;
}

.ratingvalues span {
  color: #6F7480;
}

.callvalue {
  padding-left: 20px;
  background: url(../images/call-sm-icon.svg) left center no-repeat;
  word-break: break-word;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  line-height: 16px;
  background-size: 12px;
}

.emailvalue {
  padding-left: 20px;
  background: url(../images/email-sm-icon.svg) left 4px no-repeat;
  word-break: break-word;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  line-height: 16px;
  background-size: 12px;
}

.form6Pending {
  display: block;
  font-size: 14px;
  color: #B59410;
  margin-top: 8px;
}




.p_infos {
  display: block;
  width: 100%;
  padding: 45px 0px;
  border-top: solid 1px #C7D6F3;
  border-radius: 0;
}

.section-title {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.p_infos p {
  color: #434955;
}

.descriptiondetail p {
  display: inline;
}

.readmore_link {
  color: #1A5AD9;
  cursor: pointer;
  padding-right: 16px;
  background: url(../images/down-blue.svg) right 6px no-repeat;
  display: inline-block;
}

.readmore_link.less {
  background: url(../images/up-blue.svg) right 6px no-repeat;
}

.googlemap {
  width: 100%;
  display: block;
}

.googlemap iframe {
  width: 100%;
  height: 192px !important;
}

.property_googlemap .googlemap iframe {
  height: 240px !important;
  border-radius: 8px;
}

.featuresShow {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.featuresShow li {
  min-width: 33.33%;
  max-width: 33.3333%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  padding-left: 28px;
  background: url(../images/checkIcon.svg) left center no-repeat;
  line-height: 18px;
}

.featuresShow li span {
  margin-right: 15px;
}

.featuresShow li strong {
  white-space: nowrap;
}

.p_infos h3.section-title {
  font-size: 20px;
}

.featuresShow_link {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.featuresShow_link li {
  min-width: 33.33%;
  max-width: 33.3333%;
}

.featuresShow_link a {
  color: #1A5AD9;
}

.featuresShow_link li a {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.video_or_Plan {
  width: 100%;
  height: 380px;
  position: relative;
}

.videoCase:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.vids_play_icon {
  width: 62px;
  height: 62px;
  border-radius: 70px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #434955 url(../images/play-icon.svg) 23px center no-repeat;
  cursor: pointer;
}

.video_or_Plan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.custom_modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(30, 30, 30, 0.81);
}

.close_custom_modal {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(30, 30, 30, 0.8);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  width: 44px;
}

.close_custom_modal:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: url(../images/close-icon.svg) center no-repeat;
}

.videoModalBox {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.videoModalBox video {
  width: 100% !important;
  height: 100% !important;
}

.vids_play_icon:hover {
  background-color: #000;
}

.property_uploaded_docs {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 15px;
}

.property_uploaded_docs strong {
  min-width: 50%;
  width: 50%;
  max-width: 50%;
  padding-right: 20px;
}

.property_uploaded_docs a {
  display: block;
  max-width: 48%;
  padding-left: 30px;
  color: #1A5AD9;
  background: url(../images/download-icon.svg) left center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.propertyDetailBox .container {
  padding-left: 0;
  padding-right: 0;
}

.allleadsUsers {
  display: block;
  width: 100%;
}

.allleadsUsers ul {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  flex-wrap: nowrap;
}

.allleadsUsers ul li {
  margin-right: 18px;
  text-align: center;
}

.allleadsUsers ul li img {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
}

.allleadsUsers ul li label {
  margin-bottom: 0;
  display: block;
  clear: both;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  white-space: normal;
}

.allleadsUsers ul li label span {
  display: block;
}

.btnlinkthis {
  color: #1A5AD9;
}

.btn-status {
  border: solid 1px #000000;
  border-radius: 50px;
  color: #434955;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  display: inline-block;
  min-width: 50px;
  padding: 0 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.depositValue {
  color: #147B43;
  line-height: normal;
}

.financeid {
  color: #000;
  line-height: normal;
}

.contracts_links {
  color: #1A5AD9 !important;
  text-decoration: underline !important;
  display: inline-block;
}

.table td a {
  color: #1A5AD9;
}

.designationtext {
  display: block;
  color: #7B7B7B;
  padding: 6px 0;
}

.exp_review .ratingvalues {
  display: inline-block;
}

.aboutdetailsBox h6 {
  font-size: 16px;
}

.aboutdetailsBox p {
  color: #74777e;
  font-weight: 400;
  padding-top: 3px;
}









.assignProperty_modal .modal-dialog {
  max-width: 560px;
}

.modal-content {
  border-radius: 10px;
  border: 0;
}

.modal-header {
  /* background: #F2F4F9; */
  border: 0;
  border-radius: 10px 10px 0 0;
}

.modal-title {
  font-size: 18px;
  font-weight: 600;
}

.modal-body.assignProperty_list {
  padding: 20px 0 0 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 300px);
}

.modal-footer {
  border-top-color: #DEDEDE;
}

.accordion-item {
  border: 0;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative;
}

.assignProperty_list .accordion-item {
  margin-bottom: 0;
  border-bottom: solid 1px #DEDEDE !important;
}

.assignProperty_list .accordion-header {
  padding: 0 0;
}

.accordion-button {
  background-color: #F2F4F9;
  border: solid 2px #C7D6F3;
  border-radius: 8px !important;
  padding: 14px 40px 14px 20px;
  font-size: 18px;
  font-weight: 500;
  z-index: 0 !important;
}

.assignProperty_list .accordion-button {
  font-size: 16px;
  background: #fff;
  border: 0;
  box-shadow: none;
  padding: 10px 15px;
  padding-right: 40px;
  border-radius: 0 !important;
  box-shadow: none;
  font-weight: 400;
}

.projectLogos {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: solid 1px #C7D6F3;
  background: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.projectLogos img {
  display: block;
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.accordion-button::after {
  position: absolute;
  right: 10px;
}

.assignProperty_list .accordion-body {
  padding: 20px 0;
}

.checkbox {
  display: inline-block;
  position: relative;
}

.assignProperty_modal .checkbox {
  margin-right: 20px;
}

/*.checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    border: 0;
    margin: 0;
    padding: 0;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
    padding-top: 3px;
    font-weight: 400;
}
.checkbox label:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    border: solid 1px #707070;
    border-radius: 4px;
    left: 0;
    top: 1px;
}
.checkbox label:hover:before {
    background: #F2F4F9;
    border-color: #707070;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background: #1A5AD9 url(../images/check-icon.svg) center no-repeat;
    background-size: 12px;
    border-color: #1A5AD9;
}*/
.property_detailList {
  display: block;
  width: 100%;
  position: relative;
}

.property_detailList input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.property_detailList label {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  border-top: solid 1px #DEDEDE;
  padding: 8px 52px 8px 86px;
  min-height: 80px;
}

.property_detailList label:hover {
  background: #F2F4F9;
}

.property_detailList label:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  border: solid 1px #707070;
  border-radius: 4px;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.realestateagentsList .property_detailList label {
  border-width: 1px;
  border-color: #DEDEDE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 52px 8px 62px;
  min-height: 54px;
}

.realestateagentsList .pImgLeft {
  width: 36px;
  height: 36px;
  min-width: 36px;
  top: 9px;
}

.property_detailList input[type=radio]+label:before {
  border-radius: 50px;
}

.pImgLeft {
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: absolute;
  left: 12px;
  top: 8px;
}

.pImgLeft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.listOfPersons {
  border-bottom: solid 1px #DEDEDE;
  max-height: 260px;
  overflow: auto;
}

.p_full_box .assigned_user_info {
  font-size: 15px;
}

.p_full_box .ratingvalues,
.p_full_box .emailvalue,
.p_full_box .callvalue {
  margin-top: 2px;
  font-size: 12px;
  color: #000 !important;
}

.pTitle {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
  max-width: calc(100% - 20px);
}

.property_detailList .pTitle {
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.property_detailList .pType {
  font-size: 12px;
  font-weight: 400;
  color: #7D828D;
  display: block;
  padding-top: 4px;
}

.property_detailList .pAddress {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  line-height: 15px;
  background-position: 0 0;
  padding-left: 14px;
  margin-top: 8px;
  /* background: url(../images/location.svg) left 3px no-repeat;*/
}

.property_detailList input[type="checkbox"]:checked+label:before,
.property_detailList input[type="radio"]:checked+label:before {
  background: #1A5AD9 url(../images/check-icon.svg) center no-repeat;
  background-size: 12px;
  border-color: #1A5AD9;
}

.property_detailList input[type="checkbox"]:checked+label,
.property_detailList input[type="radio"]:checked+label {
  background: #C7D6F3;
  color: #1A5AD9;
  border-color: #fff;
}

.assignProperty_list .accordion-button:not(.collapsed) {
  font-weight: 600;
  background: #C7D6F3;
  color: #000;
}

.assignProperty_list .accordion-button:not(.collapsed) .projectLogos {
  border-color: #1A5AD9;
}



.backtoSellersmodal {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  padding-left: 20px;
  background: url(../images/backtosellers.svg) left center no-repeat;
}

.sellernamedetail {
  display: flex;
  align-items: center;
  width: 100%;
  clear: both;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.sellerImgprofile {
  width: 36px;
  height: 36px;
  display: inline-block;
  min-width: 36px;
  margin-right: 10px;
}

.sellerImgprofile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal .searchBox {
  width: 100% !important;
  display: block;
}

.modal .searchBox .form-filter {
  width: 100% !important;
}

.sellersactionList {
  width: 100%;
  display: block;
}

.sellersactionList ul li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #DEDEDE;
}

.sellersactionList ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  background: url(../images/rightactionarrow.svg) 98% center no-repeat;
  padding: 8px 12px;
  padding-right: 20px;
}

.sellersactionList ul li span {
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 10px;
}

.sellersactionList ul li span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sellersactionList ul li strong {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
}

.sellersactionList ul li a:hover {
  background-color: #F2F4F9;
}

.parts_withAction {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.property_detailList input[type=radio]+label:before {
  border-radius: 50px;
}

.property_detailList input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}


.actiontableBTn.blue-fill {
  background: #1A5AD9;
  color: #fff;
}

.actiontableBTn.blue-fill:hover {
  background: #3372EE;
  color: #fff;
  animation-play-state: paused;
}

.actiontableBTn.blue-outline {
  background: #fff;
  color: #1A5AD9 !important;
  border: solid 1px #1A5AD9;
}

.actiontableBTn.blue-outline:hover {
  background: #1A5AD9;
  color: #fff !important;
  border: solid 1px #1A5AD9;
}

.contract-actions {
  position: absolute;
  top: 70px;
  right: 20px;
  z-index: 10;
}

.pdfFileShow {
  width: 100%;
  height: calc(100vh - 150px);
}

.pdfFileShow iframe {
  width: 100% !important;
  height: 100% !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*blue-fill{
  animation-duration: 2s; -webkit-animation-duration: 2s;
  animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; 
  animation-name: tada; -webkit-animation-name: tada; 
}

@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}*/




@media screen and (min-width: 576px) {
  .assignborder .upd_img {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}

.assignborder {
  border-bottom: solid 1px #C7D6F3;
  padding-bottom: 10px;
}

.searchouterBox {
  display: block;
  width: 100%;
  position: relative;
  z-index: 11;
}

.searchouterBox .form-filter,
.searchouterBox .searchBox {
  width: 100% !important;
  display: block;
}

.searchBybox .btn {
  height: 30px;
  line-height: 30px;
}

.searchBybox .searchBox>label {
  font-weight: 600;
  padding-bottom: 8px;
}

.listofSearchData {
  position: absolute;
  top: 100%;
  width: 100%;
  border: solid 1px #707070;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 99;
  max-height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.listofSearchData ul {
  display: block;
  padding: 10px 0;
  padding-bottom: 15px;
}

.listofSearchData ul li {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: solid 1px #DEDEDE;
}

.listofSearchData ul li:hover {
  background-color: #F2F4F9;
}

.listofSearchData ul li span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 36px;
  margin-right: 6px;
  background: #fff;
}

.listofSearchData ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.listofSearchData ul li strong {
  font-weight: 700;
  flex-grow: 1;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.projectslistshow ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #C7D6F3;
}

.projectslistshow ul li span img {
  object-fit: contain;
  max-width: 75%;
  max-height: 75%;
}

.table .checkbox label {
  width: 20px;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}

.sellersearchlist {
  position: relative;
  z-index: 20;
}

.overflow_users {
  display: block;
  margin: 0 -10px 0 0;
  max-height: 30vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1px;
}



.trustedUser {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/trusted.svg) center no-repeat;
  vertical-align: top;
}

.text-green {
  color: #007D3A !important;
}






.userwithName {
  display: flex;
  align-items: center;
}

.uImg {
  width: 32px;
  min-width: 32px;
}

.uImg img {
  width: 100%;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.uText {
  max-width: calc(100% - 33px);
  padding-left: 10px;
}

.uText span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.uText span a {
  font: inherit;
  color: #000;
  font-weight: 600;
}

.uText p {
  margin: 0;
  font-size: 14px;
  color: #434955;
  padding-top: 3px;
  line-height: normal;
}




.p_full_box {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #CECECE;
  background: #fff;
  padding: 14px 20px;
  clear: both;
  margin-bottom: 15px;
}

.assigned_box {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #CECECE;
  background: #fff;
  padding: 20px 15px;
  clear: both;
  margin-bottom: 15px;
}

.assigned_box h3,
.p_full_box h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  width: 100%;
}

.assigned_box h3 {
  margin-bottom: 16px;
}

.p_full_box_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.p_full_box_content p {
  font-size: 14px;
  color: #434955;
}

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

.notetext {
  font-size: 13px;
  font-style: italic;
}

.p_full_box_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F2F4F9;
  border-radius: 6px 6px 0 0;
  padding: 10px 20px;
  margin: -14px -20px 14px -20px;
}

.status_of_deal {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 60px;
  display: inline-block;
  white-space: nowrap;
}

.pendingStatus {
  background: #F0AD4E;
  color: #fff;
}

.inprogressStatus {
  background: #F49025;
  color: #fff;
}

.underreviewStatus {
  background: #619FFC;
  color: #fff;
}

.approvedStatus {
  background: #0EC927;
  color: #fff;
}

.rejectedStatus {
  background: #E44182;
  color: #fff;
}

.eoiEmailsubmitted {
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  background: #FFEBF2;
  color: #A80F4C;
  border-radius: 6px;
  border: solid 1px #f7d3e1;
  font-weight: 500;
}

.p_full_right {
  padding-left: 30px;
}

.saperator_line {
  margin: 20px 0;
  height: 1px;
  background: #CECECE;
  display: block;
  clear: both;
}

.assigned_user .ratingvalues,
.assigned_user .emailvalue,
.assigned_user .callvalue {
  font-size: 12px;
  margin-top: 2px;
}

.assigned_user .emailvalue {
  background-position: left 3px !important;
}

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

.datetimetext {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 26px;
  background: url(../images/datetime-icon.svg) left center no-repeat;
  line-height: 21px;
  background-size: 19px;
  text-align: left;
}

.infoBoxfull {
  display: block;
  width: 100%;
  padding: 12px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #826901;
  background: #FBF2CA url(../images/infoicon.svg) 10px 10px no-repeat;
  margin-top: 15px;
  background-size: 20px;
  border: solid 1px #ebe0b3;
  border-radius: 6px;
}

.infoBoxfull a {
  color: #1A5AD9;
}



.FinalUserBlockwithChat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.FinalUserBlockwithChat_left {
  display: flex;
  align-items: center;
}

.chatAnchors {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  white-space: nowrap;
}

.chatAnchors span {
  display: inline-block;
}

.chatAnchors span+span {
  margin-left: 15px;
}

.chatAnchors span a {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.chatAnchors span a img {
  display: block;
  margin: auto;
}

.assignedUserVal {
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 50px;
  border: solid 1px #888;
  color: #000;
}

.viewLink {
  color: #1A5AD9;
  font-weight: 500;
  text-decoration: underline;
}

.uText .emailvalue,
.uText .callvalue {
  font-size: 12px;
  margin-top: 2px;
  white-space: nowrap;
}

.modal-body .searchfilter {
  width: 100%;
}

.modal-body .searchfilter .form-control {
  height: 44px;
  width: 100%;
}

.assignTothisUser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 0 0;
  border-bottom: solid 1px #DADADA;
}

.assignTothisUser .assigned_user {
  padding: 0;
  box-shadow: none;
}

.assignTothisUser_overlay {
  margin-top: 10px;
  border-top: solid 1px #DADADA;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 260px);
}

.assignRightp {
  margin-left: 10px;
}
.img-vid-gallery-row{
  position: relative;
}
.slider-plan-icon{
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 9;
  text-align: right;
}

.slider-plan-icon span{
  display: inline-block;
  margin-right: 5px;

}
.slider-plan-icon span img{
  width: 34px;
  height: 34px;
}


@media screen and (max-width: 1399px) {
  .account-body {
    padding: 25px 40px;
  }

  #content-wrapper .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-responsive {
    max-width: calc(100vw - 30px) !important
  }

  .main-header-menu-icon {
    margin-left: 15px;
  }

  .page-title {
    font-size: 18px;
  }

  .searchBox .form-filter {
    width: 200px;
  }

  .upd_content h2 {
    font-size: 20px;
  }

  .quicksummary ul li {
    padding: 10px 12px;
  }

  .upd_img {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }

  .userProfileDetailsBox {
    align-items: flex-start;
  }

  .whitebox_bg {
    padding: 30px;
  }

  .assigned_box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video_or_Plan {
    height: 346px;
  }
}

@media screen and (max-width: 1199px) {
  .table-filters {
    flex-wrap: wrap;
  }

  .whitebox_bg {
    padding: 20px;
  }

  .propertyDetailPage .projectinfo_top {
    flex-wrap: wrap;
  }

  .projectinfo_top {
    flex-wrap: wrap;
  }

  .projectinfo_topRight {
    width: 100%;
  }

  .setOrders .col-xl-9 {
    order: 1;
  }

  .setOrders .col-xl-3 {
    order: 0;
  }

  .overflow_users {
    overflow: visible;
    margin: 0;
    width: 100%;
    max-height: inherit;
  }




}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .assigned_user {
    width: 48%;
    display: inline-flex;
  }
}


@media screen and (max-width: 991px) {
  .table-searchbar {
    justify-content: flex-start;
    margin: 15px 0 0 0;
  }

  .nav-tabs li button {
    padding: 10px 10px;
  }

  .featuresShow li,
  .featuresShow_link li {
    min-width: 49%;
    max-width: 49%;
  }

  .neworest {
    margin-left: 0;
  }

  .video_or_Plan {
    height: 300px;
  }

  .listofSearchData {
    max-height: 40vh;
  }

}


@media screen and (max-width: 767px) {
  .table-pagination {
    flex-wrap: wrap;
  }

  .leftpart {
    width: 100%;
    text-align: center;
  }

  .rightpart {
    width: 100%;
    margin-top: 20px;
  }

  .breadcrumb {
    display: none !important;
  }

  .backtooldPage {
    margin: 10px 0;
  }

  .quicksummary ul li {
    flex-grow: 1;
  }

  .nav-tabs {
    display: block;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-tabs li button {
    margin-bottom: 0;
  }

  .whitebox_bg {
    padding: 15px;
  }

  .projectinfo_topLeft .pTitle {
    font-size: 20px;
    margin-right: 0;
    display: block;
    width: 100%;
  }

  .projectinfo_topRight {
    width: 100%;
    margin-top: 20px;
    white-space: normal;
  }

  .ifHold {
    min-width: 20px;
  }

  .lSSlideOuter .lSPager.lSGallery {
    display: none;
  }

  .featuresShow li,
  .featuresShow_link li {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .property_uploaded_docs strong {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .property_uploaded_docs a {
    max-width: 100%;
  }

  .property_uploaded_docs {
    flex-wrap: wrap;
  }

  .parts_withAction {
    flex-wrap: wrap;
  }

  .owl-carousel .owl-item {
    padding: 0 5px;
  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
  }
  .owl-theme .owl-nav {
    margin-top: 0px !important;
  }
  .owl-nav .owl-prev {
    background:  url("./assets/images/preimg.svg") center no-repeat !important;
    left: -50px;
    position: absolute;
    height: 40px;
    width: 40px;
    text-indent: -99999px;
  }
  .owl-nav .owl-next {
    float: right;
    background:  url("./assets/images/nxtimg.svg") center no-repeat !important;
    height: 40px;
    text-indent: -99999px;
    width: 40px;
  }

}


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

  .searchBox,
  .searchBox .form-filter {
    width: 100%;
  }

  .right_filters {
    width: 100%;
  }

  .account-body {
    padding: 25px 20px;
  }

  .upd_img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }

  .userProfileDetailsBox {
    flex-wrap: wrap;
  }

  .upd_content {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }

  .upd_img {
    margin: 0 auto;
  }

  .filterBox {
    flex-grow: 1;
    margin-right: 0;
    width: 100%;
  }

  .left_filters {
    flex-grow: 1;
    padding-bottom: 10px;
  }
}

.username-tp {
  cursor: pointer;
  display: inline-block;
}

.profilemenu {
  right: 0px;
}

.profilemenu li:not(:last-child) {
  border-bottom: solid 1px #ccc;
}

.profilemenu li a {
  padding: 10px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  color: #333;
}

.profilemenu li a i {
  margin-right: 5px;
}

.hostby img {
  vertical-align: middle;
}

.iconCircleBtn {
  line-height: 16px;
}

.height-pnt-list li img,
.pick-drop-row img {
  vertical-align: middle;
}



.table-filters .form-filter.form-select {
  height: 30px;
  min-height: 30px;
}

.table-filters .searchBox .form-filter {
  background: url(../images/search-icon.svg) 8px 8px no-repeat;
}

.date-picker-custom .mdc-text-field--filled:not(.mdc-text-field--disabled){
  background: #ffff;
  }
  .mat-mdc-form-field-focus-overlay{
      background: rgba(255, 255, 255, 1);
  }
  .mdc-text-field--filled:not(.mdc-text-field--disabled){
    background: #ffff;
  }
  .mdc-text-field--filled:not(.mdc-text-field--disabled) {
    line-height: 26px;
    border-radius: 8px;
    border: solid 1px #dee4f2;
    background: #f9fbff;
    font-size: 13px;
    color: #707070
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
    border-bottom-color: transparent!important
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: transparent !important;
}
