/*Common*/
:root {
  --primary: #e3732b; /*Green*/
  --secondary: #DD2222; /*Red*/
  --header:  #001737;
  --font: #405169;
  --border: #d9dce1;
  --grey: #f2f3f5;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font);
    background: var(--grey);
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    color: var(--header);
    line-height: 1.5;
}
h1{
  font-size: 56px;
  font-weight: 800;
  margin: 0;
}
h3 {
  font-size: 32px;
}
h6 {
  font-size: 20px;
  font-weight: 500;
}
a {
    text-decoration: none;
    color: var(--font);
}
i {
  font-size: 20px;
  font-family:var(--fa-style-family,"Font Awesome 6 Free");
}
#wrapper {
    overflow-x: inherit;
}
.p-2em {
    padding: 2rem;
}
.logo {
    margin: 0 auto;
    text-align: center;
}
/* .logo img {
  width: 215px;
} */

/*Create an Account Page*/
.signup {
  background: var(--bs-white);
}
.signup .left {
    width: 40%;
    background: var(--grey);
}
.signup .right {
    width: 60%;
}
.signup .form {
  padding: 10% 30%;
  background: var(--bs-white);
}
.signup .content {
  padding: 18%;
}
.sin-inup-password .form-control{
  padding-right: 15% !important;
}
.sin-inup-password{
  position: relative;
}
.sin-inup-password .p-viewer {
	z-index: 9999;
	position: absolute;
	margin-top: 40px;
  right: 24px;
}

.user-review {
    margin: 10% 0px;
}
span.thumb-img {
    padding: 0 20px 10px 0;
}
.card {
  border-radius: 8px;
}
.signup .card-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--muted);
}
.form h3 {
  font-weight: 700;
  margin: 1em 0;
}
.google {
  display: block;
  background: var(--bs-white);
}

.btn-login {
  font-size: 16px;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  box-shadow: rgb(12 26 38 / 5%) 0px 2px 1px 0px;
}
.btn-login img {
  vertical-align: middle;
  width: 26px;
  padding-right: 2%;
}
.separator {
  align-items: center;
  color: #ccc;
  display: flex;
  margin: 5% auto 3%;
}
.line-separator {
  background-color: var(--grey);
  flex-grow: 5;
  height: 1px;
}
.or-label {
  flex-grow: 1;
  text-align: center;
}
label {
  padding: 8px 0px 4px;
  color: var(--font)!important
}
label.form-check-label {
  padding: 0 0 8px 0;
}
input.form-control,
.form-select {
  color: var(--font);
  font-size: 14px;
  width: -webkit-fill-available;
  border: 1px solid var(--border);
  width: 100%;
}

.organisation .card {
	width: 800px;
	margin: 1% auto 0 auto;
}
.text-info {
	color: var(--font)!important
}

/*Upload*/
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
  border: 1px dashed var(--border);
  border-radius: 4px;
  margin-bottom: 5%;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  line-height: 21px;
}
.file-label p {
	font-size: 12px;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.file .is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 2.3em;
}

.file-cta {
  background-color: var(--light);
  color: var(--dark);
}

.file-icon {
  font-size: 28px;
  line-height: 42px;
  color: var(--dark);
}

.file-cta,
.file-name {
  border-color: 1px solid var(--border);
  border-radius: .375em;
  font-size: 1em;
  padding: 1.5em 1em 0;
  white-space: nowrap;
}

.close:not(:disabled):not(.disabled) {
  right: 10px;
  position: absolute;
  top: 10px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  opacity: 1;
  color: #bcbcbc;
  font-size: 28px;
  font-weight: 400;
  z-index: 999;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  color: var(--primary);
}

/*Create Invoice Template*/
body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: -25rem;
}

#sidebar-wrapper {
  width: 400px;
}
#sidebar-wrapper .sidebar-heading {
  letter-spacing: -0.6px;
}
small, .small {
  font-size: 0.75em;
  padding-bottom: 12px;
}
.form-check-input {
  margin-right: 0.25em;
}
.btn {
  font-weight: 500;
}
.primary {
  background: linear-gradient(180deg, #f17a2e 0%, #d36b28 100%);
  color: var(--bs-white);
}
.primary:hover {
  background: linear-gradient(180deg,#d36b28 0,#f17a2e 100%);
  color: var(--bs-white);
}
/*Create Invoice*/
body.sb-sidenav-toggled #wrapper #page-content-wrapper {
  width: 90%;
  margin: 0 5%;
}

#page-content-wrapper {
  padding: 15px;
}
.required {
  color: red;
}
table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}
.table > :not(:first-child) {
  border-top: none;
}
.table > thead tr th {
  padding: 15px 0;
  text-align: center;
}
.card-header {
  padding: 1rem 1rem;
}

/*login*/
.login {
  /* width: 32%; */
  margin: 0 auto;
}
.open>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 50%;
}
.dropdown-menu>li>a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
td {
  text-align: center;
  vertical-align: middle;
}

/* Mano - init - added css */
.border-radius-50{
  border-radius: 50%;
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 0 4px 4px 0;
}

::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
	border-radius: 8px;
	background-color: #d36b28;
}

#exists{
  display: none;
}
#exists div{
  font-size: 15px;
  padding: 10px;
  color: red;
}
#frmcreatetrial .result-message{
  font-style: oblique;
  font-weight: bold;
  font-size: smaller;
}
.text-justify{
  text-align: justify;
}
.iti{
  display: block !important;
}
.container .login {
  padding: 5% 32%;
}
.container .login .form {
  background: #ffffff;
  padding: 4% 8%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 4px;
}

.container .login .form .captchaInput{
  border: none;
  outline: none;
  border-bottom: 1px solid #d9dce1;
  text-align: center;
  width: 50%;
}

.area{
  background: #f19c66;
  /* background-image: linear-gradient( to bottom, #f19c66, #f59f5d, #f0bb89, #f3cfa5, #f8e1c3, #f3e1c8, #f0e7da, #feedf1, #fdf2f7, #fcf6fb, #fdfbfe, #ffffff ); */
  background: -webkit-linear-gradient(to left, #f17a2e, #d36b28);
  width: 100%;
  height:100vh;
  position: fixed;
  z-index: -1;
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100%{
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
a:hover{
  color: var(--primary);
}

.errorMessage{
  color: #DD2222;
  text-align: center;
  padding-top: 8px;
  font-weight: bold;
}

.login #dispMsg .alert.alert-success{
  margin: 18% 0;
}

.login #dispMsg .alert .close {
  display: none;
  /* right: 0px;
  top: 4px; */
}
/* Mano - closed - added css */