 .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px !important;
    }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
header{
margin-bottom: 30px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #111;
}
a.navbar-brand img{
        background: #fff;
    border-radius: 2px;
    width:180px;
}
.mr-auto, .mx-auto {
    /* margin-right: 0 !important;
    margin-left: auto; */
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav li:hover .nav-link, .navbar-dark .navbar-nav .show>.nav-link {
    color: #213f81;
}
.navbar-dark .navbar-nav .active>.nav-link{
    font-weight: 700;
}
 .navbar-dark .navbar-nav .nav-link{
 color: #111;
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
 }
 ul.d-flex.list-style-none {
    list-style: none;
        margin-bottom: 0;
}
.RegisterBtn {
    background-image: linear-gradient(to right, #213e80, #6b1e76);
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 9px 23px;
    margin-left: 15px;
    /* box-shadow: 1px 0px 17px -2px #2dabe280; */
    box-shadow: 1px 0px 8px -2px #999e94;
}
.LoginBtn {
    background-image: linear-gradient(to right, #213e80, #6b1e76);
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 9px 23px;
    margin-left: 15px;
    /* box-shadow: 1px 0px 17px -2px #2dabe280; */
    box-shadow: 1px 0px 8px -2px #999e94;
}
.RegisterBtn:hover,.LoginBtn:hover{
    background-image: none;
    background:#213e80 ;
    color:#fff
}
 footer{
       background: #eeeeee;
    padding-top: 60px;
    padding-bottom: 0px;
}
.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    margin: -0.11em 0 35px 0;
    padding: 0 0 18px 0;
    position: relative;
}
.footer-widget .widget_title:before, .footer-widget .widget_title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background-color: #FFB30F;
}
.th-widget-about .footer-info:not(:last-child){
    margin: 0 0 20px 0;
}
.th-widget-about .footer-info{
        position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #111;
    line-height: 26px;
    padding: 0 0 0 42px;
    max-width: 277px;
    margin-top: 0;
}
 .footer-info a{
    color:#111
}
.th-widget-about .footer-info i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    background-color: #ffcc05;
    color: #213f81;
    position: absolute;
    left: 0;
    font-size: 14px;
}
.menu-all-pages-container ul.menu
 {
    list-style: none;
    padding-left: 0;
}
.menu-all-pages-container ul.menu li
{
    border-bottom: 1px dotted #ffb30f;
    padding: 5px 0;
    padding-bottom: 10px;
}


.menu-all-pages-container ul.menu li a {
    color: #111;
    /* border-bottom: 1px solid #6d8618; */

}
.menu-all-pages-container ul.menu li a i {
    font-size: 13px;
    color: #1f3d7f;
}
.menu-all-pages-container ul.menu li:hover a{
     color: #1f3d7f;
}
p.text-center.copyright {
    margin-bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #ffcc05;
}
.pull-right{
    float: right;
}
.box-shodow{
        padding:40px 30px;
    box-shadow: inset 0 .125rem .25rem rgb(173 159 159 / 97%) !important;
    margin-bottom: 20px;
}

h2.featurette-heading {
    border-bottom: 4px dotted;
    border-image: linear-gradient(to left, #ffcc06, #234182) 1;
    padding-bottom: 10px;
}

.module-card {
    margin: auto;
    background: #2b4886;
    color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.module-card img {
       width: 95px;
    margin: auto;
    margin-bottom: 10px
}
.module-card h4 {
    color: #fff;
    font-size: 15px;
}
.footer-bottom{
    bottom: 0;
    background: #eee;
    width: 100%;
    padding: 13px;

}
#language-selector {
  padding: 8px 3px;
  border: none;
      outline: none;
  border-radius: 4px;
  font-size: 14px;
}

#language-selector1 {
  padding: 8px 3px;
  border: none;
      outline: none;
  border-radius: 4px;
  font-size: 14px;
}

.languages {
    border: 1px solid #111;
      border-image: linear-gradient(to left, #ffcc06, #234182) 1;
    padding: 0 7px;
    border-radius: 3px;
    margin-left: 10px;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #111;

}
 @media screen {
            .dropdown:hover .dropdown-menu,
            .btn-group:hover .dropdown-menu {
                display: block;
            }
            .dropdown-menu {
                margin: auto;
            }
            .dropdown-toggle {
                margin: auto;
            }
            .navbar .dropdown-toggle,
            .nav-tabs .dropdown-toggle {
                margin: auto;
            }
        }

        .dropdown-toggle::after {
    position: relative;
    display: inline-block;
    margin-left: .255em;
    vertical-align: 7px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    bottom: -4px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px;
    }
}
 ul.dropdown-menu{
    border: none;
    background: #223d80;
    border-radius: 0;
    padding: 0 10px;
    width: 200px;
    margin-top: 0px;
}

