/**Global Styles**/
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
th,
tr,
td {
  font-family: 'Montserrat';
  color: #2D2D2D; }

.kt-scrolltop {
  width: 1.8rem;
  height: 2rem;
  bottom: 1.8rem !important; }

a {
  cursor: pointer; }

a:hover {
  color: #222; }

.text-primary {
  color: #3870be !important; }

.text-danger {
  color: #ec3900 !important; }

.btn-primary,
.btn-brand,
.bg-primary {
  background-color: #0C4F9F !important; }

.btn-primary {
  background-color: #0C4F9F !important; }

.btn-primary:hover {
  background: #274da2 !important; }

.btn-danger,
.bg-danger {
  background-color: #ec3900 !important; }

.iti__flag {
  background: url("/assets/media/country-flags/flags.png"); }

.kt-checkbox > span {
  border: 2px solid #3870be !important; }

.kt-checkbox.kt-checkbox--brand > span:after {
  border: solid #3870be; }

label.btn.btn-label-brand:focus,
label.btn.btn-label-brand:hover,
label.btn.btn-label-brand.active,
a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
  background-color: #3870be !important; }

.kt-footer .kt-footer__menu .kt-footer__menu-link:hover {
  color: #3870be !important;
  font-weight: 500; }

/**Global Styles Ends Here**/
/* .kt-header__topbar-icon > svg > g > path {fill: #6e7899 !important;} */
.kt-header .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon svg g [fill],
.kt-header .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon svg g [fill] {
  fill: #fff; }

.kt-header__topbar-icon:hover .kt-svg-icon g [fill] {
  fill: #fff !important; }

.kt-svg-icon g [fill] {
  fill: #607D8B !important; }

/* Navbar styling Mobile */
.navbar_mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 153px;
  background-color: #1E2A3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  z-index: 1000;
  -webkit-box-shadow: 0px 15px 55.3px 0px rgba(28, 147, 209, 0.31);
  box-shadow: 0px 15px 55.3px 0px rgba(28, 147, 209, 0.31); }

/* Icon styling */
.icon-left,
.icon-right {
  width: 73px;
  /* Set desired size for the icons */
  height: 80px;
  cursor: pointer; }

/* Side menu styling */
.side-menu {
  position: fixed;
  top: 140px;
  left: -72%;
  width: 68%;
  height: 95vh;
  background: linear-gradient(123deg, #0C4F9F 31.58%, #1E2A3B 109.18%);
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-top: 60px;
  z-index: 900;
  border-radius: 20px; }

.side-menu-right {
  position: fixed;
  top: 100px;
  right: -72%;
  width: 41%;
  height: auto;
  background: linear-gradient(123deg, #0C4F9F 31.58%, #1E2A3B 109.18%);
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-top: 60px;
  z-index: 900;
  border-radius: 20px; }

.side-menu .menu-content {
  padding: 82px; }

.side-menu-right .menu-content {
  padding: 31px 48px 48px 100px; }

/* Menu item and arrow styling */
.menu-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: white !important; }

.grey-text {
  color: #7E7E7E;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; }

.grey-text-custom {
  color: #7E7E7E;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; }

/* Submenu styling */
@media (max-width: 1000px) {
  .submenu {
    display: none;
    margin-left: 20px;
    padding-top: 10px; }
  .grey-text {
    color: #7E7E7E;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; }
  .grey-text-custom {
    color: #7E7E7E;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; } }

.submenu p {
  margin: 5px 0; }

/* Overlay for closing menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 800; }

/* Mobile Navbar End */
#forgot_pwd {
  font-weight: 500;
  color: #5d78ff; }

.prog_card {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 calc(100% - 0.25rem) !important;
  flex: 0 0 calc(100% - 0.25rem) !important; }

.adusr_page {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
  -ms-flex-direction: inherit !important;
  flex-direction: inherit !important; }

.bx_shdw_none {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-brand {
  color: #fff !important; }

/* ul.kt-datatable__pager-nav li a {color: #99bce1 !important;} */
/**Header Action Styles**/
.show .kt-header__topbar-user > span {
  color: #fff !important; }

.kt-header__topbar-user:hover span {
  color: #fff !important; }

/**Common Styles**/
body {
  background: #fff !important; }

.show #userName,
.kt-header__topbar-user:hover #userName {
  color: #fff; }

.kt-notification__item {
  cursor: pointer; }

/* a.kt-menu__link.kt-menu__toggle.active {border-bottom: 2px solid #4b96db;} */
#kt_footer {
  -webkit-box-shadow: 0px 0px 6px #00000029;
  box-shadow: 0px 0px 6px #00000029; }

#kt_header_menu_wrapper {
  background: #fff; }

.notification {
  width: 30px; }

.notif_box {
  margin: auto; }

/**header and footer style fixed **/
#header {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0; }

#kt_modal_4 {
  margin-top: 50px; }

.scoll_hide_child {
  margin-top: 60px; }

#footer {
  position: fixed;
  width: 100%;
  z-index: 1;
  bottom: 0; }

.hm_model_res {
  margin-bottom: 70px !important; }

/* .kt-aside__brand-logo.logo img {width: 140px;} */
.logo {
  float: left;
  padding: 20px;
  width: 150px;
  padding: 20px 7px; }

.logo a:hover {
  cursor: pointer; }

.kt-header {
  background: #fff !important; }

/* .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link{padding: 21px 15px !important;} */
.kt-menu__link:hover {
  background-color: rgba(77, 89, 149, 0.06) !important; }

.kt-menu__item:hover {
  background: none; }

/* .kt-header__topbar-user span {font-family: 'roboto';} */
/**Common Styles Ends**/
.model_res_hdr {
  background: #f3f3f3;
  border: 1px solid rgba(29, 29, 29, 0.2); }

.model_res_hdr th {
  color: #A3A6B4;
  font-weight: 500 !important;
  text-align: center;
  font-size: 11px;
  font-family: 'Montserrat';
  padding: 8px; }

.kt-menu__item {
  padding: 14px 6px !important;
  color: #222; }

.kt-menu__item:hover .kt-menu__link {
  background: rgba(77, 89, 149, 0.06) !important; }

.kt-menu__item:hover .kt-menu__link .kt-menu__link-text {
  color: #5d78ff !important; }

.model_home .kt-menu__item a.models_page,
.home .kt-menu__item a.landing_page {
  background: rgba(77, 89, 149, 0.06) !important;
  color: #5d78ff !important; }

.model_home .kt-menu__item a.models_page span,
.home .kt-menu__item a.landing_page span {
  color: #5d78ff !important; }

.alert_home .kt-menu__item a.alerts_page,
.home .kt-menu__item a.landing_page {
  background: rgba(77, 89, 149, 0.06) !important;
  color: #5d78ff !important; }

.alert_home .kt-menu__item a.alerts_page span,
.home .kt-menu__item a.landing_page span {
  color: #5d78ff !important; }

a.kt-menu__link.kt-menu__toggle {
  background: none !important; }

.kt-menu__link-text {
  color: #BBBBBB !important;
  font-family: 'Montserrat'; }

#table-body td,
#model_instance_table_body td {
  text-align: center !important;
  font-family: 'Montserrat';
  color: #222; }

#model_instance_table_fliter_body td {
  text-align: center; }

.models_title_style {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #222222; }

.cust_txt {
  color: #222222;
  font-size: 14px;
  font-family: 'Montserrat'; }

.def-shadow {
  -webkit-box-shadow: 0px 0px 6px #00000029;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px !important; }

.def-shadow .dropdown-toggle {
  border: 1px solid #F1F1F3 !important; }

a.kt-menu__link.kt-menu__toggle {
  border-radius: 4px !important; }

.kt-menu__link-text {
  color: #222 !important;
  font-family: 'Montserrat'; }

/*Pagination Styles */
/*Table Headers Capitalization*/
#ctr_tr th,
#ctr th {
  text-transform: capitalize; }

/*Table Headers Capitalization ends*/
div#pagination-wrapper button,
#model_instance_table_pagination_wrapper button {
  background: #fff;
  border: 1px solid #E8E9EC;
  margin: 1px;
  color: #222; }

div#pagination-wrapper button:hover,
#model_instance_table_pagination_wrapper button:hover {
  background: #E8E9EC;
  font-weight: 600; }

/*Pagination Styles Ends*/
#mod_status {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  padding: 4px 0;
  background: #95c776;
  display: block;
  border-radius: 17px;
  margin: 0; }

.churn_res_table td {
  background: none !important;
  color: #222 !important;
  font-family: 'Montserrat'; }

.kt-header.kt-header--fixed.summary_header {
  position: inherit !important; }

.summary_nxtbtn button {
  background: #f3f3f3;
  padding: 8px 12px;
  color: #0095DA;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 5px; }

.summary_nxtbtn button:hover {
  background: #0095DA;
  color: #fff; }

.def-shadow h2 {
  font-size: 20px;
  color: #222222; }

.kt-portlet.kt-portlet--tabs.kt-portlet--height-fluid.m-3.summary_box.def-shadow.p-3 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit; }

tr.model_res_hdr th {
  color: #222;
  font-weight: 600 !important;
  border: 1px solid rgba(29, 29, 29, 0.2);
  vertical-align: middle; }

.model_res_sec h3 {
  font-size: 18px;
  color: #222222;
  margin-left: 18px; }

.conf_matrix,
.clasif_summary,
.roc_graph {
  padding: 10px 0px;
  background: #fff;
  border-radius: 10px; }

.model_summary {
  background: #fff;
  padding: 10px 25px;
  border-radius: 10px; }

.body_part {
  margin: 20px 0 65px; }

.mod_ex_page .body_part {
  margin: 57px 0; }

.model_summary_details ul li {
  list-style-type: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.model_summary_details ul {
  margin: 10px 0px 0px;
  padding: 0; }

.model_hdng h2 {
  font-size: 20px;
  color: #222222;
  font-weight: 600; }

.train_dataset h3,
.classif_smmary h3,
.train_consfusion h5,
.test_consfusion h5 {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 600;
  font-family: 'Montserrat'; }

.train_dataset {
  background: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  font-family: 'Montserrat'; }

/*Confusion Matrix styles*/
td#c_tr11,
#c_tr22,
#c11,
#c22,
#c_tr33,
#c33,
#c_tr44,
#c44 {
  background: #0278ad;
  color: #222222;
  padding: 10px;
  width: 61px !important;
  line-height: 40px;
  font-weight: 500; }

#c_tr12,
#c_tr21,
#c12,
#c21,
#c_tr23,
#c_tr32,
#c32,
#c23,
#c_tr13,
#c_tr31,
#c13,
#c31,
#c_tr14,
#c_tr24,
#c_tr34,
#c_tr41,
#c_tr42,
#c_tr43,
#c14,
#c24,
#c34,
#c41,
#c42,
#c43 {
  color: #222;
  background: #B4DFFF;
  padding: 10px;
  width: 61px !important;
  line-height: 40px;
  font-weight: 500; }

.table-responsive.train_consfusion,
.table-responsive.test_consfusion {
  overflow-x: hidden;
  padding: 7px 20px 19px 10px;
  border: 1px solid #F3F3F3;
  border-radius: 10px; }

table#m {
  width: 100%; }

.train_dataset .kt-portlet {
  -webkit-box-shadow: none;
  box-shadow: none; }

.classif_smmary {
  padding: 10px; }

#table-body td {
  font-family: 'Montserrat';
  color: #222; }

.table-responsive.train_summary,
.table-responsive.test_summary {
  border: 1px solid #F3F3F3;
  padding: 8px;
  border-radius: 10px; }

#ctr_tr tr:first-child,
#ctr_tr tr > td:first-child,
#ctr tr:first-child,
#ctr tr > td:first-child {
  background: #f3f3f3; }

#ctr_tr tr:first-child td,
#ctr_tr tr > td:first-child,
#ctr tr:first-child td,
#ctr tr > td:first-child {
  padding: 10px !important;
  color: #222222;
  font-weight: 500;
  text-align: center; }

#ctr_tr tr,
#ctr tr {
  border-bottom: 1px solid #f3f3f3;
  color: #222;
  font-weight: 400; }

#ctr_tr th:first-child,
#ctr th:first-child {
  width: 110px;
  padding: 0 5px; }

#cr_tr1,
#cr_tr2,
#cr_tr3,
#cr3,
#cr1,
#cr2 {
  font-weight: 600 !important; }

#cr_tr0,
#cr0 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content; }

.predict_btn {
  background: #0095DA;
  color: #fff;
  padding: 7px 20px;
  margin-bottom: 7px; }

.predict_btn:hover {
  background: #0095da94; }

.model_summary h6 {
  display: inline-block; }

.model_summary h5 {
  float: left;
  color: #222222;
  font-size: 16px;
  margin: 0 10px 0 0; }

#modelid,
#description,
#description2,
#players,
#players2,
#brandtype,
#brandtype2,
#modeltype,
#modelTrainedPeriod,
#modelTrainedPeriod2,
#accuracy,
#accuracy2,
#modelname,
#processId,
#processtype,
#timeperiod2,
#target_variable_value,
#timeperiod {
  color: #0C4DA2;
  font-size: 15px;
  font-weight: 600;
  text-align: left !important;
  padding: 0 10px; }

#description {
  padding: 0 10px 10px;
  position: relative; }

#description > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  color: #0C4DA2; }

#description > span {
  font-size: 10px;
  position: absolute;
  color: black;
  bottom: 10px;
  left: 10px;
  text-decoration: underline; }

#desc_tooltip {
  position: absolute;
  width: 200px;
  right: 0px;
  background: black;
  color: #fff;
  padding: 10px;
  z-index: 1;
  top: 46px;
  visibility: hidden; }

#description:hover #desc_tooltip {
  visibility: visible; }

td#cr_tr0,
td#cr0,
#r_tr0 th:first-child,
#r0 th:first-child {
  visibility: hidden; }

#r_tr0 th,
#r0 th {
  line-height: 53px; }

/* #r_tr0 td, #r0 td{font-weight: 600;line-height: 53px;} */
#r_tr0 td,
#r0 td {
  font-weight: 600;
  line-height: 30px;
  padding: 10px 3px;
  font-size: 11px; }

#r_tr1 td,
#r_tr2 td,
#r1 td,
#r2 td {
  font-weight: 600; }

#r_tr1 td:first-child,
#r_tr2 td:first-child,
#r1 td:first-child,
#r2 td:first-child,
#r_tr3 td:first-child,
#r3 td:first-child,
#r_tr4 td:first-child,
#r4 td:first-child {
  font-weight: 500;
  line-height: 15px;
  min-width: 54px !important;
  padding: 15px 3px !important;
  font-size: 11px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 600; }

#ctr_tr tr:first-child td:first-child,
#ctr tr:first-child td:first-child {
  visibility: hidden; }

#ctr_tr tr:first-child th:first-child,
#ctr tr:first-child th:first-child {
  visibility: hidden; }

#ctr_tr tr:first-child th,
#ctr tr:first-child th {
  padding: 10px; }

#ctr_tr th,
#ctr th {
  background: #f3f3f3;
  text-align: center;
  padding: 10px;
  text-transform: capitalize; }

.def-shadow .kt-portlet {
  -webkit-box-shadow: none;
  box-shadow: none; }

.model_ex_res .kt-portlet.kt-portlet--height-fluid,
.model_res .kt-portlet.kt-portlet--height-fluid {
  height: inherit !important; }

.model_ex_res,
.model_res {
  min-height: 358px;
  -ms-flex-line-pack: start;
  align-content: start; }

.model_ex_res .kt-portlet,
.model_res .kt-portlet {
  margin-bottom: 0; }

.kt-login__signup-link,
.kt-login__link-forgot {
  cursor: pointer; }

.bread-crumbs a,
.bread-crumbs span {
  color: #fff !important; }

.bread-crumbs a:hover {
  color: #000 !important;
  text-decoration: underline !important; }

#table-body td,
#model_instance_table_body td,
#model_instance_table_fliter_body td {
  font-size: 12px;
  border: 1px solid rgba(29, 29, 29, 0.2);
  text-align: center !important;
  vertical-align: middle;
  color: #595d6e;
  padding: 12px 2px; }

#table-body tr:hover,
#model_instance_table_body tr:hover {
  background: #2222220d; }

.kt-menu__link {
  border-radius: inherit !important; }

#validation_summary tr > td {
  color: #222;
  font-weight: 400;
  vertical-align: middle;
  padding: 10px;
  width: 120px;
  word-break: break-all; }

.summary_results_hdr {
  background: #F5F6FA !important; }

.summary_results_hdr td {
  color: #A3A6B4 !important;
  font-weight: 500 !important; }

.kt-checkbox.kt-checkbox--single span {
  border: 2px solid #A3A6B4; }

.kt-checkbox.kt-checkbox--single > span {
  top: 0px;
  left: 6px; }

.model_summary h5 {
  font-weight: 600;
  font-size: 15px;
  color: #2d2d2d; }

/*Timeline page styles*/
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
  padding: 0.35rem 0 0 13rem; }

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
  left: 12.12rem; }

.kt-timeline-v2:before {
  left: 12.85rem; }

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
  font-size: 1rem;
  color: #222; }

.kt-header-mobile__logo img {
  width: 150px; }

.kt-header-menu-mobile .kt-menu__nav {
  float: left;
  width: 100%; }

/*Timeline page styles Ends*/
.kt-footer .kt-footer__copyright .kt-link {
  font-family: 'Montserrat'; }

.mod_ex_res {
  color: #222;
  font-size: 18px !important;
  font-family: 'Montserrat'; }

/* #model_instance_table_fliter_pagination_wrapper,#pagination-wrapper {bottom: 35px;position: absolute;} */
#model_instance_table_fliter_pagination_wrapper button {
  background: #fff;
  color: #222;
  border: 1px solid #E8E9EC; }

#model_instance_table_fliter_pagination_wrapper button:hover {
  background: #E8E9EC;
  color: #222;
  font-weight: 600; }

/*Model Execution Results Styles */
#download_results button {
  right: 5%;
  padding: 7px 10px;
  border: none; }

.mod_res #pagination-wrapper {
  right: 28px;
  bottom: -15px;
  width: 100%; }

.churn_res_table .table-responsive {
  height: 350px;
  overflow: auto; }

#model_execution td {
  border: 1px solid #ebedf2; }

#model_execution tr {
  border: 1px solid #ebedf2; }

.kt-widget11.churn_res_table {
  margin-bottom: 15px; }

img#histogram1 {
  height: 90%;
  width: 100%;
  margin: auto;
  width: 80%; }

img#histogram2 {
  height: 50rem;
  margin: auto;
  width: 65%; }

.churn_res_table th {
  text-align: center; }

.churn_res_table td {
  display: table-cell !important;
  height: 15px;
  padding: 12px !important; }

.churn_datatable table.kt-datatable__table {
  height: 326px;
  overflow: auto !important; }

.churn_predictions .kt-datatable.kt-datatable--default > .kt-datatable__pager {
  padding: 15px; }

.churn_predictions .kt-portlet {
  margin-bottom: 0px; }

.churn_datatable.kt-datatable.kt-datatable--default {
  margin-bottom: 10px; }

/* #model_execution > tbody > tr > td {
  text-align: right !important;
} */
#model_execution > tbody > tr > th,
#model_execution > tbody > tr > td {
  text-align: left !important; }

/* width */
/* ::-webkit-scrollbar {
    width: 5px;
    visibility: hidden;
  }
  
  /* Track */
/* ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 5px;
  } */
/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: #0095df; 
    border-radius: 10px;
  } */
/* Handle on hover */
/* .churn_res_table::-webkit-scrollbar-thumb:hover {
    visibility:visible;
  } */
/**Notificatio UI**/
.def_notif.show {
  height: 400px;
  overflow: auto; }

#topbar_notifications_notifications {
  height: 350px;
  overflow: auto; }

.badge {
  font-weight: 400;
  position: absolute;
  top: 5px;
  background: #0095ff85;
  right: 0;
  color: #fff;
  right: -4px; }

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
  position: relative; }

/**Popup model styles**/
.modal-title {
  font-family: 'Montserrat';
  color: #222; }

.form-group label {
  color: #222; }

/**Search function Styles**/
#kt_quick_search_dropdown {
  max-height: 385px;
  overflow: auto; }

form.kt-quick-search__form #result {
  padding: 0;
  margin: 0; }

/* .kt-quick-search__input {font-family: 'roboto';} */
#kt_quick_search_toggle.show .kt-header__topbar-icon,
.kt-header__topbar-icon:hover,
.kt-header__topbar-user:hover {
  background: #2c53a5 !important;
  color: #fff; }

.kt-header .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon,
.kt-header .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  background-color: #2c53a5; }

.kt-header .kt-header__topbar .kt-header__topbar-item:hover.kt-header__topbar-item--user .kt-header__topbar-user,
.kt-header .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
  background-color: #2c53a5; }

.show .kt-header__topbar-icon,
.show .kt-header__topbar-user {
  background: #274da2 !important; }

form.kt-quick-search__form #result > li {
  cursor: pointer; }

form.kt-quick-search__form #result > li:hover {
  background: #5d78ff;
  color: #fff;
  font-family: 'Montserrat'; }

/**Search function Styles Ends**/
/**custom scrollbar styles**/
.my_scrollbar::-webkit-scrollbar {
  width: 5px; }

.my_scrollbar::-webkit-scrollbar-thumb {
  background: #4b95da; }

/**custom scrollbar styles Ends**/
#model_data table tbody,
#build_execution_table table tbody {
  overflow-y: hidden;
  scroll-behavior: smooth;
  height: 200px; }

/**Monitoring Page Styles**/
#processId,
#modeltype,
#predictionperiod,
#modelid,
#brandtype,
#processtype,
#target_variable,
#modelname {
  font-size: 15px;
  color: #222;
  font-family: 'Montserrat';
  color: #0C4DA2;
  font-weight: 600;
  text-align: left !important;
  padding: 0 10px; }

