body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

    font-family: "Poppins", sans-serif;
}

:root {
    --main-color: #000000;
    --secundery-color: #7d7d7e;
}

/* Default CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
span,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
    font-family: "Poppins", sans-serif;
}

button,
 html [type="button"], /* 1 */
 [type="reset"],
 [type="submit"] {
    -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

p a {
    background: transparent !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
textarea {
    outline: none !important;
}

audio,
canvas,
video {
    display: inline-block;
}
a {
    outline: none !important;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

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

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #a7f4f6;
    color: #555;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    outline: none !important;
}
input {
    outline: none !important;
}

textarea {
    outline: none !important;
}
/************ End default css ******************/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: "Raleway", sans-serif;
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

.all-body-overflow {
    overflow: hidden !important;
}
input:focus{
    box-shadow: 0px 0px 20px rgba(254,120,1,0.2)
}

/**************************************/
/************ Sidebar and header top css*************/
/************************************/

header#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

div#accordionSidebar {
    max-width: 224px;
    width: 100%;
    background: var(--main-color);
    min-height: 100vh;
}

div#content-wrapper {
    max-width: 1696px;
    width: 100%;
}
.header-logo a img {
    width: 125px;
    height: auto;
}

.herader-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--main-color);
    min-height: 90px;
    padding-right: 30px;
}

.profile-nav > a img {
    width: 40px;
    height: auto;
}

small.clickArrow {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.toggleArrow.addToggleRemove svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.blance-item h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blance-item h5 > span {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #ff7901;
}

.blance-item {
    margin-right: 40px;
}

.profile-nav {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
    border-radius: 45px;
    padding: 10px;
}

.profile-nav > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.profile-nav > a > span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #26262e;
    padding-left: 10px;
    padding-right: 18px;
}

.profile-nav > a > small {
    padding-right: 10px;
}

.header-logo {
    padding-bottom: 49px;
    padding-top: 11px;
    text-align: center;
}

.nav-bar-main {
    padding-left: 42px;
}

.nav-bar-main ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #7d7d7e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-bar-main > ul > li {
    margin-bottom: 30px;
    position: relative;
}
.nav-bar-main > ul > li:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 29px;
    background: #ff7901;
    right: 0;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-bar-main > ul > li:hover:after {
    visibility: visible;
    opacity: 1;
}

.nav-bar-main > ul > li:hover > a,
.nav-bar-main > ul > li:hover > a svg path {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    fill: #ff7901;
}

.nav-bar-main ul > li a > small {
    position: absolute;
    right: 21px;
}

ul.child-dropdown-nav > li > a {
    font-size: 12px;
    line-height: 30px;
    color: #7d7d7e;
}

.nav-bar-main > ul > li.active a {
    color: #fff;
}
.nav-bar-main > ul > li.active a svg path {
    fill: #ff7901;
}
.nav-bar-main > ul > li.active:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 29px;
    background: #ff7901;
    right: 0;
    top: 5px;
    visibility: visible;
    opacity: 1;
}
.nav-bar-main > ul > li.active {
    position: relative;
}

.prent-dropdown {
    position: relative;
    clear: both;
    display: inline-block;
    z-index: 2;
}

ul.child-dropdown {
    position: absolute;
    content: "";
    top: 33px;
    left: 0px;
    z-index: 1;
    min-width: 200px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid #f2f2f4;
    -webkit-box-shadow: 0px 30px 20px -20px rgba(198, 211, 232, 0.2);
            box-shadow: 0px 30px 20px -20px rgba(198, 211, 232, 0.2);
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
    padding-top: 45px;
    display: none;
}

ul.child-dropdown.show-menu {
    display: block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
ul.child-dropdown > li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #7d7d7e;
    padding: 12px 20px;
}

ul.child-dropdown > li a.log_out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 1, 1, 0.1);
    border-radius: 5px;
    margin: 20px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

ul.child-dropdown > li a.log_out span {
    padding-left: 9px;
}

ul.child-dropdown li {
    margin-bottom: 5px;
}

ul.child-dropdown-nav {
    position: relative;
    padding-left: 8px;
    display: none;
    top: 8px;
}
.header-top-dropdown-main {
    position: relative;
}

