/**
* Project Name : demo
* for : Actiknow Consulting Pvt. Ltd. 
* Author Name : Rajiv Gangwar 
* Author URL: www.rajivgangwar.in
**/

/** @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 */

.main-heading {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #3a6;
}

.sub-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
    color: #00261b;
}

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

.sub-title {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.lead {
    font-size: 0.8rem;
    color: #00261b;
    font-weight: 400;
}


/** @format */

.app-content {
    padding-top: 90px;
    min-height: 100vh;
    padding-left: 220px;
    background-color: #f5f5f5;
    transition: all 0.1s ease-out;
}

.app-content.toggle {
    padding-left: 0;
}

.page-title {
    padding: 1rem 0;
    margin-bottom: 0;
}

.user-title {
    padding: 1rem 1rem 1rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: -0.2rem;
    /* text-transform: uppercase; */
    color: #202020;
}

.ft-user {
    color: #202020 !important;
    font-weight: 500;
}

.ft-login {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: normal;
    color: gray;
    margin: 0;
}

.page.question-wapper {
    padding-top: 65px;
    padding-bottom: 2rem;
}

.page.page-user-type,
.page.page-welcome {
    padding-top: 65px;
    display: flex;
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.ms-auto {
    margin-left: auto;
}

.app-header {
    display: flex;
    height: 90px;
    /* align-items: center; */
    justify-content: flex-start;
    border-bottom: 1px solid #ecebeb;
    padding-right: 1rem;
    position: fixed;
    background-color: #ffffff;
    z-index: 10;
    width: 100%;
    top: 0px;
}

.app-header .nav-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    position: relative;
    align-items: center;
    background-color: #02261c;
}

.app-header .nav-brand .collaps-sidebar {
    color: #fff;
}

.app-header .nav-brand .collaps-sidebar .icon {
    color: #fff;
}

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

.app-header ul li>a {
    padding: 0.6rem 0rem;
    letter-spacing: 0.1rem;
    color: #3a6;
    position: relative;
    font-size: 0.8rem;
    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;
}

.app-header ul li>a .count {
    position: absolute;
    top: -4px;
    right: -14px;
    background-color: #3a6;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    width: 25px;
    height: 20px;
    line-height: 16px;
    border: 2px solid #fff;
}

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

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

.app-sidebar {
    position: fixed;
    left: 0;
    width: 220px;
    background-color: #02261c;
    z-index: 2;
    bottom: 0;
    overflow-x: hidden;
    transition: all 0.1s ease-out;
    top: 35px;
    padding-top: 65px;
    transform: translate(0px, 0);
}

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

.app-sidebar-nav {
    padding: 0rem 0.8rem;
}

.app-sidebar-nav a {
    display: flex;
    padding: 0.4rem 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 400;
    color: #ffffff;
    /* border-bottom: 1px solid rgba(32, 32, 32, 0.1); */
    position: relative;
}

.app-sidebar-nav img {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.app-sidebar-nav a.active,
.app-sidebar-nav a:hover {
    background-color: rgb(14 14 14 / 58%);
}

.app-sidebar-nav a i {
    margin-right: 10px;
}

.app-sidebar-nav a.active::before {
    position: absolute;
    color: #fff;
    content: "\0033";
    background-color: #787a7a;
    border-radius: 0.3rem;
    height: 20px;
    width: 25px;
    text-align: center;
    right: 10px;
    font-weight: 600;
}

.app-sidebar-nav a.notification::before {
    position: absolute;
    color: #02261c;
    content: "\0033";
    background-color: #ffffff;
    border-radius: 0.3rem;
    height: 20px;
    width: 25px;
    text-align: center;
    right: 10px;
    font-weight: 600;
}

.app-sidebar-nav a.notification-2::before {
    position: absolute;
    color: #02261c;
    content: "\0035";
    background-color: #ffffff;
    border-radius: 0.3rem;
    height: 20px;
    width: 25px;
    text-align: center;
    right: 10px;
    font-weight: 600;
}


/** @format */

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

.auth-wapper {
    height: 100vh;
    display: flex;
}

.auth-wapper-inner {
    background-color: rgba(0, 38, 27, 0.9);
    height: 100vh;
    max-width: 400px;
    width: 100%;
    overflow-y: auto;
}

.auth-wapper-inner .auth-content {
    color: rgba(255, 255, 255, 0.7);
}

.auth-wapper-inner .auth-content .logo {
    margin: 2rem;
}

.auth-wapper-inner .auth-content .header {
    padding: 2rem;
    text-align: center;
}

.auth-wapper-inner .auth-content .header h2 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.auth-wapper-inner .auth-content .header .tagline {
    font-size: 0.9rem;
}

.auth-wapper-inner .auth-content .content {
    padding: 2rem;
}

.auth-wapper-inner .auth-content .content .account-type li a {
    display: flex;
    width: 100%;
    background: #fff;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 0.8rem;
    padding: 0.5rem 1rem;
    position: relative;
}

.auth-wapper-inner .auth-content .content .account-type li a h4 {
    margin-bottom: 0;
    color: #3a6;
    padding-left: 1rem;
}

.auth-wapper-inner .auth-content .content .account-type li a img {
    width: 20px;
    height: 20px;
}

.auth-wapper-inner .auth-content .content .account-type li a.active::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    font-weight: 900;
    top: 0px;
    font-size: 1.3rem;
}

@media (max-width: 576px) {
    .auth-wapper-inner {
        margin-left: 0;
        max-width: 100%;
    }
}

.auth-footer {
    position: fixed;
    bottom: 0;
    padding: 0.5rem 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.auth-footer a {
    padding-left: 1.4rem;
}


/** @format */

label {
    color: #202020;
    font-weight: 600;
    font-size: 0.8rem;
}

.form-group {
    margin-bottom: 0.8rem;
}

.form-control {
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: none;
    height: 35px;
    border-color: rgba(32, 32, 32, 0.1);
    border-radius: 3px;
}

.form-control.error {
    border-color: #ea6a47;
}

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

.form-control.form-control-sm {
    font-size: 0.7rem;
    /* padding: 0; */
    height: 25px;
}

.form-control::placeholder {
    color: rgba(32, 32, 32, 0.5);
    font-weight: normal;
    font-weight: 600;
}

.adon-group {
    display: flex;
    border: 1px solid rgba(32, 32, 32, 0.1);
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
}

.adon-group.error {
    border: 1px solid #ea6a47;
}

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

.adon-group .form-control {
    flex: 1;
    padding-left: 0;
}


/** @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: #202020;
    vertical-align: middle;
    background-color: transparent;
}

.table thead th,
table thead th {
    font-weight: 600;
    color: #202020;
    border: 0;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}

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

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

.table-default thead th {
    background-color: #f1f1f1;
}

.table-primary thead th {
    background-color: #3a6;
    color: #fff;
}

.table-primary th,
.table-primary td {
    border-color: #b9b9b9;
}

.table-secondary thead th {
    background-color: #00261b;
    color: #fff;
}


/** @format */

body {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 1px;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #3a6;
    font-size: 0.8rem;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

ul li {
    font-size: 0.8rem;
}

ul.type {
    margin-left: 1rem;
}

ul.type.disc {
    list-style-type: disc;
}

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

img {
    width: 100%;
}

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

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

.dropdown-toggle.no-cret::after {
    display: none;
}

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

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

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

.ft-xxs {
    font-size: 0.7rem;
}

.ft-xxss {
    font-weight: 600;
    color: gray;
    font-size: 0.7rem;
}

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

.ltr-spce {
    letter-spacing: 0px;
}

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

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

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

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

.ft-xxl {
    font-size: 2.5rem;
}

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

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

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

.fw-bold {
    font-weight: 700;
}

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

.ft-base {
    color: #f1f1f1 !important;
}

.ft-primary {
    color: #3a6 !important;
}

.ft-primary-100 {
    color: rgba(51, 170, 102, 0.1);
}

.ft-primary-300 {
    color: rgba(51, 170, 102, 0.3);
}

.ft-primary-500 {
    color: rgba(51, 170, 102, 0.5);
}

.ft-primary-800 {
    color: rgba(51, 170, 102, 0.8);
}

.ft-secondary {
    color: #00261b !important;
}

.ft-warning {
    color: #f9bb01 !important;
}

.ft-info {
    color: #0091d5 !important;
}

.ft-danger {
    color: #ea6a47 !important;
}

.ft-success {
    color: #33a852 !important;
}

.ft-dark {
    color: #202020 !important;
}

.ft-light {
    color: #fff !important;
}

.ft-light-100 {
    color: rgba(255, 255, 255, 0.1);
}

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

.ft-light-500 {
    color: rgba(255, 255, 255, 0.5);
}

.ft-light-800 {
    color: rgba(255, 255, 255, 0.8);
}

.ft-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg {
    font-size: 0.8rem;
    padding-left: 1rem;
    font-weight: 600;
}

.msg.error {
    color: #ea6a47;
}

.msg.success {
    color: #33a852;
}

hr {
    margin: 1rem 0;
}

hr.primary {
    border-color: #3a6;
}

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

.skin-primary {
    background-color: #3a6;
    color: #fff;
}

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

.skin-light {
    background-color: #ffffff;
    color: #202020;
}

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

.skin-base {
    background-color: #f1f1f1;
    color: #202020;
}

.skin-success {
    background-color: #33a852;
    color: #fff;
}

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

.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: #3a6;
    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: #33a852;
}

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

.pagination .page-item.active .page-link {
    background-color: rgba(51, 170, 102, 0.7);
    color: #fff;
    border-color: #202020;
}

.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 #b9b9b9;
    position: relative;
}

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

.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 */

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

.v-btn.not-allowed {
    cursor: text;
}

.v-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.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.btn-shadow {
    box-shadow: 1px 1px 2px rgba(32, 32, 32, 0.3);
}

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

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

.v-btn.v-btn-base {
    background-color: #f1f1f1;
    color: #202020;
}

.v-btn.v-btn-base.invert {
    background-color: #f1f1f1;
    color: #202020;
    border-color: #d8d8d8;
}

.v-btn.v-btn-primary {
    background-color: #2d965a;
    color: #fff;
}

.v-btn.v-btn-custom {
    background-color: #02261c;
    color: #fff;
    font-size: 0.7rem;
}

.v-btn.v-btn-custom.invert {
    background-color: #fff;
    color: #02261c;
    border-color: #02261c;
}

.v-btn.v-btn-primary.invert {
    background-color: #fff;
    color: #3a6;
    border-color: #3a6;
}

.v-btn.v-btn-primary.transparent {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

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

.v-btn.v-btn-secondary.invert {
    background-color: #fff;
    color: #00261b;
    border-color: #00261b;
}

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

.v-btn.v-btn-dark.invert {
    background-color: #fff;
    color: #202020;
    border-color: #202020;
}

.v-btn.v-btn-light {
    background-color: #fff;
    color: #202020;
    color: #3a6;
}

.v-btn.v-btn-light.invert {
    background-color: #fff;
    color: #202020;
    border-color: rgba(32, 32, 32, 0.1);
}

.v-btn.v-btn-success {
    background-color: #33a852;
    color: #fff;
}

.v-btn.v-btn-success.invert {
    background-color: #fff;
    color: #33a852;
    border-color: #33a852;
}

.v-btn.v-btn-info {
    background-color: #0091d5;
    color: #fff;
    color: #fff;
}

.v-btn.v-btn-info.invert {
    background-color: #fff;
    color: #0091d5;
    border-color: #0091d5;
}

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

.v-btn.v-btn-warning.invert {
    background-color: #fff;
    color: #f9bb01;
    border-color: #f9bb01;
}

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

.v-btn.v-btn-danger.invert {
    background-color: #fff;
    color: #ea6a47;
    border-color: #ea6a47;
}

.icon {
    height: 25px;
    width: 25px;
    color: rgba(32, 32, 32, 0.3);
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
}

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

.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: #f1f1f1;
    color: #202020;
}

.icon.icon-base.invert {
    background-color: transparent;
    color: #d8d8d8;
    border-color: #e4e4e4;
}

.icon.icon-primary {
    background-color: #3a6;
    color: #fff;
    color: #fff;
}

.icon.icon-primary.invert {
    background-color: transparent;
    color: #3a6;
    border-color: #3a6;
}

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

.icon.icon-secondary.invert {
    background-color: transparent;
    color: #00261b;
    border-color: #00261b;
}

.icon.icon-info {
    background-color: #0091d5;
    color: #fff;
}

.icon.icon-info.invert {
    background-color: transparent;
    color: #0091d5;
    border-color: #0091d5;
}

.icon.icon-success {
    background-color: #33a852;
    color: #fff;
}

.icon.icon-success.invert {
    background-color: transparent;
    color: #33a852;
    border-color: #33a852;
}

.icon.icon-warning {
    background-color: #f9bb01;
    color: #fff;
}

.icon.icon-warning.invert {
    background-color: transparent;
    color: #f9bb01;
    border-color: #f9bb01;
}

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

.icon.icon-danger.invert {
    background-color: transparent;
    color: #ea6a47;
    border-color: #ea6a47;
}

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

.icon.icon-light.invert {
    background-color: transparent;
    color: #d8d8d8;
    border-color: #e4e4e4;
}

.icon.icon-dark {
    background-color: #202020;
    color: #fff;
}

.icon.icon-dark.invert {
    background-color: transparent;
    color: #202020;
    border-color: #202020;
}

.logo {
    max-width: 200px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.4rem;
}

.logo a {
    font-weight: 800;
    font-size: 1rem;
    color: #ea6a47;
}

.logo a span {
    background-color: #ea6a47;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 5px;
}

.or-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.or-line .or {
    background-color: #fff;
    z-index: 12;
    padding: 0 1rem;
}

.or-line:before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: rgba(51, 170, 102, 0.2);
    width: 100%;
    top: 13px;
}

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