#modelname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.model_summary_details h5 {
  color: #2d2d2d;
  font-size: 15px; }

#myProgress,
#myProgressDR {
  height: 5%;
  width: 100%;
  padding: 1px; }

#Analytics,
#Enrichment,
#Ingestion,
#DashRefresh,
#SelfRefresh {
  width: 0%;
  height: 100%;
  background-color: #ffc107;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: white; }

.data_process h2 {
  color: #222;
  font-size: 22px;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: capitalize; }

.data_process h4 {
  color: #222;
  font-size: 16px; }

.data_process > div {
  margin-bottom: 10px; }

div#substages p:before {
  content: '+';
  padding: 5px;
  color: #4b96db;
  width: 10px;
  font-size: 12px;
  font-weight: 600; }

div#DEsubstages p:before {
  padding: 5px;
  color: #4b96db;
  width: 10px;
  font-size: 12px;
  font-weight: 600; }

.la-check {
  font-size: 16px;
  color: #5abc87 !important;
  font-weight: 600 !important; }

div#substages {
  padding: 10px; }

/**file upload styles**/
.fileUpload > .fa-file-alt {
  font-size: 23px;
  color: #22222240;
  line-height: 28px; }

.fileUpload:hover .fa-file-alt,
.fileUpload:hover span {
  color: #4c97e2cf; }

.callout {
  z-index: 20;
  position: absolute;
  border: 0;
  top: -30px;
  right: 150px;
  height: 260px;
  width: 768px; }

.kt-portlet.upload_blk {
  margin-bottom: 10px !important; }

img.callout.callout_last {
  top: -140px; }

#upload_blk {
  margin: -10px 20px 25px !important; }

