/* @import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.montserrat100 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  padding: 0;
  background-color: #f4f6f9;
}

body,
html {
  min-height: 100% !important;
  height: 100% !important;
}

#root {
  height: 100% !important;
}

#root > div {
  height: 100%;
}

/*Login Page*/
section.hero-img {
  height: 100%;
  background-image: url(../assets/img/loginbg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.loginform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginFormContainer {
  /* padding: 20px; */
  /* background-color: rgba(0,  0, 0, 0.3);   */
  line-height: normal;
  width: 400px;
}

.login-footer {
  bottom: 10px;
  margin-bottom: 0 !important;
  z-index: 999;
  position: absolute;
  width: 100%;
}

/*Admin LTE CSS*/

.brand-link {
  line-height: normal;
  padding: 0.6rem 0.5rem;
}

.brand-link .brand-image {
  width: 36px;
  min-height: 36px !important;
  box-shadow: none !important;
}

[class*="sidebar-dark"] .brand-link {
  background-color: #282c7d;
}

.sidebar-dark-primary,
.main-sidebar,
[class*="sidebar-dark-"] {
  background-color: #282c7d !important;
}

.brand-image1 {
  width: 170px !important;
}

.sidebar {
  padding: 0px !important;
  background-color: #282c7d !important;
  scrollbar-color: rgb(87, 86, 86) transparent !important;
}

.sidebar-mini .main-sidebar .nav-link {
  width: 250px !important;
  border-radius: 0px !important;
  padding: 0.5rem 1.5rem !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #222222 !important;
  border-right: 4px solid #c82026;
}

.assetscard {
  padding: 8px;
  border-radius: 4px;
  background: #ffffff !important;
  margin-bottom: 10px !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.assets-icon {
  height: 50px !important;
  width: 50px !important;
  text-align: center !important;
  line-height: 40px !important;
  font-size: 20px !important;
  padding: 6px;
  border-radius: 50px !important;
}

.bgone {
  background-color: #f0e6e6;
}

.bgtwo {
  background-color: #dff0ee;
}

.bgthree {
  background-color: #eae2f5;
}

.bgfour {
  background-color: #f4ecdc;
}

.bgfive {
  background-color: #f9e9e8;
}

.bgsix {
  background-color: #e0e1ff;
  color: #012970 !important;
  padding: 3px;
}

.txtone {
  color: #3a3a42;
}

.txttwo {
  color: #00b69b;
}

.txtthree {
  color: #9747ff;
}

.txtfour {
  color: #d2a140;
}

.txtfive {
  color: #d43f3a;
}

.assetscard h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.assetscard p {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #828282 !important;
}

.navbar {
  height: 40px;
}

.content {
  padding: 1rem !important;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 0.9rem;
  color: #282c7d !important;
}

/* sidebar menu css starts */

#main {
  margin-top: 0px;
  margin-bottom: 80px;
}

#main #faq .card {
  margin: 0px 0px;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none !important;
  line-height: normal;
}

#main #faq .card:hover {
  background-color: rgb(29 32 90);
}

#main #faq .card a:hover {
  color: #ffffff;
}

#main #faq .card .card-header {
  border: 0;
  /* -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); */
  /* border-radius: 2px; */
  padding: 0;
}

#main #faq .card .card-header .nav-link {
  display: block;
  text-align: left;
  /* background: #262626; */
  color: #c2c7d0;
}

#main #faq .card .card-header .nav-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}

#main #faq .card .card-header .nav-link.collapsed {
  color: #b7bbd5;
}

#main #faq .card:hover p {
  color: #ffffff;
}

#main #faq .card .card-header .nav-link.collapsed:after {
  content: "\f106";
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}

#main #faq .card .collapsing {
  background-color: #262626;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  /* background-color: #403a3a; */
  line-height: normal;
  color: #222;
}

#main #faq .card .collapse .card-body {
  padding: 0 !important;
}

#main #faq .card .collapse.show .card-body {
  padding: 0 !important;
}

#main #faq .card .card-body .nav a {
  padding-left: 30px;
}

#main #faq .card .collapse.show .card-body .nav a {
  padding-left: 30px;
  color: #b7bbd5;
}

#main #faq .card .collapse.show .card-body .nav a:hover {
  color: rgb(255, 255, 255);
}

#main #faq .card .collapse.show .card-body p,
#main #faq .card .card-header p,
#main #faq .card p {
  display: inline;
  margin: 0;
  white-space: normal;
  font-size: 14px;
}

#main #faq .card .nav-icon {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem;
}

#main #faq .card .fa-circle.nav-icon {
  font-size: 0.5rem;
  vertical-align: middle;
}

