@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    background: #FFFFFF;
}

/* Add these styles to your CSS file */
.data-table table tr:nth-child(odd) {
    background-color: #f2f2f2; /* Light gray color for odd rows */
}

.data-table table tr:nth-child(even) {
    background-color: #ffffff; /* White color for even rows */
}

.data-table table tr:hover {
    background-color: #e6e6e6; /* Slightly darker gray color on hover */
}

.data-table table a {
    color: #2177D9 !important; /* Dark blue color for links */
	font-size : 12px !important;
}

.card-header {
    background-color: #fff; /* Set the background color to white */
}

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

/* Increase font size for "View" links in the "Detail" column */
.data-table table td:nth-child(12) a {
    font-size: 1rem; /* Adjust the font size as needed */
}
/*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;
    letter-spacing: 0.5px;
}  
.top-right-bar ul li a i {
    padding-right: 8px;
} 
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;
    padding-right: 40px;
    margin-bottom: 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: 12px;
    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*/




.btn-common {
    display: inline-block; /* Ensure buttons are inline */
    height: 40px; /* Set a common height */
    padding: 10px 20px; /* Set padding for size */
    font-size: 12px; /* Set a common font size */
    text-align: center; /* Center text */
    border: none; /* Remove border */
    border-radius: 5px; /* Optional: rounded corners */
    color: white; /* Set text color */
    cursor: pointer; /* Change cursor on hover */
    margin-right: 10px; /* Space between buttons */
}

.search-btn, .export-csv {
    background-color: #007bff; /* Set a background color for Search and Export CSV */
}

.reset {
    background-color: #ff00004f; /* Set the background color for Reset */
}

.btn-common:hover {
    opacity: 0.9; /* Slightly change opacity on hover */
}


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


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

.top-bar {
    z-index: 999;
    width: 100%;
    padding: 15px 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;
    width: 100%;
}
.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: 12px;
    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: 0.475rem 0.75rem;
    border-radius: 0px;
    background: #fff !important;
}
.dashbord-form  select.form-select {
    outline: none;
    box-shadow: none;
    padding: 0.475rem 0.75rem;
    border-radius: 0px;
    /* background: #fff !important; */
}

.dashbord-form  input.form-select {
    outline: none;
    box-shadow: none;
    padding: 0.475rem 0.75rem;
    border-radius: 0px;
    /* background: #fff !important; */
}



.dashbord-form select.form-control {
    margin-bottom: 15px;
}

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

.dashbord-form h2 {
    font-size: 20px;
    color: #f00;
    margin-bottom: 15px;
}

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

.dashbord-form .form-group strong {
    padding: 5px 0px;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.dashbord-form input.search-btn {
    background-color: rgb(46 49 146);
    padding: 10px 30px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px;
}
.dashbord-form input.cancel-btn {
    background-color: rgb(208 15 15);
    padding: 6px 20px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px;
}

.dashbord-form input.export-csv {
background-color: rgb(46 49 146);
    padding: 10px 30px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
     font-size: 14px;
        border-radius: 0px;
}

.dashbord-form input.reset {
   background-color: #f1161e;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
     font-size: 14px;
        border-radius: 0px;
}

.dashbord-form .reset {
       background-color: rgb(46 49 146);
    padding: 10px 30px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
     font-size: 14px;
     border-radius: 0px;
}

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

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

.dashbord-form button.btn-submit {
background-color: rgb(46 49 146);
    border: 0;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
     font-size: 14px;
        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: 14px;
        border-radius: 0px;
}

.dashbord-form .show-btn {
background-color: rgb(46 49 146);
border: 0;
color: #fff;
padding: 10px 20px;
font-weight: 500;
font-size: 14px;
border-radius: 0px;
}
.dashbord-form .edit-btn {
background-color: rgb(46 49 146);
border: 0;
color: #fff;
padding: 10px 20px;
font-weight: 500;
font-size: 14px;
border-radius: 0px;
}

.dashbord-form .delete-btn {
    background: #ff00004f;
    border: 0;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
       border-radius: 0px;
}

.dashbord-form .-btn- input {
    margin-bottom: 15px;
    margin-top: 10px;
    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: 16px;
    margin-top: 15px;
}

.shadow-form {
    padding: 28px 30px;
    border-radius: 12px;
    margin: 25px 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 {
    background: #2e3192!important;
    width: 100%;
    padding: 10px 10px;
    border: 0;
    font-weight: 600;
    font-size: 18px;
}

.login_pg a.btn.btn-link {
    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: 12px;
    background: #2E3192;
    color: #fff;
    border: none;
    padding: 15px 8px;
}

.navbar-expand-lg {
    background: #2e3192;
    margin-right: 40px;
    height: 100%;
    align-items: flex-start;
    overflow: auto;
    padding: 0px;
}
 .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;
     font-size: 12px;
}

 .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;
    font-size: 12px;
}
 .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; */
}

