body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px !important;
    font-family: 'Nunito-Regular' !important;
}

.email-text {
    border: 1px solid rgb(197, 197, 197);
    padding: 6px 20px;
    font-family: 'Nunito-Regular';
    font-size: 16px;
    border-radius: 5px;
}

button.dropdown-toggle {
    border: none;
    background: none;
    position: relative;
}

button.dashboard-left.dashboard-text.dropdown-toggle {
    margin: 0;
    width: 100%;
}

a.dropdown-item:hover {
    color: #DDA74D !important;
    text-decoration: none !important;
}

.dropdown {
    width: auto;
}

a.dropdown-item {
    padding: 7px 2px 7px 26px;
    font-family: 'Nunito-Regular';
    letter-spacing: 0.56px;
    font-size: 14px;
    color: #fff;
    white-space: normal;
    margin: 7px 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #ffffff !important;
}

.dashboard-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #282828 !important;
    width: 100%;
}

.dash-container {
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px #00000024;
}

.add-img-box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.add-text {
    margin: 0;
    font-size: 20px;
    font-family: 'Nunito-SemiBold';
    color: #fff;
    margin-left: 10px;
}

a:hover {
    text-decoration: none !important;
}

a .add-text:hover {
    text-decoration: none;
}

.dashboard-heading {
    font-family: 'Nunito-Bold';
    font-size: 26px;
    margin: 0;
    color: #fff;
}

.select-text-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 6px #242323;
    border-radius: 30px;
    justify-content: space-between;
}

.small-text {
    margin: 0;
    padding: 6px 20px;
    font-size: 16px;
    font-family: 'Nunito-Regular';
}

.small-text:hover {
    background-color: #DDA74D;
    color: #fff;
    border-radius: 30px;
}

.select-month {
    border: none;
    background-color: #fff;
    box-shadow: 0px 3px 6px #242323;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'Nunito-Regular';
    width: 62%;
}

.select-box {
    position: relative;
}

.select-box:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    right: 63px;
    top: 10px;
    position: absolute;
}

.select-month::-ms-expand {
    display: none;
}

.select-box .select-month {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0px 15px;
}

.monthly-cost {
    background-color: #5CAC56;
    width: 100%;
    float: right;
    padding: 14px 10px 8px 15px;
    border-radius: 10px;
    margin-top: 8px;
}

.date-select-btn {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 5px;
}

i.fa.fa-plus {
    font-size: 12px;
}

.spen-content {
    margin-top: 25px;
}

.amount-heading {
    margin: 0;
    font-family: 'Nunito-Bold';
    font-size: 22px;
    color: #fff;
}

.fixed-cost {
    margin-top: 30px;
}

.table {
    border-collapse: collapse;
    width: 100% !important;
    margin: auto;
    border-collapse: separate;
    border-spacing: initial;
}

.table-heading {
    border-bottom: 1px solid #ddd !important;
    font-family: 'Nunito-Regular'!important;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}

.table-box td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.view-more {
    color: #DDA74D;
    font-family: 'Nunito-SemiBold';
    text-decoration: none;
    cursor: pointer;
}

.view-more:hover {
    color: #DDA74D;
    text-decoration: none;
}

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

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

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 16px;
    font-family: 'Nunito-SemiBold';
}

.amount {
    font-family: 'Nunito-SemiBold' !important;
}

.orange-heading-box {
    display: flex;
    align-items: center;
    background-color: #282828;
    padding: 2px 6px;
    margin-top: 20px;
    border-radius: 40px;
}

.btn-top {
    margin-top: 20px !important;
    display: block;
    margin: auto;
}

.cogs-amount.sub {
    font-family: 'Nunito-Regular';
}

.oprating-cost-img {
    height: 40px;
    border-radius: 50%;
    width: 40px;
    object-fit: cover;
    object-position: top;
}

.orange-heading {
    margin: 0;
    font-size: 16px;
    font-family: 'Nunito-Regular';
    color: #ffffff;
    margin-left: 5px;
    text-transform: capitalize;
    color: #DDA74D;
}

.spending {
    background-color: #282828;
    padding: 8px 20px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
}

p.spending-text {
    margin: 0;
    font-family: 'Nunito-SemiBold';
    font-size: 18px;
}

