* {
  box-sizing: border-box;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: auto;
  color: #000;
  background-color: #f9f9f9;
  font-family: "DM Sans", Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 100%;
}

body.isOpenNav:before {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
  display: block;
  color: #0a0a0a;
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0px;
}

.max-width-true {
  max-width: 99%;
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

.title {
  font-size: 1.75em;
  line-height: 1.3em;
  color: #000;
  font-weight: 400;
  margin-bottom: 14px;
  font-family: "DM Sans", Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.title.small {
  font-size: 1.0625em;
}

.title.title-main {
  font-size: 2.4em;
  font-weight: bold;
  font-family: "DM Sans", Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .title.title-main {
    font-size: 1.8em;
  }
}

.title.title-sm {
  font-size: 1em;
}

.title.w-400 {
  font-weight: 400;
}

.title.w-700 {
  font-weight: bold;
}

.title.w-600 {
  font-weight: 600;
}

.title.margin-bottom {
  margin-bottom: 20px;
}

.hidden-overflow {
  overflow: hidden;
}

.hidden-overflow-x {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .min-767 {
    display: none;
  }
}

@media (min-width: 768px) {
  .max-767 {
    display: none;
  }
}

.pointer {
  cursor: pointer;
}

.p {
  font-size: 1em;
  line-height: 1.7em;
  color: #000;
  letter-spacing: 0.26px;
}

.p.text-danger {
  margin-top: 4px;
  color: red;
}

.p.sm {
  font-size: 0.9em;
}

.p.xs {
  font-size: 0.85em;
}

.text-dim {
  color: #7a7b7b;
}

.text-manage {
  color: #676868;
}

.text-default {
  color: #000;
}

.link-hover {
  color: #000 !important;
}

.link-hover:hover {
  color: #0a0a0a !important;
}

.text-link {
  color: #0a0a0a !important;
}

.gutterX {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1100px) {
  .gutterX {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.gutterY {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gutterY-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.gutterSec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contents {
  min-height: 600px;
  min-height: 80vh;
}

.contents.background {
  background-color: #fafafa;
}

.primary-color {
  color: #0a0a0a !important;
}

.secondary-color {
  color: #0a0a0a;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.transform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center,
.max-form {
  margin-left: auto;
  margin-right: auto;
}

.text-bold {
  font-weight: 700;
}

.text-regular {
  font-weight: 400;
}

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

.align-items-center {
  align-items: center;
}

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

.justify-content-around {
  justify-content: space-around;
}

.flex-between,
.justify-content-between {
  justify-content: space-between;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.uppercase {
  text-transform: uppercase;
}

.capitalized {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.transition {
  transition: all 0.25s ease-in;
}

.width-100i {
  width: 100% !important;
}

.width-50i {
  width: 50% !important;
}

.width-100 {
  width: 100%;
}

.scrollable-x {
  overflow-x: auto;
}

.scrollable-y {
  overflow-y: auto;
}

.text-primary {
  color: #0a0a0a;
}

.font-fam-heading {
  font-family: "DM Sans", Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.font-fam-default {
  font-family: "DM Sans", Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.loading {
  width: 100%;
  height: auto;
  padding-top: 100px;
  text-align: center;
}

.loading.form-loading {
  padding: 20px 0;
  padding-bottom: 10px;
}

.loading.inside-button {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 5%;
  width: 36px;
}

.loading.inside-button .spinner {
  transform: scale(0.6);
}

.loading.inside-input {
  top: 37px;
  opacity: 0.9;
}

.loading.inside-input .spinner {
  transform: scale(0.5);
}

.space-manage-bottom {
  margin-bottom: 10px;
}

.white {
  color: #fff !important;
}

.white.dim {
  color: #afafaf !important;
}

.breadcrumb {
  background: none;
  margin: 10px 0;
}

.breadcrumb li.active a {
  color: #0a0a0a;
}

.breadcrumb li a {
  display: inline-block;
}

.breadcrumb li a:hover {
  color: #0a0a0a;
  text-decoration: underline !important;
}

.flow-box {
  background: #fff;
  margin: 0 auto 60px;
  padding: 30px;
  width: 100%;
  max-width: 850px;
}

.flow-box.medium {
  max-width: 600px;
}

.flow-box .flow-list {
  margin-bottom: 18px;
}

.flow-box .flow-devide {
  width: 100%;
  margin: 20px 0;
}

.flow-box .flow-devide.no-border {
  border: none;
}

@media (max-width: 767px) {
  .flow-box {
    background: none;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 0;
  }
}

.modal-dialog .modal-content {
  background: #fff;
  border: none;
  border-radius: 8px !important;
  border-width: thin;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.overFlowX {
  overflow-x: auto;
  overflow-y: visible;
}

.max-form {
  max-width: 740px;
}

.content-wrapper {
  padding: 5px 15px;
  min-height: 88vh;
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 0;
  }
}

.container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-header {
  border: none;
}

.modal-backdrop {
  z-index: 888899;
}

.modal {
  z-index: 999999;
}

.pagination .page-item.active .page-link {
  background: #dbf3ff;
  color: #0a0a0a !important;
  border-color: #c1e9fd;
}

.placeholder-image {
  width: 100%;
  margin: 30px auto;
  display: block;
  max-width: 300px;
}

.state-message {
  position: fixed;
  z-index: 9999999;
  color: #000;
  text-align: center;
  padding: 20px 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  background: #f9edbe;
  border-radius: 8px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 20px 32px -8px;
  border-radius: 3px;
  overflow: auto;
}

.state-message .p {
  font-weight: 600;
}

.req-label:after {
  content: "*";
  color: red;
  display: inline-block;
  margin: 3px 0 0 1px;
}

select option:disabled {
  display: none;
}

.list-view {
  overflow-x: auto;
}

.table td .btn {
  white-space: nowrap;
}

.table tbody td .btn {
  padding: 0.1rem 0.2rem;
}

.btn {
  border-radius: 0 !important;
}

.btn.btn-primary {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #fff !important;
}

.btn.btn-primary:visited,
.btn.btn-primary:active {
  color: #fff !important;
}

.form-control {
  border-color: #e2e2e2;
  border-radius: 0;
}

.card {
  border-radius: 0;
  border: none;
  transition: all 0.3s linear;
}

.card:hover {
  box-shadow: 2px 3px 4px #eee;
}

.card .card-img,
.card .card-img-top {
  border-radius: 0;
}

.card .card-header {
  background-color: #fff;
}

.login-box {
  width: 100%;
  max-width: 360px;
  border: 1px solid #eee;
  padding: 35px 20px;
  background: #fff;
  margin: 30px auto;
  border-radius: 6px;
}

.login-box .title {
  margin-bottom: 18px;
}

.login-box.signup-box {
  max-width: 460px;
}

.password-group .show-password {
  top: 40px;
  right: 10px;
  line-height: 0;
  cursor: pointer;
}

.password-group .show-password svg {
  width: 20px;
  height: 20px;
  fill: #676868;
}

.password-group .show-password img {
  width: 20px;
  opacity: 0.8;
}

.password-group .show-password .icon-hide-password {
  display: none;
}

.password-group .show-password.visible-password .icon-show-password {
  display: none !important;
}

.password-group .show-password.visible-password .icon-hide-password {
  display: block !important;
}

.password-group .input {
  padding-right: 30px;
}

.signin-page .other-links {
  width: 100%;
  max-width: 360px;
  margin-top: 30px;
}

.signin-page .other-links a {
  margin-right: 15px;
  margin-bottom: 1px;
}

.signin-page .other-links a:last-child {
  margin-right: 0;
}

.signin-page .other-links a:hover {
  color: #0a0a0a;
}

#asAgency {
  transform: scale(1.1);
  margin-right: 5px;
  top: 1px;
}

.sticky-global {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

#header {
  border-bottom: 1px solid #f5f5f5;
  background: #f9f6f1 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
}

@media (min-width: 992px) {
  #header {
    background: #fff !important;
    box-shadow: none;
    bordeR: none;
  }
}

#header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

#header .navbar-dark,
#header .bg-light {
  background: none !important;
  max-width: 1500px;
  margin: 0 auto;
  padding: 1px 0;
}

@media (max-width: 991px) {
  #header .navbar-dark,
  #header .bg-light {
    width: 96%;
  }
}

#header .navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0;
}

@media (max-width: 991px) {
  #header .navbar-toggler {
    top: -2px;
    margin-right: 6px;
  }
}

#header .navbar-toggler .navbar-toggler-icon {
  width: 1.4em;
  height: 1.4em;
}

@media (min-width: 993px) {
  #header .navbar-left {
    margin-left: 20px;
  }
}

#header .nav-item .nav-link {
  color: #000;
  font-size: 1em;
}

@media (min-width: 993px) {
  #header .nav-item .nav-link {
    margin-right: 9px;
  }

  #header .nav-item .nav-link.last {
    margin-right: 0;
  }
}

