* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
}

.display_start{
    display: flex;
    justify-content: flex-start;
}

.display_end{
    display: flex;
    justify-content: flex-end;
}

.modal-xl {
    max-width: 100% !important;
}

.xl-head th {
        font-weight: 600;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 17px !;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff !important;
    text-align: center;
    white-space: nowrap;
    background-color: #348ee3 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}

.select2-container .select2-selection--single  {
    display: block;
    width: 100%;
    height: 33px !important;
    padding: 0.rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    font-size: 13px !important;
    line-height: 1.5;
    color: #75797d !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.login_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
}


.login {
    margin: 20px auto;
    border-radius: 5px;
    background: #d9e0e700;
  
}

.login input:focus{
      border: 1px solid #c0c0c0;
      box-shadow: none;
}

.login-contents p{
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
    color: #413a3a;
        margin-bottom: 42px;
}

.links a{
  color:#c0c0c0 !important;
}

.login-contents {
    position: relative;
    padding: 30px 40px;
    color: #999;
    width: 450px;
    margin: 0 auto;
}

.bg-contents{
    position: relative;
}

.bg-contents::before{
position: absolute;
    content: "";
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #2d353c;
        height: 71%;
}

.login input::placeholder{
    color:#fff;
}

.login input {
width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    color: #ffffff;
    padding: 14px 12px;
    background: grey;
    font-size: 13px;
    border-radius: 10px;

}

.login input[type=text],
.login input[type=password] {
    border: 1px solid #c0c0c0;
    transition: .2s;
}

.login input[type=text]:hover {
    border-color: #706f6f;
    outline: none;
    transition: all .2s ease-in-out;
}

.login input[type=submit] {
border: none;
    background: #00acac;
    color: white;
    font-weight: bold;
    transition: 0.2s;
    margin: 13px 0px;
    font-size: 15px;
}

.login input[type=submit]:focus {
    border-color: #706f6f;
    border: 1px solid #706f6f !important;
}



.login h2 {
    margin: 20px 0 0;
    color: #00acac;
    font-size: 28px;
}

.login p {
    margin-bottom: 40px;
}

.links {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #c0c0c000;
    margin-bottom: 10px;
}

.links a {
    display: table-cell;
    padding-top: 10px;
    color: #000000;
    font-weight: 500;
}

.links a:hover {
    text-decoration: none;
}

.links a:first-child {
    text-align: left;
}

.links a:last-child {
    text-align: right;
}

.login h2,
.login p,
.login a {
    text-align: center;
}

.login a {
    text-decoration: none;
    font-size: .8em;
}

.login a:visited {
    color: inherit;
}

.login a:hover {
    text-decoration: none;
    color:#000;
}

.field-icon {
    float: right;
    margin-right: 7px;
    margin-top: -48px;
    position: relative;
    z-index: 2;
}

.login_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_wrapper img {
width: 127px;
    /* margin-top: 10px; */
    margin-right: auto;
}

.login_wrappers{
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
        overflow: hidden;
}

body {
    background: #d9e0e7 !important;
    font-size: 13px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 12px !important;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 999 !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    /* border: 1px solid #aaa; */
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    position: absolute;
    top: 10px;
    z-index: 99;
    right: 10px;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px !important;
}

.mobile_header{
    display: none;
    position: fixed;
    background-color: #ffffff;
    padding: 6px 6px;
    width: 100%;
    top: 0px;
    z-index: 99;
}

.nav_logos i{
    font-size:20px;
    color:#000000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
  }
  .dropdown .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    z-index: 9;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    height: fit-content;
    
  }
  .dropdown .dropdown-option {
     display: flex;
    padding: 8px 12px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
  }
  .dropdown .dropdown-label {
    display: flex;
    justify-content: space-between;
    height: 35px;
    width: 190px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 12px;
    line-height: 1;
    flex-direction: row-reverse;
    font-size: 12px;
    align-items: center;
    color: #837272;
    cursor: pointer;
}
  .dropdown .dropdown-label:before {
    content: "\ea4e";
    float: right;
    font-family: remixicon !important;
    font-style: normal;
    font-size:20px;
    -webkit-font-smoothing: antialiased;
  }
  .dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
  }

  .dropdown-list a{
    text-decoration: none;
    color:#000000;
  }

  .dropdown-list a:hover{
    text-decoration: none;
    color:#000000;
  }

  .dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
  }
  .dropdown.on .dropdown-label:before {
    content: "\ea78";
    font-family: remixicon !important;
    font-style: normal;
    font-size:20px;
    -webkit-font-smoothing: antialiased;
  }
  .dropdown [type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 4px;
  }