/**file upload styles Ends**/
/**Theme style changes**/
#mod_pred_table.kt-datatable__toggle-detail {
  display: none !important; }

thead.kt-datatable__head tr > th > span {
  color: #222 !important; }

.kt-datatable__pager-info {
  display: none; }

thead.kt-datatable__head {
  background: #f3f3f3; }

button#dropdownMenuButton:hover {
  background: #3870be !important;
  color: #fff !important; }

.lmore {
  color: #fff;
  text-decoration: underline; }

@media (min-width: 769px) and (max-width: 1024px) {
  .zoho-msgbanr {
    font-size: 35px !important;
    height: 425px !important; }
  .zoho-msgbanr span {
    margin-bottom: 38px; }
  .lmore {
    font-weight: 500;
    font-size: 35px !important;
    text-decoration: underline;
    text-underline-offset: 4px; } }

@media (max-width: 768px) {
  .zoho-msgbanr {
    font-size: 50px !important;
    height: 783px !important; }
  .zoho-msgbanr span {
    margin-bottom: 38px; }
  .lmore {
    font-weight: 500;
    font-size: 50px;
    text-decoration: underline;
    text-underline-offset: 4px; } }

@media (max-width: 688px) {
  .kt-datatable__toggle-detail {
    display: block !important; } }

.scroll_hide {
  height: 100vh; }

#progress_list h4 {
  font-size: 14px;
  color: #222; }

.summary_box {
  max-height: 67vh; }

/**LTV results**/
#ltv_th_tr th,
#ltv_cth th {
  padding: 15px 0;
  background: #f3f3f3; }

#ltv_th_tr th:first-child,
#ltv_cth th:first-child {
  visibility: hidden; }

#train_ctr_tr > tr > th:first-child,
#test_ctr > tr > th:first-child {
  background: #f3f3f3;
  padding: 10px; }