ul.child-dropdown-nav.show {
    display: block;
}

ul.child-dropdown-nav.show > li > a > svg > path {
    fill: #7d7d7e;
}
ul.child-dropdown-nav.show > li:hover > a,
ul.child-dropdown-nav.show > li:hover > a > svg > path {
    color: #fff;
    fill: #ff7901;
}

/**************************************/
/************ profile cradit card css*************/
/************************************/

div#body-content-main {
    background: #fcfbff;
    padding: 30px;
    min-height: 100vh;
}

.profile-cradit-card-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.8fr 30px 9.2fr;
    grid-template-columns: 2.8fr 9.2fr;
    grid-gap: 30px;
}

.profile-card {
    border: 1px solid #f2f2f4;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 70px;
}

.profile-image > img {
    width: 100px;
    height: auto;
}
.profile-card h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: #26262e;
    padding-top: 10px;
}
.profile-card > ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.cradit-card {
    border: 1px solid #f2f2f4;
    border-radius: 10px;
    background: #fff;
    padding: 50px 30px;
}

.cradit-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #26262e;
    margin-bottom: 10px;
}

.cradit-card .cradit-inner-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.cradit-card .cradit-inner-grid > button {
    border: 1px solid #f2f2f4;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    position: relative;
    cursor: pointer;
}

.cradit-card span.delete-card {
    position: absolute;
    right: 8px;
    top: 5px;
}

.cradit-card span.cradit-single-item strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #7d7d7e;
    display: block;
    padding-bottom: 30px;
}
.cradit-card span.cradit-single-item small {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #bdbdbd;
    display: block;
    text-align: left;
}

.cradit-card span.cradit-single-item {
    text-align: left;
}

.cradit-card .niiceeTabBtn button.active span.cradit-single-item strong,
.cradit-card .niiceeTabBtn button.active span.cradit-single-item small {
    color: #26262e;
}

.cradit-card .niiceeTabBtn button.active span.delete-card svg path {
    fill: #26262e !important;
}
.cradit-card .niiceeTabBtn button.active {
    border: 1px solid #ff7901;
}

/**************************************/
/************ profile information css*************/
/************************************/
.profile-information-main {
    border: 1px solid #f2f2f4;
    border-radius: 10px;
    background: #fff;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 60px;
}

.info-tab-content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.tab-links {
    text-align: center;
    border-bottom: 2px solid #f2f2f4;
}

.info-content {
    padding-top: 60px;
    display: none;
}

.info-content.activeShow {
    display: block;
}

.b-nav-tab {
    display: inline-block;
    padding: 10px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    background: transparent;
    border: none;
    color: #26262e;
    margin-bottom: -1px;
    cursor: pointer;
}

.b-nav-tab.activeShow {
    color: #ff4200;
    border-bottom: 2px solid #ff7901;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 30px;
    padding: 3px;
    background-color: white;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 20px;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: transparent;
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    border: 1px solid #ff7901;
}
.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #ff7901;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 20px;
    height: 20px;
    background: #ff7901 !important;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(#f0f0f0));
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-input:checked ~ .switch-handle {
    left: 30px;
    background: #fff !important;
}

.email-info-switch span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #26262e;
}

.email-info-switch {
    margin-bottom: 30px;
}
.email-info-switch.switch-elable span {
    color: #7d7d7e;
}

.low-creadit-single label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #7d7d7e;
}

.input-for-low-cradit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    border-bottom: 2px solid #f2f2f4;
    padding-bottom: 30px;
}

.low-creadit-single input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #f2f2f4;
    border-radius: 10px;
    background: #fff;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #bdbdbd;
    display: block;
    padding-left: 20px;
    opacity: 1;
}

.low-cradit-info {
    border-top: 2px solid #f2f2f4;
    padding-top: 30px;
}

button.save-change {
    background: #ff7901;
    -webkit-box-shadow: 0px 20px 50px rgba(255, 121, 1, 0.3);
            box-shadow: 0px 20px 50px rgba(255, 121, 1, 0.3);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 10px 16px;
    cursor: pointer;
    margin-top: 30px;
    border: 2px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

button.save-change:hover {
    background: transparent;
    border: 2px solid #ff7901;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
}