/**
 * Generic elements.
 */
 @font-face {
    src: url(../../fonts/Bahij.ttf);
    font-family: Bahij;
}

body {
  color: #333;
  background: #fff;
  font: normal 14px/1.8 'Ubuntu', sans-serif;
  font-family: Bahij;
}

* {
  box-sizing: border-box;
}

a,
.link {
  color: #0678be;
  text-decoration: none;
  font-weight: 400;
}

a:hover,
a:focus {
  text-decoration: underline;
  outline: transparent;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #f5f5f5;
}
summary {
  font-weight: 700;
  text-transform: uppercase;
  color: #0071b8;
}
.simpletest-results-form summary {
  text-transform: none;
}

legend {
  margin-bottom: 10px;
  color: #0678be;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

fieldset fieldset legend {
  text-transform: none;
  color: #333;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
h1,
.heading-a {
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
  font-size: 26px;
  line-height: 30px;
  color: #333;
}

h2,
.heading-b {
  font-weight: 300;
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.2;
}
h3,
.heading-c {
  font-weight: 700;
  margin: 10px 0;
  font-size: 18px;
}
h4,
.heading-d {
  font-weight: 700;
  margin: 10px 0;
  font-size: 16px;
}
h5,
.heading-e {
  font-weight: 700;
  margin: 10px 0;
  font-size: 14px;
}
h6,
.heading-f {
  font-weight: 700;
  margin: 10px 0;
  font-size: 14px;
}
p {
  margin: 10px 0;
}
strong {
  font-weight: 700;
}
dl {
  margin: 0 0 20px;
}
dl dd,
dl dl {
  margin-left: 20px; /* LTR */
  margin-bottom: 10px;
}
[dir="rtl"] dl dd,
[dir="rtl"] dl dl {
  margin-right: 20px;
}
blockquote {
  margin: 1em 40px;
}
address {
  font-style: italic;
}
u,
ins {
  text-decoration: underline;
}
s,
strike,
del {
  text-decoration: line-through;
}
big {
  font-size: larger;
}
small {
  font-size: 12px;
}
sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}
sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}
nobr {
  white-space: nowrap;
}
abbr,
acronym {
  border-bottom: dotted 1px;
}
ul {
  list-style-type: disc;
  list-style-image: none;
  margin: 0.25em 0 0.25em 1.5em; /* LTR */
}
[dir="rtl"] ul {
  margin-left: 0;
  margin-right: 1.5em;
}
/* This is required to win over specificity of [dir="rtl"] ul */
[dir="rtl"] .messages__list {
  margin-right: 0;
}
ol {
  list-style-type: decimal;
  margin: 0.25em 0 0.25em 2em; /* LTR */
  padding: 0;
}
[dir="rtl"] ol {
  margin-left: 0;
  margin-right: 2em;
}
quote,
code {
  margin: .5em 0;
}
pre {
  margin: 0.5em 0;
  white-space: pre-wrap;
}
details {
  margin: 0 0 20px 0;
  background: none;
}

details details,
details details details {
  padding: 0 20px;
}

details legend {
  text-transform: none;
  color: #333;
}

details summary {
  padding: 10px 0;
  display: list-item;
}

details summary:focus,
details summary:hover {
  cursor: pointer;
}

details summary:focus {
  outline: transparent;
}

.details-wrapper {
  padding: 5px 0;
}

details .details-descripion {
  margin-bottom: 0;
}

details:last-of-type {
  margin-bottom: 0;
}

input[type="search"] {
  box-sizing: border-box;
}

/*
*  Custom style for checkbox and radio button
*/
input[type=checkbox],
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #b5b5b5;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: background 0.5s ease;
  border-radius: 0;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
  border-color: #0678be;
  cursor: pointer;
  outline: transparent;
}

input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
  background: #0678be;
  box-shadow: inset 0 0 0 3px #fff;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  opacity: 0.5;
  background: #e2e2e2;
}

input[type=checkbox]:disabled:hover {
  border-color: #b5b5b5;
  cursor: default;
}

input[type=checkbox]:disabled:hover,
input[type=radio]:disabled:hover {
  border-color: #b5b5b5;
  cursor: default;
  /*cursor: not-allowed;*/
}

