/*!*  Theme Variables* ----------------------------------------------- */

:root {
    --body-font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --body-font-size: 15px;
    --body-font-weight: 300;
    --body-font-color: #75737b;
    --body-line-height: 1.5;
    --heading-font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --heading-font-color: #02223a;
    --heading-font-weight: 600;
    --link-font-color: #02223a;
    --link-hover-font-color: #023156;
    --white-color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

 ::selection {
    color: var(--white-color);
    background: var(--link-hover-font-color);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block;
}


/* Sections
 ========================================================================== */

body {
    margin: 0;
    opacity: 1;
    transition: opacity 0.4s;
}

body.ready {
    opacity: 1;
}

main,
.site-main {
    display: block;
}


/* Box sizing --------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

cite {
    font-style: normal;
    font-size: 0.8rem;
}


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--body-font-color);
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    margin-bottom: 16px;
    line-height: 1.2;
}

p {
    margin-bottom: 24px;
}

p:last-child {
    margin-bottom: 0;
}


/*Grid*/

.row {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

[class*="col-"] {
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
}

.col-1 {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
}

.col-2 {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.col-5 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
}

.col-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
}

.col-11 {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.no-guttor {
    margin-right: 0;
    margin-left: 0;
}

.no-guttor>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row--reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row--space-between {
    justify-content: space-between;
}

.row--space-center {
    justify-content: center;
}

.row--items-center {
    -ms-align-items: center;
    align-items: center;
}


/* Elements
--------------------------------------------- */

body {
    background: var(--white-color);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 16px;
}

ul,
ol {
    margin: 0 0 16px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 16px;
}

strong {
    font-weight: bold;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

td,
th {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 8px 12px;
}

th {
    font-weight: bold;
    text-align: left;
}


/*Main center wrap*/

.wrap,
.wrap-fuild {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
}

.wrap *,
.wrap-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
}

.wrap--form {
    max-width: 768px;
    padding-top: 48px;
    padding-bottom: 48px;
}


/* Links
--------------------------------------------- */

a {
    color: var(--link-font-color);
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    outline: none;
}

a:focus,
a:active {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.btn {
    padding: 12px 24px;
    line-height: 1;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    background: #f6be18;
    color: #000000;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
}

.btn:hover {
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
}

.btn:focus {
    color: #fff;
}

.btn-remove,
.btn-edit {
    background: url(../images/ico-edit.svg) no-repeat;
    background-size: auto 16px;
    overflow: hidden;
    height: 18px;
    width: 22px;
    display: inline-block;
    text-indent: -1000px;
    margin: 0 5px;
}

.btn-remove {
    background-image: url(../images/ico-delete.svg);
}

.btn+.btn {
    margin-left: 12px;
}

.btn-cancel {
    background: #ccc;
    color: var(--body-font-color);
}

.btn-cancel:hover {
    background: #aaa;
}


/*Form*/

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 16px;
    background-color: var(--white-color);
    font-family: var(--body-font-family);
    font-size: 0.875rem;
    color: var(--body-font-color);
    font-weight: normal;
    display: block;
    outline: none;
}

.form-control.wpcf7-not-valid {
    border: 1px solid red !important;
}

.form-control:focus {
    border-color: #000;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

textarea.form-control {
    height: 100px;
}

label {
    margin-bottom: 5px;
    display: block;
    font-size: 1rem;
    color: var(--body-font-color);
}

.checkbox__group {
    display: flex;
    flex-wrap: wrap;
}

.checkbox__group--block {
    display: block;
    flex-wrap: wrap;
}

.checkbox__group label {
    margin-bottom: 0;
    display: inline;
}

.checkbox__group .checkbox__field+.checkbox__field {
    margin-left: 16px;
}

.checkbox__group--block .checkbox__field+.checkbox__field {
    margin-left: 0;
    margin-top: 8px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mt-32 {
    margin-top: 32px !important;
}


/*============= Header =============*/

.site-main {
    min-height: 100vh;
    padding-top: 37px;
    padding-bottom: 48px;
    padding-left: 56px;
}


/*Site Footer*/

.site-footer {
    position: fixed;
    width: 100%;
    z-index: 8;
    bottom: 0;
    padding: 4px 0;
    background-color: var(--white-color);
    font-size: 12px;
    text-align: center;
}


/*=========================*/

.login-bg {
    background: url(../images/login-bg.png) no-repeat left center;
    width: 100%;
    height: 100vh;
}

.loginForm {
    width: 100%;
    max-width: 420px;
    border-left: 1px solid #eee;
    padding: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.loginwrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-logo {
    margin-bottom: 48px;
}

.loginForm h1 {
    text-align: center;
    margin: 0 0 30px;
}

.loginForm span {
    display: block;
}

#wrapper {
    min-height: 100vh;
    padding-top: 30px;
    padding-left: 220px;
}

.queryinfo {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 16px;
}

.iframe-section {
    position: relative;
    height: calc(100vh - 30px);
    overflow: hidden;
}

.iframe-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    z-index: 9;
}

iframe {
    width: 100%;
    height: 100%;
    margin: 0;
}

.navbar {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 4px 32px 4px 16px;
    margin: 0;
    min-height: initial;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar>ul {
    display: flex;
    justify-content: right;
}

.navbar>ul>li+li {
    margin-left: 32px;
}

.navbar li {
    position: relative;
}

.navbar li a {
    color: var(--body-font-color);
}

.navbar li li a {
    color: var(--body-font-color);
}

.navbar li li a:hover {
    color: #000;
}

.navbar ul ul {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 8px 0;
    width: 160px;
    font-size: 13px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 16%);
}

.navbar li:hover ul {
    display: block;
}

.navbar ul ul li a {
    display: block;
    padding: 5px 12px;
}

.site-branding {
    padding: 8px 16px;
    margin-bottom: 24px;
}

.site-branding img {
    max-width: 160px;
}

.sidebar__nav {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 220px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 24px 12px;
    overflow: hidden;
    transition: 0.5s;
    z-index: 8;
    border-right: 1px solid #e9e9eb;
}

.sidebar__nav:hover {
    max-width: 220px;
}

.menu-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #b1b0b5;
}

.sidebar__nav:hover .selected-company span {
    display: block;
}

.sidebar__nav * {
    color: var(--body-font-color);
}

.sidebar__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar__nav>ul>li {
    margin-bottom: 4px;
}

.sidebar__nav .menu-title {
    padding: 24px 12px 8px;
}

.sidebar__nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
    border-radius: 4px;
    position: relative;
}

.sidebar__nav li a:hover {
    background-color: #f9f9fa;
}

.sidebar__nav .cactive a {
    font-weight: bold;
    color: #000;
}

.sidebar__nav .dashboard>a {
    background-color: #f1f1f2
}

.sidebar__nav .dashboard>a,
.sidebar__nav .home>a,
.sidebar__nav .has-submenu>a {
    padding-left: 40px;
    padding-right: 32px;
}

.sidebar__nav li a svg {
    display: block;
    position: absolute;
    right: 8px;
    top: 11px;
    transition: transform .15s ease-in-out;
    will-change: transform;
}

.sidebar__nav li .active svg {
    transform: rotate(90deg);
}

.sidebar__nav li a img {
    position: absolute;
    left: 12px;
    top: 10px;
    max-width: 20px;
    max-height: 20px;
    width: 100%;
    height: 100%;
}

.sidebar__nav .sub-menu {
    display: none;
    margin-top: 8px;
    margin-bottom: 16px;
}

.sidebar__nav .sub-menu li a {
    position: relative;
    padding-left: 40px;
}

.sidebar__nav .sub-menu li a:before {
    content: "";
    border: 1px solid #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 14px;
}

.alert {
    text-align: center;
    margin-bottom: 24px;
    padding: 8px 16px;
    border-radius: 5px;
}

.alert-success {
    color: green;
    background: #0080001a;
}

label.error,
.alert-danger {
    color: #ff0000;
    background: #ff000012;
}

.activity__block {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 24px;
}

.user__activity {
    list-style: none;
    margin-left: 0;
}

.user__activity li {
    display: flex;
    justify-content: space-between;
}

.user__activity li+li {
    border-top: 1px solid #eee;
    padding-top: 8px;
    margin-top: 8px;
}

.aside-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 11px;
    width: 100%;
    padding: 8px 12px;
}

.aside-footer span {
    display: block;
}