@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    /*font-family: "Montserrat", sans-serif;
	font-family: sans-serif,Arial, Helvetica ;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "trebuchet ms", vendana, tahoma, arial;
    background: #fff;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size : 11px !important;
}

  .form-select{
    font-size: 10px;
    line-height: 1;
  }

    .framed-section {
    border: 1px solid #3C5997;
    /* border-radius: 8px; */
    padding: 5px;
    margin-bottom: 25px;
    background: #fff;
    position: relative;
}

.framed-legend {
    font-size: 12px;
    font-weight: bold;
    color: #3C5997;
    padding: 2px 18px;
    background: #eaf6ff;
    border: 1.5px solid #3C5997;
    border-radius: 6px;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
    top: -20px;
    z-index: 1;
}
 


.table-payment tr td {
    background-color: #D1E8FF !important;
}


a {
	text-decoration: none !important;
}

.table thead th, .table th {
    text-align: center !important;
    vertical-align: middle !important;
}

/* This targets all table headers in your user table */
.data-table.table-responsive table th,
.table.table-bordered th,
.table.table-bordered thead th {
    text-align: center !important;
    vertical-align: middle !important;
    /* Optional: set a fixed height for perfect vertical centering 
    height: 48px;*/
	height: 25px;
    /* Optional: adjust line-height for vertical centering */
    line-height: 1.2;
}

.boxes-row td {
    padding-bottom: 1rem;
    border: 0px !important;
}

.uniform-btn {
        min-width: 100px;
        height: 22px !important;
        line-height: 12px !important;
        margin: 5px 10px 2px 0px !important;
        padding: 2px 20px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center !important;
        font-size: 10px !important;
    }

    .uniform-btn .reset  { 
        background-color: #f1161e !important;
    }
    .uniform-btn .add-btn {
        padding: 5px 10px !important; 
    }

.page-title{
	font-family: "trebuchet ms", vendana, tahoma, arial;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size :20px;
	font-weight:700;
	line-height:18px;
	color: rgb(34,34,34);		
}

   .select2-container{
        font-size: 10px;
        line-height: 1;
    }

.btn-secondary {
	min-width: 89px !important;
    height: 19px !important;
    background-color: #ff00004f;
    border: 0;
    color: #fff!important;
    padding: 2px 8px;
    font-weight: 400;
    font-size: 10px;
    border-radius: 0px;
    text-decoration: none;
}

.btn-primary {
	min-width: 89px !important;
    height: 19px !important;
    background-color: rgb(46 49 146);
    border: 0;
    color: #fff!important;
    padding: 2px 8px;
    font-weight: 400;
    font-size: 10px !important;
    border-radius: 0px;
    text-decoration: none;
}

.btn-danger {
	width: 89px !important;
    height: 19px !important;
    background-color: #FF0000;
    border: 0;
    color: #fff!important;
    padding: 2px 8px;
    font-weight: 400;
    font-size: 10px;
    border-radius: 0px;
    text-decoration: none;
}

.accordion-button {
 font-size: 10px;
}
.record-count{
 font-size: 12px;
}

.form-control {
    font-size: 10px;
	line-height : normal;
	
}
/* Add margin or padding to the main content section */
/* .main-content {
    margin-left: 10%; /* This should match the width of your sidebar */
    /*padding-top: 2px; /* Adjust this if needed */
/*} */

/*css for pagination*/
.pagination {
    --bs-pagination-padding-x: 7px;
    --bs-pagination-padding-y: 2px;
	--bs-pagination-font-size: 9px;
	font-weight : 700;
	
}

/* This css is for the pop up model */
.dialog-full-mode {
  z-index: 1000 !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
  border-radius: 4px !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
}

.dialog-full-mode .ui-dialog-content {
  background: #fff !important;
}

.ui-widget-overlay {
  background: rgba(0,0,0,0.4) !important;
  opacity: 1 !important;
}

.ui-front {
  z-index: 1000;
}

/* Compact scrollbar styling */
.scrollable-dialog::-webkit-scrollbar {
  width: 6px;
}

.scrollable-dialog::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollable-dialog::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.scrollable-dialog::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Handle resize handles */
.ui-resizable-handle {
  background: rgba(0,0,0,0.1);
  border-radius: 2px;
}