.bg-img.auth-img {
    /* background-image: url(../assets/login-bg.jpg); */
}

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

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

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

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

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

.user-icon {
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    vertical-align: middle;
}

.user-icon.no-round {
    border-radius: 0;
}

.user-icon.user-icon-xxs {
    width: 30px;
    height: 30px;
}

.user-icon.user-icon-xs {
    width: 35px;
    height: 35px;
}

.user-icon.user-icon-sm {
    width: 40px;
    height: 40px;
}

.user-icon.user-icon-md {
    width: 50px;
    height: 50px;
}

.user-icon.user-icon-lg {
    width: 60px;
    height: 60px;
}

.user-icon.user-icon-xl {
    width: 70px;
    height: 70px;
}

.user-icon.user-icon-xxl {
    width: 80px;
    height: 80px;
}

.badge.badge-primary {
    background-color: #3a6;
}

.badge.badge-base {
    background-color: #f1f1f1;
}

.badge.badge-xxs {
    font-size: 0.7rem;
}

.badge.badge-xs {
    font-size: 0.7rem;
}

.badge.badge-sm {
    font-size: 0.9rem;
}

.badge.badge-md {
    font-size: 1rem;
}

.block {
    margin-bottom: 1rem;
    border-radius: 4px;
    border: 1px solid rgba(32, 32, 32, 0.1);
    background-color: #fff;
    color: #202020;
}

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

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