/* *************** Modal********************* */

.modal-dialog.modal-sm {
    min-width: 570px !important;
    margin-top: 10%;
}

.close {
    opacity: 999 !important;
}

.modal-content {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
}

.modal-header {
    border: none !important;
}

.modal-body1 {
    background-color: #E4DFDA;
    padding: 16px 20px;
    margin-top: 13px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.modal-body2 {
    background-color: #007C76 !important;
    padding: 16px 20px;
    border-radius: 10px;
    margin-top: 13px;
    margin-bottom: 25px;
}

.fixed-cost-img {
    height: 35px;
    margin-bottom: 10px;
}

.checkbox-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkbox-btn {
    width: 14px;
}

.container1 {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #426BA9;
}

.container1 input:checked~.checkmark {
    background-color: #DDA74D;
}

.container1 input:checked~.checkmark:after {
    display: block;
}

span.checkmark {
    display: none;
}

/* *************** Modal********************* */

.calendar-icon {
    position: absolute;
    right: 17px;
    top: 7px;
    height: 23px;
}

.fixed-cost-dropdown {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 20px;
    text-align: center;
    background-color: #fffcf6;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px dashed #d6d6d6;
}

.fixed-cost-drop-menu {
    border: none !important;
    width: 100%;
}

.dropdown-category {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: 'Nunito-Regular';
    border-bottom: 1px solid #ccc8c8 !important;
    padding-bottom: 5px;
    padding-left: 0;
    position: relative;
}

.dropdown-category::after {
    position: absolute;
    right: 8px;
    top: 16px;
}

.category-item {
    margin: 0 !important;
    padding-left: 2px !important;
    background: none !important;
    box-shadow: none !important;
    padding-right: 10px !important;
}

.comment-section {
    margin-top: 12px;
}

.enter-comment-box {
    border-radius: 7px;
    padding-right: 50px;
    color: #fff;
}

.reply-comment-box {
    width: 95%;
    margin: auto;
}

.category-sub-item {
    margin: 0 3px;
}

.input-group {
    width: 100%;
    position: relative !important;
}

.calendar-input {
    border: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito-Regular';
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: 'Nunito-Regular';
    border-bottom: 1px solid #ccc8c8 !important;
    padding-bottom: 5px;
    padding-left: 5px;
    z-index: 99;
    background-color: transparent;
    height: 45px;
}

.topmr {
    margin-top: 20px !important;
}

img.category-icon {
    width: 40px;
}

.ccbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #282828;
    width: 100px;
    margin-right: 1.5%;
    height: 100%;
    border: 1px dashed #dedede;
    padding: 8px 7px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}

.category-icon {
    height: 41px;
}

p.category-text {
    font-size: 13px;
    font-family: 'Nunito-Regular';
    margin: 0px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
}

.choose-category {
    margin-top: 10px;
    grid-template-columns: auto auto auto auto;
    display: grid;
    grid-gap: 10px;
    justify-content: initial;
}

.next {
    font-size: 20px;
}

.prev {
    font-size: 20px;
}

.calendar-box {
    margin-bottom: 6px;
}

table.table-condensed {
    width: 100%;
    text-align: center;
}

.datepicker.datepicker-dropdown {
    width: 250px;
    background-color: #f9f9f9;
    cursor: pointer;
    z-index: 999999 !important;
}

#datepicker>span:hover {
    cursor: pointer;
}

.fixed-cost-upload-box {
    width: 100%;
}

.fixed-cost-upload-btn {
    width: 100%;
    padding: 6px 0px !important;
    text-align: left;
    border-bottom: 1px solid #ccc8c8 !important;
}

.file-upload {
    font-size: 34px !important;
    top: 26px !important;
    cursor: pointer;
}

/* ****************** Profile********************** */
.my-post-box {
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    overflow-y: auto;
}

.post-box {
    padding: 5px 0px 20px 0px;
    background-color: #000;
    color: #fff;
    margin-bottom: 30px;
    /* border: 1px solid #ccc8c8 !important; */
    border-radius: 10px;
    /* margin-top: 20px; */
    position: relative;
}

.post-name {
    top: -4px;
    padding-top: 6px;
}

/* .post-img-box {
    width: 90%;
    margin: auto;
} */