/* Responsive text for smaller screens */
@media (max-width: 768px) {
  .dialog-full-mode {
    font-size: 0.9em;
  }
}

/*Night Mode Css Strat*/
.moon i {
    background: #e6eefe;
    border-radius: 50px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.night-toggle:hover{
  cursor: pointer;
}
/*.night-toggle {
    width: 33px;
    height: 33px;
    right: 12%;
    top: 20px;
    position: absolute;
}
*/
.night-toggle {
    display: inline-block;
}
.top-right-bar ul {
	display: inline-block;
}
.top-right-bar ul li a {
    padding: 0px 10px;
}
body.nightmode {
    background: #000;
}

body.nightmode a.navbar-brand span {
    color: #fff;
}

body.nightmode .shadow-form {
    background: #242424;
    border: 1px solid#383838;
}
.dashbord-form {
    margin-top: 30px;
}
body.nightmode .shadow-form
{
        box-shadow: 0 15px 30px rgb(146 155 177 / 15%);
}
 body.nightmode .dashbord-form h2 {
    color: #fff;
}

 body.nightmode .dashboard-status p{
    color: #fff
}

 body.nightmode img.shape-img {
    width: 36%;
    top: -60px;
    opacity: 0.1;
}


 body.nightmode .home-dashboard .card {
    border: 1px solid#3a3a3a;
    background: #242424;
}


 body.nightmode .media-body h3 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

 body.nightmode .media-body span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

 body.nightmode .media-body-icon {
    background: #9d9d9d;
}


 body.nightmode .home-dashboard .card {
    box-shadow: 0 15px 30px rgb(146 155 177 / 10%);
}

 body.nightmode .sidebar-menu {
    background: #242424;
}
 body.nightmode .sidebar-dash {
    background: #242424;
}

 body.nightmode .sidebar-dash button.accordion-button.collapsed {
    background: #242424;
    border-bottom: 1px solid#282828;
}

 body.nightmode  .sidebar-dash .accordion-button:not(.collapsed) {
    background-color: #000;
}

 body.nightmode .sidebar-dash .accordion-body li a {
    color: #ddd;
}

 body.nightmode .top-bar {
    background: #242424
}


 body.nightmode ul.navbar-nav.text-end.d-block a#navbarDropdown {
    color: #fff;
}


 body.nightmode .accordion-body{
    background: #000;
}

 body.nightmode  .accordion-button:not(.collapsed) {
    border-bottom: 1px solid#282828;
}
 body.nightmode .dashbord-form a.cancel-btn {
    border: 0;
    background-color: rgb(36 36 36);
}
 body.nightmode .dashbord-form .form-group strong {
    color: #fff;
}

body.nightmode .dashbord-form .form-control {
    background: #343434 !important;
    border: 0;
    color: #fff;
}
 body.nightmode .dashbord-form input.search-btn {
    background-color: rgb(52 52 52);
}
 body.nightmode .dashbord-form input.export-csv {
    background-color: rgb(52 52 52);
}
 body.nightmode .dashbord-form input.reset {
    background-color: #402f2d;
}
 body.nightmode .dashbord-form table tr th {
    background: #402f2d;
    border: 1px solid#242424;
}
 body.nightmode .dashbord-form .reset {
    background-color: rgb(36 36 36);
}

 body.nightmode .dashbord-form legend {
    font-size: 18px;
    color: #fff;
}

 body.nightmode .row.file-import.mt-5 {
    color: #fff;
}
 body.nightmode .dashbord-form a.btn.btn-success.add-btn {
    background-color: rgb(36 36 36);
}

 body.nightmode ::placeholder{
    background: inherit;
    color: #ddd;
}

 body.nightmode  fieldset#Contact strong{
    color: #fff
}

 body.nightmode .dashbord-form button.btn-submit{
         background: #402f2d;
}

 body.nightmode .dashbord-form .show-btn {
    background-color: rgb(36 36 36);
}
 body.nightmode .dashbord-form .edit-btn {
    background-color: rgb(36 36 36);
}
body.nightmode .dashbord-form .delete-btn {
    background-color: #402f2d;
    color: #fff;
}

body.nightmode .shadow-form .form-group label {
    color: #fff;
}

