/* input[type="password"] {
  color: transparent;
} */



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0; 
	padding: 0; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

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

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0;
}

ul, li {
	margin: 0;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.4;
  /*color: #999999;*/
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #ebeeef;
}


.wrap-login100 {
  width: 670px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/*==================================================================
[ Title form ]*/
.login100-form-image {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  padding: 20px 15px 24px 15px;
}

.login100-form-title-1 {
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #607d8b !important;
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 88px 93px 190px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  /*color: #808080;*/
  line-height: 1.2;
  text-align: right;

  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;

}

/*---------------------------------------------*/
.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #57b846;
}


/*---------------------------------------------*/
input.input100 {
  height: 45px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  /*color: #999999;*/
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #57b846;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #57b846;
  border-radius: 25px;

  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 480px) {
  .login100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*------------------------------------------------------------------*/
/*-------------------      AGO STYLES                 --------------*/
/*------------------------------------------------------------------*/

/*
grey logo color: #58595b
blue logo color: #1076bc
orange logo color: f15a2a

*/

td.details-control {
  background: url('/images/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('/images/details_close.png') no-repeat center center;
}

/*html {*/
/*  box-sizing:border-box;*/
/*}*/

/**, *:before, *:after {*/
/*  box-sizing:inherit;*/
/*}*/

.hidden {
  display: none;
}

/* Add search cancel button */
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer;
}

.wrapper {
  width:100%;
  padding: 75px;
  margin:0 auto;
  background-color: #ebeeef;
}

.container-page {
  display: flex;
  flex-direction: column;
  max-width:100%;
  min-height: calc(100vh - 150px);
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

a#login-menu-button {
  background-color: #BCFD4C;
  color: #000;
}

#accordion {
  display: block;
}

.ticker {
  visibility: hidden;
  font-family: Poppins-Bold;
  font-size: 16px;
}

.ticker a {
  color:#000;
  text-decoration:none;
}

.tickercontainer {
  background:#a0d8f3;
  padding: 0;
}

.separator {
  padding:10px;
  background-color: #ffffff;
}

th {
  text-align: left;
}

#visitors {
  display: block;
}

.jump-score {
  clear: both;
  float: left;
  display: block;
  margin-top: 10px;
}

.jump-page {
  float: right;
  display: block;
  margin-top: 10px;
}

.jump-page input, .jump-score input {
  width: 4em;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 1px 15px 1px 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 700px) {
}

@media (max-width: 500px) {
}

.score-container {
  max-width: 65%;
  margin: auto;
  padding: 0;
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}

.score {
  margin: auto;
  flex: none;
}

.two-column-left {
  float: left;
  width: 50%;
}
.two-column-right {
  float: right;
  width: 50%;
}

.three-column-left {
  float: left;
  width: 33%;
}
.three-column-right {
  float: right;
  width: 33%;
}
.three-column-center {
  display: inline-block;
  width: 33%;
}

/*main {*/
/*  padding:0;*/
/*}*/

.title-small {
  color: #1076bc;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: .25em .25em .25em .25em;
}

.title-medium {
  color: #1076bc;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: .25em .25em .25em .25em;
}

.title-large {
  /*color: #1076bc;*/
  /*color: #fff;*/
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: .25em .25em .25em .25em;
}

/*Reports*/
.report {

}

.report .title {
  color: #1076bc;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: 1em .25em .25em .25em;
}

.selection-section {
  border-bottom: 1px solid #0d0d0d;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

#product-type-selector, #subscription-selector, #user-selector {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  margin: 1em .25em 1em .25em;
  min-width: 100px;
}

.report-actions {
  border-bottom: 1px solid #0d0d0d;
}

.action-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow:hidden;
}

.action-nav li {
  float:left;
  padding: 10px 10px 10px 10px;
  border-right:1px solid #ccc;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-size:contain;
}

.icon-print {
  background-image: url('/images/print.png');
}

.icon-pdf {
  background-image: url('/images/pdf.png');
}

.icon-excel {
  background-image: url('/images/excel.png');
}

figure.item {
  margin-top: -15px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 64px;
}
figure > img {
  width: 64px;
  height: 64px;
  background-color: white;
}
figure .caption {
  display: block;
}

.report-content {
  border: 0;
}

#report-filters {
  max-width: 100%;
  margin: auto;
  padding: 0;
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}

#report-filters .report-filter {
  padding: 12px 5px 12px 5px;
}

.report-tables {
  visibility: hidden;
}

