body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529; 
  text-align: left; 
}

.white-body {
  background:#fff !important;
}

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

label {
    display: inline-block;
    margin-bottom: .5rem;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #7e8993;
    border-radius: 4px;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 1rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form__input {
    flex: 1;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.search-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pagination-input-group {
      position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: flex-end;
}

.input-group-prepend {
    margin-right: -1px;
    border-bottom-left-radius: 5px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

a {
    text-decoration: none;
    background-color: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.text-center {
    text-align: center!important;
}

.text-right {
  text-align: right;
}


.enstract-checkbox {
  background: transparent;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*  margin-right: -15px;
  margin-left: -15px;*/
}



@media (min-width: 768px) {
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}


.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.onboarding-body {
  background-color:#f0f0f0 !important;
}

.onboarding-google-intro {
  margin-bottom: 1.2em;
}

.onboarding-screenshots img {
  width:100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.onboarding-accounts i {
  width: 100%;
  max-width: 100%;
  color: #1291d2;
  font-size: 8em;
  text-align: center;
}

.dashboardbg {
  background-color:#fff !important;
}

.login__username .icon {
  color:#fff !important;
}


.d-all {
  width:100% !important;
  float: right !important;
}

.cancel-out-col {
  width: 100% !important;
  float: right !important;
  flex: none;
  max-width: 100% !important;
  ms-flex: none;
}

.d-1of2 {
  width:49.99%;
  float: left;
}


.d-5of7 {
float: left;
width: 71.4285715%; }


.d-1of5 {
  float: left;
  width: 20%; }

.d-5of7 {
float: left;
width: 71.4285715%; }


.d-2of7 {
  float: left;
  padding-right: 0.75em;
  width: 28.5714286%; }

.d-5of7 {
float: left;
padding-right: 0.75em;
width: 71.4285715%; }


.gray {
  color:#8f8f8f;
}

.register .d-1of5 {
  float: left;
  padding-right: 0.45em;
  border-right: 2px solid #dbdbdb;
  background: #f2f2f2;
  width: 25% !important; 
}

.register #errors {
  color:red;
}

.register #success {
  color:green;
}

.register input[type="text"],
.register input[type="email"],
.register input[type="password"] {
  background:#f2f2f2;
}

.register .d-1of5 > div {
  border:none;
  cursor: pointer;
}

.register .d-1of5 input {
  background: #f2f2f2;
}

.vs__dropdown-menu {
  min-width:87px !important;
  border: none !important;
  background: #f2f2f2 !important;
  border-radius: 0 !important;
}

.vs__search {
  background: transparent !important;
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.vs__actions {
  padding: 0 !important; 
}

.register {
  color:#000;
}

.register ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.register ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.register :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.register :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.register .d-5of7 {
  float: left;
  padding-right: 0.75em;
  width: 79.4285715% !important;
}

.register-wrap .grid {
  /*padding: 8% 3% 0;*/
  padding: 8% 0% 0;
}

.toplevel_page_enstract img {
  width:25px;
  height: 25px;
}

.logout-btn {
  cursor: pointer;
  text-decoration: underline;
}

.enstract-btn {
  border: none;
  color: #fff !important;
  background: #1291d2;
  padding: 0.5em 1em;
  margin-top: 1em;
  border-radius: 4px;
  box-shadow: 0px 3px #0e72a6;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.11em;
  cursor: pointer;
}

.isEnstractedFinished {
  background:#DBDBDB !important;
  box-shadow: 0px 3px #999 !important;
}

.isEnstractedFinished div {
  color:#999;
}

.enstract-btn #loading {
  color:#fff;
}

#Enstract .inside {
  margin: 0px 0 0 0 !important;
  padding: 0 15px 12px !important;
} 

.forgotpassword-wrap #logo {
  margin-bottom: 1em;
}

.forgotpassword-wrap p {
  font-size:16px;
  text-align:center;
  margin: 0 auto 10px;
  padding-bottom:1em;
}

.google-tab {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.assign-tab-container {
  display: block;
  margin-top:1.2em;
}

.enstract-tab-btn {
  cursor: pointer;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color:#999;
  box-shadow: 0px 2px 1px #dbdbdb;
  background: #F2F2F2;
}

.link-spacing {
  padding-right: 0.5em;
}

#enstractSidebar {
  font-family: 'Raleway', sans-serif;
}

#Enstract .inside {
  margin:0 !important;
  padding:0 !important;
}

