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

@font-face {
    font-family: Digital;
    src: url(../font/Digital.ttf);
}

@font-face {
    font-family: 'Proxima Nova', sans-serif;
    src: url(../font/Proxima-Nova-Font.ttf);
}

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

a {
    text-decoration: none !important;
}

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

/** @format */
.main-heading {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #3d54a5;
}

.sub-heading {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #5f6368;
}

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

.main-title-lg {
    font-size: 1.2rem;
    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: #5f6368;
    font-weight: 400;
}

/** @format */
.app-content {
    padding-top: 65px;
    min-height: 100vh;
    padding-left: 240px;
    background-color: #f5f5f9;
}

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

.page-title {
    padding: 1rem 0;
    margin-bottom: 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;
}

.app-header {
    display: flex;
    height: 52px;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0.7rem 0rem 0.7rem;
    position: fixed;
    background-color: #fff;
    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: #fff;
}

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

.app-header ul li>a {
    padding: 0.6rem 0rem;
    letter-spacing: 0.1rem;
    color: #3d54a5;
    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: #3d54a5;
    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 .dropdown-menu .nav-dropdown {
    padding: 0 !important;
}

.app-header ul .nav-dropdown a {
    display: block;
    padding: 0.3rem 0.5rem;
    font-weight: 500;
    border-radius: 0.2rem;
    font-size: 0.8rem;
    color: #3d54a5;
}

.app-header ul .nav-dropdown a:hover {
    text-decoration: none;
    background-color: #3d54a5;
    color: #ffff;
}

.app-sidebar {
    position: fixed;
    left: 0;
    width: 240px;
    background-color: #3d54a5;
    z-index: 2;
    bottom: 0;
    overflow-x: hidden;
    transition: all 0.2s ease-out;
    top: 0;
    padding-top: 65px;
    transform: translate(0px, 0);
    /* font-family: poppins; */
    font-family: 'Proxima Nova', sans-serif;
}

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

.app-sidebar-nav a {
    display: flex;
    padding: 0.3rem 1rem;
    align-items: center;
    font-size: 11px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.app-sidebar-nav a.active,
.app-sidebar-nav a:hover {
    /* background-color: #fff;
    color: #3d54a5;
    border-radius: 30px 0px 0px 30px; */
    color: #343a40;
    background: #e0f3ff;
    font-weight: bold;
    border-radius: 3px;
}

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

/*
 .app-sidebar-nav a.active::before {
   font-family: "Font Awesome 5 Free";
   position: absolute;
   content: "\f138";
   right: 10px;
   font-weight: bold;
   font-size: 1.1rem;
   top: 5px;
 }
 */
/** @format */
.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img.auth-img {
    background-color: #5f6368;
}

.page-auth {
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
    background-color: #3d54a5;
}

.page-auth .content-wrap {
    flex: 1 1 70%;
    background-color: #f1f1f1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-auth .content-wrap .content {
    padding: 1rem;
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.page-auth .form-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 30%;
}

.page-auth .form-wrap .form {
    padding: 1rem;
    max-width: 290px;
    width: 100%;
    margin: auto;
}

/** @format */
label {
    color: #202020;
    font-weight: 600;
    font-size: 0.8rem;
}

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

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

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

/** @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: #3d54a5;
    color: #fff;
}

.table-secondary thead th {
    background-color: #5f6368;
    color: #fff;
}

/** @format */
body {
    /* font-family: "Open Sans", sans-serif; */
    /* font-family: poppins; */
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 1px;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #3d54a5;
    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-xs {
    font-size: 0.8rem;
}

.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: #3d54a5 !important;
}

.ft-primary-100 {
    color: rgba(28, 78, 128, 0.1);
}

.ft-primary-300 {
    color: rgba(28, 78, 128, 0.3);
}

.ft-primary-500 {
    color: rgba(28, 78, 128, 0.5);
}

.ft-primary-800 {
    color: rgba(28, 78, 128, 0.8);
}

.ft-secondary {
    color: #5f6368 !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;
    font-weight: 600;
}

.msg.error {
    color: #ea6a47;
}

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

hr {
    margin: 1rem 0;
}

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

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

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

.skin-primary-100 {
    background-color: rgba(28, 78, 128, 0.1);
}

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

.skin-acent {
    background-color: #e5f0fb;
    color: #202020;
}

.skin-light {
    background-color: #fff;
    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: #3d54a5;
    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 {
    justify-content: flex-end;
}

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

.pagination .page-item.active .page-link {
    background-color: rgba(28, 78, 128, 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 #3d54a5;
}

.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: #3d54a5;
    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.round-btn {
    border-radius: 30px;
}

.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: #231e5b;
    color: #fff;
    color: #fff;
}

.v-btn.v-btn-primary.invert {
    background-color: #fff;
    color: #231e5b;
    border-color: #231e5b;
}

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

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

.v-btn.v-btn-secondary.invert {
    background-color: #fff;
    color: #5f6368;
    border-color: #5f6368;
}

.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: #3d54a5;
}

.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: #64bc46;
    color: #fff;
    color: #fff;
}

.v-btn.v-btn-info.invert {
    background-color: #fff;
    color: #64bc46;
    border-color: #64bc46;
}

.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: #3d54a5;
    color: #fff;
    color: #fff;
}

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

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