ul.dropdown-menu li{
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
ul.dropdown-menu li:last-child{
    border-bottom: none;
}
ul.dropdown-menu li a{
    text-decoration: none;
    color: #fff;
}
.font-color{
    color: #213f81    ;
    font-size: 25px;
    font-weight: 700;
}
.ListProperty .font-color{
    color: #fff    ;
    font-size: 25px;
    font-weight: 700;
}
.Property h6 {
    background: #213f81;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;

}
 .Property .form-control{
        background-color: #f6f6f6;
    }
    
    .text-transform-auto{
        text-transform: none;
    }
    a.addBtn {
    /* text-align: right; */
    float: right;
    background: #007bff;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}
.row.ListProperty {
    background-image: linear-gradient(to right, #213e80, #6b1e76);
    padding: 20px 0;
    border-radius: 3px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.error{
    color: #ff0000;
}

tr.category_bg {
    background: #f2f2f2;
}
.table td{
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
 .table th {   
    border-left:0px solid #dee2e6;
     border-right:0px solid #dee2e6;
 }
  .Maintenances-Calender .table th {   
    border-left:1px solid #dee2e6;
     border-right:1px solid #dee2e6;
 }
 .table{    
    border: 1px solid #dee2e6;
}

	@media only screen and (min-width: 1200px) and (max-width: 1300px) { .navbar-dark .navbar-nav .nav-link { font-size: 13px;}}
    @media only screen and (min-width: 1000px) and (max-width: 1100px) {
         .navbar-dark .navbar-nav .nav-link { font-size: 10px;   padding-right: 0;}
         #language-selector {
    padding: 8px 2px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 11px;
}
.languages i{   font-size: 11px;}
        }
        .bg-grey{
            background: #eee;
        }
        .border-left{
                border-left: 1px solid #dbdbdb;
        }
        table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #dbdbdb !important;
}
a.btn.btn-primary , a.btn.btn-danger{
    padding-right: 10px;
    padding-bottom: 6px;
}
a.btn.btn-primary i , a.btn.btn-danger i{
        font-size: 10px;
}
  /* Navbar Styling */
  .custom-navbar {
    background: #fff;
    padding: 0.8rem 1rem;
  }

  .navbar-brand img {
    max-height: 50px;
  }

  /* Menu Links */
  .navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .active > .nav-link {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

  /* Dropdown */
  .dropdown-menu {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  }
  .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    color: #213f81;
    transition: 0.3s;
  }
  .dropdown-menu .dropdown-item:hover {
    background: #213f81;
    color: #fff;
  }

  /* Language Selector */
  #language-selector {
    border: none;
    background: transparent;
    font-weight: 500;
    outline: none;
    cursor: pointer;
  }
  #language-selector option {
    color: #213f81;
  }

  #language-selector1 {
    border: none;
    background: transparent;
    font-weight: 500;
    outline: none;
    cursor: pointer;
  }
  #language-selector1 option {
    color: #213f81;
  }

  /* Mobile tweaks */
  @media (max-width: 768px) {
    .languages {
      margin-top: 10px;
    }
  }
  .languages .text-black{
    color: #111 !important;
  }
   /* Login Box */
  .login-box {
    border-radius: 15px;
    background: #fff;
    transition: 0.3s ease;
  }
  .login-box:hover {
    transform: translateY(-5px);
  }
  .login-img {
    max-width: 90%;
    border-radius: 12px;
  }

  /* Footer */
  .footer-area {
    background: linear-gradient(90deg, #213f81, #4a6fd3);
  }
  .footer-area a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .footer-area a:hover {
    color: #f1c40f;
    padding-left: 4px;
  }
  .footer-widget h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #f1c40f;
    display: inline-block;
    padding-bottom: 5px;
  }
  .worker-erp div#navbarCollapse {
    margin-left: 100px;
}
@media (max-width: 768px) {
  .worker-erp  div#navbarCollapse {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

/* Top Header Bar */
.ve-top-header-bar {
  background-color: #002963;
  color: #fff;
  padding: 10px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ve-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.ve-top-bar-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.ve-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ve-dropbtn {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.ve-dropbtn i {
  margin-left: 8px;
  font-size: 0.8em;
}

.ve-dropbtn:hover {
  background-color: #374151;
}

/* Dropdown content */
.ve-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  color: #1f2937;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 6px;
  z-index: 1000;
  padding: 10px 0;
  top: 100%;
}

/* Show dropdown on hover/focus */
.ve-dropdown:focus .ve-dropdown-content,
.ve-dropdown:hover .ve-dropdown-content {
  display: block;
}

/* Dropdown items */
.ve-dropdown-content li {
  list-style: none;
  padding: 8px 20px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.ve-dropdown-content li a,
.ve-dropdown-content li button {
  text-decoration: none;
  color: #1f2937;
  font-size: 0.95em;
  width: 100%;
  display: block;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

.ve-dropdown-content li:hover {
  background-color: #f3f4f6;
}

.ve-dropdown-content li button i {
  margin-left: 5px;
}

/* Arrow on top of dropdown */
.ve-arrow_top {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

/* Basic form styling */
.custom-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Form row styling */
.row.mb-3 {
  margin-bottom: 1rem;
}

/* Label styling */
.custom-label {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  text-align: left;
}

/* Input and select styling */
.custom-select, .custom-date, .form-control {
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.custom-select:focus, .custom-date:focus, .form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, 0.25);
}

/* Ensuring date inputs take equal space */
.d-flex.gap-2 input[type="date"] {
  flex: 1;
}

/* Custom radio button styling */
.custom-radio {
  margin-right: 10px;
}

.custom-radio:checked {
  background-color: #28a745;
  border-color: #28a745;
}

.custom-radio-label {
  font-size: 1rem;
  color: #495057;
}

/* Action Buttons Styling */
.custom-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* Custom Save button */
.btn-success.custom-btn {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-success.custom-btn:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* Custom Cancel button */
.btn-secondary.custom-btn {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-secondary.custom-btn:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

/* Button spacing */
.d-flex.gap-3 {
  gap: 15px;
}

/* Column adjustments for smaller screens */
@media (max-width: 768px) {
  .col-md-3, .col-md-6 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .form-check-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .custom-date, .custom-select, .form-control {
    font-size: 0.875rem;
  }

  .custom-btn {
    width: 100%;
    padding: 0.5rem;
  }
}


/* RoleSelection.css or global CSS */
.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* full viewport height */
}

.page-content {
  flex: 1; /* take remaining space */
}

footer {
  background-color: #691f75; /* your brand color */
  color: white;
  text-align: center;
  padding: 1rem 0;
}
.btn{
  margin-left: 5px;
}