@media print {
  body * {
    visibility: hidden;
    background-color: #fff;
    color: #000;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}


body .title {
  text-align:center;
}

em {
  color: red;
}

a {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

/* Full-width input fields */
/*body input[type=text],*/
/*body input[type=number],*/
/*body input[type=password],*/
/*body input[type=email],*/
/*body textarea {*/
/*  width: 100%;*/
/*  padding: 12px 20px;*/
/*  margin: 8px 0;*/
/*  display: inline-block;*/
/*  border: 1px solid #ccc;*/
/*  box-sizing: border-box;*/
/*}*/

body textarea {
  height: 100px;
}

/* Set a style for all buttons */
.rxbutton {
  background-color: #1076bc;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Extra styles for the cancel button */
.cancelbtn {
  color: white;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.login-bottom-container {
  padding: 16px;
  background-color: #f1f1f1;
}

span.pw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  max-width:600px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 2em;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

/* Tooltips */
[data-tooltip]:before {
  /* needed - do not touch */
  display: inline;
  position: relative;
  opacity: 0;
  z-index: 98;
}

[data-tooltip]:hover:before {
  /* needed - do not touch */
  opacity: 1;
  content: attr(data-tooltip);
  position: absolute;
  width: 220px;
  padding: 5px 0;
  border-radius: 6px;
  box-shadow: 2px 2px 1px silver;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  margin-top: -25px;
  margin-left: 6px;
  z-index: 98;
}

.changed {
  background-color: lightyellow;
}

#table-buttons {
  text-align: center;
}

#table-buttons button {
  display: inline-block;
}

/* Terms and Conditions Modal */
.terms-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
}

.terms-modal {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
}

.terms-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.terms-header {
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.terms-header h2 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.terms-header .modal-close {
  color: #666;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  background: none;
  border: none;
}

.terms-header .modal-close:hover {
  color: #000;
  opacity: 0.7;
}

.terms-version {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.terms-body {
  flex: 1 1 auto;
  padding: 30px;
  overflow-y: auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

.terms-body::-webkit-scrollbar {
  width: 8px;
}

.terms-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.terms-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.terms-body::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.terms-text {
  line-height: 1.6;
  color: #333;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fafafa;
}

.terms-text::-webkit-scrollbar {
  width: 8px;
}

.terms-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.terms-text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.terms-text::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.terms-footer {
  padding: 20px 30px;
  border-top: 1px solid #e0e0e0;
  background-color: #f8f9fa;
  text-align: center;
}

.terms-actions {
  margin-bottom: 15px;
}

.terms-actions .btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.terms-actions .btn-primary {
  background-color: #007bff;
  color: white;
}

.terms-actions .btn-primary:hover:not(:disabled) {
  background-color: #0056b3;
}

.terms-actions .btn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.terms-note {
  margin: 0;
  color: #666;
  font-size: 12px;
  font-style: italic;
}

/* Responsive design */
@media (max-width: 768px) {
  .terms-modal {
    width: 95%;
    max-height: 90vh;
  }
  
  .terms-header,
  .terms-body,
  .terms-footer {
    padding: 20px;
  }
  
  .terms-body {
    min-height: 0;
  }
  
  .terms-text {
    padding: 8px;
  }
  
  .terms-header h2 {
    font-size: 20px;
  }
}

.info, .success, .warning, .error, .validation {
  border-radius: 5px;
  border: 1px solid;
  margin: 10px 10px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/images/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('/images/success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/images/warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/images/error.png');
}

.validation {
  color: #D63301;
  background-color: #FFCCBA;
  background-image: url('/images/error.png');
}

.suppress {
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/images/suppress.png');
  cursor: pointer;
}

.user-selection-section {
  border-bottom: 1px solid #0d0d0d;
  display: flex;
  /*flex-flow: row wrap;*/
  /*align-content: space-between;*/
  /*justify-content: space-between;*/
}

.user-selection-item{
  width: 25%;
  margin: .5%
}
.user-selection-item:nth-child(3n){
  margin-right: 25%;
}

#create-region-button, #create-territory-button, #create-user-button,
#user-edit-selector-label, #user-edit-selector {
  visibility: hidden;
}

.selection-item {
  display: inline-block;
  margin: 5px 10px 5px 10px;
}

.tables {
  background-color:#eee;
  padding: .5em .5em .5em .5em;
  visibility: hidden;
  display: flex;
  align-items: center;
}

.tables > div {
  flex: 1;
  margin: .25em .25em .25em .25em;
}

.tables .title {
  color: #1076bc;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: .25em .25em .5em .25em;
}

.prospect-tables .title {
  color: #1076bc;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  margin: .25em .25em .25em .25em;
}

.table-buttons {
  background-color:#eee;
  padding: .5em .5em .5em .5em;
  visibility: hidden;
}

.tables #left {
  border-right:1px solid blue;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#edit-members {
  display: none;
}

#member-header, #member-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

#member-header .title {
  margin: 5px 10px 0 10px;
  padding: 5px 0 0 0;

}

#members, #available, #move {
  border: 3px solid #eee;
  flex: 1;
  overflow-y: auto;
  max-height: 306px;
}

#members > ul, #available > ul {
  list-style-type: none;
  margin: 5px 10px 0 10px;
  padding: 5px 0 0 0;
}