.note {
    color: red;
    display: none;
}

.post {
    color: #242323;
}

.post:hover {
    color: #242323;
    text-decoration: none;
}

.my-post-name {
    background-color: white;
    box-shadow: 0px 3px 6px #242323;
    border-radius: 10px;
    height: 430px;
    padding-top: 20px;
    width: 90%;
}

.my-post-box {
    margin-top: 10px;
    border: 1px solid #282828;
    padding: 20px;
    border-radius: 10px;
}

.post-name {
    top: 21px;
    padding-top: 6px;
}

.post {
    color: #242323;
}

.post:hover {
    color: #242323;
    text-decoration: none;
}

.my-post-name {
    background-color: white;
    box-shadow: 0px 3px 6px #242323;
    border-radius: 10px;
    height: 430px;
    padding-top: 20px;
    width: 90%;
}

.my-profile-box {
    background-color: white;
    box-shadow: 0px 3px 6px #242323;
    border-radius: 10px;
    height: 430px;
    padding-top: 20px;
    width: 80%;
}

.profile-icon {
    height: 22px;
    margin-right: 10px;
}

.profile-text {
    font-size: 16px;
    font-family: 'Nunito-Regular';
    padding: 4px 0px 10px 20px;
    border-bottom: 1px dashed #cccccc;
}

.profile-user-box {
    text-align: center;
    margin-bottom: 25px !important;
}

.profile-img-box {
    position: relative;
    width: 100px;
    margin: auto;
    margin-left: 6px;
}

.profile-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 10px;
}

.profile-name-title {
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Nunito-SemiBold';
}

.profile-edit-icon {
    color: #DDA74D;
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
    background-color: white;
    right: 4px;
    font-size: 22px !important;
    cursor: pointer;
}

.change-password-box {
    margin-top: 30px;
}

