* {
    font-family: 'Manrope';
}

body {
    background-color: #F5F5F5;
}


.App {
    display: flex;
    justify-content: space-between;
}

.sidebar-node {
    width: 250px;
    background-color: #1ED599;
    height: calc(100vh - 0px);
    position: fixed;
    overflow-y: scroll;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    padding-bottom: 100px;
}

.note-editor {
    background: #fff;
}

.sidebar-node::-webkit-scrollbar {
    width: 0px;
}

.rightbar-node {
    position: absolute;
    right: 5px;
    width: calc(100vw - 285px);
    min-height: calc(100vh - 0px);
    height: auto;
    padding: 0px 20px;
    background-color: white;
    border-radius: 18px;
    padding-bottom: 100px;
}

.logo-node {
    padding: 12px 15px;
    display: flex;
    background-color: #fff;
    height: 60px;
    border-bottom: #fff solid 1px;
    margin-bottom: 20px;
}

.ul-sidebarlist {
    list-style: none;
    padding-left: 0;
    color: #000;
    margin: 0;
}

.ul-sidebarlist li,
.ul-sidebarlist a {
    padding: 8px 12px;
    margin: 5px 10px 0px 10px;
    font-size: 13px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #0000000d solid 1px;
}

.ul-sidebarlist li.active,
.ul-sidebarlist a.active {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}

.ul-sidebarlist li:hover,
.ul-sidebarlist a:hover {
    background-color: #fff;
    border-bottom: #fff solid 1px;
    color: #000;
}

.ul-sidebarlist .numofcount-ula {
    font-weight: 600;
}

