.nk-sidebar {
    width: 230px;
    padding-bottom: 112px;
    height: 100%;
    position: fixed;
    top: 68px;
    padding-top: 0;
    z-index: 99;
    background: #1F70C1;
    transition: all .2s ease;
    overflow-y: scroll;
}


/* width */

.nk-sidebar::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.nk-sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px;
}


/* Handle */

.nk-sidebar::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 10px;
}


/* Handle on hover */

.nk-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgb(87, 85, 85);
}

.layout-main.active .nk-sidebar {
    width: 60px;
}

.layout-main.active .nk-sidebar .metismenu li a .nav-text {
    display: none;
}

.layout-main.active .layout-content-body {
    margin-left: 60px;
}

.layout-main.active .nk-sidebar {
    top: 60px;
}

.nk-sidebar .metismenu a {
    text-decoration: none;
    position: relative;
    display: block;
    /* padding: 0.6rem 1.25rem; */
    padding: 9px 12px;
    outline-width: 0;
    transition: all .3s ease-out;
    color: #ffffff;
    font-size: 14px;
}

.nk-sidebar .metismenu li a i {
    font-size: 0.95rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4375rem 0 0;
    color: #ffffff;
}

.nk-sidebar .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #1F70C1;
}

.nk-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fafafa;
}

.metismenu {
    transition: all .4s ease-in-out;
}


/* .nk-sidebar .metismenu a:hover {
    text-decoration: none;
    background-color: #F3F1FA;
    color: #1E71C1;
}

.nk-sidebar .metismenu li a:hover i {
    color: #1E71C1;
} */

.nk-sidebar .metismenu ul a {
    padding: 0.625rem 0.9375rem 0.625rem 2.8125rem;
}


/*************************** header css *************************/

.layout-content-body {
    margin-left: 230px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 92px;
    margin-bottom: 10px!important;
    padding-bottom: 40px;
    /* background: #f2f5f8; */
    /* background: rgb(255,250,242); */
    background: linear-gradient(180deg, rgba(255, 250, 242, 1) 53%, rgba(255, 255, 255, 1) 100%);
}

.title-bar-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}


/* table css */

td.mat-cell {
    font-size: 12px!important;
}


/* th.mat-header-cell {
    padding: 0px 8px!important;
} */

th.mat-header-cell,
td.mat-cell,
td.mat-footer-cell {
    padding: 0px 7px!important;
}

th.mat-header-cell {
    text-align: center!important;
}

td.mat-cell {
    text-align: center!important;
}

.search {
    padding: 2px 10px!important;
}

.card {
    border: 1px solid #f2f5f8!important;
}

.card-header {
    background: white!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

i {
    cursor: pointer;
}


/* close-button-css */

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    position: absolute;
    right: 5px;
    top: 0px;
    /* width: 30px;
    height: 30px;
    border: 1px solid blue;
    background: red!important;
    opacity: 1;
    border-radius: 100px; */
    z-index: 999;
    color: var(--orange);
}

.close i {
    font-size: 25px;
}


/* upload image */

.file-upload input {
    opacity: 0;
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 1px;
    height: 40px;
    width: 46px;
}

.file-upload {
    padding: 10px;
    border: 1px solid lightgray;
}

.is-primary {
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
}

.file-upload img {
    height: 40px;
    width: 40px;
}

.cameradiv {
    position: absolute;
    left: 120px;
    bottom: 75px;
}

.img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.action-title {
    margin-bottom: 0px!important;
}

.form-check-input:checked {
    background-color: #fa9602!important;
    border-color: #fa9602!important;
}


/* star-rating-css */

.star-rating {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    line-height: 1;
    font-size: 17px;
    width: 99px;
    font-family: 'star';
    font-weight: 600;
    word-break: keep-all;
    margin-bottom: 5px;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    letter-spacing: 0.3em;
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #ff9900;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    letter-spacing: 0.3em;
    top: 0;
    position: absolute;
    left: 0;
    color: #ff9900;
}

.content {
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 10px 15px;
    height: auto;
}

.content p {
    font-family: 'Montserrat', sans-serif;
}