.input-group-append .bg-info {
    background-color: #00acac !important;
}

.top_h .input-group-text {
        display: flex;
        align-items: center;
        padding: 3px 8px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }


.sel_text p{
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0;
    border: none;
    line-height: 32px;
    font-weight: 400;
}

.sel_text p span{
    font-size: 15px;
    color:#474545;
}

::selection {
    color: #ffffff;
    background-color: #20aee6bd;
}

.main_header {
    position: fixed;
    background-color: #ffffff;
    padding: 6px 6px;
    width: 100%;
    top: 0px;
    z-index: 99;
}

.nav_ul_list ul {
    margin-bottom: 0px;
}

.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.menu_Link_wrapper ul li a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
}

.menu_Link_wrapper li {
    padding: 9px 18px;
    /* border: 1px solid #e9e9e969; */
    background-color: #ffffff00;
    border-bottom: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff !important;
    font-size: 14px !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav_logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000 !important;
    font-size: 14px !important;
}

.nav_logo i {
    color: #ffffff
}

.pro_img img {
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1rem !important;
    font-size: 12px !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #999999;
}

.dropdown-toggle {
    white-space: nowrap;
    color: #000 !important;
}


ul li.dropdown-menu {
    margin-top: 0;
    border-bottom: 1px solid #999999;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px !important;
    color: #585663 !important;
}

.pro_imgs img {
    width: 25px;
    border-radius: 20%;
    margin-right: 10px;
}

.logo_name p {
    text-transform: uppercase;
    font-size: 16px;
}

.dashboard_wrapper {
    margin-top: 48px;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.pro_name h6 {
    font-size: 14px;
    margin-top: 10px;
}

.pro_name p {
    font-size: 12px;
    margin-bottom: 1px;
    color: #ffffffbf;
}

.pro_img {
    position: relative;
    z-index: 9;
    color: #fff;
}

.pro_name {
    position: relative;
    z-index: 9;
    color: #fff;
}

.pro_imgs {
    position: relative;
    z-index: 9;
    color: #fff;
}


.pro_imgs img {
    width: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile_bg {
    position: relative;
    background-image: url(../images/cover-side.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px;
}

.profile_bg::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(26 34 41 / 75%);
}


.dashboard_wrappers {
    margin-top: 48px;
    width: 100%;
    display: flex;
    min-height: 93.5vh;
    background-color: #d9e0e7;
}

.left_side {
    width: 14%;
    min-height: 100vh;
    background-color: #2d353c;
}

.right_side {
    width: 86%;
    background-color: #00000000;
    padding: 20px;
}

.right_side img {
    width: 500px;
}

.dashboard_list {
    background-color: #2D353C;
    padding: 15px;
    max-height: 543px;
    overflow-y: scroll;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #2D353C;
}

#style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #2D353C;
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2D353C;
}

.sidebar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 48px !important;
}


.dashboard_list p {
    margin: 0;
    padding: 0px 5px 3px;
    line-height: 20px;
    font-size: 11px;
    color: #889097;
    font-weight: 600;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;

}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu>li>a {
    padding: 8px 0px 8px 0px;
    display: block;
    border-left: 3px solid transparent;
    color: #a8acb1;
    font-size: 13px;
}

.sidebar-menu>li>a>.fa {
    width: 20px;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    color: #ffffff;
    font-size: 13px;

}

/* .sidebar-menu>li.active>a i{
    color: #00acac;

} */

.select_box input{
    font-size:13px;
    padding:3px;
}


.sidebar-menu>li>.treeview-menu {
    margin: 0 1px;

}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #4b646f;

}

.sidebar-menu li>a>.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
}

.sidebar-menu li.active>a>.fa-angle-left {
    transform: rotate(-90deg);
}

.sidebar-menu li.active>.treeview-menu {
    display: block;
}

.sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu>li {
    position: relative;
    margin: 0;
}