.icon.icon-secondary.invert {
    background-color: transparent;
    color: #5f6368;
    border-color: #5f6368;
}

.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: 180px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.4rem;
}

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

.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(28, 78, 128, 0.2);
    width: 100%;
    top: 13px;
}

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

.bg-img.auth-img {
    background-image: linear-gradient(to bottom,
            rgba(28, 78, 128, 0.4),
            rgba(95, 99, 104, 0.9)),
        url(../assets/auth-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: 140px;
    height: 140px;
}

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

.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;
    font-size: 0.9rem;
}

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

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

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

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

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

.block .header {
    font-size: 1rem;
    font-weight: 600;
}

.block .footer {
    font-weight: 400;
}

.block .footer p:last-child {
    margin-bottom: 0;
}

.block .content p:last-child {
    margin-bottom: 0;
}

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

.block.base {
    border: 1px solid #e7e7e7;
}

.block.base .footer,
.block.base .header {
    background-color: #f1f1f1;
}

.block.primary .header {
    background-color: #3d54a5;
    color: #fff;
}

.block.secondary .header {
    background-color: #5f6368;
    color: #fff;
}

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

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

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

.block.danger .header {
    background-color: #ea6a47;
    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 1rem;
}

.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: #3d54a5;
    color: #fff;
}

.btn-check input:checked+label.checked-secondary {
    background-color: #5f6368;
    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: #3d54a5;
    color: #fff;
    border: 0;
}

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

.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: #3d54a5;
    color: #3d54a5;
}

.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: #5f6368;
    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: #3d54a5;
    color: #fff;
}

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

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

.card.icon-card {
    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: #fff;
}

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

.card.icon-card .title {
    color: rgba(32, 32, 32, 0.7);
}

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

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

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

.stats-kpis {
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 1rem;
}

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

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

.tag-list li {
    background-color: #e7e7e7;
    color: #5f6368;
    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 #5f6368;
}

.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: #3d54a5;
    color: #fff;
}

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

.accordion {
    margin-top: 40px;
}

.accordion .block {
    border: none;
    margin-bottom: 20px;
}

.accordion .block .header {
    display: flex;
    align-items: center;
}

.accordion .block .header a {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    flex: 1;
    cursor: pointer;
    font-size: 0.9rem;
}

.accordion .block .header a.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.accordion .block-body {
    padding-left: 0;
    padding-right: 0;
}

.amChart {
    height: 250px;
}

.call-type .title {
    font-size: 1rem;
    font-weight: 700;
}