#members li, #available li {
  margin: 0 2px 2px 2px;
  padding: 3px;
  font-size: 0.8em;
  cursor: pointer;
}

#demo-registration, #account-settings {
  background-color: #fefefe;
  margin: 10px auto 15% auto; /* 10px from the top, 15% from the bottom and centered */
  border: 1px solid #F15A2A;
  max-width:800px;
  padding: 5px;
}

#access-submit {
  background-color: #1076bc;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 50%;
}


.ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-assigned {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-unassigned {
  border: 1px solid #69da47;
  background: #88ffa3;
  color: #777620;
}

.selected {
  background-color: #A2D3F6;
}

#move {
  cursor: pointer;
}

.ui-accordion .ui-accordion-header {
  background: #e6e6e6;
  color: black;
  font-size: 0.8em;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  padding: 3px;
  -webkit-margin-before: .3em;
  -webkit-margin-after: .3em;
}

.ui-accordion .ui-accordion-content {
  padding-top: 0;
  padding-bottom: .25em;
}

div.accordion-section ul {
  list-style: none;
  -webkit-padding-start: 10px;
}

#loaderBox {
  z-index:999;
  opacity:0.9;
  display:none;
  border-radius:0.25em;
  width:140px;
  height:160px;
  padding:10px;
  background-color:#ffffff;
  border:1px solid #cdcdcd;
  position:fixed;
  top:45%;
  left:50%;
  text-align: center;
}

#loaderBox p {
  color: black;
  padding-top: 125px;
}

#loader {
  position: absolute;
  z-index: 1;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #009933;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*
 * NEW STYLE
 */
.wrapper {
  width:100%;
  padding: 75px;
  margin:0 auto;
  background-color: #fff;
}

.container-page {
  margin-left: 200px;
}

i {
  font-size: 18px !important;
}

.tab {
    cursor: pointer;
}

.left-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background: #F1F5FBFF;
  border-radius: 0;
  box-shadow: 0 0 1px #171a1f12, 0 0 2px #171a1f1F; /* shadow-xs */
}

div.logo {
  margin: 15px 0;
}

.logo {
  text-align:center;
}

.logo img {
  max-width:175px;
}

.terms {
  font-size: .50em;
  margin: 3px 0 0 10px;
}

.left-nav ul {
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
}

.left-nav li a,
.left-nav li span {
  display:block;
  padding:10px;
  text-align:center;
  font-size: 16px;
  color:inherit;
  text-decoration:none;
}

.left-nav-bottom {
  position: absolute;
  bottom: 50px;
  width: 260px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 45px;
    background: #F1F5FBFF;
    margin-top:auto;
    text-align:center;
    font-size:.8em;
}

.footer-block {
    display:inline-block;
    margin:5px;
    color:#999;
    vertical-align:top;
}

.top-nav {
  position: absolute;
  top: 10px;
  left: 290px;
  right: 75px;
  height: 140px;
  background: #fff;
}

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

.search-container {
  display: flex;
  align-items: center;
  width: 300px; /* Adjust width as needed */
  border: 1px solid #ccc;
  border-radius: 15px; /* Rounded corners */
  overflow: hidden;
  background: #fff;
  margin: 10px 10px 10px 10px;
}

.search-input {
  flex: 1;
  width: 250px;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 25px 0 0 25px; /* Rounded on left side */
}

.search-btn {
  background: none;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  border-radius: 0 25px 25px 0; /* Rounded on right side */
}

.search-btn:hover {
  background: #f0f0f0;
}