body.nightmode li.page-item.active span.page-link {
    background: #242424;
    border: 1px solid#402f2d;
    /* outline: 0; */
}

body.nightmode .dashbord-form .form-group{
    color: #fff;
}
body.nightmode .dashbord-form input.btn-submit {
  background-color: rgb(36 36 36);
}
body.nightmode .dashbord-form  fieldset p{
    color: #fff;
}

body.nightmode  .imported__files {
    box-shadow: 0 15px 30px rgb(146 155 177 / 1%);
    border: 1px solid#363636;
    background: #242424;
}

body.nightmode li.nav-item.dropdown a {
    color: #fff;
}

body.nightmode .dropdown-menu.dropdown-menu-end.show a {
    color: #000;
}

/*Night Mode Css End*/

.table>:not(caption)>*>* {
    padding: 2px;
}


.sidebar-menu::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.sidebar-menu::-webkit-scrollbar
{
    width: 5px;

    background-color: #f00;
}

.sidebar-menu::-webkit-scrollbar-thumb 
{
    background-color: #f00;
    border-radius: 50px;
        height: 50px;
}


::placeholder {
    background: #fff;
}
.container-fluid{
    width: 100%;
}


.nav > .nav-item {
    flex: -moz-available;
}
.ui-widget-header {
    color: #ffffff !important;
    border: 0;
    background: #292b81!important;
}
a.ui-state-default{
    color: #000!important;
}

.top-bar {
    z-index: 999;
    width: 100%;
    padding: 6px 0px;
    background: #fff;
}
.top-bar .navbar-brand {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.top-bar li.nav-item {
    display: inline-block;
    margin-right: 0px;
    margin-left: 10px;
}


a.nav-link.login {
    background: #f1161e;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 50px 0px 0px 50px;
}

a.nav-link.signup
{
    background: #2e3192;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 0px 50px 50px 0px;
}
a.nav-link.login:focus{
    color: #fff!important;
}
a.nav-link.signup:focus{
    color: #fff!important;
}




.top-bar ul.navbar-nav {
    margin-right: 50px;
}

.top-bar .dropdown-menu.show
{
    padding: 10px;
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 30px rgb(146 155 177 / 20%);
    box-shadow: 0 15px 30px rgb(146 155 177 / 20%);
    border: 0px;
    background: #fff;
}

.top-bar .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}


.home-dashboard .align-self-left {
    position: absolute;
    right: 30px;
}

.home-dashboard .card{
     padding: 10px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 30px rgb(146 155 177 / 20%);
    box-shadow: 0 15px 30px rgb(146 155 177 / 30%);
    border: 1px solid#e7e7e7;
    margin-bottom: 20px;
    transition: 0.6s;
}

.home-dashboard .card:hover {
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
    box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
}
.media-body-icon {
    position: absolute;
    right: 20px;
    background: #e91e6338;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.media-body-icon i{
    color: #000;
}


.media-body h3 {
    font-size: 30px;
    font-weight: 800;
}
.media-body span {
    font-size: 18px;
    font-weight: 500;
}

img.shape-img
{
        position: absolute;
    right: 0;
    width: 36%;
    top: 0;
    z-index: -1;
    display: none;
}

.header-bar {
    padding-top: 70px;
    overflow: hidden;
}