.ltv_train_summary,
.ltv_test_summary {
  border: 1px solid #dee2e6;
  padding: 22px 8px; }

#ltv_images3,
#ltv_images4 {
  padding: 6px;
  display: block;
  text-align: center;
  margin: 10px -4px; }

.summary_results_hdr > th {
  vertical-align: middle !important;
  padding: 15px !important;
  width: 120px;
  text-align: center; }

.summary_tab_height {
  max-height: 389px;
  overflow-y: inherit !important; }

/**Add User Page Styles**/
.acc_details,
.add_details {
  padding-bottom: 5px !important;
  margin-bottom: 5px !important; }

#addressdetails p,
div#accountdetails p {
  margin-bottom: 8px; }

.kt-wizard-v4__review-title {
  color: #4b96db; }

/**Model Creation Model Styles**/
#search_status {
  padding: 5px; }

/**Global form styles**/
.form-control:focus {
  border: 2px solid #5d78ff !important; }

#searchmodel {
  border: none !important; }

/*** Theme Common header styles ***/
#kt_aside {
  display: none; }

.kt-aside--enabled .kt-header.kt-header--fixed {
  left: 0; }

@media (min-width: 1025px) {
  .kt-header__topbar {
    margin-top: 8px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    right: 0;
    position: absolute; }
  #kt_header_menu_wrapper {
    position: absolute;
    left: 200px !important;
    display: block !important; }
  .search_container {
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-left .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-left .3s ease-out 1;
    top: -46px !important;
    left: -60px !important; }
  .search_container #kt_quick_search_dropdown {
    padding: 6px 10px; } }