.parameter-list li {
    display: flex;
    padding: 0.5rem 1rem;
    background-color: #e5f0fb;
    align-items: center;
    border-bottom: rgba(241, 241, 241, 0.3);
    margin-bottom: 0.5rem;
}

.parameter-list li h4 {
    flex: 1;
    font-weight: 600;
}

.parameter-list li .total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1rem;
    font-weight: 700;
    color: #3d54a5;
}

.stats-list li {
    border-bottom: 1px dotted rgba(241, 241, 241, 0.3);
    font-size: 0.8rem;
    line-height: 30px;
}

.stats-list li span {
    float: right;
    font-weight: 700;
}

.user-record {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-record li {
    width: 30%;
    font-size: 0.7rem;
    text-align: center;
    background-color: #e5f0fb;
    margin-bottom: 1rem;
    color: #3d54a5;
}

.user-record li h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #3d54a5;
}

/** @format */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .copyright {
        display: none;
    }

    .d-none-custom {
        display: none;
    }

    .app-header .nav-brand .collaps-sidebar {
        margin-right: 0px;
    }

    .logo {
        max-width: 100px;
        padding: 2px;
    }

    .app-header {
        padding: 0;
        justify-content: space-around;
    }

    .app-header p {
        font-size: 9px;
    }

    .btn-sm {
        padding: 8px !important;
        font-size: 8px;
    }

    .main-heading {
        text-align: center;
        margin-bottom: 0px;
    }

    .pill-list>li>a {
        font-size: 7px !important;
        margin: 4px !important;
    }

    .btn-group-sm {
        display: block !important;
    }

    .rj-flex {
        display: inline-block !important;
        text-align: start !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .rj-filterIcon {
        display: block;
        width: 100%;
    }

    .stats-block {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .stat-list>li {
        display: flex !important;
    }

    .ml-rj {
        margin-left: 0px !important;
        padding: 0px;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    .step-spac {
        margin-left: 10px;
    }

    span.step {
        padding: 10px 0 0 11px;
    }

    .ss-ul .nav-fill .nav-item {
        text-align: left;
        width: 100%;
    }

    .total-holiday {
        margin: 0px 15px;
    }

    .progressbar li {
        margin-bottom: 5px !important;
    }

    .progressbar li a {
        display: none;
    }

    .nowrap {
        white-space: nowrap;
    }

    .table-responsive-rj {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

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

@media (max-width: 600px) {
    .page-auth {
        align-items: unset;
    }

    .page-auth .auth-wrap {
        flex-direction: column;
    }

    .page-auth .content-wrap {
        flex: auto !important;
    }

    .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(-240px) !important;
    }

    .app-sidebar.toggle {
        transform: translateX(0) !important;
        z-index: 4;
    }

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

    .stat-list {
        position: relative !important;
    }

    .stat-list>li {
        margin-bottom: 20px;
    }

    .page-auth {
        height: auto;
    }
}

.ml-rj {
    margin-left: 30px;
}

.rj-btn-responsive {
    background: transparent !important;
    border: 0 !important;
    color: #155697 !important;
    border-radius: 0 !important;
    text-decoration: underline !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
}

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

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

.accordion .dropdown-nav-list {
    background: #3d54a5;
    padding-left: 10px;
}

ul.overview-tab>li>a {
    background: #000;
    color: #fff;
    border-radius: 0 !important;
    margin: 1px;
}

ul.overview-tab .nav-link.active,
ul.overview-tab .show>.nav-link {
    color: #fff;
    background-color: #3d54a5;
}

.accordion .dropdown-nav-list a {
    padding-left: 14px;
}

td.td-actions a {
    border: 0;
    background: transparent !important;
    padding: 0px 5px;
    font-size: 12px;
    color: #ea6a47 !important;
}

.table thead th,
table thead th {
    color: #ffffff;
    border: 0;
    background: #3d54a5;
}

.nav-pills .nav-link {
    border-radius: 0;
    background-color: #333;
    margin-right: 2px;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    background-color: #3d54a5 !important;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    color: #333;
    padding: 5px 20px 2px 5px;
    margin-top: 0;
}

.time-period-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.chart-main-heading {
    font-size: 0.925rem;
    font-weight: 700;
    color: #333;
}

.chart-data-tile {
    box-shadow: 0 0 3px #ccc;
    padding: 10px;
    margin: 10px 0;
}

.actual-tile {
    color: #3d54a5;
}

.goal-tile {
    color: #ea6a47;
}

.percent-tile {
    color: #333;
}

.chart-data-tile .tile-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.chart-data-tile .tile-value {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

ul#pills-tab>li {
    margin-bottom: 5px;
}

#paceGoal .active,
#actualGoal .active,
#breakeven .active,
#breakevenPace .active,
#viewtrend .active {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.ms-options-wrap button {
    overflow: hidden;
}

/* Progress Bar Start */
.progressbar {
    counter-reset: step;
    /* margin-top: 35px; */
    padding-top: 50px;
    background: #fafafa;
    box-shadow: 0 0 3px #aaa;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 18%;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
    /* cursor: pointer; */
}

.progressbar li:nth-child(6),
.progressbar li:nth-child(7),
.progressbar li:nth-child(8),
.progressbar li:nth-child(9) {
    margin-bottom: 15px;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b5dddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -44%;
    z-index: -1;
}

.progressbar li:nth-child(6):after {
    background-color: transparent;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #3d54a5;
}

.progressbar li.active:before {
    border-color: #3d54a5;
    background-color: #3d54a5;
    color: #fff;
}

.progressbar li.active+li:after {
    background-color: #3d54a5;
}

.progressbar li.active+li:nth-child(6):after {
    background-color: transparent;
}

.progressbar li a {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    font-size: 12px;
}

.rj-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-popup-yellow {
    background-color: #fff2cc;
}

/* Progress Bar End */


.stats-block {
    border: 1px solid #eee !important;
    padding: 4px 10px !important;
    color: #6c6c6c !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    box-shadow: 2px 2px 2px 2px #888 !important;
    margin: 0 10px !important;
    background: #ffffff;
    box-shadow: 2px 10px 20px rgb(0 0 0 / 10%) !important;
    border-radius: 7px !important;
    text-align: center !important;
}

.stats-block:nth-child(1) .wrap:after {
    background: #3d54a5;
}

.pill-list>li>a {
    background: transparent !important;
    color: #3d54a5 !important;
    border: 2px solid;
    /* border-radius: 5px!important; */
    margin: 1px;
    padding: 8px;
    font-size: 10px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem !important;
}

.ApexCustomTooltip {
    width: 250px;
    border-radius: 5px;
    z-index: 9999 !important;
    opacity: inherit;
    font-size: 10px;
    font-weight: 600 !important;
}

.ApexCustomTooltip .header {
    background-color: #eceff1;
    border-bottom: 1px solid #dedede;
    text-align: center;
}

.ApexCustomTooltipBlock {
    padding: 10px 20px;
}

.ApexCustomTooltip .header h2 {
    padding: 4px;
    font-weight: 600;
    font-size: 13px;
}

.ApexCustomTooltip .ft-danger {
    color: red !important;
}

.ApexCustomTooltip .ft-success {
    color: green !important;
}

.rj-filterIcon {
    font-size: 14px;
    color: #3d54a5;
    border-color: #ffffff;
    border-radius: 4px;
    /* margin-left: 10px; */
    line-height: 0rem;
    padding: 8px;
    background-color: #17b51d;
    color: #fff;
}

.text-end {
    text-align: end !important;
}




/* Default Css start by unknown */

.stats-block h1 {
    font-size: 18px;
    font-weight: bold;
}

.stats-block h6 {
    font-size: 13px;
}

.stat-list>li {
    display: inline-block;
}

.stats-block {
    /* border: 1px solid #eee;
    padding: 10px 15px !important;
    box-shadow: 2px 2px 2px 2px #888;
    margin: 0 10px; */
    background: #ffffff !important;
    box-shadow: 2px 10px 20px rgb(0 0 0 / 10%) !important;
    border-radius: 7px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 1rem !important;
    height: 100% !important;
    margin-bottom: 15px !important;
}

.pill-list .nav-link:hover {
    background: transparent !important;
    /* font-weight: bold; */
    /* border: 2px solid; */
    background: #155697 !important;
    color: #fff !important;
}

.pill-list .nav-link.active,
.pill-list .show>.nav-link {
    background: transparent !important;
    /* font-weight: bold; */
    /* border: 2px solid; */
    background: #155697 !important;
    color: #fff !important;
}

.filter-div {
    background: #fff;
    padding: 5px;
    margin-top: 3rem;
    border-radius: 5px;
    /* box-shadow: 2px 2px 2px 2px #888; */
}

.filter-div>ul>li {
    margin: 0 3px;
    display: inline-block;
}

.filter-div>ul>li>input,
.filter-div>ul>li>select {
    width: 185px;
}

.filter-div>ul>li>a.btn {
    height: 30px;
    line-height: 16px;
}

/* .block {
      border-radius: 0px !important;
   } */

ul.stat-list {
    position: absolute;
    top: 0px;
    left: 4px;
}

.ms-options-wrap,
.ms-options-wrap>.ms-options {
    width: 140px
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    border-radius: 3px;
}



.stats-block:nth-child(1) :after {
    background: #155697;
}

.stats-block :after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}

.stats-block:nth-child(4) .wrap:after {
    background: green !important;
    color: white !important;
}

/* Default Css end by unknown */

.table-responsive-rj {
    display: block;
    width: 100%;
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
}


/* company page css starts here  */
.tgl-btn {
    display: inline-block !important;
}

.confirmation-wrap {
    padding: 40px;
}

.confirmation-action {
    padding: 10px;
}
/* company page css ends here  */

.app-header .comp-fs{
    font-size: 25px!important;
    font-weight: 800!important;
    font-style: italic;
}
#datatables tbody tr {
    border-bottom: 1px solid #ccc!important;
}
#datatables tbody td {
    border: none!important;
}
.switch-my{
    margin: 0.5rem 0rem!important;
}
.sub-depart{
    font-size: 12px;
    font-weight: 600;
}
.bg-subdepart{
    background-color: #f0f8ff;
}
.table-hr tbody td .hr{
    margin: 0px!important;
}
/* company page css ends here  */