.text-primary {
  color: #282c7d !important;
}

.text-secondary {
  color: #b68e2d !important;
}

/*Custom CSS*/
.pagetitle {
  font-size: 0.9rem;
  padding: 0.5rem 0rem;
  font-weight: 500;
  color: #ffffff;
  margin-left: 10px;
}

.mainheading {
  font-size: 1rem;
  padding: 0.5rem 0rem;
  color: #282c7d;
  font-weight: 600;
}

.formtextstyle {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(40, 44, 125);
}

/*DevExterme Controls*/
.dx-widget {
  font-family: "Montserrat", sans-serif !important;
}

.dx-placeholder {
  color: #767676 !important;
}

.dx-widget input,
.dx-widget textarea {
  color: #000000 !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
}

.dx-texteditor.dx-editor-outlined {
  border: 1px solid #c9cff1 !important;
}

.dx-button {
  font-weight: 500 !important;
}

.dx-button-mode-contained.dx-button-default {
  background-color: #b68e2d !important;
  border-color: transparent;
  color: #fff;
}

.dx-button-mode-contained.dx-button-default.dx-state-hover {
  background-color: #917020 !important;
  border-color: transparent;
}

.dx-button-has-text .dx-button-content {
  padding: 0.3rem 0.35rem !important;
}

.dx-button-mode-outlined.dx-button-default {
  background-color: transparent;
  border-color: #b68e2d !important;
  color: #b68e2d !important;
}

.dx-button-mode-outlined.dx-button-default.dx-state-focused,
.dx-button-mode-outlined.dx-button-default.dx-state-hover {
  background-color: rgba(182, 142, 45, 0.1) !important;
  border-color: #b68e2d !important;
}

.dx-button-mode-outlined.dx-button-default .dx-icon {
  color: #b68e2d !important;
}

.dx-datagrid {
  font-size: 0.8rem;
  font-weight: 500 !important;
}

.dx-datagrid-headers {
  color: #012970 !important;
  font-weight: 600 !important;
  background-color: #e7efff !important;
  border-bottom: 0px solid #d7d9ff !important;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.dx-datagrid-rowsview:last-child {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders .dx-datagrid-rowsview,
.dx-datagrid-headers + .dx-datagrid-rowsview,
.dx-datagrid-rowsview.dx-datagrid-after-headers {
  border-top: 1px solid #d7d9ff !important;
}

.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-left: 1px solid #d7d9ff !important;
  border-right: 1px solid #d7d9ff !important;
}

.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-bottom: 1px solid #d7d9ff !important;
}

.resmodel {
  width: 25% !important;
}

/* Bootstrap CSS */

label:not(.form-check-label):not(.custom-file-label),
label {
  color: #4d5083;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0rem;
}

.form-control {
  color: #000000 !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  border: 1px solid #c9cff1 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b68e2d;
  border: 0;
}

.btn-primary {
  box-shadow: 0 0px 0px #b68e2d !important;
  background-color: #b68e2d !important;
  font-weight: 500;
  border-color: #b68e2d !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0 0px 0px #917020 !important;
  background-color: #917020 !important;
  border-color: #917020 !important;
}

.btn-outline-primary {
  box-shadow: 0 0px 0px #b68e2d !important;
  background-color: #ffffff !important;
  color: #b68e2d !important;
  border-color: #b68e2d !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #917020 !important;
  background-color: rgba(182, 142, 45, 0.1) !important;
  border-color: #917020 !important;
}

.dropdown-menu {
  font-size: 0.8rem;
}

.navbar-nav .dropdown-menu .nav-link {
  padding: 0.2rem 1rem;
  height: initial !important;
  color: #282c7d !important;
  color: #ffffff;
}

.navbar-primary {
  background-color: #000000;
  color: #fff;
}

.sub-nav {
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: top;
}

.sub-nav:last-child {
  margin-right: 0rem;
}

li.nav-item.dropdown.topbar-masters .mega-menu {
  width: 42rem;
}

li.nav-item.dropdown.topbar-settings .mega-menu {
  width: 42rem;
}

/* li.nav-item.dropdown.topbar-project .mega-menu{width:19rem;}
li.nav-item.dropdown.topbar-application .mega-menu{width:20rem;} 
li.nav-item.dropdown.topbar-usermgmt .mega-menu{width:19rem;}*/

.navbar-primary .mega-menu {
  min-width: initial !important;
  background-color: #282c7d;
  border-radius: 0.8rem;
  border: 0;
}

.navbar-primary .mega-menu .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
}

.navbar-primary .mega-menu a.dropdown-item {
  position: relative;
  left: 5px;
  color: #c5c5c5 !important;
  font-weight: 400;
}