/* @media (max-width: 1024px){
  #kt_header_menu_wrapper {position: absolute;left: 200px !important;display: block !important;}
.dropdown-menu.dropdown-menu-anim {
  -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-left .3s ease-out 1;
  animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-left .3s ease-out 1;
  top: -48px !important;
    left: -60px !important;
}
#kt_quick_search_dropdown {
  padding: 4px 10px;
}
} */
/*** Theme Common header styles  ends here***/
@media (max-width: 1024px) {
  .kt-header__topbar {
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75) !important; }
  div#kt_header_menu_wrapper .kt-menu__item {
    padding: inherit !important; }
  /* .kt-header-mobile {display: none;} */
  .logo {
    position: absolute;
    left: 0;
    float: left;
    padding: 10px;
    width: 142px; }
  #res_logo {
    cursor: pointer; }
  #upload_blk .row {
    display: block; }
  #customer_attributes .row,
  #campaign_bonus_data .row,
  #game_hierarchy .row,
  #gaming_transactions .row,
  #non_gaming_transactions .row,
  #customer_campaign_data .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col-sm-8.uploadpage_forms {
    /* display: block; */
    max-width: 100% !important; }
  .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav li {
    margin-right: 2px; }
  .logo_lg {
    display: none; }
  .callout {
    display: none; }
  .notification .dropdown-menu {
    margin-top: 0px;
    -webkit-animation: inherit;
    animation: inherit; } }

@media (max-width: 320px) {
  .notification .dropdown-menu {
    margin-top: 97px; } }