.sidebar-menu .treeview-menu>li>a:hover {
    font-size: 13px;
    padding: 1px 2px 6px 29px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.sidebar-menu .treeview-menu>li>a {
    font-size: 13px;
    padding: 1px 2px 6px 29px;
    display: block;
    color: #889097;
    text-decoration: none;
    position: relative;
}

.sidebar-menu .treeview-menu>li>a.active{
    color:#fff;
}



.sidebar-menu .treeview-menu>li>a:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 11px;
    width: 11px;
    height: 2px;
    background: #242a31;
}

.sidebar-menu li>a i {
    float: left;
    position: relative;
    margin-right: 1px;
    width: 14px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    z-index: 1;
}


.treeview-menu>li>a .caret:before {
    content: "\ea6e";
    display: block;
    font-family: remixicon !important;
    font-style: normal;
    text-align: center;
    transition: all .2s linear;
    opacity: .5;
}

.treeview-menu>li>a .caret {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    border: none;
}

.treeview.active>a .caret i {
    transition: .0s all linear;
    transform: rotate(93deg);
}

.caret {
    position: absolute;
    right: 0px;
}


.sidebar-menu .treeview-menu>li>a:after {
    background: #242a31;
}

.sidebar-menu .treeview-menu>li:after,
.sidebar-menu .treeview-menu>li:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #242a31;
}

.sidebar-menu .treeview-menu>li:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #242a31;
}



.sidebar-menu .treeview-menu>li:first-child:before {
    position: absolute;
    content: '';
    left: 4px;
    top: -14px;
    bottom: 0;
    width: 2px;
    background: #242a31;
}

.sidebar-menu .treeview-menu>li:last-child:before {
    position: absolute;
    content: '';
    bottom: auto;
    height: 26px;
    left: 4px;
    background: #242a31;
    top: -13px;
    width: 2px !important;
}

.sidebar-menu .treeview-menu>li:after {
    position: absolute;
    content: '';
    left: 4px;
    top: 0;
    bottom: 0;
    height: 12px;
    width: 2px;
    background: #242a31;
}


.treeview a .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #00acac !important;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .2em .6em .3em !important;
    font-size: 9px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.sidebar-menu .treeview-menu>li.actives:after {
    position: absolute;
    content: '';
    left: 15px;
    width: 6px;
    height: 6px;
    border: 1px solid #00acac;
    top: 11px;
    border-radius: 4px;
    margin-top: -2px;
    z-index: 10;
    background: #2d353c;
}

.sidebar-menu .treeview-menu>li.actives a{
    color:#fff;
}

.sidebar-menu .treeview-menu>li:after {
    position: absolute;
    content: '';
    left: 15px;
    width: 6px;
    height: 6px;
    border: 1px solid #889097;
    top: 11px;
    border-radius: 4px;
    margin-top: -2px;
    z-index: 10;
    background: #2d353c;
}

.sidebar-menu .treeview-menu>li.active:after {
    position: absolute;
    border-color: #00acac;
    z-index: 11;
}


.select_search_warpper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;

}

.go_button button {
    font-size: 12px;
}

.widget.widget-stats {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    min-height: 163px;
}


.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #00acac !important;
    border-color: transparent;
    color: #fff;
}


.btn{
    padding:4px !important;
}

.widget-stats .stats-link a {
    display: block;
    /* margin: 47px -15px -15px; */
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding: 7px 15px;
    background: rgba(0, 0, 0, .4);
    text-align: right;
    color: #fff;
    left: 0px;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .15;
}