.sidebar-menu {
    background: #2e3192;
    /* margin-right: 50px;
    height: 100vh;
    overflow-y: scroll; */
    width: 100%;
	font-family: "trebuchet ms", vendana, tahoma, arial;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

.navbar-expand-lg {
    background: #2e3192;
    height: 100%;
    align-items: flex-start;
    overflow: auto;
    padding: 0px;
}


.sidebar-dash {
    background: #2e3192;
    border-radius: 0px 10px 0px 0px;
    padding-bottom: 20px;
   /* margin-right: 20px;*/
}

.sidebar-dash ul.nav.nav-pills {
    display: block;
    width: 100%;
    height: 100vh;
}
.sidebar-dash span.fa.fa-angle-down {
    /*    position: absolute;*/
    right: 20px;
    float: right;
    padding-top: 10px;
}
/*ul.nav.collapse.show{

    padding-left: 36px;
}*/
.sidebar-dash ul.nav.collapse.show a {
    color: #b3b3b3;
    line-height: 30px;
    border-bottom: 1px solid#424483;
    border-radius: 0;
    letter-spacing: 0.5px;
}
/*.sidebar-dash ul.nav.collapse li.dropdown-item {
    line-height: 26px;
}*/

/*
ul.nav.collapse.show a:before {
    content: "-";
    height: 6px;
    left: 20px;
    margin-top: 18px;
    position: absolute;
    right: auto;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
*/

.sidebar-dash ul.nav.collapse.show a:hover {
    background: inherit;
    color: #fff !important;
    border-radius: 0px 0px 0px 0px;
}

.sidebar-dash .nav-pills .nav-link {
    color: #fff;
    text-transform: capitalize;
    transition: 0.6s;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 5px 10px;
}
/*.sidebar-dash li.nav-item.dropdown .nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
    background: #fff;
    color: #000 !important;
    border-radius: 50px 0px 0px 50px;
    transition: 0.6s;
}*/
.sidebar-dash li.nav-item {
    line-height: 36px;
    margin-bottom: 8px;
}
.dashbord-form .form-control {
    outline: none;
    box-shadow: none;
    padding: 3px 1px;
    border-radius: 0px;
    background: #fff !important;
}
.dashbord-form select.form-control {
    margin-bottom: 15px;
}

.dashbord-form .form-group {
    margin-bottom: 5px;
}

select.form-control {
    appearance: auto;
}


.dashbord-form h2 {
    font-size: 14px;
    color: #000000;
    /*margin-bottom: 15px;*/
	margin-bottom: 5px;
}

.dashbord-form legend {
    font-size: 12px;
    color: #000;
}

.dashbord-form .form-group strong {
	/*font-family : Verdana, Arial, Helvetica, sans-serif;*/
    padding: 5px 0px;
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 12px;
	line-height : 15px;
}
.dashbord-form input.search-btn {
/*    background-color: rgb(48 115 241 / 0.35);*/
	width: 89px !important;
    height: 19px !important;
	background-color: rgb(46 49 146);
    padding: 10px 30px;
    color: #fff;
    border: 0;
    font-size: 10px !important;
    font-weight: 600;
	font-size: 14px;
	border-radius: 0px;
}

.dashbord-form input.export-csv {
background-color: rgb(46 49 146);
	min-width: 89px !important;
    height: 19px !important;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    /*font-size: 16px;
    font-weight: 600;*/
     font-size: 10px !important;
        border-radius: 0px;
}

.dashbord-form input.reset {
   background-color: #f1161e;
    padding: 2px 30px;
    color: #fff;
    border: 0;
    font-size: 10px !important;
    font-weight: 500 !important;
    /* font-size: 14px;*/
        border-radius: 0px;
}

.dashbord-form .reset {
	min-width: 89px !important;
    height: 19px !important;
    background-color: rgb(46 49 146);
    padding: 6px 30px;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    /* font-size: 14px;*/
     border-radius: 0px;
}

.dashbord-form a.cancel-btn {
	min-width: 89px !important;
    height: 19px !important;
    border: 0;
	background-color: rgb(46 49 146);
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
}

.dashbord-form a.btn.btn-success.add-btn {
	min-width: 89px !important;
    height: 19px !important;
	background-color: rgb(46 49 146);
    border: 0;
    color: #fff;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 10px;
    border-radius: 0px;
}

.dashbord-form button.btn-submit {
	min-width: 89px !important;
    height: 19px !important;
	background-color: rgb(46 49 146);
    border: 0;
    color: #fff;
    padding: 2px 30px;
    font-weight: 500;
     font-size: 12px;
        border-radius: 0px;
}

.dashbord-form input.btn-submit {
background-color: rgb(46 49 146);
    border: 0;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
     font-size: 12px;
        border-radius: 0px;
}

.dashbord-form .show-btn {
	 min-width: 89px !important;
    height: 19px !important;
	background-color: rgb(46 49 146);
	border: 0;
	color: #fff;
	padding: 2px;
	font-weight: 500;
	font-size: 10px;
	border-radius: 0px;
}
.dashbord-form .edit-btn {
	min-width: 89px !important;
    height: 19px !important;
	background-color: rgb(46 49 146);
	border: 0;
	color: #fff;
	padding: 2px;
	font-weight: 500;
	font-size: 10px;
	border-radius: 0px;
}

.dashbord-form .delete-btn {
	min-width: 89px !important;
    height: 19px !important;
    background-color: rgb(46 49 146);
    border: 0;
    color: #000;
    padding: 2px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 0px;
}

.dashbord-form .-btn- input {
    margin-bottom: 2px;
    margin-top: 5px;
    margin-right: 10px;
}

.dashbord-form input[type="file"] {
    border: 1px solid#ccc;
    padding: 10px 10px;
    width: 100%;
}

.imported__files {
    border-radius: 0.5rem;
    padding: 30px 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 3px rgb(56 65 74 / 10%);
    position: relative;
    width: 100%;
    border: 1px solid#e5e1e1;
    margin-top: 15px;
}


.imported__files{
     padding: 10px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 30px rgb(146 155 177 / 20%);
    box-shadow: 0 15px 30px rgb(146 155 177 / 30%);
    border: 1px solid#e7e7e7;
    margin-bottom: 20px;
    transition: 0.6s;
}

.imported__files:hover {
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
    box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
}



.imported__files span {
    background: #e4e1f4;
    display: inline-block;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 21px;
    font-weight: 700;
}

.imported__files p {
    font-size: 12px;
    margin-top: 15px;
}

.shadow-form {
    /*padding: 28px 30px;*/
	padding: 10px 30px;
    border-radius: 12px;
	/*margin: 25px 0px;*/
    margin: 10px 0px;
    -webkit-box-shadow: 0 15px 30px rgb(146 155 177 / 20%);
    box-shadow: 0 15px 30px rgb(146 155 177 / 30%);
    border: 1px solid#e7e7e7;

}



.cardheader {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding: 30px 0px;
}
.login_pg img {
    width: 100%;
    margin: 15px 0px;
}

.login_pg .form-control {
    outline: none;
    box-shadow: none;
    padding: 0.875rem 0.75rem;
    border-radius: 0px;
}

.login_pg .form-check-input[type="checkbox"] {
    border-radius: 0.25em;
    border: 1px solid#666;
    border-radius: 0;
}

.login_pg .btn-login {
	min-width: 89px !important;
    height: 50px !important;
    background: #2e3192!important;
    width: 100%;
    padding: 10px 20px;
    border: 0;
    font-weight: 600;
    font-size: 12px;
	color : white;
}

.login_pg a.btn.btn-link {
	font-size : 12px;
    color: #000;
    text-decoration: none;
    padding: 0;
    margin-top: 10px;
    font-weight: 500;
}

.form-control:focus {
    border-color: #2e3192;
}

.login_pg .card {
    padding: 28px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 15px 30px rgb(146 155 177 / 20%);
    box-shadow: 0 15px 30px rgb(146 155 177 / 20%);
    border: 0px;
}
.dashbord-form table tr th {
    font-size: 10px;
    background: #3b5998;
    color: #fff;
}


 .sidebar-dash .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
 .sidebar-dash button.accordion-button{
/*     text-transform: capitalize;*/
}
.sidebar-dash button.accordion-button.collapsed {
    background: #2e3192;
    color: #fff;
    border: 0;
    border-bottom: 1px solid#222587;
    padding: 9px 12px;
    font-size: 12px;
}
.sidebar-dash button.accordion-button.collapsed:hover {
    background: #f00;
     border-radius: 0px;

}
.sidebar-dash .accordion-body {
    padding: 0!important;
    font-size: 12px;
   
}
/*.sidebar-dash button.accordion-button.collapsed:hover {
    background: #fff;
       color: #2e3192;
       border-radius: 0px 50px 50px 0px;
       border-right:2px solid#2e3192;
}
*/



 .sidebar-dash .accordion-item {
    border: 0;
}

 .sidebar-dash .accordion-button:after {
    color: #fff!important;
    content: "\f107";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    background-image: inherit!important;
}

 .sidebar-dash .accordion-button:not(.collapsed) {
    background-color: #f00;
    color: #fff;
     padding: 12px 12px;
     border-radius: 0px;
}

 .sidebar-dash .accordion-body ul {
    margin: 0;
    position: relative;
}

  .sidebar-dash .accordion-body li {
    line-height: 30px;
    transition: 0.5s;
    padding-left: 0px;
    list-style: none;
}

 .sidebar-dash .accordion-body li:hover{
    padding-left: 10px;
}
 .sidebar-dash .accordion-body li a{
    color: #2e3192;
    font-weight: 500;
}
 .sidebar-dash .accordion-body li a:hover{
    color: #2e3192;
    font-weight: 500;
}
 .sidebar-dash .accordion-body ul li a:before {
    content: '\f192';
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    position: absolute;
    left: 10px;
    font-size: 10px;
        transition: 0.5s;
}
 .sidebar-dash .accordion-body ul li:hover a:before{
    padding-left: 10px;
}
li.page-item.active span.page-link {
    background: #2e3192;
    border: 1px solid#2e3192;
    /* outline: 0; */
}

/* Remove blue box background and use system font for ajax-link class */
.data-table table a.ajax-link {
    background-color: transparent;
    font-family: inherit;
	text-decoration: none !important;
}

a.ajax-link {
    /*background-color: rgb(46 49 146);*/
	background-color: transparent;
    border: 0;
    color: rgb(13 110 253)!important;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 10px;
    border-radius: 0px;
    text-decoration: underline;
	text-decoration: none !important;
} 

.shadow-form btn-primary{
	width: 89px !important;
    height: 19px !important;
    background-color: rgb(46 49 146);
    border: 0;
    color: #fff!important;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    text-decoration: none;
}

.shadow-form btn-danger{
	width: 89px !important;
    height: 19px !important;
    background-color: #ff00004f;
    border: 0;
    color: #fff!important;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    text-decoration: none;
}

.shadow-form input[type="submit"]{
    background-color: rgb(46 49 146);
    border: 0;
    color: #fff!important;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    text-decoration: none;
} 

.shadow-form input[type="reset"]{
    /*background-color: #ff00004f;*/
	background-color: #f1161e;
    border: 0;
    color: white !important;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 10px;
    border-radius: 0px;
    text-decoration: none;
} 

.ui-widget-overlay.ui-front {
    background: #000;
    opacity: 0.9;
}
.ui-dialog .ui-dialog-content thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid#fff;
    padding: 3px;
    font-size: 10px;
	/*align-content: start;*/
    /*font-family: "Montserrat", sans-serif;*/
	font-family: geneva, arial, helvetical, sans-serif;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
    background: #2e3192;
    color: #fff;
    border: 0px;
    font-size: 15px;
    padding: 10px 30px;
    letter-spacing: 0.6px;
    /*font-family: arial, helvetical, sans-serif,geneva;*/
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: #f00!important;
}
/* .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -12px 0 0 0;
    padding: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close:before {
    content: '';
    content: "\f186";
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
} */
body.nightmode .shadow-form input[type="reset"] {
    color: #fff!important;
}

