/** @format */


/** @format */


/**
 * /* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *    License: none (public domain)
 *
 * @format
 */

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;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/** @format */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik";
}

h1,
h2 {
    font-weight: bolder;
}

h3,
h4,
h5 {
    font-weight: bold;
}

.page-dashboard .content .main-heading {
    text-align: center;
}

.page-dashboard .content p {
    text-align: center;
}

.page-dashboard .content .left {
    text-align: left;
    color: #171738;
}

.main-heading {
    font-size: 1.6rem;
    font-weight: bold;
    color: #181836;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: rgba(24, 24, 54, 0.2);
}

.main-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.lead {
    font-size: 0.8rem;
    font-weight: 700;
    color: #aeaeae;
}

p {
    color: rgba(24, 24, 54, 0.7);
    font-weight: bold;
}

.ft-capitalize {
    text-transform: capitalize;
}

.ft-uppercase {
    text-transform: uppercase;
}

.ft-lower {
    text-transform: lowercase;
}

.ft-xs {
    font-size: 0.8rem;
}

.ft-sm {
    font-size: 1rem;
}

.ft-md {
    font-size: 1.3rem;
}

.ft-lg {
    font-size: 2rem;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}

.ft-primary {
    color: #171738;
}

.ft-secondary {
    color: #181836;
}

.ft-acent {
    color: #cabdd7;
}

.ft-light {
    color: #fff;
    left: 40px;
}

.ft-light-300 {
    color: rgba(255, 255, 255, 0.7);
}

.ft-dark {
    color: #232323;
}

.ft-dark-300 {
    color: #707070;
}

.ft-dark-500 {
    color: #a3a3a3;
}

.ft-base {
    color: #fafafa;
}

.ft-success {
    color: #2aa24c;
}

.ft-danger {
    color: #db0f15;
}


/** @format */

.app-content {
    padding-top: 65px;
    padding-bottom: 50px;
    min-height: 100vh;
    background-color: #f8f6f9;
    padding-left: 50px;
}

.app-content.toggle {
    padding-left: 220px;
}

.page-title {
    padding: 1rem 0;
    color: black;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
}

.app-header {
    display: flex;
    height: 65px;
    background-color: #fff;
    border-bottom: 1px solid #fafafa;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 1rem;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
}

.app-header .nav-brand {
    display: flex;
    align-items: center;
}

.app-header .nav-brand .collaps-sidebar {
    display: none;
    margin-right: 10px;
    color: #232323;
}

.app-header ul {
    display: flex;
    align-items: center;
}

.app-header ul li>a {
    padding: 0.6rem 0rem;
    letter-spacing: 0.1rem;
    color: #232323;
    font-size: 0.8rem;
    border-bottom: 3px solid transparent;
    margin-left: 1.5rem;
    line-height: 40px;
    text-transform: uppercase;
}

.app-header ul li>a.active,
.app-header ul li>a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.app-header ul .nav-dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #faed89;
}

.app-header ul .nav-dropdown a:hover {
    text-decoration: none;
}

.app-sidebar {
    position: fixed;
    left: 0;
    background-color: #181836;
    z-index: 2;
    bottom: 0;
    transition: all 0.2s ease-out;
    top: 0;
    padding-top: 65px;
    transform: translate(0px, 0);
    width: 50px;
}

.app-sidebar.is-expand {
    width: 220px;
}

.app-sidebar.is-expand .app-sidebar-item a {
    width: auto;
}

.app-sidebar-item {
    overflow: visible;
    position: relative;
}

.app-sidebar-item a {
    display: flex;
    width: 50px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 1rem;
    align-items: center;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    border-left: 4px solid transparent;
}

.app-sidebar-item a.active,
.app-sidebar-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-left-color: #faed89;
}

.app-sidebar-item a:hover {
    border-left-color: rgba(255, 255, 255, 0.1);
}

.app-sidebar-item a.active:hover {
    border-left-color: #faed89;
}

.app-sidebar-item a i {
    margin-right: 20px;
}

.app-sidebar-item:hover a {
    overflow: visible;
    background-color: #181836;
    width: 220px;
}

.app-sidefilter {
    position: fixed;
    right: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 1px 7px 11px #ddd;
    z-index: 2;
    padding: 1rem;
    bottom: 0;
    transition: all 0.2s ease-out;
    top: 0;
    padding-top: 65px;
    transform: translate(200px, 0);
}

.app-sidefilter.toggle {
    transform: translate(0px, 0);
}

.app-sidefilter .filter-close {
    cursor: pointer;
}


/** @format */

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img.auth-admin-bg {
    background-image: url(../assets/auth-admin-bg.png);
}