.Sidebar {
    position: fixed;
    width: 240px;
    background-color: #DDA74D;
    top: 90px;
    height: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.main-container-box {
    width: calc(100% - 240px);
    /* padding: 30px; */
    transition: all 0.3s;
    position: absolute;
    top: 90px;
    right: 0;
    background-color: #000;
    height: calc(100% - 90px);
    overflow: auto;
}

.dropdown-btn {
    margin-top: 10px;
    font-family: 'Nunito-Regular';
    font-size: 16px !important;
}

.dropdown-btn {
    padding: 10px 15px;
    border-left: 4px solid transparent !important;
    border-radius: 15px !important;
}

.sidebarnav a,
.dropdown-btn {
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
    color: #fff;
    font-family: 'Nunito-Regular';
    letter-spacing: 0.56px;
    margin-bottom: 16px;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 7px;
}

.dropdown-btns {
    margin-top: 10px;
    font-family: 'Nunito-Regular';
    font-size: 16px !important;
}

.dropdown-btns {
    padding: 10px 5px !important;
    border-left: 4px solid transparent !important;
    border-radius: 15px !important;
}

.sidebarnav a,
.dropdown-btns {
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
    color: #fff;
    font-family: 'Nunito-Regular';
    letter-spacing: 0.56px;
    margin-bottom: 16px;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 7px;
}

.dropdown-icon-box {
    padding: 6px 15px 6px 25px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: 'Nunito-Regular';
    font-size: 16px;
    display: flex;
}

.dropdown-icon {
    margin-right: 10px;
    margin-top: 4px;
}

.dropdown-icon-box a {
    color: #ffffff;
    line-height: 19pxs;
}

.dropdown-icon-box:hover {
    color: #DDA74D;
    background-color: #fff;
    text-decoration: none !important;
}

.dropdown-icon-box:hover a {
    color: #DDA74D;
    background-color: #fff;
    text-decoration: none !important;
}

.dropdown-btn:hover {
    color: #ffffff;
    text-decoration: none !important;
}

.dropdown-btns:hover {
    color: #ffffff;
    text-decoration: none !important;
}

.dropdown-container {
    display: none;
    background-color: #DDA74D;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.sidebarnav .dropdown-btn:hover {
    background-color: #f1b147 !important;
    padding: 10px 15px !important;
    box-shadow: 0px 0px 5px 0px #a1650638;
    border-left: 4px solid #b87300 !important;
    border-radius: 7px !important;
}

.sidebarnav .dropdown-btns:hover {
    background-color: #f1b147 !important;
    padding: 10px 5px !important;
    box-shadow: 0px 0px 5px 0px #a1650638;
    border-left: 4px solid #b87300 !important;
    border-radius: 7px !important;
}

.navactive {
    background-color: green;
    color: white;
}

.dropdown-container {
    display: none;
    background-color: transparent;
    margin-bottom: 12px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
    padding-top: 6px;
}

a.souter-link {
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito-Regular';
    letter-spacing: 0.56px;
    margin-bottom: 16px;
    padding: 10px 5px !important;
    border-left: 4px solid transparent;
    border-radius: 7px !important;
}

a.souter-link:hover {
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito-Regular';
    letter-spacing: 0.56px;
    margin-bottom: 16px;
    text-decoration: none;
    background-color: #f1b147 !important;
    padding: 10px 5px !important;
    box-shadow: 0px 0px 5px 0px #a1650638;
    border-left: 4px solid #b87300 !important;
    border-radius: 7px !important;
}

a.sinner-link {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px !important;
    border-radius: 7px !important;
    border-left: 4px solid transparent;
    margin-bottom: 2px;
}

a.sinner-link:hover {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: #ffffff;
    background-color: #f1b147 !important;
    border-left: 4px solid #b87300 !important;
    padding: 10px 15px !important;
    border-radius: 7px;
    margin-bottom: 2px;
}

img.sidebars-img {
    width: 27px;
    margin-right: 8px;
}

img.down-img {
    width: 13px;
    float: right;
    margin-top: 7px;
}

.slink {
    margin-right: 5px !important;
}

img.left-img {
    width: 13px;
    margin-top: -2px;
}

.dash-pd {
    padding: 0px !important;
}

.content-container {
    padding: 20px 25px;
    background-color: #000;
}

img.editprofile {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0px;
    right: 0%;
    background-color: #fff;
    border-radius: 20px;
}

.table td,
.table th {
    border-top: 0px solid #dee2e6 !important;
    vertical-align: middle !important;
}

.col-md-12.text-center.fixed-gsection {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: calc(100% - 317px);
    right: 47px;
}

button.delete-btn.dropdown-toggle::after {
    display: none !important;
}

img.delete-feed {
    width: 19px;
    margin-left: 6px;
}

.dropdown-menu.dfeedmenu.show {
    min-width: 100px !important;
    margin-right: 30px !important;
    background-color: #DDA74D;
    padding: 5px 10px;
    text-align: center;
    border: 0px !important;
    margin-top: 5px !important;
    border-radius: 7px;
}

.reply-box input {
    margin-top: 3px;
}

.dropdown-menu.dfeedmenu a {
    color: #ffffff;
    font-family: 'Nunito-Regular';
    letter-spacing: 0.56px;
    font-size: 15px;
}

.fixed-tsection {
    padding-bottom: 40px;
}

.select-product {
    margin-bottom: 10px;
}

/* .financial-select-box {
    border: none !important;
    font-size: 16px !important;
    padding-bottom: 7px;
    width: 100%;
    padding-left: 5px !important;
    font-family: "proxima_novaregular" !important;
    background: none;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc8c8 !important;
    color: #242323 !important;
    border-radius: 5px !important;
    height: 43px !important;
    cursor: pointer;
    -webkit-appearance: initial;
} */

img.fmc-image {
    /* background-color: #eab566fc; */
    width: 35px;
    padding: 5px;
    border-radius: 7px;
}

.profit-box {
    width: 100% !important;
    margin: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 14px 20px;
    justify-content: space-between;
}

p.table-stext {
    font-family: 'Nunito-Regular';
    font-size: 13px;
    color: #fff;
    text-align: justify;
    margin: 0px;
}

img.info-image {
    width: 18px;
    margin-top: -3px;
}

.profit-label-heading {
    font-size: 16px;
    margin-bottom: -5px;
    font-family: 'Nunito-SemiBold';
}

.profit-amount-orange {
    color: #DDA74D !important;
    text-align: right;
}

.profit-amount-text {
    font-size: 16px;
    font-family: 'Nunito-SemiBold';
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #fff;
}

.profit-amount-text::placeholder {
    color: #242323;
}

.cogs-type-box {
    width: 100% !important;
    margin: 20px auto 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 25px 8px;
}

.amount-list-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 6px;
    color: #fff;
}