.navbar-primary .mega-menu a.dropdown-item::before {
  content: "•";
  margin-right: 8px;
  color: #ffffff;
}

.navbar-primary .mega-menu .dropdown-item:focus,
.navbar-primary .mega-menu .dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: transparent;
}

.navbar-primary .mega-menu a.dropdown-item.dropdown-header {
  padding: 0.5rem 1rem;
  text-align: left;
  color: #ffffff !important;
  font-weight: 500 !important;
  left: initial;
}

.navbar-primary .mega-menu a.dropdown-item.dropdown-header::before {
  content: "";
  margin-right: 8px;
  color: #ffffff;
}

.navbar-expandnav.navbar.navbar-expand.navbar-primary.navbar-dark {
  height: 60px;
}

.section {
  position: relative;
  z-index: 1;
}

.app-bg {
  height: 100%;
  background-image: url(../assets/img/appbg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.layout-navbar-fixed .wrapper .brand-link {
  background: #282c7d !important;
  border-bottom: 0 !important;
}

.app-main-container {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
}

.app-box {
  width: 250px;
  padding: 2rem;
  position: relative;
  border-radius: 1rem;
  cursor: pointer;
}

.app-box-expand {
  width: 600px;
  padding: 2rem;
  position: relative;
  border-radius: 1rem;
}

.app-box-expand .app-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

.app-box .app-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  height: 50px;
}

.app-box .app-title:before {
  content: "";
  background-color: #ffffff;
  height: 2px;
  display: block;
  position: absolute;
  width: 12%;
  top: 3rem;
  left: 0rem;
  overflow: hidden;
}

.app-desc {
  margin-top: 2rem;
}

.app-box .app-icon {
  bottom: 2rem;
  font-size: 3rem;
  font-weight: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app-box-expand .app-icon-close {
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  cursor: pointer;
}

.app-techtool {
  height: 100%;
  background-image: url(../assets/img/bg-techtools.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-assetdoc {
  height: 100%;
  background-image: url(../assets/img/bg-assets&doc.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-tracking {
  height: 100%;
  background-image: url(../assets/img/bg-tracking.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-othertools {
  height: 100%;
  background-image: url(../assets/img/bg-othertools.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-techtool-expand {
  height: 100%;
  background-image: url(../assets/img/bg-techtools-content.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-assetdoc-expand {
  height: 100%;
  background-image: url(../assets/img/bg-assets&doc-content.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-tracking-expand {
  height: 100%;
  background-image: url(../assets/img/bg-tracking-content.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-othertools-expand {
  height: 100%;
  background-image: url(../assets/img/bg-othertools-content.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boxeffect2 {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0.8rem;
}

.boxeffect2:before,
.boxeffect2:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 44, 125, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.box-container {
  width: 100%;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.boxeffect2.maskview .mask {
  background: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 200%;
  opacity: 1;
  z-index: 1;
  transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.boxeffect2 .box-content {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.icon-container {
  height: 60px;
  width: 60px;
  background-color: rgba(40, 44, 125, 0.8);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.icon-container .icon {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.main-title {
  color: black;
  font-size: 1rem;
  margin-top: 8px;
  text-align: center;
  position: relative;
  font-weight: 600;
  width: 90%;
  top: 6px;
  margin: 0 auto;
}

.boxeffect2 .title {
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding-top: 0;
  margin: 0;
  text-transform: none;
  background-color: transparent !important;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translate(-50%, -12%);
  -moz-transform: translate(-50%, -12%);
  -webkit-transform: translate(-50%, -12%);
  z-index: 2;
  width: 90%;
}

.boxeffect2 span {
  font-size: 0.7rem;
  font-weight: 400;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.bxcon {
  height: 150px;
  width: 150px;
  color: #000000;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  cursor: pointer;
  display: inline-block;
  border-radius: 0.8rem;
  margin: 0.5em;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.boxeffect2:hover:before {
  opacity: 1;
}

.boxeffect2:hover:after {
  left: -200%;
}

.boxeffect2:hover .box-container {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}

.boxeffect2.maskview:hover .mask {
  left: -200%;
}

.boxeffect2:hover .box-content {
  height: initial;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  bottom: initial;
  line-height: normal;
}

.boxeffect2:hover .box-content .icon-container {
  height: initial;
  width: initial;
  background-color: transparent;
  position: initial;
  left: initial;
  top: initial;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  z-index: 1;
  margin-bottom: 0.3rem;
}

.boxeffect2:hover .box-content .icon-container .icon {
  color: #ffffff;
  font-size: 2rem;
  position: initial;
  left: initial;
  top: initial;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}

.boxeffect2:hover .box-content .title {
  position: initial;
  left: initial;
  top: initial;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  width: auto;
  margin-bottom: 0.3rem;
}

.nav-sidebar .nav-header {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}

/*React Modal*/
.react-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0px solid #b1b1b1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow: 0px 28px 67px -8px rgba(0,0,0,0.5); */
  box-shadow: 0px 39px 40px -11px rgba(0, 0, 0, 0.2);
}

.modal-header .close {
  color: #0e0d0d !important;
  opacity: 1 !important;
}

.react-modal .modal-header {
  border-bottom: 2px solid #cccccc !important;
  padding: 0.7rem 0.8rem !important;
  /* background-color: #008ce9 !important; */
  background: #ffffff;
  font-weight: 600 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9534f', endColorstr='#d9534f', GradientType=1);
  color: #282c7d !important;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.react-modal .modal-header .modal-title {
  color: #282c7d !important;
  font-weight: 600 !important;
  word-break: break-all;
}

.react-modal .modal-body {
  padding: 1rem !important;
  background-color: #ffffff;
}

.react-modal .modal-footer {
  /* padding: 0.5rem;
  background-color: #ffffff;
  border: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; */
  padding: 0.5rem;
  background-color: #f1f1f1;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.react-modal .modal-footer .btn-custom-gray {
  background-color: #ffffff !important;
}

.react-modal.add-customer-modal {
  width: 60% !important;
}

.react-modal .close {
  color: #ffffff;
  opacity: 1;
}

.react-modal .modal-body .nav-link {
  padding: 0.2rem 0.5rem !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color: rgba(0, 0, 0, 60%) !important;
}

.labelview {
  font-weight: 500 !important;
  font-size: 14px !important;
}

.custom-modal-xlarge {
  width: 1070px;
}

.custom-modal-large {
  width: 800px;
}

.custom-modal-medium {
  width: 600px;
}

.custom-modal-small {
  width: 400px;
}

.img-filter {
  filter: brightness(0) contrast(9) invert(1);
}

.custom-checkbox {
  vertical-align: middle;
}

.custom-checkbox .custom-control-input {
  vertical-align: middle;
}

.login-left {
  text-align: center;
}

.custom-checkbox .custom-control-label {
  font-size: 0.8rem !important;
  vertical-align: middle;
}

.custom-checkbox .custom-control-label::before {
  vertical-align: middle;
  top: 0rem;
}

.sub-title-color {
  color: #282c7d;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.navbar-expand-md {
  height: initial;
}

.navbar-expand-md .navbar-brand {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.navbar-toggler {
  padding: 0.2rem;
  font-size: 0.8rem;
}

.dx-datebox-wrapper-calendar .dx-calendar {
  margin: 6px !important;
}

.dx-datagrid-summary-item {
  color: #1f214d !important;
  font-size: 14px !important;
}

.layout-navbar-fixed
  .wrapper
  .sidebar-dark-primary
  .brand-link:not([class*="navbar"]) {
  background-color: transparent !important;
}

.sidebar-mini .main-sidebar .nav-link .iconify-style {
  color: #ffffff;
  margin-right: 0.5rem;
}

.filter-date .iconify-size {
  width: 16px;
  height: 16px;
  color: #b68e2d;
  vertical-align: sub;
}

.count-box {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.8rem;
  width: 13%;
  margin-right: 1rem;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
}

.count-box:last-child {
  margin-right: 0px;
}

.count-box .icon {
  width: 25%;
  position: relative;
}

.count-box .icon svg {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b68e2d;
}

.count-box .content {
  padding: 0rem !important;
  line-height: normal;
}

.count-box .content .title {
  font-size: 0.81rem;
  color: #828282;
  text-transform: uppercase;
  font-weight: 500;
}

.count-box .content .number {
  font-size: 1.5rem;
  color: #282c7d;
  font-weight: 600;
}

.badge-primary {
  box-shadow: 0 0px 0px #b68e2d !important;
  background-color: #b68e2d !important;
  font-weight: 500;
  border-color: #b68e2d !important;
  padding: 0.3rem 0.9rem;
}

.badge-primary:hover,
.badge-primary:focus,
.badge-primary:active {
  box-shadow: 0 0px 0px #917020 !important;
  background-color: #917020 !important;
  border-color: #917020 !important;
}

.badge-outline-primary {
  background-color: #ffffff !important;
  color: #b68e2d !important;
  border: 1px solid #b68e2d !important;
  font-weight: 500;
  font-size: 0.8rem;
}

.badge-outline-primary:hover,
.badge-outline-primary:focus,
.badge-outline-primary:active {
  color: #917020 !important;
  background-color: rgba(182, 142, 45, 0.1) !important;
  border-color: #917020 !important;
}

.custom-table-ui thead {
  background-color: #ebecff;
  font-weight: 600 !important;
  color: #6e71a9;
}

.custom-table-ui.table td,
.custom-table-ui.table th {
  padding: 7px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.card-title {
  font-size: 1rem !important;
  font-weight: 600;
  color: #282c7d;
}

.dx-datagrid-rowsview .dx-row > td .iconify-size,
.dx-datagrid-rowsview .dx-row > tr > td .iconify-size {
  width: 0.9rem;
  cursor: pointer;
}

.dx-button-has-text .dx-icon {
  margin-right: 3px !important;
}

.asset-details {
  border: 1px solid #ebebeb;
}

.asset-details thead {
  line-height: normal;
  background-color: #ebebeb;
  color: #000000;
  font-weight: 600;
}

.asset-details thead tr th {
  padding: 5px;
  font-weight: 500;
  font-size: 0.8rem;
}

.asset-details tbody tr td {
  padding: 5px;
  font-weight: normal;
  font-size: 0.9rem;
}

.list-group {
  max-height: 289px;
  overflow-y: auto;
  height: auto;
}

.list-group-item {
  border: 0;
  padding: 0rem 0rem 1rem 0rem;
}

.list-group-item:odd {
  background-color: red !important;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: transparent;
}

.page-footer {
  display: none;
}

.web-page-footer {
  background-color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #ffffff;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1600px) and (min-width: 1570px) {
  .loginform {
    width: 850px;
  }

  .app-main-container {
    width: 80%;
  }
}

/*Hi-Res Screen*/
@media only screen and (max-width: 1569px) and (min-width: 1400px) {
  .count-box {
    width: 17%;
    padding: 0.6rem;
  }

  .count-box .icon {
    width: 50px;
  }

  .count-box .icon svg {
    height: 25px;
    width: 25px;
  }

  .count-box .content .title {
    font-size: 0.7rem;
  }

  .count-box .content .number {
    font-size: 1.3rem;
  }
}

/*Hi-Res Screen*/
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .count-box {
    width: 17%;
    padding: 0.6rem;
    margin-right: 0.5rem;
  }

  .count-box .icon {
    width: 35px;
  }

  .count-box .icon svg {
    height: 25px;
    width: 25px;
  }

  .count-box .content .title {
    font-size: 0.7rem;
  }

  .count-box .content .number {
    font-size: 1.3rem;
  }
}

/*Medium Screen*/
@media only screen and (max-width: 1199px) and (min-width: 980px) {
  .brand-text img {
    width: 130px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.9rem;
  }

  .navbar-primary .mega-menu .dropdown-header {
    font-size: 0.8rem;
  }

  .login-container {
    width: 70%;
    margin: 0 auto;
  }

  .count-box {
    width: 15%;
    padding: 0.6rem;
    margin-right: 0.5rem;
  }

  .count-box .icon {
    width: 35px;
  }

  .count-box .icon svg {
    height: 20px;
    width: 20px;
  }

  .count-box .content .title {
    font-size: 0.7rem;
  }

  .count-box .content .number {
    font-size: 1rem;
  }
}

/*Laptop & Desktop*/
@media only screen and (max-width: 979px) and (min-width: 768px) {
  .brand-text img {
    width: 110px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.8rem;
  }

  .navbar-primary .mega-menu .dropdown-header {
    font-size: 0.8rem;
  }

  .app-welcome h4 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  p.app-welcome-desc {
    font-size: 0.9rem;
    width: 80%;
  }

  .loginform {
    width: 850px;
  }

  .login-container .logo,
  .login-container .login-form-container {
    padding: 30px;
  }

  .login-container {
    width: 80%;
    margin: 0 auto;
  }

  .count-box {
    width: 23%;
    padding: 0.6rem;
    margin-right: 0.5rem;
  }

  .count-box .icon {
    width: 35px;
  }

  .count-box .icon svg {
    height: 20px;
    width: 20px;
  }

  .count-box .content .title {
    font-size: 0.7rem;
  }

  .count-box .content .number {
    font-size: 1rem;
  }

  .page-footer {
    display: block;
    background-color: rgb(235, 235, 235);
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid rgb(235, 235, 235);
    text-align: center;
  }

  .web-page-footer {
    display: none;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
  .brand-text .brand-image {
    width: 120px;
  }

  .user {
    font-size: 0.9rem;
  }

  .logo-vse {
    text-align: center;
  }

  .login-footer div {
    text-align: center !important;
  }

  .navbar-collapse {
    z-index: 999;
    background-color: #282c7d;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    margin: 1rem;
    position: absolute;
    top: 40px;
    width: 89%;
  }

  .navbar-dark .navbar-toggler {
    color: #b68e2d;
    border-color: #b68e2d;
  }

  .navbar-collapse .mega-menu {
    background-color: #1f214d;
  }

  .navbar-collapse .sub-nav {
    display: initial;
    margin-right: initial;
  }

  .navbar-collapse li.nav-item.dropdown.topbar-masters .mega-menu {
    width: initial;
  }

  .navbar-collapse .nav-link {
    font-size: 0.8rem;
  }

  .navbar-collapse .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 1rem;
  }

  .navbar-collapse .dropdown-header {
    font-size: 0.7rem;
  }

  .navbar-collapse a.dropdown-item {
    font-size: 0.7rem;
  }

  .dropdown-menu-right {
    position: absolute !important;
  }

  .icon-container .icon {
    font-size: 1rem !important;
  }

  /* .dx-toolbar .dx-toolbar-items-container {
    height: initial !important;
  }

  .dx-toolbar .dx-toolbar-before {
    padding-right: 0px !important;
    margin: 0 auto 10px auto;
  }

  .dx-toolbar-after,
  .dx-toolbar-before,
  .dx-toolbar-center {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    margin-bottom: 10px;
  }

  .dx-datagrid-search-panel {
    margin: 0 0 0 0px !important;
  }

  .dx-toolbar .dx-toolbar-after {
    padding-left: 0px;
    margin: 0 auto;
  } */

  .btn {
    font-size: 0.8rem;
  }

  .form-control {
    font-size: 0.9rem;
  }

  label:not(.form-check-label):not(.custom-file-label),
  label {
    font-size: 0.8rem;
  }

  .custom-checkbox .custom-control-label {
    font-size: 0.7rem !important;
  }

  .custom-checkbox .custom-control-label::before {
    vertical-align: middle;
    top: -0.1rem;
  }

  .login-container {
    width: 60%;
    margin: 0 auto;
  }

  .login-container .logo,
  .login-container .login-form-container {
    padding: 25px;
    display: block;
  }

  .login-container .logo {
    width: initial;
  }

  .login-container .imglogo {
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    text-align: center;
  }

  .login-container .imglogo img {
    width: 100px;
  }

  .login-container .login-form-container {
    width: initial;
  }

  .count-box {
    width: 31%;
    padding: 0.6rem;
    margin-right: 0.5rem;
  }

  .count-box .icon {
    width: 35px;
  }

  .count-box .icon svg {
    height: 20px;
    width: 20px;
  }

  .count-box .content .title {
    font-size: 0.7rem;
  }

  .count-box .content .number {
    font-size: 1rem;
  }

  .dx-toolbar-item-content .dx-button .dx-button-text {
    display: none;
  }
}

/*Tablet*/
@media only screen and (max-width: 599px) and (min-width: 360px) {
  .brand-text .brand-image {
    width: 120px;
  }

  .user {
    font-size: 0.9rem;
  }

  .logo-vse {
    text-align: center;
  }

  .login-footer div {
    text-align: center !important;
    font-size: 0.8rem;
  }

  .navbar-collapse {
    z-index: 999;
    background-color: #282c7d;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    margin: 1rem;
    position: absolute;
    top: 40px;
    width: 89%;
  }

  .navbar-dark .navbar-toggler {
    color: #b68e2d;
    border-color: #b68e2d;
  }

  .navbar-collapse .mega-menu {
    background-color: #1f214d;
  }

  .navbar-collapse .sub-nav {
    display: initial;
    margin-right: initial;
  }

  .navbar-collapse li.nav-item.dropdown.topbar-masters .mega-menu {
    width: initial;
  }

  .navbar-collapse .nav-link {
    font-size: 0.8rem;
  }

  .navbar-collapse .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 1rem;
  }

  .navbar-collapse .dropdown-header {
    font-size: 0.7rem;
  }

  .navbar-collapse a.dropdown-item {
    font-size: 0.7rem;
  }

  .dropdown-menu-right {
    position: absolute !important;
  }

  .icon-container .icon {
    font-size: 1rem !important;
  }

  /* .dx-toolbar .dx-toolbar-items-container {
    height: initial !important;
  }

  .dx-toolbar .dx-toolbar-before {
    padding-right: 0px !important;
    margin: 0 auto 10px auto;
  }

  .dx-toolbar-after,
  .dx-toolbar-before,
  .dx-toolbar-center {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    margin-bottom: 10px;
  }

  .dx-datagrid-search-panel {
    margin: 0 0 0 0px !important;
  }

  .dx-toolbar .dx-toolbar-after {
    padding-left: 0px;
    margin: 0 auto;
  } */

  .btn {
    font-size: 0.8rem;
  }

  .form-control {
    font-size: 0.9rem;
  }

  label:not(.form-check-label):not(.custom-file-label),
  label {
    font-size: 0.8rem;
  }

  .custom-checkbox .custom-control-label {
    font-size: 0.7rem !important;
  }

  .custom-checkbox .custom-control-label::before {
    vertical-align: middle;
    top: -0.1rem;
  }

  .custom-modal-small {
    width: 90%;
  }

  .login-container {
    width: 90%;
    margin: 0 auto;
  }

  .login-container .logo,
  .login-container .login-form-container {
    padding: 25px;
    display: block;
  }

  .login-container .logo {
    width: initial;
  }

  .login-container .imglogo {
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    text-align: center;
  }

  .login-container .imglogo img {
    width: 100px;
  }

  .login-container .login-form-container {
    width: initial;
  }

  .login-footer .copyright {
    font-size: 0.8rem;
  }

  .count-box {
    width: 47%;
    padding: 0.4rem;
    margin-right: 0.5rem;
  }

  .count-box .icon {
    width: 35px;
  }

  .count-box .icon svg {
    height: 20px;
    width: 20px;
  }

  .count-box .content .title {
    font-size: 0.6rem;
  }

  .count-box .content .number {
    font-size: 0.8rem;
  }

  .filter-date .badge-outline-primary {
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
  }

  .filter-date .iconify-size {
    width: 14px;
    height: 14px;
  }

  .dx-toolbar-item-content .dx-button .dx-button-text {
    display: none;
  }
}

/*Mobile*/
@media only screen and (max-width: 359px) {
  .brand-text .brand-image {
    width: 120px;
  }

  .user {
    font-size: 0.9rem;
  }

  .logo-vse {
    text-align: center;
  }

  .login-footer div {
    text-align: center !important;
  }

  .navbar-collapse {
    z-index: 999;
    background-color: #282c7d;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    margin: 1rem;
    position: absolute;
    top: 40px;
    width: 89%;
  }

  .navbar-dark .navbar-toggler {
    color: #b68e2d;
    border-color: #b68e2d;
  }

  .navbar-collapse .mega-menu {
    background-color: #1f214d;
  }

  .navbar-collapse .sub-nav {
    display: initial;
    margin-right: initial;
  }

  .navbar-collapse li.nav-item.dropdown.topbar-masters .mega-menu {
    width: initial;
  }

  .navbar-collapse .nav-link {
    font-size: 0.8rem;
  }

  .navbar-collapse .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 1rem;
  }

  .navbar-collapse .dropdown-header {
    font-size: 0.7rem;
  }

  .navbar-collapse a.dropdown-item {
    font-size: 0.7rem;
  }

  .dropdown-menu-right {
    position: absolute !important;
  }

  .icon-container .icon {
    font-size: 1rem !important;
  }

  /* .dx-toolbar .dx-toolbar-items-container {
    height: initial !important;
  }

  .dx-toolbar .dx-toolbar-before {
    padding-right: 0px !important;
    margin: 0 auto 10px auto;
  }

  .dx-toolbar-after,
  .dx-toolbar-before,
  .dx-toolbar-center {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    margin-bottom: 10px;
  }

  .dx-datagrid-search-panel {
    margin: 0 0 0 0px !important;
  }

  .dx-toolbar .dx-toolbar-after {
    padding-left: 0px;
    margin: 0 auto;
  } */

  .btn {
    font-size: 0.8rem;
  }

  .form-control {
    font-size: 0.9rem;
  }

  label:not(.form-check-label):not(.custom-file-label),
  label {
    font-size: 0.8rem;
  }

  .custom-checkbox .custom-control-label {
    font-size: 0.7rem !important;
  }

  .custom-checkbox .custom-control-label::before {
    vertical-align: middle;
    top: -0.1rem;
  }

  .custom-modal-small {
    width: 90%;
  }

  .login-container {
    width: 90%;
    margin: 0 auto;
  }

  .login-container .logo,
  .login-container .login-form-container {
    padding: 20px;
    display: block;
  }

  .login-container .logo {
    width: initial;
  }

  .login-container .imglogo {
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    text-align: center;
  }

  .login-container .imglogo img {
    width: 80px;
  }

  .login-container .login-form-container {
    width: initial;
  }

  .login-footer .copyright {
    font-size: 0.7rem;
  }

  .count-box {
    width: 47%;
    padding: 0.4rem;
    margin-right: 0.5rem;
  }

  .count-box .icon {
    width: 35px;
  }

  .count-box .icon svg {
    height: 20px;
    width: 20px;
  }

  .count-box .content .title {
    font-size: 0.6rem;
  }

  .count-box .content .number {
    font-size: 0.8rem;
  }

  .filter-date .badge-outline-primary {
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
  }

  .filter-date .iconify-size {
    width: 14px;
    height: 14px;
  }

  .dx-toolbar-item-content .dx-button .dx-button-text {
    display: none;
  }
}

/* Mobile devices (max width: 767px) */
.layout-navbar-fixed
  .wrapper
  .sidebar-dark-primary
  .brand-link:not([class*="navbar"]) {
  background-color: transparent !important;
}

.attachment-container .attachment-item {
  display: inline-block;
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
}

.attachment-item .btn {
  /* position: absolute;
  top: 0;
  right: 0; */
  color: #282c7d;
}

.attachment-item {
  background-color: #f3f3ff;
  border: 1px solid #cfd1ed;
  margin-right: 1rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  position: relative;
}

.attachment-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #282c7d;
}

.approvers {
  text-align: center;
  margin-bottom: 2rem;
}

.approvers tr td {
  display: inline-block;
  margin: 0px 15px 40px 0px;
  padding: 15px;
}

.textinfo {
  color: #121212;
  font-weight: 520;
}

/*Print*/
@media print {
  @page {
    size: A4;
    margin: 15mm 15mm 10mm 15mm;
  }

  body,
  html,
  .content,
  .row,
  .col-lg-9.col-md-6,
  .card,
  .card-body {
    height: 100%;
    width: 100%;
  }

  body,
  .content,
  .card-body {
    padding: 0px !important;
    margin: 0px;
  }

  .content-wrapper {
    margin-top: 0px !important;
  }

  body,
  .content-wrapper {
    background-color: white;
  }

  .message-body {
    margin-bottom: 2rem !important;
  }

  .top-bottom,
  .reviews {
    display: none;
  }

  .approvers {
    margin-top: 50px;
    width: 100%;
    margin: 0 auto;
  }

  .page-footer {
    display: table;
    width: 100%;
    color: #000000;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 8px 0px;
    background-color: #ffffff;
    margin-top: 10px;
  }

  .web-page-footer {
    display: none;
  }

  .layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: 0px !important;
  }

  .approvers tr td {
    margin: 0px 15px 15px 0px !important;
  }
}

.text-secondary {
  color: gray !important;
}

.text-center {
  text-align: center !important;
}

.text-green {
  color: #3a9760 !important;
}

.text-orange {
  color: #ffa200 !important;
}

.text-blue {
  color: #4b7eff !important;
}

.text-purple {
  color: #ed008d !important;
}

.text-magenta {
  color: #cd80fa !important;
}

.text-grey {
  color: #5d5a57 !important;
}

.btn-group-sm > .btn,
.btn-sm-1 {
  padding: 0.1rem 0.3rem;
  font-size: 0.605rem;
  line-height: 1;
  border-radius: 0.2rem;
  background-color: #ffffff !important;
  color: #b68e2d;
}

.page-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
}

.page-loading .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .flipimg {
  display: inline-block;
  animation: mirrorflip 2s 0s linear infinite;
} */

.flipimg {
  display: inline-block;
  /* Use the standalone property for the static tilt */
  rotate: 180deg; 
  animation: mirrorflip 2s linear infinite alternate;
}

@keyframes mirrorflip {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1); /* Creates the mirror effect */
  }
}

#assetQuotationVendorLst .dx-toolbar-before {
  width: 90% !important;
}

.custom-modal-large-1 {
  width: 1000px;
}

.custom-modal-large-2 {
  width: 1100px;
}
.jodit .jodit-workplace .jodit-wysiwyg,
.jodit .jodit-workplace .jodit-wysiwyg_iframe,
.jodit-container .jodit-workplace .jodit-wysiwyg,
.jodit-container .jodit-workplace .jodit-wysiwyg_iframe {
  min-height: 250px !important;
}

.message-body {
  font-size: 1rem;
  margin-bottom: 1rem;
  /* overflow: auto; */
}

.message-body table {
  width: 100% !important;
}

.message-body table tr td {
  border: 1px solid #c7c4c4 !important;
  padding: 8px !important;
  white-space: initial !important;
  line-height: normal;
}
.labelvalue {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}
.content-header {
  padding: 1rem 1rem 0 !important;
}

.top-bar-company {
  padding: 0.6rem 0.5rem 0.6rem 1rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-company .nav-link {
  padding: 0px;
  width: min-content;
  color: #282c7d;
}

.main-header .nav-item .user {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .top-bar-company {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 250px;
  }
}

@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .top-bar-company {
    margin-left: 4.6rem !important;
  }
}

.main-header .nav-item .user {
  font-size: 0.9rem;
}
