
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
margin: 0;
padding: 0;
width: 100%;
font-family: Arial, sans-serif;

}
.page-header{
padding-bottom: 0px;
margin: 0px 0 0;
border-bottom: 1px solid #e9e9e9;
position: relative;
z-index: 10;
}

.logo{
width: 18%;
float: left;
position: fixed;
height: 80px;
background: white;
  }

.views-exposed-form.bef-exposed-form label{
display: flex;
 background: white;
 color: black;
width: fit-content
}
.views-exposed-form.bef-exposed-form  .js-form-type-textfield{
  width:300px 
}
.views-exposed-form.bef-exposed-form  .js-form-type-date{
 margin-top: 20px
}
.views-exposed-form.bef-exposed-form  .form-text{
 width: 100%;
 /* border-radius: 5px; */
}

#block-management-system-tabs{
height: 31px;
border-bottom: 1px solid #e9e9e9;
/* border-radius: 10px; */
}
.primary-tabs ul{display: 
flex;position: absolute;
left: -40px;
}
.primary-tabs ul li {
list-style: none;
display: flex;
align-items: center;
}
.primary-tabs ul li a{
list-style: none;
padding: 5px 20px 5px 20px;
}
.primary-tabs ul li .is-active{
background: #f5f5f5;
}
.primary-tabs ul li a.is-active {
/*  border-radius: 10px; */
border-right: 1px solid #e9e9e9;
border-left: 1px solid #e9e9e9;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
/*
input[type=submit], .button--danger,
.form-action{
width: fit-content;
margin: 10px 0
}*/
input[type=submit] {
  appearance: none;
  border: none;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 6px 14px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

/* Hover */
input[type=submit]:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.45);
  transform: translateY(-1px);
}

/* Active (click) */
input[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(37, 99, 235, 0.25);
}

/* Disabled state */
input[type=submit]:disabled {
  background: #c7d2fe;
  color: #6b7280;
  cursor: not-allowed;
  box-shadow: none;
}

.button:active, .input[type=submit]:active {
background-color: #f3f4f6;
box-shadow: #0000002b 0px 1px 8px;;
transform: translateY(0.125rem);
}
.button:focus, input[type=submit]:focus {
box-shadow: #0000002b 0px 1px 8px;;
}
a{
text-decoration:none;
color: #ff0002;
}
a:hover{
text-decoration:none;
color: #21242b;
}



.ief-entity-operations{
display: flex
}
.minified-table td{
margin:0;
padding: 0;
}

.pager__next a,
.pager__previous a{
background: #21242b;
padding: 10px 20px;
/* border-radius: 10px; */
color: white; 
text-decoration: none;
font-weight: 600;
}
.pager__next a:hover,
.pager__previous a:hover{
background: #000000;
color: white
}
.pager__current {
padding: 0 20px;
/*  border-radius: 10px; */
font-size: 16px;
font-weight: 700
}
.ief-form .js-form-submit{
width: fit-content;
display: inline-flex;
flex-direction: row;
}


.mark,mark{
background: red;
color: white;
padding: 10px 6px;
/*  border-radius: 50px; */
position: absolute;
left: 20%;
top: 35px;
font-size: 12px;
text-transform: capitalize;
box-shadow: #565656a1 0px 1px 3px;
font-weight: 600;
text-shadow: 0px 1px 2px #585858;
}
.comment-wrap{
 box-shadow: #0000002b 0px 1px 8px;
 padding: 5px 10px;
 margin: 10px;
 position: relative;
 /*  border-radius: 10px; */
 display: flex;
}
.comment-header{
width: 25%;
}
.author-details{
display: inline-flex;
align-items: center;
justify-content: center;
}
.author-details a{
padding-left: 5px
}
.comment-wrap img{
width: 30px;
height: 30px;
}
.comment .status{
top: 10px;
 left:0;
}
.comment-body{
padding: 10px;
border: 1px solid #d3d3d366;
width: 75%;
/*  border-radius: 10px; */
}
.comment-form-wrap{
 position: fixed;
 background: #ffffff;
 top: 200px;
 bottom: 0;
 width: 60%;
 height: 250px;
 /*  border-radius: 10px; */
 box-shadow: #0000007d 0px 1px 8px;
 display: none;
}
.add-comment-title{
 padding: 5px 20px;
 background: #21242b;
 color: white;
 /*  border-radius: 10px  10px 0 0 ; */
 display: flex;
justify-content: space-between;
}
.comment-task-correspondence-form{
 margin: 0;
}
#comment-button{
 position: fixed;
 bottom: 0;
 left: 80%;
 height: 40px;
 display: flex;
 justify-content: center;
 align-content: center;
 align-items: center;
}
.stock-container {
border: 1px solid #e9e9e9;
padding: 10px 20px;
margin: 0 0 20px 0;
/*  border-radius: 10px; */
}
.stock-container summary{
font-size: 20px;
font-weight: 600;
}
.form-content{
width: 80%;
margin: 20px auto;
padding: 0 0px 0px 0;
background: white;
}
.form-page-header{
background: #482307;
color: #f9f2e3;
height: 50px;
padding: 0 30px
}
.form-buttons{
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
}


.rightside-bar{float: right;margin: 32px 4px 0 0;width: 20%;display: inline-block;}
.bar-container{border: 1px solid #e9e9e9;
    padding: 10px 0 30px 0;
    text-align: center;
    box-shadow: #0000002b 0px 1px 8px;;
   /*  border-radius: 10px; */
}
.item-container{
  font-size: 13px;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  flex-wrap: nowrap;
  }
.item-title{
font-weight: 600
}

.views-menu{
text-align: left;
font-size: 15px;
}
.views-label-view, .views-label{
font-size: 18px;
font-weight: 600;
text-align: center;
color: grey
}
.dashboard-figure{
color: #ffaf00;
    text-shadow: 1px 1px 1px #00000091;
    font-weight: 600;
    font-size: 22px;
}
.dashboard-figure-title{
position: relative;
bottom: 13px;
left: 30%;
}
.pager__items.js-pager__items.calendar-view-pager {
margin: 0;
}
.calendar-view-table caption {
padding: 0;
}

.js-pager__items{
 display: flex;
 justify-content: center;
}
.js-pager__items li{
 list-style: none;
 width: 50px;
 text-align: center;
 font-weight: 600;
 font-size: 15px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.js-pager__items li a{
 font-weight: 600;
 font-size: 30px
}
.other-assets-header{
 font-size: 16px;
 font-weight: 600;
 color: red;
 background: #d3d3d31f;
 padding: 5px 20px;
 border: 1px solid #8080804a
}

    
    
       