span.marker {
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  background: #f5f5f5;
  padding: 0 7px;
  text-transform: uppercase;
  font-size: 12px;
  color: #7cbc48;
  font-weight: 600;
}
#auth_box #bottom_part{
 display:none;    
}


#auth_box #middle_part{
    display:inline-block;
}

.path-user .form-actions{
    position:relative;
}
.form-actions{
    gap:20px;
}
.form-radios > .form-item{
        display: flex;
    gap: 27px;
}
#auth_box h1#the_logo img{
    max-width:200px;
}
#auth_box{
     width: 50%;
    text-align: center;   
}
#auth_box input[type="submit"]{
     background-color: #508081;
    color: #fff;   
}
.entity-meta__header{
    display:none;
}
.layout-region-node-main, .layout-region-node-footer{
    width:100%;
    max-width:700px;
}

.layout-node-form ,
.user-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: auto;
    background-color: #f7f3f3;
    padding: 20px 5px;
    border: 1px solid #ccc;  
}

.form-select{
    width: 100% !important;
    display: inline-block;
    max-width: 100%;
    min-width: auto !important;
}

/*---------------------------------------------------*/
/*	TABLE
/*---------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d7d3d3;
}
table tbody {
	border-top: none;
	border-bottom: 1px solid #d7d3d3;
}
table tr.even,
table tr.odd,
th {
	background-color: transparent;
	border-bottom: 1px solid #d7d3d3;
}
thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
	padding: 8px;
	line-height: 142%;
	vertical-align: middle;
	border-right: 1px solid #d7d3d3;
	padding: 21px;
    font-size: 15px;
}
td.active {
	background-color: transparent;
}
table thead {
	text-transform: uppercase;
    background: #b678bf;
}
tbody > tr:nth-child(even){
	background-color: #efefef;
}
thead tr th{
    color: #000;
}

.tableresponsive-toggle{
     background-color: #0a217a !important;
    padding: 20px !important;
    color: #fff !important;   
}
#edit-created-wrapper{
     display: inline-block;
    overflow: hidden;
    margin-left: 19px;
    padding: 0px 10px;   
}
.view-filters .form--inline .form-item{
    float:unset !important;
}
.bef-exposed-form .form--inline > .form-item, .bef-exposed-form .form--inline .js-form-wrapper > .form-item{
    width:auto !important;
}

.block-views > h2{
  margin-bottom: 23px;
    background-color: #fbfbfb;
    padding: 14px;  
}
.layout-region-node-secondary ,
.field--name-status ,
#edit-body-0-format{
    display:none;
}

#toolbar-administration.seeds_toolbar #toolbar-bar > .toolbar-tab{
    overflow:hidden;
}
#toolbar-administration.seeds_toolbar.seeds-toolbar--light .toolbar-icon-seeds ~ img{
    height: 70px;
    max-width: max-content;
    width: auto;
}

.form-type-radio, .form-type-checkbox{
        display: flex;
    gap: 25px;
}


.node_type-add-menu > li:nth-child(3){
    display:none !important;
}



.csv-feed .feed-icon{
     padding: 8px;
    background-color: #36b12f;
    background-image: unset;
    font-size: 17px;
    color: #fff;
    width: auto;
    text-align: center;
    text-indent: unset;
}
.view-lkyn{
     display: inline-block;
    width: 100%;
    height: auto;
    background-color: #fbfbfb;
    padding: 10px;
    margin-bottom: 30px;   
}
.view-lkyn .views-field-field-image{
    margin: 10px;
}
.menu--account   .menu{
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 20px 0px;
    padding: 0;
    background-color: #fbfbfb;
    padding: 20px 10px;
    margin-bottom: 40px;
}
.menu--account .menu .menu-item::marker {
 display:none;
 font-size: 0;
}
.menu--account .menu a{
    padding: 10px;
    border: 1px solid #efefef;
    background: #54CBD0;
    color: #fff;
    transition: .2s;
    text-decoration: none;
}
fieldset:not(.fieldgroup){
        min-width: 100% !important;
        background-color: #efefef;
}
@media only screen and (max-width: 768px) {
#auth_box{
     width: 100%;
    text-align: center;   
}

#auth_box #middle_part {
    display: inline-block;
    max-width: 90%;
}
#auth_box input[type="text"], #auth_box input[type="password"]{
       width: 100%; 
}
.view-filters .form--inline .form-item {
    width: 100% !important;
}
    
}