@media (min-width: 1024px) {
  #res_logo {
    display: none !important; } }

@media (max-width: 991px) {
  #modelid,
  #description,
  #players,
  #accuracy,
  #modelname,
  #processId,
  #processtype {
    word-break: break-all; }
  .row.it {
    width: 75%; } }

@media (max-width: 800px) {
  .classif_smmary {
    padding: 5px; }
  .table-responsive.train_summary,
  .table-responsive.test_summary {
    padding: 4px; } }

@media (max-width: 768px) {
  .hm_model_res {
    margin-bottom: 100px !important; }
  .mod_ex_page .body_part {
    margin: 70px 0; }
  #model_local_data table tbody,
  #build_execution_table table tbody {
    overflow-y: auto;
    scroll-behavior: smooth;
    height: 200px; }
  #model_local_data .kt-datatable__head .kt-datatable__row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  #ctr_tr th,
  #ctr th {
    padding: 5px; } }

.kt-scrolltop {
  bottom: 65px; }

/**Datatable customized style**/
table.kt-datatable__table {
  margin-bottom: 10px !important; }

/* .kt-datatable__cell > span > span {word-break: break-all;} */
#model_local_data > .kt-datatable__table,
#model_execution_local_data > .kt-datatable__table {
  /* min-height: 240px;*/
  height: 240px; }

/**Datatable customized styles end**/
#images1,
#images2 {
  border: 1px solid #f3f3f3;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px; }

#ImageTrain,
#ImageTest {
  width: 100% !important;
  height: 198px; }

#ImageTrain1,
#ImageTest1 {
  height: 290px;
  width: 100%; }

h6#mod_matrix_head {
  top: 30px;
  position: absolute;
  right: 143px;
  font-style: italic; }

/**header for confusion matrix(predicted) in impact analysis**/
h6#impact_matrix_head {
  text-align: center;
  margin-left: 50px;
  margin-bottom: -1rem; }

/**set correct height of confusion matrix in churn impact**/
#ImpactConfusion_churn {
  height: 290px; }

#ImpactConfusion_apd {
  height: 340px; }

tr#ver_head {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 42%;
  left: 1px;
  font-style: italic;
  /* font-weight: normal !important; */ }

div#act_drdn {
  left: -43px !important; }

#uname {
  word-break: break-all; }

#Bell_SVG {
  fill: #274da2; }

/**Responsive Styles**/
@media (width: 1024px) {
  #res_logo {
    display: block !important; } }

@media only screen and (max-width: 1220px) {
  #mod_pred_table .kt-datatable__toggle-detail {
    display: block !important;
    padding: 11px 5px; } }

@media screen and (max-width: 1024px) {
  .kt-header-mobile--fixed .kt-header-mobile {
    position: inherit; }
  .upload_text_blk {
    display: none; }
  #upload_blk {
    margin: 20px 10px !important; }
  #model_local_data table tbody,
  #build_execution_table table tbody {
    overflow-y: auto; }
  .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li {
    margin-right: 2px !important;
    display: inline-block !important; }
  .ltv_train_summary,
  .ltv_test_summary {
    border: 1px solid #dee2e6;
    padding: 3px 8px; } }

@media only screen and (max-width: 1023px) {
  .row.it {
    width: 80% !important; }
  #model_local_data table tbody,
  #build_execution_table table tbody {
    height: auto; }
  #model_local_data > .kt-datatable__table,
  #model_execution_local_data > .kt-datatable__table {
    height: auto; } }

@media screen and (max-width: 600px) {
  h6#mod_matrix_head {
    right: 29%; }
  /**header for confusion matrix(predicted) in impact analysis**/
  h6#impact_matrix_head {
    margin-left: 75px;
    margin-bottom: -10px; }
  /**set correct height of confusion matrix in churn impact**/
  #ImpactConfusion_churn {
    height: 250px; }
  #ImpactConfusion_apd {
    height: 300px; }
  .row.it {
    width: 100%; }
  .dload_sample {
    width: 82%;
    text-align: right; }
  .row.it {
    width: 100% !important; } }

@media screen and (max-width: 533px) {
  #build_execution_table .kt-datatable__cell {
    padding: 5px !important; }
  #build_execution_table .kt-datatable__cell > span {
    padding: 12px 3px !important; }
  .mod_pred_bx,
  .mod_bx {
    padding: 0; }
  #ltv_images1,
  #ltv_images2 {
    margin: 0; }
  #ImageTrain,
  #ImageTest {
    width: 100% !important;
    height: auto; }
  .hm_model_res {
    margin: 0 10px 80px !important;
    /* box-shadow: none !important; */
    padding: 8px !important; } }

#mod_pred_table th.kt-datatable__toggle-detail,
#mod_pred_table td.kt-datatable__toggle-detail {
  display: none !important; }

@media screen and (max-width: 480px) {
  .mod_pred_bx {
    padding: 0; }
  #build_execution_table .kt-datatable__cell {
    padding: 5px !important; }
  #build_execution_table .kt-datatable__cell > span {
    padding: 12px 3px !important; }
  .mod_bx {
    padding: 0 0; }
  .kt-datatable__cell.kt-datatable__toggle-detail {
    padding: 14px 5px !important; }
  .res_page {
    padding: 0 !important; }
  .body_part {
    margin: 78px 0; }
  .model_summary {
    padding: 10px 12px;
    margin: 0px 0px 15px 0px !important; }
  #mod_pred_table th.kt-datatable__toggle-detail,
  #mod_pred_table td.kt-datatable__toggle-detail {
    display: block !important; }
  #ImageTrain1,
  #ImageTest1 {
    height: 200px;
    width: 100%; } }

@media screen and (max-width: 456px) {
  #mod_pred_table .kt-datatable__toggle-detail {
    display: block !important; } }