.order-list {
    margin-bottom: 0;
    font-family: 'Nunito-Regular';
    font-size: 15px;
    text-transform: capitalize;
}

.cogs-amount {
    margin-bottom: 0;
    font-family: 'Nunito-SemiBold';
    font-size: 15px;
    color: #fff;
}

.green-button {
    width: 100%;
    border: none;
    background-color: #E4DFDA;
    padding: 10px 0;
    color: #242323;
    border-radius: 5px;
    margin: 20px auto !important;
    font-family: 'Nunito-SemiBold';
    font-size: 18px;
    letter-spacing: 0.56px;
}

.cursor {
    cursor: pointer;
}

.select-type-box {
    border-right: 2px solid #242323;
    text-align: center;
    height: 25px;
    margin: 20px 0;
}

.select-type-text {
    margin: 0;
    font-size: 22px;
    font-family: 'Nunito-Regular';
}

.name-list-box {
    width: 100%;
    padding: 0 20px;
}

.name-list-border {
    height: 13px;
    width: 100%;
    background-color: #DDA74D;
    border-radius: 10px;
    margin: 10px 0;
}

.listing-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.profit-amount {
    font-size: 24px;
    font-family: 'Nunito-Bold';
    color: #157a26;
    margin: 0;
}

.gross-rofit-border {
    border-bottom: 1px solid #ddd;
}

.add-cogs-box {
    display: flex;
    align-items: baseline;
}

.add-cogs-btn {
    margin-left: 8px;
    background-color: #DDA74D;
    color: white !important;
    padding: 2px 13px;
    border-radius: 20px;
    font-size: 14px;
    font-family: 'Nunito-Regular';
    border: none;
    text-decoration: none !important;
    margin-top: -3px;
}

.tooltip-icon {
    border: none;
    background: none;
    font-size: 18px;
}

.tooltip-inner {
    max-width: 280px !important;
    box-shadow: 0px 0px 5px #8d8d8d47 !important;
    border-radius: 5px !important;
    color: #242323 !important;
    background-color: #fff !important;
    font-family: 'Nunito-Regular' !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 10px 10px !important;
    letter-spacing: 0.56px;
}

.tooltip .arrow::before {
    top: 11px !important;
}

.tooltip {
    top: 10px !important;
}

.tooltip .arrow {
    display: none !important;
}

img.pin-icon {
    background-color: #DDA74D;
    width: 41px;
    border-radius: 50%;
    padding: 10px;
}

span.upload-text {
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
}

.name-type {
    font-size: 18px;
    margin-bottom: -5px;
    font-family: 'Nunito-Regular';
}

.active-menu {
    background-color: #CF8E1F !important;
    padding: 10px 5px !important;
    box-shadow: 0px 0px 5px 0px #a1650638;
    border-left: 4px solid #b87300 !important;
    border-radius: 7px !important;
}

.dash-box-inner {
    background-color: #282828;
    padding: 20px;
    box-shadow: 0px 4px 18px 0px #2423231f;
    border: 1px dashed #DDA74D;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
}

img.dash-box-icon {
    width: 40px;
}

.dash-box-container {
    margin: 0px 8px;
}

.dash-box-container {
    margin: 0px 8px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

h3.dash-box-text {
    font-size: 16px;
    font-family: 'Nunito-SemiBold';
    letter-spacing: 0.20px;
    padding-top: 12px;
    margin: 0px;
    color: #fff;
}

p.dash-box-price {
    font-size: 16px;
    margin: 0px;
    padding-top: 6px;
    font-family: 'Nunito-SemiBold';
    color: #fff;
}

span.dash-doller {
    color: #db9622;
    padding-right: 2px;
    font-size: 15px;
}

h2.select-heading {
    font-size: 16px;
    font-family: 'Nunito-SemiBold';
    padding-left: 10px;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 20px;
}

text {
    font-family: 'Nunito-SemiBold' !important;
}

#columnchart_material {
    margin-left: -5px !important;
    overflow: hidden;
}