body.nightmode div#time{
    color: #fff;
}




.ui-dialog-titlebar-close {
    padding:0 !important;
}

.ui-dialog-titlebar-close:after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(images/close-icon.png);
    /* background-position: -96px -128px; */
    background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.9em;
    top: 50%;
    margin: -8px 0px 0px 6px;
    border: 0px;
    background: inherit;
}

@media(max-width: 1024px){

.top-bar ul.navbar-nav {
    margin-right: 0px;
}
}





@media screen and (max-width: 991px){


button.navbar-toggler {
    padding: 0px;
    position: fixed;
	top: 10px;
    right: 10px;
    border: 0;
    background: #ff1b00;
    background: linear-gradient(0deg, #ff1b00 0%, #fb4b02 100%);
	z-index: 9999;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.navbar-collapse {
    visibility: visible;
    transform: translateX(0%);
    border-radius: 0;
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    background: #fbfbf0;
    border-radius: 0px 20px 20px 0px;
}



.navbar-collapse.show {
    padding: 0px 0px;
    visibility: visible;
    transform: translateX(0);
    bottom: 0px;
    overflow: auto;

}


#hamburger{
    background-color:transparent;
    border:none;
    cursor:pointer;
    display:flex;
    padding:0;
    right:0;
    z-index:1.0E+15
}
#hamburger .line{
    fill:none;
    stroke:#fff;
    stroke-width:4;
    transition:stroke-dasharray 600ms cubic-bezier(0.4,0,0.2,1),stroke-dashoffset 600ms cubic-bezier(0.4,0,0.2,1)
}
#hamburger .line1{
    stroke-dasharray:50 207;
    stroke-width:4
}
#hamburger .line2{
    stroke-dasharray:50 40;
    stroke-width:4
}
#hamburger .line3{
    stroke-dasharray:50 207;
    stroke-width:4
}
#hamburger.open .line1{
    stroke-dasharray:90 207;
    stroke-dashoffset:-134;
    stroke-width:4
}
#hamburger.open .line2{
    stroke-dasharray:1 60;
    stroke-dashoffset:-30;
    stroke-width:4
}
#hamburger.open .line3{
    stroke-dasharray:90 207;
    stroke-dashoffset:-134;
    stroke-width:4
}