/* .modalbody {
    max-height: calc(100vh - 210px);
 } */
.fs-15{
    font-size: 15px!important;
 }
 #stockViewTable_filter{
    margin-bottom: 5px!important;
 }
 .modal-header{
    border-bottom: 1px solid #3d54a5;
    background-color: #3d54a5;
    color: #fff;
 }
 .close{
    color: #fff;
    text-shadow: 0 1px 0 #161515;
 }
 .close:hover {
    color: #fff;
}
.modal-title{
    font-size:15px;
    font-weight: 600;
}
.ms-options{
    min-height: 0px!important;
}
/* .stock-filter{
    filter: blur(3.5px);
} */
.coming-heading{
    font-size: 40px;
    font-weight: 600;
}
.top_left{
    top: 400px;
    left: 30%;
}
.fs-11{
    font-size: 11px!important;
    margin: 10px 0px;
    border-bottom: 1px solid #dedede;
}
.ss-icon{
    width: 22px;
    height: 22px;
    background-color: #ff8c0f;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 10px;
}
.ss-icon:before {
    -webkit-transform: rotate(314deg);
    -moz-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    -o-transform: rotate(314deg);
    -webkit-transform: rotate(314deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 0%;
    /* right: -6px; */
    margin-top: -5px;
    background: #fff;
}
.fs-12{
    font-size: 12px;
    font-weight: 500;
}
.alert-width{
    width: 200px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* Auther: Priti Rathee
*  error- alert box
*/
.ss-icon{
    width: 22px;
    height: 22px;
    background-color: #ff8c0f;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 10px;
}
.ss-icon:before {
    -webkit-transform: rotate(314deg);
    -moz-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    -o-transform: rotate(314deg);
    -webkit-transform: rotate(314deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 0%;
    /* right: -6px; */
    margin-top: -5px;
    background: #fff;
}
.fs-12{
    font-size: 12px;
    font-weight: 500;
}
.alert-width{
    width: 200px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
  /* end */

  .bg-primary-subtle{
    background-color: #cfe2ff!important;
  }
  .bg-secondary-subtle{
    background-color: #e2e3e5!important;
  }
  .bg-success-subtle{
    background-color: #d1e7dd!important;
  }
  .ss-position{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .app-header .comp-fs {
        font-size: 14px!important;
        margin-bottom: 0px!important;
    }
    .ft-wiz-title{
        text-align: center!important;
        margin-top: 10px!important;
    }
    span.step::after{
        z-index: 2;
        border-left-color: inherit;
    }
    .nav-tabs.wizard li::after, .nav-tabs.wizard li>*::after {
        content: '';
        position: absolute;
        top: 0;
        left: 88%;
        height: 0;
        width: 0;
        border: 17.5px solid transparent;
        border-right-width: 0;
    }
    .nav-tabs.wizard li>*::after {
        z-index: 2;
        border-left-color: inherit;
    }
    .nav-tabs.wizard li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0;
    }
    .nav-tabs.wizard li {
        position: relative;
        padding: 0;
        margin: 4px 0px 4px 0;
        /* width: 19.6%; */
        width: auto;
        float: left;
    }
    .nav-tabs.wizard>li:nth-of-type(1)>a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav-tabs.wizard li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .nav-tabs.wizard li:last-child a:after, .nav-tabs.wizard li:last-child:after {
        content: "";
        border: none;
    }
    span.step{
        padding: 4px 0 0 0!important;
        width: 20px!important;
        height: 20px!important;
        margin: 0!important;
    }
    .ss-d-none{
        display: none!important;
    }
    .nav-tabs.wizard li>* {
        padding: 1em 0.3em 0.8em 0.3em!important;
    }
    .step-count{
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 10px;
        font-weight: 500;
        background-color: #fff;
        color: #000;
        margin-left: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    span.step::after{
        z-index: 2;
        border-left-color: inherit;
    }
    .nav-tabs.wizard li::after, .nav-tabs.wizard li>*::after {
        content: '';
        position: absolute;
        top: 0;
        left: 97%;
        height: 0;
        width: 0;
        border: 20.5px solid transparent;
        border-right-width: 0;
    }
    .nav-tabs.wizard li>*::after {
        z-index: 2;
        border-left-color: inherit;
    }
    .nav-tabs.wizard li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0;
    }
    .nav-tabs.wizard li {
        position: relative;
        padding: 0;
        margin: 4px 0px 4px 0;
        /* width: 19.6%; */
        width: auto;
        float: left;
    }
    .nav-tabs.wizard>li:nth-of-type(1)>a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav-tabs.wizard li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .nav-tabs.wizard li:last-child a:after, .nav-tabs.wizard li:last-child:after {
        content: "";
        border: none;
    }
    span.step{
        padding: 4px 0 0 0!important;
        width: 20px!important;
        height: 20px!important;
        margin: 0!important;
    }
    .nav-tabs.wizard li>* {
        padding: 1em 0.8em 0.8em 1em!important;
    }
    .step-count{
        display: none;
    }
}
@media only screen and (min-width: 992px){
    .step-count{
        display: none;
    }
}
.ss-width{
    min-width: 120px;
    max-width: 120px;
}