#header .nav-item.active .nav-link {
  color: #0a0a0a;
}

#header .nav-item:hover .nav-link {
  color: #0a0a0a;
}

#header .nav-item.dropdown .dropdown-menu {
  padding: 0;
  position: absolute;
  left: 10px;
  min-width: 180px;
  background: #f4f4f4 !important;
  margin-top: 8px;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
}

#header .nav-item.dropdown .dropdown-menu.is-open {
  visibility: visible;
  opacity: 1;
}

#header .nav-item.dropdown .dropdown-menu.on-right {
  left: auto;
  right: -10px;
}

#header .nav-item.dropdown .dropdown-menu a {
  color: #000;
  padding: 8px 13px;
  font-size: 0.9em;
  background: #f4f4f4;
  border-bottom: 1px solid #eee;
  margin: 0;
}

#header .nav-item.dropdown .dropdown-menu a:hover {
  color: #0a0a0a;
}

@media (min-width: 991px) {
  #header .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}

#header .navbar-brand {
  top: -2px;
  color: #000;
}

@media (max-width: 991px) {
  #header .navbar-brand {
    top: 0;
  }
}

@media (min-width: 767px) {
  #header .navbar-right .nav-item .nav-link {
    margin-left: 26px;
    margin-right: 0 !important;
  }

  #header .navbar-right .nav-item .nav-link.is-for-account {
    margin-left: 10px;
  }
}