@media screen and (max-width: 414px) {
  .mod_bx {
    padding: 0; } }

@media screen and (max-width: 400px) {
  #ctr_tr tr:first-child th,
  #ctr tr:first-child th {
    padding: 5px 5px; }
  #ctr_tr th,
  #ctr th {
    font-size: 11px;
    padding: 10px 5px; }
  .model_summary {
    padding: 10px 15px; }
  .model_summary h5 {
    font-size: 14px; }
  #modelname {
    font-size: 12px;
    padding: 0; }
  .model_summary_details h5,
  .model_summary_details h6 {
    font-size: 12px !important; } }

@media screen and (max-width: 360px) {
  .hm_model_res {
    margin: 0 5px 80px !important; }
  .kt-datatable__pager-nav {
    display: inline-block !important;
    width: 260px !important; } }

@media screen and (max-width: 320px) {
  .classif_smmary {
    padding: 5px; }
  .kt-header-menu-wrapper {
    left: -368px !important; } }

/**Responsive Styles Ends**/
.iti__flag-container {
  height: 39px; }

/**Guide Tour**/
#emptycvr1,
#emptycvr2,
#emptycvr3,
#emptycvr4 {
  display: none; }

.guid_tour {
  z-index: 999999999999999999999; }

/* .guid_tour, #emptycvr1, #emptycvr2, #emptycvr3, #emptycvr4 {background: #0000007d;}
   .crt_mod.show {
    z-index: 1111111111;
} */
#emptycvr1 {
  width: 100%;
  height: 79vh;
  position: absolute;
  z-index: 999999999;
  top: 130px; }

#emptycvr2 {
  width: 48%;
  height: 22vh;
  position: absolute;
  z-index: 999999999;
  top: -8px; }

#emptycvr3 {
  right: 0;
  width: 45%;
  height: 22vh;
  position: absolute;
  z-index: 999999999;
  top: -8px; }

#emptycvr4 {
  width: 95px;
  height: 14vh;
  position: absolute;
  z-index: 999999999;
  top: 0px;
  left: 656px; }

.modal-dialog.guid_tour_strt {
  max-width: 100%;
  background: transparent;
  z-index: 99999999;
  margin: 0; }

.guid_tour_strt .modal-content {
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 99999999;
  /* padding:20% 0 5%; */
  text-align: center;
  border: none; }

.guid_tour_strt .modal-content h1,
.guid_tour_strt .modal-content h3,
.guid_tour_strt .modal-content h4 {
  color: #fff; }

.skip_tour {
  bottom: 5px;
  border: 2px solid #8EC645 !important;
  padding: 10px 35px !important;
  border-radius: 30px;
  text-shadow: none;
  color: #fff;
  position: fixed;
  right: 50px;
  /* background: #03A9F4 !important; */
  opacity: 1 !important; }

#tour_strt {
  bottom: 5px;
  border: 2px solid #8EC645 !important;
  padding: 10px 35px !important;
  border-radius: 30px;
  text-shadow: none;
  color: #fff;
  position: fixed;
  left: 50px;
  /* background: #03A9F4 !important; */
  opacity: 1 !important; }

#tour_strt:hover {
  color: #000; }

#tour_strt {
  position: absolute;
  padding: 5px 35px !important;
  background: none;
  bottom: 5px;
  left: 50px;
  font-size: 19.5px;
  font-weight: 600; }

.next_btn {
  border: 2px solid #8EC645 !important;
  padding: 5px 35px !important;
  border-radius: 30px;
  color: #fff;
  text-shadow: none;
  position: fixed;
  right: 200px;
  background: #8EC645 !important;
  opacity: 1 !important;
  font-size: 19.5px;
  bottom: 4px;
  font-weight: 600; }

.next_btn:hover {
  color: #222; }

.prev_step_btn {
  bottom: 5px;
  border: 2px solid #8EC645 !important;
  padding: 10px 35px !important;
  border-radius: 30px;
  color: #fff;
  text-shadow: none;
  position: fixed;
  left: 50px;
  background: #8EC645 !important;
  opacity: 1 !important; }

img.open_tour {
  position: relative;
  height: 100vh;
  padding: 0px !important; }

#myModal5 .open_tour {
  height: auto;
  cursor: all-scroll; }

#myModal5 {
  overflow: auto !important;
  padding: 0 !important; }

/* .skip_tour:hover{color: #fff;border: 2px solid #fff !important;} */
.modal-dialog.guid_tour_strt h4 {
  margin-bottom: 108px !important; }

#creat_mod:hover,
#activity_page:hover {
  background: #9e9e9e42; }

#myModal1,
#myModal2,
#myModal3,
#myModal4,
#myModal5,
#myModal6,
#myModal7,
#myModal8,
#myModal9,
#myModal10,
#myModal11 {
  z-index: 9999999999999;
  width: 100vw;
  overflow: hidden; }

#myModal4 {
  height: inherit;
  overflow: auto;
  padding: 0 !important; }

#myModal4 img {
  height: auto !important; }

#myModal13 {
  padding: 0 !important; }

/**Guide Tour Ends here**/
.row.it {
  width: 50%; }

#build_execution_table table tbody {
  overflow-y: auto; }

/**Datatable no data error styles**/
span.kt-datatable--error {
  vertical-align: middle !important;
  position: relative;
  top: 50%;
  background: #2196F3;
  padding: 5px;
  color: #fff; }

/**Datatable no data error styles Ends**/
#build_execution_table table tbody {
  overflow-y: auto; }

/**swal alert styles**/
.swal2-icon.swal2-error.swal2-animate-error-icon {
  font-size: 10px !important; }

#swal2-content p {
  font-size: 13px !important;
  margin: 10px 0 !important; }

.swal2-popup .swal2-content {
  margin-top: 5px !important;
  max-height: 300px;
  overflow: auto; }

