body *{
    font-family: "Poppins", sans-serif;
}
.card .card-body {
    padding: 0.7rem 1.4rem !important;
}
.navbar-breadcrumb .navbar-menu-wrapper {
    height: 3rem !important;
    width: 100% !important;
}
.page-body-wrapper{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.content-wrapper {
    padding: 0 1rem 1rem !important;
}
.footer {
    padding: 0 1rem 0.05rem 1rem !important;
}
.sidebar {
    min-height: calc(100vh - 4rem) !important;
    margin-bottom: 0px !important;
}
.linenh{
    line-height: normal;
}
.white-box{
    background: #ffffff;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    box-shadow: 0 5px 10px 0 rgb(230 230 243 / 88%);
    -webkit-box-shadow: 0 5px 10px 0 rgb(230 230 243 / 88%);
    -moz-box-shadow: 0 5px 10px 0 rgba(230, 230, 243, 0.88);
    -ms-box-shadow: 0 5px 10px 0 rgba(230, 230, 243, 0.88);
    border-radius: 6px;
    border: 1px solid #e4e4f4;
}
.off-white-box {
    background: #fbfbfb;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    box-shadow: 0 5px 10px 0 rgb(230 230 243 / 88%);
    -webkit-box-shadow: 0 3px 4px 0 rgb(230 230 243 / 88%);
    -moz-box-shadow: 0 5px 10px 0 rgba(230, 230, 243, 0.88);
    -ms-box-shadow: 0 5px 10px 0 rgba(230, 230, 243, 0.88);
    border-radius: 6px;
    border: 1px solid #e4e4f4;
}
.node_action{
    cursor: pointer;
    display: block;
    width: 100%;
}
.nodatarow{
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 10px;
    color: #999;
}
.node_child{
    transition: box-shadow 1s ease;
}
.node_child.active{
    border-color: #5287ed;
}
.node_child:hover{
    box-shadow: 0 5px 10px 0 rgb(0 200 191 / 22%);
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 200 191 / 22%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 200, 191, 0.22);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 200, 191, 0.22);
}
.sidebar .nav.sub-menu {
    width: 100% !important;
    margin: 0px !important;
    margin-left: 8px !important;
}
.sidebar .nav:not(.sub-menu) {
    margin-top: 1rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.dropdown-menu {
    width: fit-content !important;
    font-size: 11px !important;
}
.dropdown-menu .dropdown-header{
    font-size: 12px !important;
}
.createnewnode, .addnewnode {
    padding: 1px 0px;
    text-align: center;
    line-height: normal;
    margin: 0px;
    margin-bottom: 5px;
    position: relative;
    border: 1px dashed #ccc;
    border-radius: 6px;
    font-size: 18px;
    color: #777;
    cursor: pointer;
    background-color: #ffffff52;
}
.modal {
    height: auto !important;
    overflow: initial !important;
}
.blocker{
    z-index: 1000 !important;
}
.form-group {
    margin-bottom: 0.5rem !important;
}
.form-group label {
    font-size: 13px;
    line-height: initial;
    margin-bottom: 0.3rem;
    text-transform: capitalize;
}
.classic-input-box{
    height: auto;
    border: 1px solid #f3f3f3;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    background-clip: padding-box;
    font-size: 13px;
}
li.nav-item {
    margin-bottom: 1px;
}
.sidebar .nav .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
    color: #001737;
    margin: 0px;
    transition: color 0.45s ease, margin 0.45s ease;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #5287ed;
    background: transparent;
}
.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #333;
    margin-left: 5px;
    background: transparent;
}
.pagination {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: right;
    margin: 10px 0px;
}
.dataTables_info{
    font-size: 12px;
    margin-top: 10px;
}
.table th, .table td {
    padding: 0.5rem 0.75rem !important;
    font-size: 13px !important;
}
.table th *, .table td * {
    font-size: 13px !important;
    margin-bottom: 2px;
}
.pagination *{
    font-size: 12px !important;
}
.disablebtn span,
.disablebtn span:hover {
    color: #ccc !important;
    background-color: #fff !important;
    border: 1px dashed #ccc !important;
    cursor: not-allowed !important;
}
.disablebtn:hover {
    background-color: #fff !important;
}
.userid_suggestions{
    display: block;
    padding: 5px;
}
.username-click {
    cursor: pointer;
    margin-right: 5px;
    color: #3b86d1;
}
.username-click:hover {
    color: #3b86d1
}
.assignee-action{
    cursor: pointer;
}
.assignee-action:hover{
    color:#3b86d1
}
.assignee-action.Assigned{
    color: green;
}
.assignee-action.Unassigned{
    color: red;
}
.node_status1{
    float: right;
}
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before{
    background: #296db0 !important;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    border-color: #296db0 !important;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: .8rem !important;
}
.removenewpremiumrow{
    position: absolute;
    right: -5px;
    top: -5px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    background: red;
    border: 1px solid red;
    padding: 0px 2px;
    border-radius: 50%;
}
.toggle_to_close{
    transition-duration: 1s;
    float: right;
    transform: rotate(270deg);
}
.downloadtemplate:hover,
.toggle_to_close.toggle_to_open,
.toggle-sample:hover .toggle_to_close{
    color: #3b86d1 !important;
}
.toggle_to_close.toggle_to_open{
    transform: rotate(90deg);
}
.toggle-sample{
    cursor: pointer;
}
.hideMe{
    display: none;
}
.nav-item.active a .menu-icon {
    color: #5287ed !important;
}
.downloadtemplate{
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 6px !important;
    font-size: 0.65rem !important;
    font-family: inherit !important;
    line-height: 1 !important;
}
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background: #5287ed;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
a:hover {
    text-decoration: none !important;
}
.separator{
    display:flex;
    align-items: center;
}
.separator .line{
    height: 1px;
    flex: 1;
    background-color: #f3f3f3;
}
.separator .textstr{
    padding: 5px 1rem;
    font-size: 10px;
}
/* Define a CSS class to apply the green background */
.green-background {
  background-color: #c8e6c9 !important; /* Change this color to your desired green color */
}
.table thead {
    background-color: #5287ed;
    color: #fff;
}