#header .navbar-right .nav-item .nav-link.with-icon svg {
  width: 23px;
  height: 23px;
  fill: #7a7b7b;
}

#header .search-navbar {
  width: 260px;
  height: 32px;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .search-navbar.search-box-mobile-only {
  display: none !important;
}

@media (max-width: 991px) {
  #header .search-navbar.search-box-mobile-only {
    display: block !important;
  }

  #header .search-navbar.search-box-mobile-only.visible {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #header .search-navbar {
    width: 180px;
  }
}

@media (max-width: 991px) {
  #header .search-navbar {
    width: 100%;
    max-width: 96%;
    height: 100%;
    background-color: #0a0a0a;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 99;
    transform: translate3d(-50%, -50px, 0);
    opacity: 0;
    transition-duration: 0.3s;
  }
}

#header .search-navbar form {
  width: 100%;
}

@media (max-width: 991px) {
  #header .search-navbar form {
    width: calc(100% - 68px);
    float: left;
    position: relative;
    top: 14px;
  }
}

#header .search-navbar .cancel-search {
  color: #7a7b7b;
  font-size: 0.9em;
}

@media (max-width: 991px) {
  #header .search-navbar .cancel-search {
    width: 65px;
    float: right;
    position: relative;
    top: 18px;
  }
}

#header .search-navbar .search-input {
  background: #ececec;
  width: 100%;
  height: 32px;
  border: none !important;
  border-radius: 4px;
  box-shadow: none !important;
  -webkit-appearance: none;
  padding: 0 32px 1px 14px;
  font-size: 0.9em;
  font-family: "DM Sans", Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
  outline: none !important;
}