.swal2-popup .swal2-title {
  margin-top: 16px !important; }

.btn-primary:hover {
  background: #274da2 !important; }

.ltvtimeinfodescription {
  position: absolute;
  width: 183px;
  background: #222;
  padding: 7px;
  height: auto;
  left: 35px;
  display: none;
  color: #fff;
  top: -62px; }

.ltvtimeinfodescription p {
  color: #fff; }

.ltvtimeperiod:hover ~ .ltvtimeinfodescription {
  display: block !important; }

/**landingpage styles**/
.landingpage_user {
  background: url(/assets/media/logos/dashboardbg.png);
  padding: 60px 0;
  text-align: center; }

.landing_cards_container {
  margin-top: -45px; }

.landing_card {
  -webkit-box-shadow: 0px 1px 15px #00000014;
  box-shadow: 0px 1px 15px #00000014;
  margin-bottom: 20px;
  padding: 15px;
  min-height: 200px;
  border: 5px solid #9e9e9e52; }

.land_card_title {
  color: #0C4DA2;
  text-align: center;
  font-weight: 600; }

.land_card_content p {
  text-align: center;
  color: #2D2D2D;
  font-weight: 600;
  font-size: 16px; }

.land_card_assets p {
  text-align: left; }

.landcard_btns {
  text-align: center; }

.dashboard_btn,
.selfservicebi_btn,
.model_btn {
  width: 165px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 5px; }

.alert_btn {
  width: 165px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 5px; }

.model_btn {
  background: #0C4F9F; }

.dashboard_btn {
  background: #0C4F9F; }

.alert_btn {
  background: #0C4F9F; }

.model_btn:hover {
  background: #0C4DA2;
  color: #fff; }

.dashboard_btn:hover {
  background: #0C4DA2;
  color: #fff; }

.alert_btn:hover {
  background: #0C4DA2;
  color: #fff; }

.selfservicebi_btn {
  background: #0C4F9F; }

.selfservicebi_btn:hover {
  background: #0C4DA2;
  color: #fff; }

.landcard_btns button {
  width: 150px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 5px; }

.upgradetopaid {
  border: 2px solid #2875D1;
  padding: 10px 15px;
  border-radius: 20px;
  width: 135px;
  color: #0d65e8; }

.upgradetopaid:hover {
  background: #ffffff;
  color: #257CFF; }

.addassetbtn {
  border: 2px solid #8EC645;
  padding: 10px 15px;
  width: 135px; }

.addassetbtn:hover {
  background: #8EC645;
  color: #fff; }

.upgrade-as {
  text-align: center;
  border: 1px solid #E0E0E0;
  padding: 10px;
  width: 60%;
  margin: auto;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.upgrade-as:hover {
  border: 2px solid #3F51B5;
  background: #9e9e9e6e;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #222;
  font-weight: 500; }

/**New login page styles**/
.login_container {
  max-width: 1180px !important; }

.login_side_right {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(47%, #ffffff), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ffffff 0%, #ffffff 47%, #ffffff 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px; }

.login_side_left h2 {
  color: #0C4DA2;
  font-size: 34px;
  font-weight: 600; }

.kt-login__title h3,
.kt-login__title p {
  font-family: 'Montserrat';
  color: #2D2D2D; }

#kt_login_form input,
#kt_user_add_form input {
  background: none !important;
  border-bottom: 2px solid #E9E9F0 !important;
  border-radius: inherit;
  outline: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  color: #fff !important; }

#kt_login_form input:focus,
#kt_user_add_form input:focus {
  border-bottom: 2px solid #fff !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important; }

#kt_login_form input:-webkit-autofill:focus,
#kt_user_add_form input:-webkit-autofill:focus {
  background-color: none !important;
  color: #555 !important;
  -webkit-text-fill-color: #555555 !important; }

#kt_login_form input:-internal-autofill-selected {
  background: none !important; }

#kt_login_form input::-webkit-input-placeholder, #kt_user_add_form input::-webkit-input-placeholder {
  color: #ffffffb8; }

#kt_login_form input::-moz-placeholder, #kt_user_add_form input::-moz-placeholder {
  color: #ffffffb8; }

#kt_login_form input:-ms-input-placeholder, #kt_user_add_form input:-ms-input-placeholder {
  color: #ffffffb8; }

#kt_login_form input::-ms-input-placeholder, #kt_user_add_form input::-ms-input-placeholder {
  color: #ffffffb8; }

#kt_login_form input::placeholder,
#kt_user_add_form input::placeholder {
  color: #ffffffb8; }

.login_side_left h2 {
  font-size: 24px; }

.show_form {
  display: none; }

.btn-login {
  background: #8EC645;
  border: none; }

@media (max-width: 767px) {
  .mobile_message_header {
    text-align: center !important; }
  .show_form {
    display: block; }
  .login_container {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; }
  .login_side_left {
    max-height: 80vh;
    max-width: 420px;
    margin: auto;
    min-height: 30vh; }
  .login_side_right {
    max-height: 80vh;
    max-width: 420px;
    margin: auto;
    min-height: 65vh; }
  .login_bigscreen {
    display: none; }
  .login_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh; } }

@media (min-width: 768px) {
  .login_side_left,
  .login_side_right {
    padding: 20px; }
  .login_mobilescreen {
    display: none; }
  .login_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/assets/media/landing-page/background-img.png) no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: #2d3a55; } }

@media (max-width: 575px) {
  .login_page_btns .btn {
    /* width: 100%; */
    margin-bottom: 15px; }
  .login_page_btns > .col-sm-6 > div {
    padding-left: 0px !important; } }

/**New login page styles ends here**/
#plot-image {
  max-height: 66vh; }

.imp-note li {
  font-size: 10px; }

.imp-note {
  list-style-type: none; }

.swal2-popup {
  border-radius: 2.2rem; }