.block.base {
    background-color: #f1f1f1;
    color: #202020;
    border: 1px solid #e7e7e7;
}

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

.block.primary {
    background-color: #3a6;
}

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

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

.block.secondary {
    background-color: #00261b;
    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: #202020;
}

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

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

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

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

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

.btn-check {
    display: inline-block;
}

.btn-check.full-width {
    display: block;
    width: 100%;
}

.btn-check input {
    display: none;
}

.btn-check input:checked+label.checked-primary {
    background-color: #3a6;
    color: #fff;
}

.btn-check input:checked+label.checked-secondary {
    background-color: #00261b;
    color: #fff;
}

.btn-check input:checked+label.checked-warning {
    background-color: #f9bb01;
    color: #fff;
}

.btn-check input:checked+label.checked-danger {
    background-color: #ea6a47;
    color: #fff;
}

.arrow-tabs {
    display: flex;
    margin-bottom: 2rem;
    justify-content: space-between;
}

.arrow-tabs li {
    background-color: #f1f1f1;
    position: relative;
    flex: 25%;
    text-align: center;
}

.arrow-tabs li a {
    line-height: 60px;
    padding: 0 1.4rem;
    color: #202020;
    display: block;
    border: 0;
    border-right: 1px solid rgba(32, 32, 32, 0.1);
}