#header .search-navbar .search-input:focus {
  background-color: #eee;
}

#header .search-navbar .search-icon {
  width: 22px;
  height: auto;
  right: 10px;
  top: 0px;
  cursor: pointer;
  z-index: 20;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

#header .search-navbar .search-icon img,
#header .search-navbar .search-icon svg {
  width: 15px;
  height: auto;
  max-height: 17px;
  margin-top: 3px;
  fill: #7a7b7b;
}

#header .search-navbar ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a7b7b;
}

#header .search-navbar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a7b7b;
}

#header .search-navbar :-ms-input-placeholder {
  /* IE 10+ */
  color: #7a7b7b;
}

#header .search-navbar :-moz-placeholder {
  /* Firefox 18- */
  color: #7a7b7b;
}

#header .search-navbar.revel-search {
  transform: translate3d(-50%, 0px, 0);
  opacity: 1;
}

.nav-user-action a:last-child {
  margin-right: 0;
}

.nav-user-action a svg {
  fill: #7a7b7b;
  width: 23px;
  height: 23px;
}

.nav-user-action a.no-margin-right {
  margin-right: 0;
}

.user-profile-sm {
  width: 35px;
  height: 35px;
  background-color: #d5e5f1;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: #676868;
  font-size: 1.2em;
  line-height: 33px;
  margin: 0;
  font-weight: bold;
}

.user-profile-sm.md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.user-profile-sm.lg {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.user-profile-sm.xs {
  width: 30px;
  height: 30px;
}

.user-profile-sm.scale {
  transform: scale(0.92);
}

#mobileNav {
  background: #fff;
  z-index: 99999;
  transition: transform 0.2s linear;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #mobileNav {
    width: 100%;
    max-width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@media (min-width: 992px) {
  #mobileNav {
    display: block;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (max-width: 991px) {
  #mobileNav {
    display: block;
  }
}

#mobileNav.isActive {
  transform: translate3d(0, 0, 0) !important;
}

#mobileNav .title {
  margin: 10px 0;
}

#mobileNav .nav-header {
  padding: 10px 25px;
  margin-top: 15px;
}

#mobileNav .nav-header .title {
  font-sizE: 1.3em;
  font-weight: 600;
  margin: 0;
}

#mobileNav .nav-header img {
  width: 32px;
  margin-right: 10px;
}

#mobileNav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobileNav nav ul.inside li a {
  padding-left: 28px;
}

#mobileNav nav li {
  align-items: center;
  border-radius: 3px;
}

#mobileNav nav li:hover > a:first-child,
#mobileNav nav li.active > a:first-child {
  cursor: pointer;
  background-color: rgba(9, 30, 66, 0.04);
  color: #0a0a0a;
}

#mobileNav nav li:hover > a:first-child .fa,
#mobileNav nav li.active > a:first-child .fa {
  color: #0a0a0a;
}

#mobileNav nav li:last-child {
  margin-bottom: 0;
}

#mobileNav nav li.special {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 0 10px;
}

#mobileNav nav li a {
  color: #000;
  padding: 12px 0 12px 14px;
  font-size: 1em;
}

#mobileNav nav li a .fa {
  color: #7a7b7b;
  width: 20px;
  margin-right: 5px;
}

.link-user-profile {
  margin-lefT: 0 !important;
}

.link-user-profile .user-profile-sm {
  display: inline-block;
}

.link-user-profile span {
  padding: 0 7px;
}

@media (max-width: 991px) {
  .link-user-profile span {
    display: none;
  }
}

.sidebar-and-content-wrapper {
  width: 100%;
}

.sidebar-and-content-wrapper .main-sidebar {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100vh;
}

@media (min-width: 992px) {
  .sidebar-and-content-wrapper .main-sidebar {
    width: 240px;
  }
}

.sidebar-and-content-wrapper .container-contents {
  width: 100%;
}

@media (min-width: 992px) {
  .sidebar-and-content-wrapper .container-contents {
    width: calc(100% - 242px);
    margin-left: auto;
  }
}