.manual-tab {
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.manual-tab a {
  text-decoration: underline;
  cursor: pointer;
  color:#1291D2;
}

.manual-tab p {
  color:#b5b5b5;
  font-size:13px;
  font-weight: 100;
}

.manual-tab h1,
.manual-tab h2,
.manual-tab h3,
.manual-tab h4,
.manual-tab h5,
.manual-tab h6 {
  font-weight: bold;
}

.google-tab p {
  color:#999999;
}

.google-tab-container {
   margin-top: 0.5em;
}

.google-tab-container h1,
.google-tab-container h2,
.google-tab-container h3,
.google-tab-container h4,
.google-tab-container h5,
.google-tab-container h6 {
  font-weight: bold;
}

.google-tab-container p {
  font-size:13px;
  font-weight: 100;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .1s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}


.entities-wrap {
  margin-top: 1.2em;
  width:100%;
}

.entitesWrap {
  box-sizing: border-box;
  border-radius: 4px;
  width:95%;
  padding:12px;
  background: #f2f2f2;
  height: 250px;
  overflow: scroll;
}

.entities-wrap .entities-box:nth-child(1) {
  border-top: 1px solid #cdcdcd;
}

.entities-box {
  cursor: pointer;
  width: 95%;
  padding-left: 1em;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.entities-box > div {
  padding-left: 0.6em;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

.entities-box p {
  margin: 0;
  padding:0;
  padding-left: 0.6em;
  color:#999;
}

.entities-box {
  padding: 4px;
  /*margin-top:10px;*/
}

.entites-chev {
  float: right;
  position: relative;
  bottom: 17px;
  padding-right: 0.55em;
}

.entites-chev i {
  color:#999999;
}

.green-trafficlight {
  color:green;
}

.amber-trafficlight {
  color:#ffbf00;
}

.red-trafficlight {
  color:red;
}


/* config.css */

:root {
  --baseColor: #606468;
}

/* helpers/align.css */

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

/* helpers/grid.css */

:root {
  --gridMaxWidth: 20rem;
  --gridWidth: 90%;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  padding: 8% 0 0;
  max-width: var(--gridMaxWidth);
  width: var(--gridWidth);
}

/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

:root {
  --iconFill: var(--baseColor);
}

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: var(--iconFill);
  font-size: 1rem;
  height: 1em;
  /*vertical-align: middle;*/
  width: 1em;
}

:root {
  --formFieldMargin: 0.875rem;
}

.loginreg {
  font-family: "Raleway";
}

.login input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  transition: background-color 0.3s;
}

.login input[type="text"] {
  border-bottom-left-radius: 0px;
}

.login .login-footer {
  margin-top: 30px;
}

.login .login-footer .align-link-center {
  margin-top:12px;
  margin-bottom:12px;
  margin-right: 26px;
}

.login-footer a {
  font-size:14px;
}

.login button {
  width:100%;
}

.login .vs__clear {
  display: none;
}

.login input[type='password'] {
  background:#f2f2f2;
}

.register-button {
  margin-top: 20px;
  padding-left: 66px !important;
  padding-right: 64px !important;
  padding-top: 11px !important;
  padding-bottom: 10px !important;
  width:100%;
}

.register input[type="text"],
.register input[type="password"], {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.register input[type="email"] {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.login .message,
.login .message a  {
  margin-bottom: 0.07em;
  text-align:center;
  color:#888888;
  font-size: 14px;
}

.login .register__icon {
  border:none;
  background: var(--loginSubmitBackgroundColor);
  color:#fff;
}

.login .input-group {
  box-shadow: 0px 3px #dbdbdb;
  border-radius: var(--loginBorderRadus);
  margin-bottom:20px !important;
}

.register input {
  /*margin-bottom: 1em;*/
}

.login button {
  cursor: pointer;
}

.login-footer {
  margin-top:1.4em;
}

.form {
  margin: calc(var(--formFieldMargin) * -1);
}

.form input[type='password'],
.form input[type='text'],
.form input[type='email'],
.form button{
  /*width: 100%;*/
}

.form__field {
  display: flex;
  margin: 20px;
}

.form__input {
  flex: 1;
}

/* modules/login.css */

:root {
  --loginBorderRadus: 0.25rem;
  --loginColor: #eee;

  --loginInputBackgroundColor: #1291d2;
  --loginInputHoverBackgroundColor: #1291d2;

  --loginLabelBackgroundColor: #1291d2;

  --loginSubmitBackgroundColor: #1291d2;
  --loginSubmitColor: #fff;
  --loginSubmitHoverBackgroundColor: #1291d2;
}

.login {
  color: var(--loginColor);
}

.login label {
  margin-bottom: 0em;
  box-shadow: 0px 3px #dbdbdb;
  border-radius: var(--loginBorderRadus);
  padding: 11px;
  color:#000;
}

.login label i {
  color:#fff;
}

.login input[type='text'],
.login input[type='password'],
.login input[type='email'],
.login select {
  box-shadow: 0px 3px #dbdbdb;
  border-radius: var(--loginBorderRadus);
  padding: 0.5em;
  color:#000;
}



.login input[type='text'],
.login input[type='password']
.login input[type='email'],
.login select {
  background:#f2f2f2;
}

.login button {
  box-shadow: 0px 3px #0e72a6;
  border:none;
  border-radius: var(--loginBorderRadus);
  padding-left: 40.5px;
  padding-right: 39.5px;
  padding-top:0.5em;
  padding-bottom:0.5em;
  color:#000;
}

.login label {
  background-color: var(--loginLabelBackgroundColor);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
/*  padding-left: 1.25rem;
  padding-right: 1.25rem;*/
}

.login input[type='password'],
.login input[type='text'],
.login input[tpye='password'],
.login select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.login input[type='password']:focus {

}

.login button {
  background-color: var(--loginSubmitBackgroundColor);
  color: var(--loginSubmitColor);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

:root {
  --paragraphMarginBottom: 1.5rem;
  --paragraphMarginTop: 1.5rem;
}

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

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.line-white {
   background-color: #fff;
}

.line-black {
    background-color: #000;
}

.line-blue {
  background:#1291d2;
}

.dashboard-loading {
  text-align:center;
  position: absolute;
  top:100%;
  left:50%;
}

#logo {
  width:200px;
  height: auto;
  margin-bottom:2.4em;
}

.onboarding-logo {
 margin-right: 35px;
}

.login-logo {
  margin-left: 45px;
  margin-right: 45px;
}

.reg-logo {
  margin-left: 60px;
  margin-right: 60px;
}

/* onboarding form  */

.onboarding  {
  background: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/*.onboarding .inner-wrap {
  height: 100%;
}*/

.onboarding h1,
.onboarding h2,
.onboarding h3,
.onboarding h4,
.onboarding h5,
.onboarding h6  {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
 }

 .onboarding p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin-top: 1.2em;
  margin-bottom:1.2em;
 }

 .onboarding .upload-key-group {
  border-bottom-left-radius: 5px;
 }

 .onboarding .upload-key-group input[type="text"] {
  border: none;
  box-shadow: 0px 3px 0px 0px #dbdbdb;
  background: #f2f2f2;
  padding: 0.3em;
  border-radius: 0px;
 }

 .onboarding .upload-key-group  button {
  box-shadow: 0px 3px #0e72a6;
  border-radius: var(--loginBorderRadus);
  padding: 0.5em;
  color:#000;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  width:20%;
 }

.onboarding input[type="text"] {
  border: none;
  box-shadow: 0px 3px 0px 0px #dbdbdb;
  background: #f2f2f2;
  padding: 0.3em;
  border-radius: 0px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.onboarding input[type="file"] { 
  border: none;
  box-shadow: 0px 3px 0px 0px #dbdbdb;
  background: #f2f2f2;
  padding: 0.3em;
  border-radius: 0px;
}

.onboarding .input-group-prepend {
  box-shadow: 0px 3px 0px 0px #dbdbdb;
}

.onboarding .prev-button,
.onboarding .next-button {
  min-width: 130px;
  box-shadow: 0px 3px #0e72a6 !important;
  background-color: #1291d2 !important;
  color:#fff !important;
  border-radius: var(--loginBorderRadus) !important;
  display: block;
  text-transform: uppercase !important;
  font-family: 'Raleway', sans-serif !important;
  /*font-weight: 400 !important;*/
  border:none !important;
  margin-top:3.2em;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.11em;
    padding-left: 1.7em;
    padding-right: 1.7em;
}

.onboarding .register__icon {
  border:none;
  background: var(--loginSubmitBackgroundColor);
  color:#fff;
  padding: 11px;
}

.onboarding .note-warning {
  font-size:14px;
  background: #F2F2F2;
  padding: 0.9em;
}

.steps {
    padding: 50px;
}

.errors p  {
  color:red;
}

.intro {
    padding: 12% 0 12% 0;
}


.onboarding .inner-wrap {
  width:100%;
  margin: 0 auto;
  padding: 0 100px;
}

.onboarding .tag {
  margin-top: 1em;
  font-size: 16px;
  margin-bottom:1.6em;
}

.onboarding .enstract-button,
.enstract-button {
  box-shadow: 0px 3px #0e72a6;
  background: #1291D2;
  color:#fff;
  border-radius: var(--loginBorderRadus);
  padding: 0.7em;
  display: inline-block;
  margin-right: auto;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  border:none;
  letter-spacing: 0.11em;
  font-weight: 600;
  cursor: pointer;
  font-size:14px;
  cursor: pointer;
  outline: none;
}

.onboarding-1of3 {
  width:47.49%;
  float: left;
}

.onboarding-1of3:nth-child(1) {
  padding-right: 0.99em;
}

.onboarding-1of3:nth-child(3) {
  padding-left: 0.99em;
}

.onboarding-divider img {
  width:25px !important;
  height: 300px;
}

.margin-left-auto {
  margin-left: auto;
}

.eb-medium {
  width: 30%;
}

.eb-small-md {
  width:20%;
}

.eb-small {
  width:15%;
}

.eb-ex-small {
  width:7%;
}

.eb-large {
  min-width:130px;
}

.eb-full-width {
  width:100%;
}

.center-align-items {
  width: 50% !important;
  height: auto !important;
  margin-bottom: 2em !important;
  /*display: flex !important;*/
  margin-left: auto;
  margin-right: auto;
}

.fith-height {
  height: 500px;
  transition: max-height 0.25s ease-in;
}

.stepper {
  padding: 0px !important;
}

.stepper .top {
  /*width:auto !important;*/
}

.step-header {
  margin-right: 15px;
  width: 100%;
}

.stepper .step-header-line {
  display: none !important;
}

.stepper .step-header-content {
  height: 15px !important;
  border-radius: 15px !important;
}

.start-enstract {
  padding-top:10px;
  padding-bottom:10px;
}

.stepper .step-header.active .step-header-content, .step-header.active .step-header-line {
  background: #f2f2f2 !important;
  border: 2px solid #107fb8!important;
}

.stepper .step-header.active .step-header-content {
  background: #107fb8 !important;
}

.stepper .step-header.currentpos .step-header-content {
  background: #f2f2f2 !important;
  border: 2px solid #107fb8!important;
}

.stepper .step-header-content {
    background: #f2f2f2 !important;
    color: transparent !important;
}

.stepper .steps-item {
  margin-top:1.2em;
}

.last_item {
  display: none !important;
}

.remove_next {
  display: none !important;
}

.enstractTabActive {
  background:#1291d2;
  color:#fff !important;
  box-shadow: 0px 2px 1px #107fb8 !important;
}


.thumbs-up-icon i {
  font-size:9em;
  color:#1291D2;
  margin-top: 0.1em;
  margin-bottom: 0.2em;
}

.fade-enter-active, .fade-leave-active {
  /*transition: opacity 0.35ms;*/
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

.red-color {
  color:red !important;
}

.green-color {
  color:green;
}

.white-color {
  color:#fff !important;
}

.vs__selected-options .vs__selected {
  margin-top:0.5em;
}

.vs__selected-options:focus {
  outline: none !important;
}

.vs__actions {
  margin-top: 0.5em;
}

.vs--open .vs__actions {
 margin-top: 0.3em !important;
}

.setting-logo {
  padding:0;
  margin-top:1em;
  text-align: center;
}

.setting-logo img {
  width:150px;
  height:auto;
  padding:0;
  margin:0;
  padding:0;
  margin-left:0em;
  margin-right:1.2em;
}

.onboarding .upload-btn {
  box-shadow: 0px 3px #0e72a6;
  background: #1291d2;
  color: #fff;
  padding: 0.5em;
  display: block;
  margin-right: auto;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  border: none;
  letter-spacing: 0.11em;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  cursor: pointer;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.dash-wrap {
  height: 100%;
  background:#fff;
  width: 100%;
}

.dash-wrap select {
   border:none;
   background:#f2f2f2;
}

.input-radius {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: 0 3px #dbdbdb !important;
}

.input-full-radius {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  box-shadow: 0 3px #dbdbdb !important;
}

.button-radius {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px;
}

.bulk-delete {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px;
  width:100%;
  margin-right: 2em !important;
  padding: 11px 22px 7px 12px !important;
  margin-top: 0.4em;
}

.button-pagination-radius-left {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
}

.button-pagination-radius-right {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
}

.search-entity {
  border:none !important;
  background:#f2f2f2 !important;
  padding: 0.2em !important;
}

.input-radius::after {
  content: "V";
}

.dash-heading h1 {
  font-size: 1.7em;
}

.dash-heading p {
  color:#b5b5b5;
  font-size: 16px;
}

.dash_wrap {
  margin-top:1.6em;
  margin-bottom:1.6em;
  font-family: 'Raleway', sans-serif;
  width:100%;
  max-width: 1200px;
  background:#fff;
  margin-left: auto;
  margin-right: auto;
}

.dash_wrap .wrap {
  margin:0;
}

.dashboard_sidebar {
  font-family: 'Raleway', sans-serif;
}

.dashboard_sidebar {
  /*display: table-cell;*/
  /*vertical-align: top;*/
  display: block;
  /*min-height: 100%;*/
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  /*min-height: 750px;*/
  /*position: absolute;*/
  width:21%;
  background: #1291D2;
}


.dashboard_sidebar ul li {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  margin-bottom:0em;
}

.dashboard_sidebar ul a li {
  color:#fff;
  padding-left: 1.2em;
  border-bottom: 2px solid #107fbb;
}

.dashboard_sidebar ul li span {
  float: right;
  padding-right: 0.7em;
}

.dashboard_sidebar ul li span i {
  color:#fff;
}

.dashboard_sidebar .router-link-exact-active li {
  background:#107FB8;
  color:#fff;
}

.dashboard-content {
  padding: 40px;
  float: left;
  width:80%;
}

.dashboard-content .row p {
  font-size:16px;
}

.setting-item {
  margin-top: 1.2em;
}

.setting-item h5 {
  font-weight: 600;
  font-size:18px;
}

.setting-item p {
  color:#b5b5b5;
  font-size: 15px;
}

.row p {
  color:#999;
  font-size:15px;
}

table {
  border-collapse:collapse;
}

.table {
  width: 100%;
  margin-bottom:1rem;
  border-collapse: collapse;
  border-radius: 6px;
  color:#212529;
}

.table:after {
  content: "";
  border-radius: 10px;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;

  background: #1291D2;
  color:#fff;
}

tr {
  display:table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.table thead tr {
  vertical-align: bottom;
}

.table td, .table th {
  padding:.90rem;
  vertical-align: top;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.row-options {
   visibility: hidden;
}

.row-options i {
  color:#373737;
}

.row-options a {
  padding-right: 0.7em;
}

.row-options .trash-i {
  color: #cd1212;
}

.table-hover tbody tr:hover {
  background:#f2f2f2;
}

.table-hover tbody tr:hover .enstract-checkboxes input ~ .checkmark {
  background-color: transparent;
  border: 2px solid #1291D2;
}

.table-hover tbody tr:hover .enstract-checkboxes input:checked ~ .checkmark, .bulk-checkbox input:checked ~ .checkmark {
  background-color: #2196F3 !important;
}

.table-hover tbody tr:hover .enstract-checkboxes:hover input ~ .checkmark {
  background-color: transparent;
  border: 2px solid #1291D2;
} 

.table-hover tbody tr:hover .row-options {
  display: block;
  visibility: visible;
}


.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  background: #ffffff;
  border-radius: 4px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  width:25%;
}

.modal-header,
.modal-footer {
  display: flex;
}

.modal-header {
  color: #4aae9b;
  justify-content: space-between;
  padding-top: 1.7em;
  padding-left: 20px;
  font-size: 22px;
}

.modal-header h3 {
  font-size:22px;
}

.modal-footer {
  justify-content: flex-end;
  padding: 20px 25px;

  padding-left: 2.6em;
  padding-right: 0em;
}

.modal-footer .row  {
  width:100%;
}

.modal-footer a {
  letter-spacing: 4px;
  text-transform: uppercase;
  color:#999999;
  font-size:14px;
  cursor: pointer;
  display: block;
  padding: 0.5em;
}

.modal-body {
  position: relative;
  color:#3d3d3d;
}

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

.edit-body .edit-name {
  cursor: not-allowed;
  color:#999999;
}

.delete-body {
  padding: 0px 20px;
  padding-bottom: 1em;
}

.modal-body p {
  color:#000;
}

.delete-content .entity {
  padding: 0.6em;
  background: #f2f2f2;
  width: 50%;
  margin: 14px auto;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
  border-radius: 4px;

  font-size:20px;
}

.modal-body label {
  width:100%;
  padding-bottom: 0.5em;
}

.delete-content .delete-warning {
  padding:0.7em;
  border: 1px solid #E74C3C;
  color:#E74C3C;
  border-radius: 6px;
}

.modal-body input[type="text"] {
  background:#f2f2f2;
  padding: 0.3em;
  border:none;
  width:100%;
  padding-left: 1em;
  font-weight: 400;
}

.modal label {
  font-weight: 600;
}

.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0;
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity 0.5s ease;
}

.paginate-number {
  padding: 0.5em;
  background:#f2f2f2;
  box-shadow: 0 3px #dbdbdb !important;
}

.paginate-number span {
 font-size: 13px;
}

.dash-wrap .enstract-button {
  margin:0;
  padding: 11px 22px 6px 12px;
}

.enstract-button .disabled {
  cursor: not-allowed;
}

.find-out-more {
  position: relative;
  margin-bottom: 1.4em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.delete-btn {
  background:#E74C3C;
  color:#fff;
  box-shadow: 0px 3px #C0392B;
}

.disabled-btn {
  cursor: not-allowed !important;
  outline:none;
}

.pagination-wrap {
/*  margin-left: auto;
  width: 49.99%;*/
}

.search-wrap {
  margin-top: 0.1em;
  width: 50%;
}


.entity-search {
  display: -webkit-inline-box;
}

.entity-search .enstract-button {
  padding:0.6em;
}

.f-right {
  width:60%;
  display: flex;
  justify-content: space-between;
}

.bulk-delete-wrap {
  width: 40%;
}

.pagination-wrap {
  width: 50%;
}

.pagination-inner-wrap {
  float: right;
}

.salience-thresholds input[type="text"] {
  width:7%;
  border:none;
  margin:0;
  text-align:center;

  border-bottom: 3px solid #dbdbdb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.salience_range {
  -webkit-appearance: none;
  width: 50%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity:1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-left: 1.2em;
  margin-top: 0.8em;
}

.salience_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border-radius:30px;
  background: #fff;
  box-shadow: 0px 2px 10px -2px black(1);
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px #0e72a6
  border: 0px solid #000000;
  background: url('../double-chevron.png') #1291d2;
  background-size: 43%;
  background-position: center;
  background-repeat: no-repeat;
}


input[type="range"]::-webkit-slider-thumb::before {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: red;
}

.salience_range::-moz-range-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border-radius:30px;
  background: #fff;
  box-shadow: 0px 2px 10px -2px black(1);
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px #0e72a6
  border: 0px solid #000000;
  background: url('../double-chevron.png') #1291d2;
  background-size: 43%;
  background-position: center;
  background-repeat: no-repeat;
}

.salience-thresholds {
  margin-top:2em;
  margin-bottom: 2em;
}

.salience-thresholds h5 {
  font-size:18px;
  font-weight: 600;
}

.settings-message {
  margin-top:1.6em;
}

.settings-message p {
  color:green;
}

.setting-mine-entities {
  margin-bottom: 1.7em;
}

.setting-mine-entities select {
  width: 20%;
  border: none;
  background: #F2F2F2;
  border-bottom: 3px solid #dbdbdb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1em;



  background-image:
  linear-gradient(45deg, transparent 50%, gray 50%),
  linear-gradient(135deg, gray 50%, transparent 50%);

  background-position:
  calc(100% - 20px) calc(1em + 2px),
  calc(100% - 15px) calc(1em + 2px),
  calc(100% - 2.5em) 0.5em;
  background-size:
  5px 5px,
  5px 5px,
  1px 1.5em;
  background-repeat: no-repeat;
}

.setting-mine-entities select:focus {
  outline: none;
}

/*.setting-mine-entities select + i.fas {
 float: right;
  margin-top: -30px;
  margin-right: 5px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
}*/

.coming-soon {
  margin-top:2em;
  margin-right:40px;
  background:#eee;
  padding:1.4em;
  overflow: scroll;
}

.coming-soon .enstract-button:hover {
  color:#fff;
}

.coming-soon p {
  font-size:14px;
}

.coming-soon h5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size:18px;
  letter-spacing: 2px;
}

.coming-soon p {
  color:#212529;
  font-size:14px;
}

.coming-soon ul {
  list-style: disc;
  margin-left: 2em;
}

.coming-soon ul li {
  font-size:14px;
}


.forgotpassword-btn {
  position: absolute;
  left:51.5%;
  font-size: 12px;
  color:#8f8f8f;
  padding-top: 13px;
/*  padding-top: 13px;
  padding-bottom: 13px;*/
}

.sortEntitesResponse {
 margin-top: 1.6em;
}

/* stepper css */

.step-header-line{
    display: inline-flex;
    width: 100px!important;
    height: 3px!important;
    background-color: grey!important;
}
.step-header-content{
    display: inline-flex!important;
    height: 60px!important;
    border-radius: 50%!important;
    background-color: grey!important;
    color: white!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer !important;
}
.step-header.active .step-header-content,
.step-header.active .step-header-line {
    background-color: rebeccapurple !important;
}
.step-header.error .step-header-content{
    background-color: #dc3545 !important;
}
.next-button{
    margin-left: auto!important;
}
.stepper{
    padding: 20px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center !important;
}
.stepper-slide-1-enter-active {
   /*transition: opacity 1s !important;*/
}
.stepper-slide-1-leave-active {
     opacity: 0 !important;
}

.stepper-slide-2-enter-active {
    /*transition: opacity 1s !important;*/
}
.stepper-slide-2-leave-active {
    /*animation: slide2-out .1s;*/
    opacity: 0 !important;
}

.cursor {
  cursor: pointer;
}


.dropdown-toggle {
  border: none !important;
}

a:focus {
outline: none;
}

.update-entities {
  margin-bottom: 1.2em;
}

.select-open {
  opacity: 0.1;
}

.padding-right {
  padding-right: 0.99em;
}

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
  border-color:transparent !important;
}


.enstract-checkboxes,
.bulk-checkbox {
 position: relative;
}

/* Hide the browser's default checkbox */
.enstract-checkboxes input,
.bulk-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -7px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #eee;
  border-radius: 6px;
}


.heading-check {
  border: 2px solid #107FBB;
}

/* On mouse-over, add a grey background color */
.enstract-checkboxes:hover input ~ .checkmark {
  background-color: transparent;
  border: 2px solid #1291D2;
}

.bulk-checkbox:hover input ~ .checkmark {
  background-color: transparent;
  border: 2px solid #fff;
}

/* When the checkbox is checked, add a blue background */
.enstract-checkboxes input:checked ~ .checkmark,
.bulk-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.enstract-checkboxes input:checked ~ .checkmark:after,
.bulk-checkbox input:checked ~ .checkmark:after  {
  display: block;
}

/* Style the checkmark/indicator */
.enstract-checkboxes .checkmark:after,
.bulk-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

th:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.save-setting {
/*  padding-left: 27px;
  padding-right: 27px;*/
  padding-top: 12px;
  padding-bottom: 12px;
}

.budget-btn {
  margin-top:1em;
}


.block-editor-page .sidebar-btn {
  width:39%;
  max-width: 39%;
}


.m-only {
  display: none;
}


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

  .onboarding-1of3 {
    width:45.49%;
  }

  .download-key {
    margin-top: 1.5em;
  }

  .onboarding-divider {
    margin: 0 auto;
  }
}


@media (min-width: 1030px) {
   .d-1of5 {
    float: left;
    width: 20%; }
}

@media (max-width: 1169px) {
   .sm-all {
    width:100%;
   }

   .d-1of5 {
    float: left;
    width: 20%; }
}

.table-mobile {
  display: none;
}


/* Tablet styles */
@media only screen and (min-width: 768px) {

}


/* Mobile styles */
@media (max-width: 767px) {

  .f-right {
    display: block;
  }

  .modal {
    width:100%;
  }

  .delete-content .delete-warning {
    width: 100%;
    padding: 0.5em;
  }

  .table-responsive {
    display: none;
  }

  .entity-search {
    display: contents;
  }

  .entity-search .search-entity {
    width:90%;
  }

  .entity-search .enstract-button {
    width: 10%;
  }


  .table-mobile {
    display: block;
  }

  .table-item {
    padding: 14px;
    background: #f2f2f2;
    border-radius: 4px;
    margin-bottom: 0.9em;
  }

  .table-item .row {
    margin-bottom: 8px;
  }

  .item-name,
  .item-slug  {
    width:75%;
  }

  .item-salience,
  .item-count {
    width: 25%;
  }

  .table-item .stats i {
    margin-right: 0.4em;
  }

  .table-item .options {
    margin-top: 1em;
  }

  .table-item .options a {
    width: 33%;
    text-align:center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0px 12px 0px 0px;
  }

  .table-item .options a i {
    margin-right: 0.4em;
  }

  .m-all {
    width:100% !important;
    float: left;
  }

  .stepper {
    padding: 20px 0 !important;
  }

  .entity-search .enstract-button {
    padding: 0.7em;
  }

  .onboarding {
     max-width: 100%;
   }

   .steps {
    padding: 50px 20px;
   }

  .onboarding .inner-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .header-indicator {
    /*width: 60px;*/
  }

  .stepper .top {
    width:100% !important;
  }

  .onboarding-divider img {
    display: none;
  }

  .onboarding-divider p {
    width:300px;
    text-align:center;
    font-size: 1.2em;
  }

  .m-only {
    display: block;
  }

  .onboarding-1of3 {
    width:100%;
  }

  .onboarding-1of3:nth-child(1) {
    padding-right: 0em;
    margin-bottom: 1.5em;
  }

  .onboarding-1of3:nth-child(3) {
    padding-left: 0em;
  }

  .eb-large,
  .eb-medium {
    width:100%;
  }

  .center-align-items {
    width:100% !important;
  }

  .onboarding .upload-key-group button {
    width:26%;
  }

  .dash_wrap {
    width:100%;
  }

  .dash_wrap .row {
    width:100%;
  }

  .dash_wrap #dashboard_sidebar {
    width:100%;
  }

  .salience-thresholds input[type="text"] {
    width:20%;
  }

  .pagination-wrap {
    width:100%;
  }

  .search-wrap > div {
    padding: 0;
  }

  .f-right {
    width: 100%;
  }

  .dashboard-content {
    height:1300px !important;
    width: 100%;
    padding: 20px;
  }

  .search-entity {
    width: 177px;
  }

  .paginate-number {
    width: 70%;
    text-align: center;
  }

  .pagination-inner-wrap {
    float: initial;
  }

  .dash-wrap .enstract-button {
    padding: 0;
  }

  .coming-soon {
    height: 500px;
  }

  .find-out-more {
    margin-bottom: 1.4em;
    left: 0%;
    margin-left: 0em;
  }

  .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:before {
    margin: -9px -7px;
  }

  input[type=checkbox]:before {
    margin: -9px -7px;
  }

}