.arrow-tabs li a.active {
    background-color: #3a6;
    color: #fff;
    border: 0;
}

.arrow-tabs li a.active:hover {
    background-color: #3a6;
}

.arrow-tabs li a:hover {
    background-color: #e4e4e4;
}

.line-tabs .nav-item .nav-link {
    border: 0;
    border-bottom: 4px solid transparent;
    color: #202020;
    text-align: center;
    padding: 0rem 0rem 1rem 0;
    margin-right: 2rem;
    text-transform: uppercase;
}

.line-tabs .nav-item .nav-link.active {
    border-bottom-color: #3a6;
    color: #3a6;
}

.line-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.tabs {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.tabs a {
    flex: 25%;
    background-color: #f1f1f1;
    font-size: 0.8rem;
    line-height: 60px;
    color: #00261b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(32, 32, 32, 0.1);
}

.tabs a:last-child {
    border-right: 0;
}

.tabs a.active {
    background-color: #3a6;
    color: #fff;
}

.tabs a.active:hover {
    background-color: #3a6;
}

.tabs a:hover {
    background-color: #e4e4e4;
}

.card-body {
    padding: 1rem;
}

.card .icon-card-invert {
    padding: 1rem;
    width: 100%;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    background: linear-gradient(158.71deg, #1B3224 10.07%, rgba(43, 78, 57, 0.95) 85.98%);
}

.icon-card-invert .title {
    color: rgba(255, 255, 255, 0.83);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: normal;
}

.icon-card-invert .alink {
    content: "\f142";
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 8px;
    color: rgb(255, 255, 255);
}

.card {
    border-radius: 10px;
    overflow: hidden;
}

.card .icon-card {
    padding: 1rem;
    /* display: flex; */
    width: 100%;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    /* background: rgb(3, 152, 61); */
    background: linear-gradient(124.41deg, rgba(3, 152, 61, 0.05) 28%, rgba(255, 255, 255, 0) 100%);


    /* background-color: #f3f5f5; */
    /* padding: 1rem;
  display: flex;
  width: 100%;
  border: 1px solid rgba(32, 32, 32, 0.1);
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background-color: #f3f5f5; */
}

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

.card.icon-card img {
    margin-bottom: 1rem;
    opacity: 0.6;
    fill: #a5d8dd;
}

.icon-card .title {
    color: rgb(13 13 13 / 83%);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: normal;
}

.card.icon-card:hover {
    border-color: #3a6;
}

.card.icon-card:hover img {
    opacity: 1;
}

.page-alert {
    background-color: #fff;
    padding: 0.5rem 1rem;
    border-left: 4px solid;
    color: #3a6;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.page-alert.page-alert-danger {
    background-color: rgba(234, 106, 71, 0.2);
    color: #ea6a47;
    font-weight: 600;
    border-color: #ea6a47;
}

.stats-kpis {
    padding: 0.5rem;
    background-color: #fff;
    /* border-right: 1px solid rgba(0,0,0,.1);
  margin-top: 1rem; */
    /* margin-bottom: 1rem; */
}

.stats-kpis img {
    width: 15px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.stats-kpis span {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #03983D;
}

.card-kpis {
    padding: 1rem 0rem;
    background-color: #fff;
}

.card-kpis span {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #3a6;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
}

.tag-list li {
    background-color: #e7e7e7;
    color: #00261b;
    margin: 0 0.5rem 0.4rem 0;
    padding: 0 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
}

.tag-list li:last-child {
    margin-right: 0;
}

.tag-list.no-wrap {
    white-space: nowrap;
    overflow-x: auto;
}

.tag-list.tag-pill li {
    border-radius: 30px;
}

.check-btn-list {
    display: flex;
    flex-wrap: wrap;
}

.check-btn-list li {
    flex: 1;
    margin: 0rem 1rem 1rem 0;
    flex-basis: 24%;
}

.check-btn-list li .loan-name {
    width: 100%;
}

.custom-combobox {
    position: relative;
    display: block;
    width: 100%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 0px;
    padding: 0;
    right: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    border-right: 0;
    border-color: #d8d8d8 !important;
}

.custom-combobox-input:focus {
    outline: none;
    border: 1px solid #00261b;
}

.dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}

.toggle-btn {
    display: flex;
}

.toggle-btn .icon {
    border-radius: 0;
}

.toggle-btn label {
    position: relative;
    cursor: pointer;
}

.toggle-btn label input[type="checkbox"],
.toggle-btn label input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.toggle-btn label input:checked+.toggle-item {
    background-color: #3a6;
    color: #fff;
}

.nav-pills .nav-link:hover {
    color: #3a6;
}

.nav-pills .nav-link.active {
    background-color: #3a6;
    color: #fff;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    border: 1px solid rgba(32, 32, 32, 0.1);
    border-radius: 4px;
    margin-bottom: 1rem;
    align-items: center;
}

.filter-row .filter-item {
    flex: 1;
    padding: 0 0.5rem;
}

.filter-row .filter-item img {
    width: 15px;
    vertical-align: text-bottom;
    margin-right: 3px;
}

.style-3::-webkit-scrollbar-track {
    border-radius: 20px;
}

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.style-4::-webkit-scrollbar-track {
    background-color: rgba(32, 32, 32, 0.1);
    border-radius: 20px;
}

.style-4::-webkit-scrollbar {
    height: 6px;
    background-color: transparent;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.stats-deals {
    background-color: #fff;
    box-shadow: 0 2px 5px #ececec;
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.stats-deals h4 {
    text-align: center;
    padding: 0.4rem;
    font-weight: 700;
}

.stats-deals .deals-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-deals .deals-list-item {
    border-right: 1px solid #d8d8d8;
    flex: 1 1 33%;
    text-align: center;
}

.stats-deals .deals-list-item:last-child {
    border-right: 0;
}

.stats-deals .deals-list-item .deals {
    font-size: 2rem;
    margin-bottom: 0.4rem;
    background-color: #f1f1f1;
    font-weight: 700;
}

.stats-deals .deals-list-item .title {
    font-size: 0.8rem;
    color: #3a6;
}


/* chat_box */

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

.chat_box>* {
    padding: 0.7rem;
    /* padding-bottom: 2rem; */
}


/* head */

.head {
    display: flex;
    align-items: center;
}

.head .user {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.head .user .avatar {
    margin-right: 8px;
}

.head .user .avatar img {
    display: block;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #dedede;
}

.head .bar_tool {
    display: flex;
}

.head .bar_tool i {
    padding: 12px;
    font-size: 1rem;
    /* font-weight: 400; */
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* body */

.body {
    flex-grow: 1;
    /* background-color: #d1e7ff; */
    height: 240px;
    overflow: scroll;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.body .bubble {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 8px;
}

.body .bubble p {
    color: #2c2c2d;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    letter-spacing: normal;
}

.body .incoming {
    text-align: left;
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-end;
}

.body .track p {
    color: #2c2c2d;
    font-size: 0.7rem;
    font-weight: 700;
    margin-left: 2.1rem;
    letter-spacing: normal;
}

.body .track-out p {
    color: #2c2c2d;
    font-size: 0.7rem;
    font-weight: 700;
    margin-right: 2.1rem;
    text-align: right;
    letter-spacing: normal;
}

.body .incoming .receiver img {
    width: 25px;
    margin-right: 0.5rem;
}

.body .outgoing .sender img {
    width: 25px;
    margin-left: 0.5rem;
}

.body .incoming .bubble {
    background-color: #f3f5f5;
}

.body .outgoing {
    text-align: right;
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.body .outgoing .bubble {
    background-color: #03983d;
}

.body .outgoing .bubble p {
    color: #ffff;
}


/* foot */

.foot {
    display: flex;
    padding-bottom: 2rem;
}

.foot .msg {
    flex-grow: 1;
}

@keyframes bounce {
    50% {
        transform: translate(0, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.ellipsis {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b7b7b7;
}

.dot_1 {
    /* animation: name duration timing-function delay iteration-count */
    animation: bounce 0.8s linear 0.1s infinite;
}

.dot_2 {
    animation: bounce 0.8s linear 0.2s infinite;
}

.dot_3 {
    animation: bounce 0.8s linear 0.3s infinite;
}

.timeline-bar {
    padding: 2rem 0 2rem 0;
    background-color: #fff;
}

.timeline-bar ul {
    display: flex;
}

.timeline-bar ul li {
    width: 20%;
    position: relative;
    vertical-align: baseline;
    padding-top: 1.5rem;
    text-align: center;
    color: #7e909a;
    font-weight: 400;
    border-top: 1px dotted #7e909a;
}

.timeline-bar ul li.active {
    border-top: 2px solid #3a6;
    color: #3a6;
    font-weight: 600;
}

.timeline-bar ul li.active:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    top: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 25px;
    height: 25px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background-color: #33a852;
    border-radius: 50%;
    font-size: 0.8rem;
}

.question-wapper .question-block {
    min-height: 50vh;
}

.question-wapper .question-block .question-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.question-wapper .question-block .ques-content {
    text-align: left;
}

.question-wapper .question-block .ques-heading {
    text-align: left;
    margin-bottom: 1.5rem;
}

.question-wapper .question-block .ques-heading h4 {
    font-size: 1.3rem;
    color: #3a6;
    font-weight: 700;
}

.question-wapper .question-block .ques-heading p {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.question-wapper .question-ctrl {
    padding-top: 1rem;
}

.question-wapper .declaration-list li {
    border-bottom: 1px solid #f1f1f1;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.question-wapper .declaration-list li .declare {
    font-size: 0.8rem;
    font-weight: 400;
    flex: 1;
}

.question-wapper .declaration-list li .action {
    width: 20%;
    text-align: right;
}

.question-wapper .declaration-list li:last-child {
    border-bottom: 0;
}

.widget-block {
    text-align: center;
    margin-top: 1rem;
    border: 1px solid #d8d8d8;
    padding: 1rem;
    border-radius: 4px;
    cursor: pointer;
    height: 150px;
}

.widget-block span {
    margin: 1.3rem 0 1.3rem auto;
    width: 100px;
    text-align: center;
    color: #3a6;
    font-size: 2.5rem;
}

.calculator-result {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}

.calculator-result .content {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-self: normal;
}

.calculator-result .content .monthly-payment {
    padding: 2rem 0;
    text-align: center;
    font-size: 0.8rem;
}

.calculator-result .content .monthly-payment .amount {
    font-size: 3rem;
    line-height: 70px;
}

.calculator-result .content ul {
    margin: 2rem 0px;
}

.calculator-result .content ul li {
    border-bottom: 1px solid #d8d8d8;
}

.calculator-result .content ul li:last-child {
    border-bottom: 0;
}

.calculator-result .content ul li span {
    float: right;
    font-weight: bold;
}

.calculator-result .content .action-btn {
    text-align: center;
    margin-top: auto;
}

.affilate-list-item {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0.5rem;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 2px #d8d8d8;
}

.affilate-list-item .logo {
    flex: 1 1 60px;
}

.affilate-list-item .logo.company-logo {
    max-width: 100px;
}

.affilate-list-item .read-reviews {
    flex: 1 1 160px;
    font-size: 1.3rem;
    color: #202020;
    text-align: center;
}

.affilate-list-item .read-reviews span {
    font-size: 0.7rem;
    color: #7e909a;
}

.affilate-list-item .read-reviews span:first-child {
    color: #f9bb01;
    margin-right: 0.4rem;
}

.affilate-list-item .read-reviews p {
    color: #3a6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7rem;
}

.affilate-list-item .content {
    flex: 1 1 60%;
}

.affilate-list-item .content h4 {
    font-weight: 700;
}

.affilate-list-item .visit-site {
    flex: 1 1 10%;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .affilate-list-item .content {
        flex: 1 1 80%;
    }
}

@media screen and (max-width: 992px) {
    .affilate-list-item .visit-site {
        text-align: right;
    }
}

.modal-stats {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
    text-align: left;
    margin-bottom: 1rem;
}

.modal-stats .stats {
    color: #3a6;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 40px;
}

.modal-stats .stats span {
    font-size: 0.8rem;
    color: #7e909a;
    font-weight: normal;
}

.modal-stats .stats-icon {
    position: absolute;
    right: 10px;
    bottom: -6px;
    font-size: 2.3rem;
    color: #e2e2e2;
}

.pie-chart-wrap {
    margin-top: 1rem;
    border-top: 5px solid #d8d8d8;
}

.card-h-list .title {
    font-weight: 600;
    font-size: 0.8rem;
    color: #3a6;
}

.card-h-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 1rem;
    border-bottom: 1px solid #f1f1f1;
}

.card-h-list .item .item-info {
    flex: 1;
    padding: 0;
}

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

.card-h-list .item:hover {
    background-color: #f1f1f1;
}

.card-h-list .stats-list {
    display: flex;
    flex-wrap: nowrap;
}

.card-h-list .stats-list li {
    font-weight: 600;
    color: #202020;
    margin-right: 1rem;
    font-size: 0.7rem;
}

.card-h-list .stats-list span {
    color: rgba(32, 32, 32, 0.4);
    margin-right: 0.4rem;
}

.user-type {
    padding: 1rem;
    border: 1px solid #f1f1f1;
    display: block;
    border-radius: 4px;
    margin-bottom: 1rem;
    text-align: center;
}

.user-type img {
    margin-bottom: 1rem;
}

.user-type:hover {
    border-color: #3a6;
}

.user-type.active {
    border-color: #3a6;
}

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

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

.nofitication-block h4.days {
    margin-bottom: 0.4rem;
    font-weight: 600;
    padding-bottom: 0.4rem;
}

.alert-list {
    margin-bottom: 1rem;
}

.alert-list li {
    padding: 0.3rem;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.alert-list li h4 {
    font-size: 0.8rem;
    color: #3a6;
    font-weight: 600;
}

.alert-list li p {
    color: rgba(24, 15, 15, 0.5);
    font-size: 0.8rem;
}

.alert-list li:last-child {
    border-bottom: 0;
}

.alert-list li.active {
    background-color: #f1f1f1;
}


/** @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;
    }

    .app-header .nav-brand .collaps-sidebar {
        display: inline-block;
    }

    .app-sidebar {
        transform: translateX(-220px);
    }

    .app-sidebar.toggle {
        transform: translateX(0);
    }

    .app-content {
        padding-left: 0px;
    }
}

div.ck.ck-editor__editable_inline * {
    all: revert;
}

.ck-editor__editable_inline {
    min-height: 400px;
}


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

.graph {
    position: relative;
}

.graph .graph-heading {
    color: rgb(13 13 13 / 83%);
    font-size: 0.8rem;
    padding: 0.5rem 1rem 0rem 1rem;
    font-weight: 700;
    position: absolute;
}

.graph .graph-num {
    color: rgb(13 13 13 / 83%);
    font-size: 1.8rem;
    padding: 3rem 1rem;
    font-weight: 600;
    position: absolute;
}

.act-head {
    font-size: 0.7rem;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

.new {
    position: absolute;
    left: 12px;
    padding: 0rem 0.2rem;
    font-weight: 500;
    border: 3px solid #fff;
    font-size: 0.6rem;
    color: #fff;
    background-color: #DCB733;
    bottom: 40px;
    /* border-radius: 0.3rem; */
    border-radius: 0.4rem 0.4rem 0.4rem 0px;
}

.active-notification {
    position: absolute;
    left: 12px;
    padding: 0rem 0.5rem;
    font-weight: 500;
    border: 3px solid #fff;
    font-size: 0.6rem;
    color: #fff;
    background-color: #03983d;
    bottom: 40px;
    /* border-radius: 0.3rem; */
    border-radius: 0.4rem 0.4rem 0.4rem 0px;
}

.chat-notification {
    position: absolute;
    right: 6.45rem;
    padding: 0rem 0.5rem;
    font-weight: 500;
    border: 3px solid #fff;
    font-size: 0.6rem;
    color: #fff;
    background-color: #03983d;
    bottom: 53px;
    /* border-radius: 0.3rem; */
    border-radius: 0.4rem 0.4rem 0.4rem 0px;
}

.divider {
    border-right: 1px solid rgba(0, 0, 0, .1);
    margin-top: 1rem;
    /* height: 50%; */
}

.divider-last {
    margin-top: 1rem;
}

.alink {
    content: "\f142";
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 8px;
}

.page-shape {
    margin: 2rem 0;
}

.modal-shape {
    margin: 1rem 0;
}

.modal-icon-image {
    width: 28px;
    margin-right: 1rem;
    opacity: 0.5;
    margin-top: 0.3rem;
}

.modal-header em {
    display: block;
    font-size: 0.6rem;
    font-weight: 500;
}

.modal-header span {
    color: #fff;
}

.modal-icon-image-2 {
    width: 15px;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.offer-details {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 0.7rem;
}

.offer-months {
    color: gray;
}

.circle {
    color: gray;
    font-size: 0.3rem;
    vertical-align: middle;
    padding: 0 0.1rem;
}

.dollar {
    color: #03983D;
    font-size: 0.8rem;
}


/* chat box */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 15px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 65px;
}


/* .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1rem;
  color: #0f0f0f;
  display: block;
  transition: 0.3s;
} */


/* .sidebar a:hover {
  color: #f1f1f1;
} */

.sidebar .closebtn {
    position: absolute;
    top: 95px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
} */

#main {
    transition: margin-left .5s;
    padding: 16px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.border-1px {
    border: 1px solid rgba(32, 32, 32, 0.1);
}


/* chatting */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .auth-wapper {
        flex-wrap: wrap;
    }

    .auth-wapper-inner {
        background-color: rgba(0, 38, 27, 0.9);
        height: auto;
        max-width: 100%;
        width: 100%;
        overflow-y: auto;
    }

    .auth-welcome h2 {
        font-size: 1.5rem !important;
    }

    .auth-wapper-inner .auth-content .logo {
        margin: 0rem;
    }

    .auth-wapper-inner .auth-content .header {
        padding: 1rem 4rem 0rem;
    }

    .box-container {
        display: flex;
        justify-content: center;
        margin-top: 1rem !important;
        flex-direction: column;
        align-items: center;
    }

    .box-container .box {
        padding: 1.5rem !important;
        width: 100% !important;
        border: 1px solid #dedede;
    }

    .head-right {
        display: none;
    }

    .head {
        float: right;
        background-color: #02261c;
    }

    .app-header {
        height: 70px;
        align-items: center;
        background-color: #02261c;
    }

    .logo {
        min-width: 170px;
    }

    .head .user {
        margin-top: -0.5em;
        width: max-content;
    }

    .head .user .avatar img {
        display: block;
        border-radius: 50%;
        padding: 0px;
        border: 0px;
    }

    .user-icon.user-icon-md {
        width: 50px;
        height: auto;
        max-width: 30px;
    }

    .user-title {
        padding: 0;
        font-size: 0.6rem;
        font-weight: 700;
        color: #f8f9fa;
        display: grid;
    }

    .ft-user {
        color: #f8f9fa !important;
        font-weight: 500;
    }

    .ft-login {
        font-size: 0.6rem;
        display: none;
    }

    .card {
        margin-bottom: 2rem;
    }

    .app-sidebar {
        top: 15px;
    }

    .app-sidebar-nav a {
        padding: 0.2rem 1.5rem;
    }

    .stats-kpis {
        padding: 0.5rem;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
        margin-top: 1rem;
        text-align: center;
        /* margin-bottom: 1rem; */
        /* border-bottom: 1px solid rgba(0,0,0,.1); */
    }

    .app-content {
        padding-top: 70px;
    }

    .sidebar {
        width: 360px;
    }

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

    .RgToggleIcon {
        margin-top: 0px !important;
    }

    .RgToggleIcon .icon.icon-md i {
        color: #ffffff !important;
    }

    .nav-brand.toggle {
        width: 220px !important;
        transform: translate(0px, 0) !important;
    }
}

.filter-row {
    flex-wrap: nowrap;
}


/* my new css */

.auth-welcome-wrapper {
    background-color: rgb(255 255 255);
    width: 100%;
}

.auth-welcome {
    text-align: center;
    padding: 3rem 1rem;
}

.auth-welcome h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.auth-welcome p {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0;
}

.box-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.box-container .box {
    padding: 0.5rem;
    width: 170px;
}

.box-container .box img {
    width: 60px;
}

.box-container .box h1 {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0em;
}

.box-container .box p {
    font-size: 0.6rem;
    text-align: center;
}

.welcome-footer {
    margin-top: 3rem;
    text-align: center;
}

.welcome-footer h5 {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
}

.footer-points {
    padding: 1rem 2rem;
}

.footer-points h5 {
    text-align: left;
    font-size: 0.6rem;
    font-weight: 500;
}

.RgToggleIcon {
    margin-top: 26px;
}


.RgToggleIcon .icon.icon-md i {
    border: 1px solid #dedede;
    color: #03983d;
    padding: 5px;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 600;
    line-height: 15px;
}

.nav-brand.toggle {
    width: 0px;
    transform: translate(-220px, 0);
}

.RgCard {
    height: 114px;
    border-radius: 12px;
    /* box-shadow: 0px 8px 17px #f5f2fd, 0px 0px 2px; */
}

.bg-themePx {
    background: #F5F2FDFF;
}

.Rg-Title {
    font-size: 32px;
    line-height: 48px;
    color: #03983d;
    font-weight: 700;
}

.clr-theme {
    color: #03983d;
}

.Rg-subHeading {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.d-block {
    display: block !important;
}