.top-bar .navbar-brand img {
    width: 90% !important;
    height: auto !important;
}

}


@media(max-width: 960px){

.top-bar ul.navbar-nav {
    margin-right: 0px;
    vertical-align: bottom;
}


a.nav-link.login {
    padding: 10px 10px;
        font-weight: 500;
}
a.nav-link.signup {
    padding: 10px 10px;
    font-weight: 500;
}

}


@media(max-width: 900px){
.top-bar .navbar-brand {
    font-size: 12px;
}



}

@media(max-width: 768px){


a.nav-link.login span {
    display: none;
}
a.nav-link.signup span {
    display: none;
}

a.nav-link.login {
    background: #f1161e45;
    color: #000;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 100px;
    padding: 0px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
a.nav-link.signup {
    background: #2e319252;
    color: #000;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 100px;
    padding: 0px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
}



@media(max-width: 767px){


a.nav-link.login {
  font-size: 12px;
}
a.nav-link.signup {
font-size: 12px;
}

.top-bar li.nav-item {
    margin-left: 2px;
    vertical-align: top;
}


}



@media(max-width: 520px){

.top-bar span{
    display: block;
    margin-top: 20px;
}
.top-bar .align-items-center {
    align-items: inherit!important;
}
.top-bar .navbar-brand img {
    width: 160% !important;
 }
 .top-right-bar {
    display: none;
}
.header-bar {
    padding-top: 35px !important;
    overflow: hidden;
}/*.night-toggle {
    width: 33px;
    height: 33px;
    right: 33%;
    top: 20px;
    position: absolute;
}*/
.top-bar .navbar-brand {
    font-size: 14px;
}
.top-right-bar ul li a {
    padding: 0px 0px;
}
.login_pg .card {
    padding: 8px 10px;
    margin-bottom: 30px;
}a.navbar-brand img {
    width: 100%;
}
.login_pg.mt-5 {
    margin-top: 0rem!important;
}
div#moon {
    margin-right: 10px;
}
.sidebar-dash .accordion-button:not(.collapsed) {
    padding: 6px 5px;
}.sidebar-dash .accordion-body li {
    line-height: 20px !important;
}.dashbord-form h2 {
    font-size: 15px;
}.shadow-form {
    padding: 3px 10px;
    border-radius: 5px;
    margin: 10px 0px;
}
.dashbord-form {
    margin-top: 10px;
}.imported__files {
    padding: 10px 10px;
    height: auto !important;
    margin-bottom: 5px;
}.imported__files p {
    font-size: 14px;
    margin-top: 15px;
}
.shadow-form input[type="submit"] {
    margin-bottom: 10px;
}
.dashbord-form legend {
    font-size: 14px;
}

.dashbord-form .show-btn {
    padding: 5px 15px;
    font-size: 10px;
}
.dashbord-form .edit-btn {
    padding: 5px 15px;
    font-size: 10px;
    margin-top: 5px;
}
.dashbord-form .delete-btn {
    padding: 5px 15px;
    font-size: 10px;
}
.dashbord-form .delete-btn {
    margin-top: 5px;
}.dashbord-form label.badge.bg-success {
    margin-bottom: 5px;
}

}

.highlighted-row {
        --bs-table-bg: yellow !important;
        --bs-table-color: black !important;
        --bs-table-accent-bg: yellow !important;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
	
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #EDECFF !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #ffffff !important;
	--bs-table-bg-type: #ffffff !important;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #EDECFF !important;
}