.bg-gradient-primary {
  background-image: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
}

.bg-gradient-secondary {
  background-image: linear-gradient(310deg, #627594 0%, #A8B8D8 100%);
}

.bg-gradient-success {
  background-image: linear-gradient(310deg, #17ad37 0%, #98ec2d 100%);
}

.bg-gradient-info {
  background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(310deg, #f53939 0%, #fbcf33 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(310deg, #ea0606 0%, #ff667c 100%);
}

.bg-gradient-light {
  background-image: linear-gradient(310deg, #CED4DA 0%, #EBEFF4 100%);
}

.min-vh-auto {
    min-height:calc(100vh - 64px)
}

:root {
  --bs-body-font-family: Google Sans Text, Arial, Helvetica, sans-serif; 
}

/* Global Styles */
body,html {
  line-height: 1.6rem;
  margin: 0;
  padding: 0;
  font-family: Google Sans Text, Arial, Helvetica, sans-serif; 
}

/* Navbar Styles */
.navbar {
  background-color: #ffffff;
}

.navbar-brand {
  font-size: 1.5rem;
  color: #333333;
}

.navbar-nav .nav-link {
  color: #333333;
}

.navbar-nav .nav-link:hover {
  color: #007bff;
}

/* Hero Section Styles */
.masthead {
  background-image: url('your-hero-image.jpg'); /* Replace 'your-hero-image.jpg' with your image path */
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.masthead h1 {
  font-size: 3rem;
  color: #ffffff;
}

.masthead h3 {
  font-size: 1.5rem;
  /*color: #ffffff;*/
}

.masthead .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.masthead .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Services Section Styles */
#services {
  background-color: #f8f9fa;
  padding: 80px 0;
}

#services h2 {
  color: #333333;
}

#services h4 {
  color: #333333;
}

#services p {
  color: #555555;
}

/* About Section Styles */
#about {
  background-color: #4CAF50;
  padding: 100px 0;
}

#about h2 {
  color: #ffffff;
}

#about p {
  color: #ffffff;
}

#about .btn-light {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

#about .btn-light:hover {
  color: #333333;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

/* Footer Styles */
.footer {
  background-color: #333333;
  color: #ffffff;
  padding: 50px 0;
}

.footer p {
  margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 768px) {
  .masthead h1 {
    font-size: 2.5rem;
  }
  
  .masthead h3 {
    font-size: 1.2rem;
  }
}

label {
    font-weight: 400;
    opacity: 90%;
    /* font-family: 'monospace'; 
      padding-bottom: 0;
      margin-bottom: .1em!important;  
    */
    font-size:.8em;
    
}
section {
    margin-top: 1em;
}

.section-hdr1{
width:32px;
transform: rotate(-90deg);
transform-origin: left top;
white-space: nowrap;
align-self: center;    
margin-left: -34px;
}

.section-hdr{
    width:100%;
    text-align: -webkit-center;
    color:dodgerblue;
    font-size:larger;
    margin-bottom:2em;
    margin-top:1em;
    font-weight:550
}

.select2-selection.select2-selection--multiple {
   padding-top: 21px;
}

#jump_data_offset_{
    background-color:white;
    margin-top:.2em;
    }

hr {
  color: gray;
  border-top: 1px solid;
}

.d_none{
    display:none;
    }
.d_flex{
    display: flex;
    }

.fs-5a {
  font-size: 1.2rem !important;
}
.fs-6a {
  font-size: 1.1rem !important;
}
.fs-7 {
  font-size: .9rem !important;
}
.fs-8 {
  font-size: .8rem !important;
  }
.fs-9 {
  font-size: .7rem !important;
  }

h5a {
  font-size: .8rem !important;
  text-transform: uppercase;
  font-weight: 550;
}

h1a {
  font-size: 1.4rem !important;
  text-transform: uppercase;
  font-weight: 550;
}


.currency{
text-align: right;

}


.nowrap { 
  white-space: nowrap; 
}

.mxwrap td  {
  max-width:240px;
  overflow-x: hidden;
  white-space: nowrap; 
}
td input.form-control{
  padding:.3em;
  font-size: .9em;
}


    .dropZone {
      width: 200px;
      height: 60px;
      border: 2px dashed #ccc;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #aaa;
      margin-top: 0px;
    }
    .dropZone.dragover {
      border-color: #000;
      color: #000;
    }
    
    
    
#kanban {
  white-space: nowrap;
}

.list {
  border-radius: 8px;
  margin: 5px;
  background-color: rgba(192, 192, 192, 0.4);
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.list-title {
  color: var(--dx-color-text);
  font-size: 16px;
  padding: 10px;
  padding-left: 30px;
  margin-bottom: -10px;
  font-weight: bold;
  cursor: pointer;
}

.scrollable-list {
  height: 400px;
  width: 260px;
}

.sortable-cards {
  min-height: 380px;
}

.cardk {
  color: var(--dx-color-text);
  position: relative;
  background-color: white;
  box-sizing: border-box;
  width: 230px;
  padding: 2px 4px;
  margin: 10px;
  cursor: pointer;
}

.card-subject {
  padding-bottom: 10px;
}

.card-assignee {
  opacity: 0.6;
}

.card-priority {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 5px;
  width: 5px;
  border-radius: 2px;
  background: #86c285;
}

.priority-1 {
  background: #adadad;
}

.priority-2 {
  background: #86c285;
}

.priority-3 {
  background: #edc578;
}

.priority-4 {
  background: #ef7d59;
}
    
.tableth2cssnull {
    background-color: White;
    font-size: 1.3em;
    min-height:1em;
    max-height:1em;

    /*padding-top: 6px;*/
}

.tableth2cssA {
    background-color: lightpink;
    align-content: center;
    font-size: 2em;
    font-weight:600;
    max-height:32px;
}

.tableth2cssB {
    background-color: lightgreen;
    align-content: center;
    font-size: 2em;
    font-weight:600;
    max-height:32px;
}
.tableth2cssC {
    background-color: lightblue;
    align-content: center;
    font-size: 2em;
    font-weight:600;
    max-height:32px;
}
.tableth2cssD {
    background-color: lightgray;
    align-content: center;
    font-size: 2em;
    font-weight:600;
    max-height:32px;
}
    
.priorityballRed{
    background-color: Red;

}
.priorityballGreen{
    background-color: Green;
}
.priorityballundefined{
    background-color: gray;
}    

.hover:hover {
  color: #007bff;
}