/*
Template-Author: zeeshan-hyder Author

*/
/*---------------------------------------------Css Reset------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
small
{
    font-size: 12px;
    color: red;
}


body, html {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f1c6a;
}

.statusBar {
    background-color: #5D78FF;
    height: 54px;
    padding: 18px 0px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.f-body, .link, .link-text, .pt-description, .subtitle {
    font-weight: 600;
    line-height: 20px
}

.errorBox
{
    color:red;
    padding: 2px 0;
}

.main-logo
{
    filter: brightness(0) invert(1);
}

.error-logosvg {
	color: #F87171;
	width: 20px;
	height: 20px;
}
#login-form-error {
	background-color: #FEF2F2;
	padding: 16px;
	line-height: 24px;
	margin-top: 24px;
	border-radius: 4px;
	display: flex;
    border: solid 1px #FBEAEA;
}

.error-description {
	color: #991B1B;
	font-size: 14px;
	font-weight: 400;
	padding-left: 7px;
	line-height: 20px;
}


/*success */
#login-form-success{
    background-color: #04785714;
    padding: 16px;
    line-height: 24px;
    margin-top: 24px;
    display: flex;
    border-radius: 4px;
}
.sucess-description {
    color: #047857b8;
    font-size: 14px;
    font-weight: 500;
    padding-left: 7px;
    line-height: 20px;
}
.sucess-logosvg {
    color: #34D399;
    width: 20px;
    height: 20px;
}
/*success*/

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

/* Firefox */
::-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

::placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
    cursor: pointer;
}

a:hover, a:focus, button:hover, button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0;
}

.form-control {
    border-radius: 0;
}

body, html {
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    color: #2f1c6a;
}

/*----------------------------Flexbox css-------------------------*/
.d-flex {
    display: flex;
}

.justify-content-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/*---------------------------------------------Css Reset------------------------------------------*/
/* Layout settings */
.d-none {
    display: none;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

.container-fluid {
    max-width: 100%;
}

.mx-auto {
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

/* colours settings */
.theme-light-text {
    color: #868c96;
}

.link-white {
    color: #fff;
}

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

.link-d-blue {
    color: #2f1c6a;
}


/* ---------------------------------Header main Menu Style ------------------------------------*/
.header-section {
    background-color: transparent;
    z-index: 200;
    width: 100%;
}


/* ---------------------------------Header main Menu Style onscroll ------------------------------------*/


.profile-button-menu-wrapper {
    background-color: #FFFFFF;
    border-radius: 6px;
    top: 61px;
    right: 0;
    width: 100%;
    max-width: 224px;
    padding: 12px 0;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    display: none;
}

.profile-names {
    color: #646C9A;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px 12px;
    border-bottom: 1px solid #F3F4F6;
}

.email-id-logged {
    color: #111827;
}

.menu-item-linkk {
    color: #374151;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.profile-menu-links {
    border-bottom: 1px solid #F3F4F6;
    padding: 2px 0;
}

.signout-link {
    color: #374151;
    font-size: 14px;
    padding: 12px 16px 0;
}

.innvite-user-popup-content {
    max-width: 512px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    padding: 24px 24px 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.innvite-user-popup-content .popup-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}

.popup-description {
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.innvite-user-popup-wrapper {
    background-color: rgba(107, 114, 128, 0.75);
    width: 100vw;
    height: 100vh;
    z-index: 200;
    position: fixed;
    display: none;
}

.innvite-user-popup-content input {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 8px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    width: 100%;
    margin-top: 12px;
}

.invite-users .input-link {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 8px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    width: 100%;
    max-width: 141px;
    margin-top: 12px;
    display: block;
}

.layout-modal {
    background-color: #F9FAFB;
    padding: 24px 12px;
}

.invite-users {
    padding-bottom: 12px;
}

.innvite-user-popup-content .close-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    width: 100%;
    max-width: 67px;
    margin-left: 12px;
    text-align: center;
}

.innvite-user-popup-content .submit-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    margin-left: 12px;
    text-align: center;
    color: #fff;
    background-color: #5D78FF;
}

.error-icon {
    width: 20px;
    height: 20px;
    color: #F87171;
}

.error-messege {
    background-color: #FEF2F2;
    line-height: 24px;
    margin-top: 12px;
    padding: 16px;
    font-size: 16px;
}

.error-messege p {
    color: #991B1B;
    margin-left: 12px;
    font-size: 14px;
}

.layout-modal {
    background-color: #F9FAFB;
    padding: 12px 24px;
    justify-content: end;
}

.latest-changes-wrapper {
	background-color: #FFFFFF;
	border-radius: 6px;
	top: 61px;
	right: 70px;
	width: 100%;
	max-width: 340px;
	padding: 12px 0;
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	display: none;
}
.latest-changes-wrapper .footer {
    color: #374151;
    font-size: 12px;
    padding: 12px 16px 0;
    text-align: center;
}
.new-lists .category {
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    padding: 0 11px;
    font-weight: 400;
    border-radius: 20px;
    margin-right: 3px;
    background-color: #3778ff;
    color: #fff;
}
.latest-changes-wrapper .new-lists {
    overflow-y: scroll;
}
.latest-changes-wrapper .new-lists a {
    display: block;
    line-height: 19px;
    padding: 7px 16px 7px 12px;
    color: #666;
    text-decoration: none;
    border-left: 3px solid #3778ff;
    border-left-color: rgb(55, 120, 255);
    border-left-color: #5d78ff;
}
.latest-changes-wrapper .footer a {
    color: #a8a8a8;
}
.latest-changes-wrapper .new-lists a {
    line-height: 19px;
    color: #666;
    font-size: 13px;
}
.latest-changes-wrapper .profile-names {
    color: #222C36;
    font-weight: 600;
}
/*.change-password-modal .innvite-user-popup-content .submit-btn {*/
/*    max-width: 114px;*/
/*}*/
.email-link {
    font-size: 14px;
    line-height: 20px;
}

.change-email-modal label {
    display: block;
}
.change-email-modal .popup-description {
    color: #000 ;
}
.change-email-modal  .submit-btn {
    /*max-width: 114px;*/
}
.change-email-modal label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin-top: 16px;
}
.change-email-modal .innvite-user-popup-content input {
    width: 100%;
    padding: 8px 8px;
}



/*graph*/


#chart, .chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);
}
#chart {
    max-width: 650px;
    margin: 35px auto;
}
select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
}


.apexcharts-canvas {
    margin: 0 auto;
}



/* --------------------------------Left menu  css ------------------------------------*/
.logo-wrapper.content {
    max-width: 191px;
    width: 100%;
}
.left-menu-trigger {
    max-width: 56px;
    color: #646C9A;
}

.left-menu-trigger {
    width: 24px;
    height: 24px;
}

.left-menu-icon {
    color: #C4CFF9;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.left-dash-menu-wrapper {
    left: 0;
    top: 64px;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    padding: 16px 16px 0;
    overflow-x: hidden;
}

.left-dash-menu-links .menu-item-linkk {
    padding: 8px;
    color: #4B5563;
    display: flex;
    width: 100%;
    min-width: 191px;
    margin-top: 4px;
    font-weight: 500;
}

.left-dash-menu-links .menu-item-linkk.active-link {
    padding: 8px;
    color: #5D78FF;
    background-color: #F6F7FD;
}

.left-dash-menu-wrapper .profile-names {
    padding: 24px 8px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

/* ---------------------------------Left menu css ------------------------------------*/