.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.widget-stats .stats-info h4 {
    font-size: 12px;
    margin: 5px 0;
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

.widget-stats .stats-info p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.daterangepicker .ranges li.active {
    background-color: #00acac !important;
    color: #fff;
}

.bg-pich {
    background-color: #ff5b57 !important;
}

.bg-or {
    background-color: #00acac !important;
}

.bg-prime{
    background-color: #1467c5 !important;
}

.bg-or i{
    color:#ffffff !important;
}

.bg-org {
    background-color:#f59c1a !important;
}

.bg-org i{
    color:#ffffff !important;
}

.bg_sky{
    background-color: #49b6d6 !important;
}

.bg-darker {
    background-color: #929ba1 !important;
}

.bg-lighter {
    background-color: #575d63 !important;
}

.stats-link a {
    font-size: 14px;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    font-size: 13px !important;
    line-height: 1.5;
    color: #75797d !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus{
    box-shadow: none !important;
    border: 1px solid #00acac;
}

.panel_header{
    background-color: #242a30;
    padding:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: all-scroll;
}

.panel_body{
    padding: 10px;
    background-color: #fff;
}

.panel_card_wrapper{
    border-radius: 5px;
    overflow: hidden;
}

.panel_text p{
    font-size:12px;
}

.barChart {
    width:100% !important;
    height: 300px !important;
  }

.user_table p{
    margin-bottom:3px;
    font-weight: 600;
    font-size: 13px;

}

.form-select_width_header{
       width: 195px !important;
}

.panel_icon{
    background-color: #fff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    overflow: hidden;
    cursor:pointer;
}

.panel_icon i{
    color: #000000;
    font-size: 14px;
}

.removeDivIncognitoButton {
    float: right;
    width: 26px;
    height: 26px;
    background: transparent url(https://tympanus.net/Tutorials/CSSOverlay/images/cancel.png) repeat top left;
    margin-top: -38px; /* 25px (padding top) + [26px (icon height) / 2] = 38px (minus) */
    margin-right: -38px; /* 25px (padding right) + [26px (icon width) / 2] = 38px (minus) */
    cursor: pointer;
  }
.panel_card_wrapper.fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100vh !important; 
    position: fixed; 
    padding: 10px;
    top: 0; 
    left: 0; 
    background-color: #fff;
    cursor: pointer;
 }

 .content {
   
    position: relative;
  
  }
  
  .draggable {
    position: absolute;
    transition: all 700ms ease;
  }

  table{
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
    font-size: 13px !important;
  }

  table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
    background-color: #f5f5f5 !important;
    font-size: 13px !important;
    /* border: 1px solid #dee2e6; */
}

.total_re p{
font-size:13px;
margin-bottom:0px;
}

td img{
    width:60px !important;
}

td  .btn {
 display: inline-block;
    font-weight: 400;
    width: fit-content;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.2em 0.6em 0.3em !important;
    font-size: 12px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 15px !important;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    font-size: 13px;
    color: #000000 !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    font-size: 13px !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table_top_form{
    display: flex;
    gap: 10px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 13px !important;
}

b, strong {
    font-weight: 700 !important;
}

.btn-info {
    color: #000;
background-color: #348fe2 !important;
    border-color: #348fe2 !important;
}

.table-responsive .form-control {
    display: block;
    width: 100%;
    padding: 1px !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.select_box .form-control {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select_box .form-control:focus{
    box-shadow: none !important;
    border: 1px solid #00acac;
}


.paginate_button {
    font-size: 13px !important;
    border: 1px solid #ffffff00;
    box-shadow: none !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #838991 !important;
    border-color: #c3c3c3 !important;
}

.modal-footer .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 13px !important;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #75797d !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus{
    box-shadow: none !important;
    border: 1px solid #00acac;
}


.group_li ul{
    list-style-type: none;
}

.checkbox.checkbox-css {
    position: relative;
    line-height: 16px;
    padding-top: 7px;
}

.checkbox.checkbox-css label:before {
    border-radius: 4px;
    background: #dee2e6;
}

.checkbox label{
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}


.text_btn .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 12px;
    height: 28px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.breadcrumb-item a{
    color:#000000;
    font-size: 13px;
    text-decoration: none;
}

.breadcrumb-item.active{
    margin-top: 4px;
    font-size: 13px;

}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0px !important; 
    list-style: none;
}


.in_table_wrapper{
    max-height: 300px;
    overflow-y: scroll;
   overflow-x: hidden;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 50px;
	background-color: #797979;
}

.cmnt_box {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 10px;
    position: relative;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(0 0 0 / 3%) !important;
    color: var(--bs-table-striped-color);
}

.cmnt_box p{
   margin-bottom: 9px;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 250px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);
    background-color: #2d353c !important;
    transform: translateX(-100%);
}

.offcanvas-body {
    flex-grow: 1;
     padding: 0px !important; 
    overflow-y: auto;
}

