.views-ui-display-tab-actions .dropbutton-wrapper input{
color: blue !important;
 }

:root {
  --table-border: #e9e9e9;
  --table-radius: 4px;
  --table-header-bg: #00113a;
  --table-header-active-bg: #022372;
  --table-header-color: #fff;
  --table-cell-padding: 0.6rem;
  --table-row-alt: #f9f9f9;
}


/* Modern Button Styles */
button,
[type=button],
[type=reset],
[type=submit] 
button, .submit-button, .button{
box-sizing: border-box;
touch-action: manipulation;
appearance: none;
background-color: #00113a;
border: none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
font-weight: 500;
padding: 8px 20px;
text-align: center;
text-decoration: none;
transition: background-color 0.2s ease, transform 0.15s ease;
user-select: none;
vertical-align: middle;
white-space: nowrap;
font-family: inherit;
box-shadow: 0 2px 5px rgb(0 0 0 / 53%);
}
.contextual-links li a{
    color: blue !important;
}

/* Hover & Focus */
button:hover,
button:focus,
[type=button]:hover,
[type=button]:focus,
[type=reset]:hover,
[type=reset]:focus,
[type=submit]:hover,
[type=submit]:focus {
  background-color: #444;
  transform: translateY(-1px);
}

/* Disabled State */
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #777;
  box-shadow: none;
  transform: none;
}
/* Optional: Make focus outlines more visible for accessibility */
button:focus-visible {
  outline: 2px solid #0066ff;
  outline-offset: 2px;
}

label {
    display: block;
    margin-bottom: 0.15em;
    font-size: 11px;
    font-weight: 600;
    color: #3b3b3b;
}


[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 0 0.75em;
  width: 100%;
  height: 35px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime]:hover,
[type=datetime-local]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
input:not([type]):hover,
textarea:hover {
  border-color: #aaa;
}

[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus,
textarea:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
  outline: none;
}

[type=color]:disabled,
[type=date]:disabled,
[type=datetime]:disabled,
[type=datetime-local]:disabled,
[type=email]:disabled,
[type=month]:disabled,
[type=number]:disabled,
[type=password]:disabled,
[type=search]:disabled,
[type=tel]:disabled,
[type=text]:disabled,
[type=time]:disabled,
[type=url]:disabled,
[type=week]:disabled,
input:not([type]):disabled,
textarea:disabled {
  background-color: #f7f7f7;
  cursor: not-allowed;
  color: #999;
}

::placeholder {
  color: #a1a1a1;
}

textarea {
  resize: vertical;
  min-height: 80px;
}




[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}


select {
  max-width: 100%;
  width: 100%; /* Ensures it matches input widths */
  background: #ffffffa1;
  border-radius: 5px;
border: 1px solid #d1d1d1;
  font-size: 11px;
  height: 35px;
  padding: 0 10px;
  appearance: none; /* Removes default OS arrow styling */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'10'%20height%3D'7'%20viewBox%3D'0%200%2010%207'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M5%207L0%200h10L5%207z'%20fill%3D'%23666'%20/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 7px;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}

input[type=search] {
  box-sizing: border-box;
}
.block-ms-theme-pagetitle{color: #6e6e6e;}
.page-title{
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
/* Fieldset Styling */
.form-fieldset {
  background-color: transparent;
  border: 1px solid #ccc;
  margin: 0;
  padding: 12px 20px;
  border-radius: 6px;
  font-family: inherit;
}



.fieldset-wrapper{
margin: 0 5px
} 
.form-fieldset legend{
  font-size: 14px;
  font-weight: 500;
}
.form-fieldset .form-item{
border: none;
}
.form-fieldset .form-item legend{
  font-size: 14px;
  font-weight: 400;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-weight: 600;
  margin-top:0;
  margin-bottom: 0;
  padding: 0;
}

.fieldset-legend{
font-size: 14px;
font-weight: 500;
font-family: sans-serif;
}
.tabs {
display: inline-flex;
width: 100%;
justify-content: flex-end;
}
.tabs.primary{
  z-index: 1;display: inline-flex;
    margin: 15px 0 0 20px;
        border: none;
    
}
.tabs.primary a{
    color: white;
    padding: 5px 20px;
    background: #00113a;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin: 0 5px;
    transition: 2s;
}
.tabs.primary a:hover{
  background:red;
  color: #ededed;
}
.tabs__tab {
padding: 0 ;
}
.tabs__tab--active, .is-active{
    background: white !important;
    color: red !important;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#block-ms-theme-content{
width: 100%;
margin: auto;
background: white;
margin-bottom: 100px;
box-sizing: border-box;
padding: 10px 0;
position: relative;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: var(--table-radius);
  font-family: var(--table-font-family);
  font-size: var(--table-font-size);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* ===== HEADER ===== */
thead th, th {
  background: linear-gradient(180deg, #00113a, #1a5db1);
  color: var(--table-header-color);
  font-weight: 600;
  padding: 10px 4px;
  border-bottom: 1px solid var(--table-border);
  white-space: nowrap;
}

/* Active header */
thead th.is-active,
thead th.tabs__tab--active {
  background: linear-gradient(180deg, #e0e7ff, #c7d2fe);
  color: #1e3a8a;
}

/* ===== BODY ===== */
tbody td {
  padding: 14px 16px;
  text-align: left;
  font-weight: 400;
  color: #334155;
  border-bottom: 1px solid var(--table-border);
}

/* Zebra rows */
tbody tr:nth-child(even) {
  background: #f9fafb;
}

/* Hover effect */
tbody tr:hover {
  background: #eef2ff;
  box-shadow: inset 4px 0 0 #4f46e5;
  transition: background 0.2s ease;
}

/* ===== ACTIVE ROW ===== */
tbody tr.is-active {
  background: #eef2ff;
  box-shadow: inset 4px 0 0 #4338ca;
}

/* ===== ALIGNMENT HELPERS ===== */
td.text-center,
th.text-center {
  text-align: center;
}

td.text-right,
th.text-right {
  text-align: right;
}

/* ===== ACTION BUTTON CELL ===== */
td.actions {
  white-space: nowrap;
}

td.actions button,
td.actions a {
  background: transparent;
  border: none;
  color: #4f46e5;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
}

td.actions button:hover,
td.actions a:hover {
  background: #e0e7ff;
}

/* ===== RESPONSIVE ===== 
@media (max-width: 768px) {
  table {
    font-size: 13px;
  }

  thead {
    display: none;
  }

  tbody tr {
    display: block;
    margin-bottom: 12px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  }

  tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
  }

  tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #64748b;
  }
}
*/
html {
  color: #333;
  font-size: 10px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 0.2em 0;
  font-weight: 200;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 11px;
}

h5 {
  font-size: 10px;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #080808;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #404040;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}


    .right {
      text-align: right;
    }
    .total {
      font-weight: bold;
      font-size: 1.1em;
    }
    .notes {
      margin-top: 30px;
      font-size: 0.9em;
    }
 

/*# sourceMappingURL=base.css.map */