.logout-appnode:hover {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

.topr-hrad {
    padding: 12px 0px;
    height: 60px;
    border-bottom: #E6E9EB solid 1px;
    display: flex;
    align-items: center;
}

.topr-hrad h1 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.bbox-count {
    background-color: #E6E9EB;
    padding: 20px;
    width: 240px;
    margin: 10px 0px 0px 0px;
    margin-right: 20px;
    min-height: 95px;
    border-radius: 10px;
}

.bbox-count:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.bbox-count h4 {
    font-size: 14px;
}

.card-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.bbox-count h6 {
    text-align: right;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.top-barbtns {
    display: flex;
    justify-content: right;
    padding: 15px 0px;
    border-bottom: #E6E9EB solid 1px;
    margin-bottom: 10px;
}

.top-barbtns button {
    margin-left: 10px;
    background-color: #1ed599;
    border: transparent solid 1px;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 10px;
}

.cell-table-rm {
    border: #E6E9EB solid 1px;
    margin-top: 20px;
    color: #000;
    width: 100%;
}

.cell-table-rm tbody {
    border-top: #E6E9EB solid 1px;
}

.cell-table-rm tbody tr td {
    padding: 8px 10px;
    border-bottom: #E6E9EB dashed 1px;
}

.cell-table-rm tbody tr td a{
    color: #007bff;
}

.cell-table-rm tbody tr td a:hover{
    color: #1ed599;
}

.cell-table-rm thead th,
.cell-table-rm thead tr {
    padding: 15px 0px;
}

.cell-table-rm thead td,
.cell-table-rm tbody td {
    padding: 3px 10px;
    border-right: #E6E9EB solid 1px;
    width: auto;
    font-size: 12px;
}

.action-td button {
    margin: 2px 5px;
    background-color: #fac458;
    color: #000;
    border: transparent solid 1px;
    padding: 3px 10px;
    border-radius: 12px;
}

.form-cont {
    margin: 15px 0px;
}

.f-13 {
    font-size: 13px;
}

.form-cont input,
.form-cont textarea,
.form-cont select {
    border: #E6E9EB solid 1px;
    border-radius: 5px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
    outline: none;
}

.form-cont select option {
    color: #000;
}

.form-cont-bottom button {
    background-color: #fac458;
    padding: 5px 20px;
    border: none;
    color: #000;
    border-radius: 10px;
    font-size: 15px;
}

.form-cont-bottom button.active {
    background-color: #1ED599;
    color: #fff;
}

.check-forminp {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.check-forminp label {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.inp-label {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.check-forminp input {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.box-cent-login {
    background-color: #fac458;
    padding: 20px 30px;
    max-width: 500px;
    min-width: 500px;
    min-height: 250px;
    border-radius: 10px;
    margin: auto;
}

.signin-btns {
    display: flex;
    justify-content: center;
}

.signin-btns button {
    background-color: #fff;
    border: none;
    padding: 6px 40px;
}

.signin-headini h1 {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}

.flexcenter-lnode {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inp-wit-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inp-wit-btns input {
    width: calc(100% - 80px);
}

.inp-wit-btns button {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background-color: red;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inp-wit-btns button svg {
    pointer-events: none;
}

.mt-20 {
    margin-top: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

#append-mess {
    color: #000;
    list-style: none;
}

#append-mess li {
    border-bottom: #E6E9EB solid 1px;
    width: fit-content;
    margin: 5px 0px;
}

.info-node {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 5px 10px;
    margin: 5px 0px;
    font-size: 13px;
}

.user-profilecover {
    height: 140px;
    border-radius: 0px 0px 9px 9px;
    width: -webkit-fill-available;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E6E9EB;
    background-position: center;
    margin-bottom: 40px;
}

.img-p-users {
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.img-p-users img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.justify-content-right {
    justify-content: right;
}

.sidebar-chats {
    list-style: none;
    padding-left: 0;
    padding-right: 5px;
    min-width: 280px;
    border-right: #fff solid 1px;
    min-height: 90vh;
}

.sidebar-chats li {
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.sidebar-chats li:hover {
    background-color: #fac458;
    color: #000 !important;
    cursor: pointer;
}

.prof-chatimg {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.prof-chatimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.proj-name {
    color: #000;
    font-size: 12px;
    padding-left: 10px;
}

.chats-lists {
    width: calc(100% - 300px);
    padding: 10px 10px;
    list-style: none;
    padding-left: 0;
}

.chats-lists li {
    margin-bottom: 10px;
}

.mess-pname {
    color: #272838 !important;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    width: calc(100% - 60px);
}

.right-chatcw {
    flex-flow: row-reverse;
}

.right-chatcw .mess-pname {
    text-align: right !important;
}

.label-pcht {
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
}


.eif-input .label::after {
    display: none;
}

.eif-input .input {
    width: 65%;
    position: relative;
}

.eif-input ._eiwo_wto {
    width: 15%;
}

.eif-input input,
.eif-input select,
.eif-input textarea,
.chosen-choices {
    background: #000;
    border: 1px solid #E6E9EB !important;
    width: 100%;
    box-shadow: 0px 5px 0px rgba(39, 40, 56, 0.12);
    border-radius: 5px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 44px !important;
    letter-spacing: -0.025em !important;
    color: #000 !important;
    background-image: none !important;
    background-color: #fff !important;
}

.eif-input select {
    padding: 13px 20px;
}

.pop-dorjecnmxd {
    display: none !important;
}

.pop-dorjecnmxd.active {
    background-color: rgb(0 0 0 / 36%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.cenrdorjmxd-wcbfs {
    background-color: white;
    padding: 10px 15px;
    min-width: 320px;
    border-radius: 8px;
    border: #E6E9EB solid 1px;
}

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

.cenheadrehjwchb h1 {
    font-size: 17px;
    margin: 0;
}

.cenheadrehjwchb button {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

.centtxt-aremonb textarea {
    width: -webkit-fill-available;
    border: #E6E9EB solid 1px;
    padding: 10px;
    min-height: 130px;
    font-size: 13px;
    margin-top: 20px;
    border-radius: 6px;
}

.fot-popednjii {
    display: flex;
    justify-content: right;
}

.secnt-btn-poprjcrti {
    background-color: aliceblue;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
}

.smuorifimg-tbl {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin-right: 10px;
}

.cencontent-node {
    padding-top: 10px;
}

.sts-comp {
    background-color: #1ED599;
}

.sts-act {
    background-color: #007bff;
    color: #fff;
}

.sts-ofs {
    background-color: #17a2b8;
    color: #fff;
}

.sts-canc {
    color: #fff;
    background-color: #dc3545;
}

.sts-badge {
    padding: 0.25rem 0.45rem;
    font-weight: 500;
    border-radius: 0.25rem;
    font-size: 11px;
}

.sales-country-list li {
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Manrope';
}

.num-count-cnt {
    font-weight: 700 !important;
}

.progress {
    background-color: #E6E9EB;
    height: 0.75rem;
    padding: 3px !important;
    border-radius: 10px;
}

.progress-bar-striped {
    background-color: #1ED599;
}

.flex-group-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fx-0-wf {
    width: 24%;
}

.menu-bkl {
    font-weight: 600;
    padding: 8px 12px;
    margin: 5px 10px 0px 10px;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff0f;
    user-select: none;
    cursor: pointer;
}

.menu-bkl svg {
    transform: rotate(-90deg);
}

.menu-bkl.active svg{
    transform: rotate(0deg);
}

.slide-toggle-menu {
    margin: 0px 10px;
}