/* @media(max-width:600px){
    #columnchart_material {
        margin-left: -5px!important;
        overflow: hidden!important;
        width: 600px!important;
    }
} */

select#menu {
    width: 130px;
    height: 35px;
    border: 1px solid #cecece;
    border-radius: 7px;
    font-family: 'Nunito-SemiBold';
    color: #fff;
    margin: auto;
    margin-right: 17px;
    margin-top: 25px;
    background-color: #282828;
    margin-bottom: 10px;
}

.delete-modal {
    max-width: 360px !important;
    margin-top: 10% !important;
}

.clearfix {
    text-align: center;
    margin: 20px 0 3px 0;
}

.cancelbtn {
    border: 1px solid #DDA74D;
    color: #DDA74D;
    padding: 7px 25px;
    border-radius: 3px;
    margin-right: 20px;
    letter-spacing: 0.56px;
    cursor: pointer;
}

.cancelbtn:hover {
    color: #DDA74D;
}

.deletebtn {
    background-color: #DDA74D;
    color: white;
    padding: 8px 25px;
    border-radius: 3px;
    letter-spacing: 0.56px;
    cursor: pointer;
}

.deletebtn:hover {
    color: white;
}

.delete-content-box {
    border-top: 3px solid #DDA74D !important;
    border-radius: 10px !important;
    padding-top: 20px;
}

.delete-profile-text {
    font-size: 16px;
    font-family: 'Nunito-Regular';
    color: #ffff;
    margin: 15px 0;
}

.submited-btn {
    margin-top: 30px;
}

.border-bfield {
    border: none !important;
    font-size: 15px !important;
    padding-bottom: 7px;
    width: 100%;
    padding-left: 5px !important;
    font-family: 'Nunito-Regular' !important;
    background: none;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc8c8 !important;
    color: #fff !important;
    height: 45px;
}

.edit-box {
    text-align: center;
}

#costeditbtn{
    border: none;
    background: none;
}

#costdeletebtn{
    border: none;
    background: none;
    padding: 0;
}

.edit-image {
    /* background-color: #eab566fc; */
    width: 25px;
    /* padding: 5px;
    border-radius: 7px; */
    cursor: pointer;
}

h2.no-data {
    font-size: 20px;
    font-family: 'Nunito-SemiBold';
    color: #DDA74D;
    margin: 0;
    margin-top: 16px;
}

.no-post-box {
    text-align: center;
    margin-bottom: -40px;
}

.no-post-H {
    margin-bottom: 15px;
}

/* img.no-post-img {
    height: 70px;
    margin-bottom: 15px;
} */

.tooltip.show {
    opacity: 999 !important;
}

img.no-post-img {
    height: 70px;
    margin-bottom: 15px;
    background-color: #E4DFDA;
    padding: 8px;
    border-radius: 8px;
}

.no-found-box {
    border: 1px solid #d1d1d1;
    margin: 20px 30px;
    padding: 22px 30px;
    border-radius: 5px;
    text-align: center;
}

.not-found-text {
    font-size: 16px;
    font-family: 'Nunito-Regular';
    left: 0.56px;
    color: #fff;
}

.post-like {
    margin: 0;
    width: 130px;
}

.comment-img-logo {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px !important;
    object-fit: cover;
    object-position: top;
}

.Sbtn {
    margin-top: 30px;
}

.sidebar-link {
    margin-bottom: 6px !important;
}

.sidebar-link:hover {
    margin-bottom: 6px !important;
}
.edit-cogs-amount{
    display: flex;
    align-items: center;
}

.editcogs {
    background: none;
    border: none;
    margin: 0 -3px 0 20px !important;
}

.deletecogs {
    background: none !important;
    border: none !important;
}

#costeditbtn{
    margin: 0 5px 0 15px;
}
.back-text {
    font-size: 14px;
    margin-right: 10px;
}

.back-image {
    width: 30px;
    padding: 5px;
    margin-right: 10px;
    background-color: #DDA74D;
    border-radius: 50%;
}
.back-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    background-color: #282828;
    width: 100%;
    color: #fff;
}
.select-fields  option {
    color: #ffffff;
}
.modal-content  {
    background-color: #393939!important;
}
.delete-content-box h4 {
    color: #fff !important;
}