.data-table.table-responsive tr td {
    font-size: 12px;
    padding: 10px 8px;
    /* line-height: 20px; */
    vertical-align: middle;
}
a.ajax-link {
    font-weight: 400;
    font-size: 12px;
    border-radius: 0px;
	background-color: transparent;
      /*background: #e5f7ef;*/
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.btn___ a
{
    background-color: #ff00004f;
    border: 0;
    color: #000!important;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    text-decoration: none;
}
.table___btn a {
    color: #000;
    text-decoration: none;
}
.table-responsive a {
    color: #000;
    text-decoration: none;
}

.table-responsive td {
    font-size: 12px;
    border: none;
    background: #fff;
    padding: 15px 0px;
}

.data-table.table-responsive table.table.table-bordered .form-control {
    width: 90%;
}


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

.btn-cancel {
    background-color: #F61E1B;
    border: 0;
    color: #FFF!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    text-decoration: none;
}

.btn-cancel:hover {
    /* Use the same colors as the non-hover state */
    background-color: #F61E1B !important;  /* or whatever your button's base color is */
    color: #fff !important;
    
}

.btn-secondary {
    background-color: #ff00004f;
    border: 0;
    color: #000!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    text-decoration: none;
}

.btn-primary {
    background-color: rgb(46 49 146);
    border: 0;
    color: #fff!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    text-decoration: none;
}

.btn-danger {
    background-color: #ff00004f;
    border: 0;
    color: #000!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    text-decoration: none;
}


.shadow-form input[type="button"].btn-danger {
    background-color: #ff00004f;
    border: 0;
    color: #000!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    text-decoration: none;
}

.shadow-form input[type="submit"].btn-primary {
    background-color: rgb(46 49 146);
    border: 0;
    color: #fff!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    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-bottom: 1px solid#ebebeb;
    padding: 6px;
    font-size: 12px;
        font-family: "Montserrat", 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: 12px;
    padding: 10px 30px;
    letter-spacing: 0.6px;
    font-family: "Montserrat", sans-serif;
}
.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;
}

.ui-widget.ui-widget-content {
    border: 1px solid #cccccc;
    z-index: 999;
}
td.pr__assessment input[type="submit"] {
    background: #ff00004f;
    border: 0;
    padding: 10px 30px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

td.icon__btn a i.fal.fa-eye {
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    background: #e5f7ef;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

td.icon__btn a i.fa-regular.fa-pen-to-square {
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    background: #ffede7;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.shadow-form .table-responsive .table-bordered>:not(caption)>*>* {
    border-width: 0px !important;
}

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

td.hospital__back input[type="submit"] {
    background-color: #ff00004f;
    border: 0;
    color: #000!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    text-decoration: none;
}
a.payment-link {
    padding: 0px 10px;
}
td.icon__btn input.btn.btn-danger{
       background-color: #ff00004f;
    border: 0;
    color: #000!important;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    text-decoration: none; 
    margin: 0px 10px;
}
td.icon__btn i.far.fa-trash-alt{
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    background: #fdebd0;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
td.icon__btn i.fa.fa-download
{
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
    background: #9c27b01f;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;	
}

.pagination li.page-item a {
    color: #000;
}
a.remove_all{
	color: #000;
}

a.add_all{
	color: #000;
}

#loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; /* Ensure it's above other elements */
}

.data-table table tr:nth-child(odd) {
    background-color: #f2f2f2; /* Light gray color for odd rows */
}

.data-table table tr:nth-child(even) {
    background-color: #ffffff; /* White color for even rows */
}

.data-table table tr:hover {
    background-color: #e6e6e6; /* Slightly darker gray color on hover */
}

.data-table table a {
    color: #2177D9; /* Dark blue color for links */
	font-size : 12px !important;
}

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

/* Increase font size for "View" links in the "Detail" column */
.data-table table td:nth-child(12) a {
    font-size: 1rem; /* Adjust the font size as needed */
}


@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;
    right: 10px;
    border: 0;
    background: #ff1b00;
    top: 15px;
    background: linear-gradient(0deg, #ff1b00 0%, #fb4b02 100%);
    z-index: 9999;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.navbar-collapse{
       visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    height: 100%;
    z-index: 999999;
    width: 90%;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    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
}
.dashbord-form {
    margin-top: 10px;
    padding-right: 10px;
}

.top-right-bar {
    text-align: left;
}.top-bar .navbar-brand {
    font-size: 12px;
}

}


@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;
}

.top-bar .navbar-brand {
    font-size: 10px;
}

}

@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;
}
button.navbar-toggler {
    top: 25px;
    z-index: 9999999;
}
.top-bar span {
    display: block;
    margin-top: 0px;
    text-align: left;
}.top-right-bar {
    text-align: left;
}
}



@media(max-width: 520px){


.top-bar .align-items-center {
    align-items: inherit!important;
}
.header-bar {
    padding-top: 80px;
    overflow: hidden;
}/*.night-toggle {
    width: 33px;
    height: 33px;
    right: 33%;
    top: 20px;
    position: absolute;
}*/
.top-bar .navbar-brand {
    font-size: 10px;
}
.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;
}

/*.sidebar-dash button.accordion-button.collapsed {
    padding: 6px 12px;
    font-size: 12px;
}
.sidebar-dash .accordion-button:not(.collapsed) {
    padding: 10px 12px;
    font-size: 14px;
}*/
.top-right-bar ul li a {
    padding: 0px 5px;
    letter-spacing: 0.3px;
    font-size: 12px;
}
.top-right-bar ul li a i {
    padding-right: 0px;
}.moon i {
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 25px;
}.top-right-bar {
    text-align: left;
    margin-top: 10px;
}
.dashbord-form .reset {
    padding: 8px 10px;
    font-size: 12px;
    font-size: 12px;
}
.dashbord-form h2 {
    font-size: 18px;
}
.sidebar-menu {
    margin-right: 20px;
}


.sidebar-dash button.accordion-button.collapsed {
    padding: 9px 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
}
.sidebar-dash .accordion-button:not(.collapsed) {
    padding: 9px 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.dashbord-form a.cancel-btn {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 0px;
}

.navbar-collapse{
    top: 90px;
     
}

}

@media(max-width: 400px){

button.navbar-toggler svg {
    width: 45px;
    height: 35px;
}

}

.sidebar-menu::-webkit-scrollbar {
    width: 6px;
    height: 150px;
}
.sidebar-menu::-webkit-scrollbar-track {
    background: #e8e8e8;
    height: 200px;
}
.sidebar-menu::-webkit-scrollbar-thumb {
    background: #ccc;
}

.ui-widget{
	font-size : 12px;	
}