.datepicker table tr td.active{
    background-image: linear-gradient(to bottom, #00acac, #00acac) !important;
}

@media only screen and (max-width: 1199px) {
    .left_side {
        width: 20%;
        min-height: 100vh;
        background-color: #2d353c;
    }

    .right_side {
        width: 80%;
        background-color: #00000000;
        padding: 20px;
    }
}


@media only screen and (max-width: 945px) {
    .widget.widget-stats {
        position: relative;
        color: #fff;
        padding: 15px;
        border-radius: 3px;
        min-height: 163px;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 780px) {
    .select_box input {
        font-size: 13px;
        padding: 3px;
        width: 100%;
    }
    .table_top_form {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    .panel_header {
        background-color: #242a30;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: all-scroll;
        flex-wrap: wrap;
    }
    .dashboard_wrappers {
              margin-top: 106px;
        width: 100%;
        display: flex;
        min-height: 93.5vh;
        background-color: #d9e0e7;
    }
    .right_side {
        width: 100%;
        background-color: #00000000;
        padding: 3px;
    }

    .mobile_header{
        display: block;
    }

    .left_side {
        display: none;
        width: 20%;
        min-height: 100vh;
        background-color: #2d353c;
    }

   .sel_text p {
        font-size: 17px;
        margin: 0 0 15px;
        padding: 0;
        border: none;
        line-height: 32px;
        font-weight: 600;
    }
    .widget.widget-stats {
        position: relative;
        color: #fff;
        padding: 15px;
        border-radius: 3px;
        min-height: 163px;
        margin-top: 10px;
    }


    .sidebar-menu .treeview-menu>li>a {
        font-size: 13px;
        padding: 4px 2px 6px 29px;
        display: block;
        color: #889097;
        text-decoration: none;
        position: relative;
    }

    .sidebar-menu .treeview-menu>li>a:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 13px;
        width: 11px;
        height: 2px;
        background: #242a31;
    }

    .sidebar-menu .treeview-menu>li:after {
        position: absolute;
        content: '';
        left: 15px;
        width: 6px;
        height: 6px;
        border: 1px solid #889097;
        top: 13px;
        border-radius: 4px;
        margin-top: -2px;
        z-index: 10;
        background: #2d353c;
    }

    .sidebar-menu .treeview-menu>li.actives:after {
        position: absolute;
        content: '';
        left: 15px;
        width: 6px;
        height: 6px;
        border: 1px solid #00acac;
        top: 14px;
        border-radius: 4px;
        margin-top: -2px;
        z-index: 10;
        background: #2d353c;
    }

    .select_search_warpper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
    }
    .select_box{
        width:100%;
    }

    .flx{
        flex-wrap:wrap;
    }

}



@media only screen and (max-width: 430px) 

{
    .select_box{
        width:100%;
    }
}
/*loader start*/
 @keyframes Loader-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes Loader-morph {
  0% {
    stroke-dashoffset: 190%;
  }
  50% {
    stroke-dashoffset: 50%;
    transform: rotate(90deg);
  }
  100% {
    stroke-dashoffset: 190%;
    transform: rotate(360deg);
  }
}

/* === Base === */
.Loader-root {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  --Loader-trackColor: #f2f4f4;
  --Loader-color: #2b7abc;
  --Loader-inverseColor: #2b7abc;
  --Loader-xs-size: 1.5em;
  --Loader-xs-border: 0.25em;
  --Loader-sm-size: 3em;
  --Loader-sm-border: 0.375em;
  --Loader-md-size: 5em;
  --Loader-md-border: 0.5em;
  --Loader-lg-size: 7em;
  --Loader-lg-border: 0.75em;
}

.Loader-circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: Loader-rotate 2.25s linear infinite;
}
.Loader-track,
.Loader-spin {
  fill: none;
}
.Loader-track {
  stroke: var(--Loader-trackColor);
}
.Loader-spin {
  stroke: var(--Loader-color);
  stroke-linecap: round;
}
.Loader-root:not(.ie11) .Loader-spin {
  animation: Loader-morph 1.75s ease infinite;
}
.Loader-root.ie11 .Loader-spin {
  stroke-dashoffset: 100%;
}
.Loader-inverse .Loader-spin {
  stroke: var(--Loader-inverseColor);
}

/* === Sizes === */
.Loader-xs {
  width: var(--Loader-xs-size);
  height: var(--Loader-xs-size);
  --Loader-width: var(--Loader-xs-border);
}
.Loader-xs .Loader-circle {
  width: var(--Loader-xs-size);
  height: var(--Loader-xs-size);
}
.Loader-xs .Loader-track,
.Loader-xs .Loader-spin {
  stroke-width: var(--Loader-width);
}
.Loader-xs .Loader-spin {
  stroke-dasharray: 3em;
  transform-origin: 50% 50%;
}

.demo-row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    z-index: 99;
    align-items: center;
    background-color: #f0ffff8c;
}
/*loader end*/