html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #545454;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-24 {
    font-size: 24px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.common-action-btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.common-action-btn:focus,
.common-action-btn:hover {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.border-radius-50p {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)
}

.alert-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    line-height: 1.6
}

.common-border {
    border: 1px solid #b3baa9
}

.text-uppercase {
    text-transform: uppercase
}

.color1 {
    color: #313131;
}

.color2 {
    color: #777777;
}

.color3 {
    color: #4d4e4b;
}

.color4 {
    color: #677476;
}

.color5 {
    color: #1f9bb6;
}

.heading-title {
    color: #304378;
    line-height: 1.2;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-50 {
    margin-top: 50px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-16 {
    padding: 16px
}

.p-20 {
    padding: 20px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-10 {
    padding-bottom: 10px;
}

i.right-chevron {
    border: solid #313131;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.decoration-none {
    text-decoration: none;
}

.modal {
    max-width: 600px;
}

/* Breadcrumb With Search Section */

.search-box .control-input {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 70px;
    border: 0;
    box-shadow: none;
    padding-right: 70px;
    background-image: url(../layout-optim/doc-drafting/search-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    padding: 0 30px;
    width: 100%;
    box-shadow: 2px 10px 16.38px 1.62px rgba(84, 83, 83, 0.3);
}

.breadcrumb ul li a i.right-chevron {
    font-size: 12px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

/*... Breadcrumb With Search Section */

main.main-content {
    min-height: 450px;
}

/* Document Modal Section */

.doc-modal h4 {
    border-bottom: 1px solid #cacaca;
}

.doc-modal hr {
    margin: 10px 0 10px 0;
}

.doc-modal button {
    background: #234D95;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    cursor: pointer;
}

.payment-secure {
    border: 1px solid #cacaca;
    padding: 10px;
}

.payment-secure .img-secure img {
    height: 40px;
}

.accept-payment img {
    height: 35px;
}

/*... Document Modal Section */

/* Document Category Section */

.nested-accordion {
    cursor: pointer;
}

.nested-accordion h3 {
    padding: 0 0.5em;
}

.nested-accordion .accordion-box {
    padding: 10px;
    display: none;
}


.nested-accordion .accordion-box ul {
    margin-top: 5px;
}

.nested-accordion h3:before {
    content: "+";
    padding-right: 0.25em;
    color: #313131;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    right: 0;
}

.nested-accordion h3.selected {
    background: #E6EBFF;
    color: #324377;
    padding: 10px;
}

.nested-accordion h3.selected:before {
    content: "-";
    color: #324377;
}

.nested-accordion .accordion-box {
    color: #768e9d;
    border: 0.063em solid #cdcdcd;
    border-top: none;
}

.nested-accordion .accordion-box ul {

}

.nested-accordion a {
    text-decoration: none;
    color: #313131;
}

/* Starts On Header Css */
header.main-header {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

header.main-header .container {
    padding: 0!important;
}

.desktop-navs ul {
    top: 48px;
    margin-top: 14px!important;
    z-index: 11;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0;
}

.desktop-navs ul li {
    margin-right: 25px;
}

.desktop-navs ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.desktop-navs ul li:not(.wa-desktop) img {
    display: none;
}

.desktop-navs a span {
    padding: 10px 0;
    color: #333;
    text-shadow: none;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
}

.desktop-navs a span::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    color: #F8BA26;
    content: attr(data-hover);
    -webkit-transition: max-width .8s;
    -moz-transition: max-width .8s;
    transition: max-width .8s;
    font-weight: 500;
    border-bottom: 1px solid #F8BA26;
}

.desktop-navs .wa-desktop a {
    -webkit-transition: all 180ms;
    -moz-transition: all 180ms;
    -ms-transition: all 180ms;
    -o-transition: all 180ms;
    transition: all 180ms;
    display: block;
}

.main-header .logo img {
    width: 225px;
    display: block;
}

a.mini-photo-wrapper img {
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
/* Ends On Header Css */

.doc-dashboard {
    background: #F3F6FB;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.doc-dashboard .card-main {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* margin: 0 50px; */
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f6f6f6;
}

.card {
    margin-bottom: 24px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    -moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    -ms-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.dashboard-widget {
    clear: both;
    overflow: hidden;
    min-height: 430px;
}

.dashboard-widget .left-aside {
    float: left;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #f0f0f0;
}

.dashboard-widget .left-aside .navigation-anchors ul li {
    margin-bottom: 20px;
}

.dashboard-widget .left-aside .navigation-anchors ul li a.text-muted {
    color: #929292 !important;
}

.dashboard-widget .left-aside .navigation-anchors ul li a.active {
    position: relative;
    color: #212121 !important;
}

.dashboard-widget .left-aside .navigation-anchors ul li a {
    display: flex;
    min-height: 40px;
    align-items: center;
}

.dashboard-widget .left-aside .navigation-anchors ul li a.active:before {
    position: absolute;
    background: #ff9900;
    content: "";
    height: 100%;
    width: 3px;
    right: -16px;
    top: 0px;
    border-top-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
    -moz-border-top-left-radius: 100px;
    -ms-border-top-left-radius: 100px;
    -o-border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottom-left-radius: 100px;
    -ms-border-bottom-left-radius: 100px;
    -o-border-bottom-left-radius: 100px;
}

.dashboard-widget .left-aside .navigation-anchors i {
    font-size: 20px;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.dashboard-widget .right-aside {
    float: left;
    width: calc(100% - 200px);
    margin-left: 220px;
}

.font-30 {
    font-size: 30px;
}

.text-muted {
    color: #74788d !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.dashboard-sec .bal-widget img {
    position: relative;
    top: 22px;
}

.dashboard-sec .call-stats, .dashboard-sec .document-stats {
    background: #f4f1f1;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.dashboard-sec .box-tile {
    padding: 30px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
    background: #ffffff;
}

.text-dark {
    color: #343a40 !important;
}

.text-primary {
    color: #556ee6 !important;
}

.dashboard-sec .call-stats, .dashboard-sec.document-stats {
    background: #f4f1f1;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Starts On Footer css */

.footer-navs {
    background: #202020;
    padding: 30px 0;
}

.text-white {
    color: #fff;
}

.footer-navs a {
    color: #fff;
    font-size: 16px;
}

.footer-navs .right-chevron {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.footer-navs i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    float: right;
    display: none;
}

.footer-copyright {
    background: #414141;
    padding: 10px;
}

.footer-copyright p {
    color: #fff;
}

/* Ends On Footer css */

/* -profile Drop Down Menu  */

.menu-container {
    visibility: hidden;
    opacity: 0;
  }

  a.mini-photo-wrapper {
    color: #545454;
}

  .menu-container.active {
      visibility: visible;
      opacity: 1;
      transition: all .2s ease-in-out;
    
  }
  
  .user-menu {
    position: absolute;
    right: 38px;
    background-color: #FFFFFF;
    width: 196px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.15);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.user-menu:before {
    position: absolute;
    top: -16px;
    left: 34px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #E0E0E0;
}

.user-menu .user-menu-link {
    display: -webkit-box;
    display: flex;
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
}

.user-menu .user-menu-link div {
    margin: auto 10px;
}

.user-menu .footer {
    border-top: 1px solid #E0E0E0;
    padding-top: 6px;
    margin-top: 6px;
    background: #f2f2f2;
}

.user-menu:after {
    position: absolute;
    top: -14px;
    left: 34px;
    display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #FFFFFF;
}

.user-menu .footer .user-menu-link {
    font-size: 13px;
}

li.user-menu__item {
    margin-right: 0 !important;
}

li.user-menu__item.pos-rel a i {
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 15px;
}



/* -profile Drop Down Menu  */

/*... Document Category Section */


/* Profile Settings Css */

.profile-edit {
    display: none;
}

.profile-block {
    margin: 0 100px;
}

.profile-block .edit-abs {
    position: absolute;
    right: 150px;
    top: 40px;
    cursor: pointer;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-title {
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.bg-soft-primary {
    background-color: rgba(85, 110, 230, 0.25) !important;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.profile-block .img-edit .custom-file-upload {
    cursor: pointer;
    background: #20be79;
    color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    bottom: 12px;
    left: 70px;
}

.rounded-circle {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.profile-block .img-edit input[type=file] {
    display: none;
}

.align-self-center {
    align-self: center !important;
}

.media-body {
    flex: 1;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.media {
    display: flex;
    align-items: flex-start;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.profile-edit .form-control {
    height: 46px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.94rem + 2px);
    padding: 0.47rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.label-required {
    color: #ff0000;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.21875rem;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.profile-edit .btn-primary {
    min-width: 180px;
    height: 54px;
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.47rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    background-color: #234D95;
    border-color: #234D95;
    color: #fff;
}

/* Profile Settings Css */

/* Transactions Css */

.common-container {
    padding: 20px 40px 20px 0;
}

.search-box .form-control {
    border-radius: 30px;
    padding-left: 40px;
}

.search-box .search-icon {
    font-size: 16px;
    position: absolute;
    left: 13px;
    top: 0;
    line-height: 38px;
}

.search-box .search-icon {
    font-size: 16px;
    position: absolute;
    left: 30px;
    top: 0;
    line-height: 38px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #495057;
    border-collapse: collapse;
}

.table .thead-light th {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #eff2f7;
}

.table .thead-light th {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #eff2f7;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eff2f7;
}
.table-nowrap th, .table-nowrap td {
    white-space: nowrap;
}
.table-centered td, .table-centered th {
    vertical-align: middle !important;
}
.table th {
    font-weight: 600;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eff2f7;
}
th {
    text-align: inherit;
}

.justify-content-md-between {
    justify-content: space-between !important;
}
/* Transactions Css */

/* Documenmts Css */

.docu-tab-panel .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.tab:not(:target) {
    display: none;
  }
  
  .tab:last-child {
    display: block;
  }
  
  .tab:target ~ .tab:last-child {
    display: none;
  }

  .docu-tab-panel .tabs li {
    display: inline-block;
    padding: 8px 16px;
}

.docu-tab-panel li.active {
    border-bottom: 2px solid #ff9900;
}

.docu-tab-panel li a {
    color: #343a40;
}

.docu-tab-panel ul.nav.nav-tabs {
    padding-left: 0;
    border-bottom: 2px solid #f6f6f6;
}

/* Documenmts Css */

/* Datatable css */

.dataTables_wrapper .dataTables_filter input {
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border: 1px solid #ced4da !important;
    padding-left: 20px !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ced4da !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    padding: 4px 8px 4px 10px !important;
}

/* Datatable css */

@media screen and (max-width: 1280px) {

    .doc-dashboard .card-main {
        margin: 50px 15px 0 15px !important;
        position: static;
    }

    .doc-dashboard .card-main .dashboard-widget .left-aside {
        float: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 70px;
        left: 0;
    }

    .doc-dashboard .card-main .dashboard-widget .left-aside .navigation-anchors ul {
        display: flex;
        flex-wrap: wrap;
    }

    .doc-dashboard .card-main .dashboard-widget .left-aside .navigation-anchors ul li {
        margin-bottom: 5px;
        margin-right: 15px;
    }

   
    .doc-dashboard .card-main .dashboard-widget .left-aside .navigation-anchors ul li a.active:before {
        position: absolute;
        background: #ff9900;
        content: "";
        height: 2px;
        width: 100%;
        right: auto;
        top: auto;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        bottom: 0;
        border-radius: 60px !important;
    }

    .doc-dashboard .card-main .dashboard-widget .right-aside {
        float: none;
        width: 100%;
        margin-left: 0;
        position: relative;
        padding: 30px !important;
    }

    .dashboard-widget .profile-block {
        margin: 0px 0;
    }

    .dashboard-widget .profile-block  .edit-abs {
        right: 20px;
        top: 10px;
        width: 40px;
        height: 40px;
      }
  
  }
  
  @media screen and (max-width: 830px) {
    .doc-dashboard .card-main {
        margin: 90px 15px 0 15px !important;
      }

      .doc-dashboard .common-container {
        padding: 0;
      }
  
  }
  
  @media screen and (max-width: 991px) and (min-width: 768px) {
  
    .dashboard-sec .call-stats, .document-stats {
        min-height: 260px;
    }
    .dashboard-sec .box-tile {
        min-height: 150px;
    }
  
    span.font-size-14 {
        min-height: 40px;
    }
  
    span.font-20 {
          font-size: 18px;
    }

    }
  
  
  
  @media screen and (max-width: 767px) {

    .font-sm-24 {
        font-size: 24px !important;
        line-height: 30px;
    }
    
  }
  
  @media screen and (max-width: 575px) {

    .dashboard-widget .dashboard-sec .col-8, .dashboard-widget .dashboard-sec .col-4, .dashboard-widget .col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
      
    .doc-dashboard .card-main .dashboard-widget .right-aside {
      padding: 20px 15px !important;
  
    }
  
    .dashboard-sec .box-tile {
        margin-bottom: 20px !important;
    }
  
    .profile-block .row.mt-4 {
        margin-top: 0 !important;
      }
  
      .row.mt-5, .row.mt-4, .col-12 {
          margin-bottom: 10px;
      }
  
      .profile-edit .row.mt-5:not(:first-child) {
          margin-top: 0 !important;
        }
  
    .row.mt-5, .col-12 { 
        margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .doc-dashboard .card-main {
        margin: 130px 0px 0 0px !important;
       }
  
    .doc-dashboard .navigation-anchors ul li {  
        margin-right: 25px !important;
  }
}
  
  @media screen and (max-width: 450px) {
    .doc-dashboard .card-main .navigation-anchors ul li {
        margin-right: 20px !important;
        margin-bottom: 0px !important;

  }
  
  @media screen and (max-width: 359px) {
    .doc-dashboard .card-main .navigation-anchors ul li {    
        margin-right: 10px !important;
    }
  }