.bg-img.auth-client-bg {
    background-image: url(../assets/auth-client-bg.png);
}

.page-auth {
    background-image: url(../assets/Client_Login.jpg);
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.page-auth .goback {
    color: #fff;
}

.page-auth .goback:hover {
    color: #fff;
}

.page-auth .auth-wrap {
    /* max-width: 800px;
   margin: 0 auto;
   min-height: 450px;
   width: 100%;
   display: flex;
   box-shadow: 0 0 10px rgba(35, 35, 35, 0.1); */
    max-width: 400px;
    margin: 120px auto;
    min-height: 300px;
    width: 100%;
    /* display: flex; */
    box-shadow: 0 0 10px rgb(35 35 35 / 10%);
    background-color: #fff!important;
    border-radius: 10px;
}

.page-auth .auth-wrap .auth-item {
    /* flex-basis: 50%;
   flex-grow: 0;
   height: 500px;
   padding: 3rem 4rem; */
    flex-basis: 50%;
    flex-grow: 0;
    height: 380px;
    padding: 1rem 2rem 0rem 2rem;
}

.page-auth .auth-wrap .auth-item .brand-name {
    text-align: center;
}

.page-auth .auth-wrap .auth-item .brand-name .logo {
    max-width: 176px;
    width: 100%;
    margin: 1rem 0 1rem;
    padding: 0.1rem 1rem;
    display: inline-block;
    /* background-color: #181836; */
    text-transform: uppercase;
    font-size: 1.5rem;
}

.page-auth .auth-wrap .auth-item .brand-name .logo.client-logo {
    /* background-color: #faed89; */
    /* color: #181836; */
    width: 180px;
}

.page-auth .auth-wrap .auth-item .brand-name h4 {
    text-align: center;
}

.page-auth .auth-wrap .auth-item .tagline {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 40px;
}

.page-auth .auth-wrap .auth-item.content {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.page-auth .auth-wrap .auth-item.content .copyright {
    /* position: absolute; */
    bottom: 1rem;
    font-size: 0.7rem;
}

.page-auth .auth-wrap .auth-item.form {
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.page-auth .auth-wrap .auth-item.form .login-btn {
    border: 1px solid #e1e1e1;
    height: 40px;
    border-radius: 3px;
    display: inline-block;
    padding-top: 5px;
    margin: 10px 0;
}

.page-auth .auth-wrap .auth-item.form .login-btn img {
    width: 170px;
    vertical-align: middle;
}

.page-auth .auth-wrap .auth-item.form .create-account p {
    color: #aeaeae;
}


/** @format */

label {
    color: #171738;
    font-size: 0.8rem;
    font-family: 'Rubik';
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 0.8rem;
    box-shadow: none;
    font-family: 'Rubik', sans-serif;
    height: 35px;
    border-color: rgba(35, 35, 35, 0.2);
    border-radius: 3px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-control::placeholder {
    color: #e1e1e1;
    font-family: 'Rubik';
}

.adon-group {
    display: flex;
    border: 1px solid rgba(35, 35, 35, 0.2);
    border-radius: 3px;
    overflow: hidden;
}

.adon-group .form-control,
.adon-group .v-btn,
.adon-group .icon {
    border: 0;
    border-radius: 0;
    height: 33px;
}


/** @format */

.table,
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
    background-color: transparent;
}

.table th,
.table td,
table th,
table td {
    padding: 0.5rem;
    font-size: 0.8rem;
    color: #232323;
    vertical-align: middle;
    border: 0;
    background-color: #fff;
}

.table thead th,
table thead th {
    font-weight: 600;
    color: #232323;
    border: 0;
}

.table.nowrap th,
.table.nowrap td,
table.nowrap th,
table.nowrap td {
    white-space: nowrap;
}

.table-light {
    background-color: #fff;
}

.table-light th,
.table-light td {
    white-space: nowrap;
}

.table-default thead th {
    background-color: rgba(35, 35, 35, 0.1);
}

.table-primary thead th {
    background-color: rgba(250, 237, 137, 0.6);
    color: #fff;
}

.table-modal {
    border-collapse: separate;
    border-spacing: 0;
}

.table-modal th,
.table-modal td {
    border-bottom: 1px solid rgba(35, 35, 35, 0.2);
}

.table-modal tr th:last-child,
.table-modal tr th:first-child {
    border-radius: 0;
}

.table-modal tr td:last-child,
.table-modal tr td:first-child {
    border-radius: 0;
}


/** @format */

@font-face {
    font-family: 'rubikblack';
    src: url('rubik-black-webfont.woff2') format('woff2'), url('rubik-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikbold';
    src: url('rubik-bold-webfont.woff2') format('woff2'), url('rubik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('rubik-regular-webfont.woff2') format('woff2'), url('rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Rubik', 'Source Sans Pro';
    font-size: 0.9rem;
    line-height: 1.8;
    color: #232323;
    font-weight: bold;
    letter-spacing: 1px;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #181836;
}

a.link {
    color: #fff;
    font-weight: lighter;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

img {
    width: 100%;
}

img-round {
    border-radius: 50%;
}

.animate.bounce {
    animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

hr {
    margin: 1rem 0;
}

hr.acent {
    border-color: #cabdd7;
}

hr.primary {
    border-color: #faed89;
}

hr.base {
    border-color: #fafafa;
}

.skin-primary {
    background-color: #faed89;
    color: #232323;
}

.skin-acent {
    background-color: rgba(202, 189, 215, 0.6);
    color: #fff;
}

.skin-secondary {
    background-color: #181836;
    color: #fff;
}

.skin-light {
    background-color: #fff;
    color: #232323;
}

.skin-dark {
    background-color: #232323;
    color: #fff;
}

.skin-base {
    background-color: #fafafa;
    color: #232323;
}

.skin-success {
    background-color: #2aa24c;
    color: #fff;
}

.skin-danger {
    background-color: #db0f15;
    color: #fff;
}

.v-btn {
    display: inline-block;
    color: #faed89;
    padding: 0 0.7rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8rem;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 800;
    outline: none;
    transition: all 0.2s ease-in;
    line-height: 35px;
    border: 1px solid transparent;
}

.v-btn:focus {
    outline: none;
}

.v-btn:hover {
    text-decoration: none;
}

.v-btn.btn-block {
    text-align: center;
}

.v-btn.btn-sm {
    line-height: 25px;
}

.v-btn span {
    margin-left: 0.5rem;
}

.v-btn.btn-lg {
    padding: 0.6rem;
}

.v-btn.v-btn-primary {
    background-color: #faed89;
    color: #232323;
    font-weight: bold;
}

.v-btn.v-btn-primary.invert {
    background-color: #faed89;
    color: #171738;
    border-color: #faed89;
}

.v-btn.v-btn-secondary {
    background-color: #181836;
    color: #fff;
}

.v-btn.v-btn-base {
    background-color: #fafafa;
    color: #232323;
}

.v-btn.v-btn-dark {
    background-color: #232323;
    color: #fff;
}

.v-btn.v-btn-dark.invert {
    background-color: transparent;
    color: #232323;
    border-color: #232323;
}

.v-btn.v-btn-light {
    background-color: #fff;
    color: #232323;
    color: #171738;
}

.v-btn.v-btn-acent {
    background-color: #cabdd7;
    color: #232323;
}

.v-btn.v-btn-success {
    background-color: #2aa24c;
    color: #fff;
}

.v-btn.v-btn-warning {
    background-color: #ffc107;
    color: #fff;
}

.v-btn.v-btn-danger {
    background-color: #db0f15;
    color: #fff;
}

.icon {
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
}

.icon i {
    line-height: 35px;
}

.icon .round {
    border-radius: 50%;
}

.icon.icon-xs {
    width: 15px;
    height: 15px;
}

.icon.icon-xs i {
    line-height: 15px;
}

.icon.icon-sm {
    width: 25px;
    height: 25px;
}

.icon.icon-sm i {
    line-height: 25px;
}

.icon.icon-md {
    width: 35px;
    height: 35px;
}

.icon.icon-md i {
    line-height: 35px;
}

.icon.icon-base {
    background-color: #fafafa;
    color: #232323;
}

.icon.icon-acent {
    background-color: #cabdd7;
    color: #232323;
}

.icon.icon-primary {
    background-color: #faed89;
    color: #232323;
}

.icon.icon-secondary {
    background-color: #181836;
    color: #fff;
}

.icon.icon-danger {
    background-color: #db0f15;
    color: #fff;
}

.icon.icon-light {
    background-color: #fff;
    color: #232323;
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 3em;
    height: 1.4em;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-light+.tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}

.tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.tgl-light:checked+.tgl-btn {
    background: #faed89;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
}

.pagination .page-item .page-link {
    color: #232323;
    border: 0;
}

.pagination .page-item.active .page-link {
    background-color: rgba(250, 237, 137, 0.7);
    color: #fff;
    border-color: #232323;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1fb264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824b;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1aa059;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 3px dashed #bcbcbc;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #fafafa;
    border: 3px dashed #faed89;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

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

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824b;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}


/** @format */

.logo {
    max-width: 150px;
    width: 100%;
    margin-top: 10px;
}

.round-xs {
    border-radius: 3px;
}

.round-sm {
    border-radius: 5px;
}

.round-md {
    border-radius: 10px;
}

.round-full {
    border-radius: 50%;
}

.avtar {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.avtar-xs {
    width: 30px;
    height: 30px;
}

.avtar-sm {
    width: 40px;
    height: 40px;
}

.avtar-md {
    width: 60px;
    height: 60px;
}

.avtar-lg {
    width: 80px;
    height: 80px;
}

.uc-list .uc-item {
    display: flex;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f2f2f2;
}

.uc-list .uc-item:last-child {
    border-bottom: 0;
}

.uc-list .uc-item:hover {
    background-color: #fafafa;
}

.uc-list .uc-item .title {
    color: #181836;
    font-size: 0.8rem;
}

.uc-list .uc-item .avtar {
    margin-right: 10px;
}

.nc-list .nc-item {
    padding: 0.2rem 0;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

.nc-list .nc-item:last-child {
    border-bottom: 0;
}

.nc-list .nc-item .title {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.nc-list .nc-item .nc-date {
    font-weight: 600;
    font-size: 0.7rem;
}

.nc-list .nc-item p {
    color: #aeaeae;
}

.block {
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    color: #232323;
}

.block.of-hidden {
    overflow: hidden;
}

.block.no-hidden {
    overflow: auto;
}

.block.base {
    background-color: #fafafa;
    color: #232323;
    border: 1px solid #f0f0f0;
}

.block.acent {
    background-color: #cabdd7;
    color: #232323;
}

.block.transparent {
    background-color: transparent;
}

.block.primary {
    background-color: rgba(250, 237, 137, 0.7);
}

.block.primary .main-heading,
.block.primary .main-title {
    color: #171738;
}

.block.primary .sub-heading,
.block.primary p {
    color: #171738;
}

.block.secondary {
    background-color: #181836;
    color: #fff;
}

.block.secondary .main-heading,
.block.secondary .main-title {
    color: #fff;
}

.block.secondary .sub-heading,
.block.secondary p {
    color: rgba(255, 255, 255, 0.8);
}

.block.light {
    background-color: #fff;
    color: #232323;
}

.block.dark {
    background-color: #232323;
    color: #fff;
}

.block.no-padding .header,
.block.no-padding .content,
.block.no-padding .footer {
    padding: 0.5rem 0;
}

.block.bdr-0 {
    border: 0;
}

.block .header,
.block .content,
.block .footer {
    padding: 1rem;
}

.block .header {
    padding-bottom: 0;
    font-weight: 400;
}

.block .content {
    font-size: 0.9rem;
}

.stats {
    background-color: #fff;
    padding: 0.5rem 1rem;
    position: relative;
    margin-bottom: 10px;
    height: 100px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.stats h4 {
    font-size: 14px;
    font-weight: bold;
}

.stats span {
    font-size: 20px;
    font-weight: bold;
    color: #171738;
}

.stats::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 200px;
    background-color: rgba(250, 237, 137, 0.7);
    z-index: -1;
    width: 150px;
    right: -47px;
    height: 250px;
    top: -70px;
    border-radius: 50px;
    border: 6px solid #f7f7f7;
    transform: rotate(45deg);
}

.stats-kpis {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
}

.stats-kpis .sk-item {
    flex: 1;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0 0.2rem;
}

.stats-kpis .sk-item.total-leads {
    font-size: 30px;
    font-weight: 600;
}

.stats-kpis .sk-item.total-leads .leads {
    font-size: 0.9rem;
}

.stats-kpis .sk-item.total-leads .leads.up {
    color: #2aa24c;
}

.stats-kpis .sk-item.total-leads .leads.down {
    color: #db0f15;
}

.user-account {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-bx {
    position: relative;
    min-height: 300px;
    display: flex;
    background-color: #fff;
}

.edit-video {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #faed89;
    z-index: 2;
    box-shadow: 0 1px 2px #232323;
}

.hero-bx {
    position: relative;
}

.hero-bx .edit-hero-bx {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
}

.pricing-table .pt-block {
    background-color: #fff;
    flex: 1 1 200px;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 1rem;
}

.pricing-table .pt-block.pt-default {
    background-color: #ededed;
    font-weight: bold;
}

.pricing-table .pt-block.pt-grow {
    margin-top: -25px;
}

.pricing-table .pt-block .pt-item {
    padding: 0.4rem 1rem;
    text-align: center;
    color: rgba(24, 24, 54, 0.5);
    border-bottom: 1px solid rgba(24, 24, 54, 0.1);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-table .pt-block .pt-item.start {
    background-color: rgba(255, 193, 7, 0.5);
}

.pricing-table .pt-block .pt-item.build {
    background-color: #ffc107;
}

.pricing-table .pt-block .pt-item.grow {
    background-color: #db0f15;
    height: 85px;
    display: flex;
    flex-direction: column;
}

.pricing-table .pt-block .pt-item.grow span {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-style: italic;
}

.pricing-table .pt-block .pt-item.thrive {
    background-color: #2aa24c;
}

.pricing-table .pt-block .pt-item:first-child {
    color: #fff;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
}

.pricing-table .pt-block .pt-item:last-child {
    border: 0;
}

.box-container {
    display: flex;
    justify-content: space-around;
}

.box-container div {
    width: 200px;
    flex-basis: 1;
    height: 200px;
    border: 1px solid #fafafa;
}

.dropdown-nav .dropdown-nav-list a {
    background-color: rgba(255, 255, 255, 0.1);
}

.sales-marketing-tracker li {
    font-size: 0.8rem;
    padding: 0.4rem;
    border-bottom: 1px solid #fafafa;
}

.sales-marketing-tracker li span {
    float: right;
    font-weight: bold;
}

.sales-marketing-tracker li:last-child {
    border-bottom: 0;
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.app-header ul .nav-dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #171738;
}

.table th,
.table td,
table th,
table td {
    padding: 0.5rem;
    font-size: 0.8rem;
    color: #171738;
    vertical-align: middle;
    border: 0;
    background-color: #fff;
}

.adon-group .form-control,
.adon-group .v-btn,
.adon-group .icon::placeholder {
    font-family: rubik;
}

.block.primary .main-heading,
.block.primary .main-title {
    color: #171738;
    font-weight: 800;
}


/** @format */

@media (max-width: 600px) {
    .page-auth {
        align-items: unset;
    }
    .page-auth .auth-wrap {
        flex-direction: column;
    }
    .page-auth .auth-wrap .auth-item {
        padding: 1rem;
    }
    .page-auth .auth-wrap .auth-item .logo {
        margin: 1rem 0;
    }
    .page-auth .auth-wrap .copyright {
        display: none;
    }
    .app-header .checkbtn {
        display: block !important;
        font-size: 20px;
    }
    .app-header nav {
        padding: 1rem 1rem 1rem 1rem;
    }
    .nav-links {
        position: fixed;
        width: 250px;
        height: 100vh;
        flex-direction: column;
        background: #001122;
        top: 65px;
        left: -100%;
        flex-direction: column;
        transition: all 0.2s ease-out;
    }
    nav .nav-links .link {
        display: block;
        color: #fff;
        margin: 0;
        padding: 0.5rem 1rem;
    }
    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }
    #check:checked~ul {
        left: 0;
    }
    .page-filter .filter-list li {
        display: block;
        border: 0;
        padding: 0.6rem 0;
    }
    .page-filter .filter-list li .filter-btn {
        display: block;
    }
    .navBar-ctrl {
        display: none;
    }
}


/*# sourceMappingURL=main.css.map */

.form-setting .input {
    display: grid;
    font-weight: 200;
    /* font-size: ; */
}

.select2-results__options>li {
    font-size: 12px;
    font-weight: 700;
}


/* Multi Select Font Color change */

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 3px 16px;
    border: 1px solid #aaa;
    background-color: #fff;
    margin-top: 1px;
    font-size: 13px;
    color: #495057!important;
    outline: none;
    white-space: nowrap;
}

.select2-selection__placeholder,
.selection {
    font-size: 13px;
    color: #495057!important;
    letter-spacing: normal;
}

.toast-info {
    background-color: #171738;
}

#toast-container>.toast {
    background-image: none !important;
}

.pagination>li.active>a {
    background-color: #181836!important;
    color: #fff;
    /* border-color: #252525; */
    z-index: 3;
    color: #fff;
    border-color: #181836!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: " ";
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap>.ms-options>.ms-selectall.global {
    text-transform: uppercase;
}

select {
    appearance: none;
    background-image: url(../../webroot/assets/icons/arrow-d.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 3px) center;
    background-size: 23px;
}

.form-control {
    padding: .375rem 0.5rem!important;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    padding: 3px 8px!important;
}

a:not([href]):hover {
    cursor: pointer!important;
}

#toast-container>div {
    padding: 15px 15px 15px 10px;
}

.sticky {
    position: fixed;
    top: 64px;
    /* top: 0; */
    width: 94.1%;
    z-index: 9999;
    display: table;
    background-color: #fff;
}