.color-red {
  color:#D31111;
}

.color-black {
  color:#212121;
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {

  .find-out-more {
    margin-left: 0em;
    margin-bottom: 1.2em;
  }

  .t-all {
    width:100%;
  }

  .salience-thresholds input[type="text"] {
    width: 20%;
  }

  .dashboard-content {
    height:1300px !important;
  }

  #dashboard_sidebar {
    width: 25%;
  }

  .dashboard-content {
    width: 75%;
  }

  .entity-search {
    display: contents;
  }

  .hide-from-tablet {
    display: none;
  }

  .row-options {
    visibility: visible;
  }

  .entity-search .search-entity {
    width:80%;
  }

  .entity-search .enstract-button {
    width: 20%;
  }

  .pagination-wrap {
   
  }
  
  .onboarding {
     max-width: 100%;
   }

  .onboarding .inner-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .header-indicator {
    
  }

  .onboarding-divider img {
    /*display: none;*/
  }

  .onboarding-divider p {
    width:300px;
    text-align:center;
    font-size: 1.2em;
  }

  .onboarding .upload-key-group button {
    width:26%;
  }

    .onboarding-divider p {
    
    }

    .dash_wrap .row {
      width:100%;
    }

    .dashboard-content {
      margin-left: 0px;
      margin-left: 0px;
      padding: 1.2em;
    }
}

@media (min-width: 1180px) {
  .search-wrap {
      margin-top: 0.1em;
      /*margin-left: -4.5em;*/
  }

  .dash_wrap .row {
    width:100%;
  }
}

@media (max-width: 1179px) {
  .dash_wrap .row {
    width:100%;
  }
}

@media (max-width: 1143px) {
  .coming-soon {
    height: 400px;
  }
}

.hostmismatch  p {
  margin-top:1em;
}


@keyframes loadingC {
  0 {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