.top-bar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.top-bar-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.top-bar-list li a {
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 175px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-menu li {
    border-bottom: 1px solid #444;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    padding: 10px 16px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: white;
}

.dropdown-toggle {
    font-size: 16px;
}

.dropdown-toggle i {
    font-size: 18px;
}

.dropdown-menu li a:hover {
    background-color: #555;
}

.dropdown-menu.show {
    display: block;
}

.greeting-container {
  border-top:1px solid black;
  width:100%;
  padding: 10px 0 5px 5px;
}

.date-container {
  width:100%;
  padding: 5px 0 5px 5px;
}

.body {
  position: absolute;
  top: 150px;
  left: 290px;
  right: 75px;
  height: 100vh;
  color: black;
  padding: 0.5em;
}


/*
 * TODO: delete after redesign
 *
*/
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;
    /*font-size: 17px;*/
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #ccc;
}

/* Terms of Use Popup Styles */
.terms-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms-popup-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.terms-popup-header {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.terms-popup-header h2 {
    margin: 0;
    color: #333;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 24px;
}

.terms-popup-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.terms-popup-close:hover {
    background-color: #e0e0e0;
}

.terms-popup-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    max-height: 60vh;
    min-height: 200px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

.terms-popup-body::-webkit-scrollbar {
    width: 8px;
}

.terms-popup-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.terms-popup-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.terms-popup-body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.terms-popup-body h3 {
    color: #333;
    font-family: Poppins-SemiBold, sans-serif;
    margin-bottom: 10px;
}

.terms-popup-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.terms-popup-body ul, .terms-popup-body ol {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 20px;
}

.terms-popup-body li {
    margin-bottom: 8px;
}

.terms-loading {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
}

#termsPopupContent {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fafafa;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

#termsPopupContent::-webkit-scrollbar {
    width: 8px;
}

#termsPopupContent::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#termsPopupContent::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

#termsPopupContent::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.terms-popup-footer {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: right;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.terms-popup-close-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-family: Poppins-Medium, sans-serif;
    font-size: 14px;
    transition: background-color 0.2s;
}

.terms-popup-close-btn:hover {
    background-color: #0056b3;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .terms-popup-content {
        width: 95%;
        max-height: 90vh;
    }
    
    .terms-popup-header h2 {
        font-size: 20px;
    }
    
    .terms-popup-body {
        padding: 15px;
        max-height: 70vh;
        min-height: 150px;
    }
    
    #termsPopupContent {
        max-height: 300px;
        padding: 8px;
    }
    
    .terms-popup-footer {
        padding: 15px;
    }
}

/* Form Styling - Default Theme */

/* Password Change Form */
#password-change-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#password-change-form p {
    margin-bottom: 20px;
}

#password-change-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

#password-change-form input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

#password-change-form input[type="password"]:focus {
    outline: none;
    border-color: #333a56;
    box-shadow: 0 0 0 2px rgba(51, 58, 86, 0.2);
}

#password-change-form input[type="submit"] {
    background-color: #333a56;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#password-change-form input[type="submit"]:hover {
    background-color: #52658f;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(51, 58, 86, 0.3);
}

/* User Form and Client Form */
#user-form, #client-form {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#user-form h3, #client-form h3 {
    margin: 0 0 25px 0;
    color: #333a56;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

#user-form > div, #client-form > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

#user-form label, #client-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

#user-form input, #client-form input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

#user-form input:focus, #client-form input:focus {
    outline: none;
    border-color: #333a56;
    box-shadow: 0 0 0 2px rgba(51, 58, 86, 0.2);
}

/* Form Button Styling */
.rxbutton, .cancelbtn {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.rxbutton {
    background-color: #333a56;
    color: white;
}

.rxbutton:hover {
    background-color: #52658f;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(51, 58, 86, 0.3);
}

.cancelbtn {
    background-color: #6c757d;
    color: white;
}

.cancelbtn:hover {
    background-color: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3);
}

/* Error Message Styling */
.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Report Section Styling */
.report {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.report .title {
    font-size: 24px;
    font-weight: bold;
    color: #333a56;
    margin: 0;
}

/* Loader Styling */
#loaderBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333a56;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Responsive Design for Forms */
@media (max-width: 768px) {
    #password-change-form {
        margin: 20px;
        padding: 20px;
    }
    
    #user-form, #client-form {
        margin: 20px;
        padding: 20px;
    }
    
    #user-form > div, #client-form > div {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .rxbutton, .cancelbtn {
        width: 100%;
        margin: 5px 0;
    }
    
    .report {
        margin: 20px;
        padding: 15px;
    }
    
    .report .title {
        font-size: 20px;
    }
}
