body {
  

  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  background:#ffffff;
  /* min-height: min-content; */
  /* min-height: 100vh; */
}



h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001A33;
}
h2 {
  font-size: 2rem;
  margin: 1rem 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
h2 + p {
  margin: 0 0 2rem 0;
}
a {
  text-decoration: none;
  color: #000000;
  padding: 0 0 0.2rem 0;

}
a:hover {
  color: #0300c2;
}


.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.page {
  z-index: 0;
  background: #EEE;
}
.wrap {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.page-section {
  padding-top: 3rem;
  margin-bottom: 3rem;
}

.menu {
  box-sizing: border-box;
  padding-bottom: 5rem;
  background: hsl(209, 100%, 10%);
}
.menu-header {
  box-sizing: border-box;
  padding: 3rem 3rem 0 3rem;
  color: #eee;
}
.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list-item {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #007FFF;
  background: transparent;
  transition: all .2s ease-in;
}
.menu-link {
  box-sizing: border-box;
  padding-left: 3rem;
  display: block;
  color: #007FFF;
  transition: color 0.2s ease-in;
}
.menu-link:hover {
  color: hsl(210, 100%, 60%);
  border-bottom: none;
}

.link-top {
  align-self: flex-end;
}

.box {
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  min-height: 1rem;
  margin-bottom: 0;
  /* border: 1px solid rgb(7, 7, 7); */
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  color: white;
}
.box-row {
  margin-bottom: 1rem;

  
}
.box-first {
   background: #0066CC;
    border-color: #007FFF;
}
.box-nested {
   background: #003366;
    border-color: #007FFF;
}
.box-large {
  height: 8rem;
}
.box-container {
  box-sizing: border-box;
  padding: 0.5rem;
}
.page-footer {
  box-sizing: border-box;
  padding-bottom: 3rem;
}
.tag {
  color: #000;
  font-weight: normal;
}
.end {
  text-align: end;
}
.invisible-xs {
  display: none;
  visibility: hidden;
}
.visible-xs {
  display: block;
  visibility: visible;
}



/* The customisation of titled */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */



/* home */
#searchBoxRow {
  /* margin-top: 1rem */
  flex-direction: row;
  /* flex-wrap: inherit; */

}


nav {

  background:#fff;
  display: flex;
  top: 0px;
  transition: top 3s;

}


#ResultsNav {

  transition: top 2s;
  position: sticky;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -moz-box-shadow:0 1px 1px 0px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 2px px rgba(0,0,0,0.16);
  align-items: center;
  
}

#logo {

  display: flex;
  /* justify-content: right; */
  flex-direction: row-reverse;
  justify-content: right;
  

}

#logo > img {

  padding-right: 0.5rem; 
  width:2.5rem;
  cursor: pointer;

}



input[type=text] {
  border: 0.2px solid #000000;
  -moz-box-shadow:  outset 0px 0px 0px 1px rgba(123, 123, 123, 0.28);
	-webkit-box-shadow: outset 0px 0px 0px 1px rgba(123, 123, 123, 0.28);
	box-shadow: outset 0px 0px 0px 1px rgba(123, 123, 123, 0.28);

  border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
  
  font-size: 1rem;
  font-family: Georgia, 'Times New Roman', serif;
  width: 100%;
  height: 1.3rem;
  /* padding-left: 5.5rem; */
  padding: 0.4rem;
}


input[type=text]:hover{

}


input[type=text]:focus {
  
}





/* ///////////////////////////////////////////// */
/* titled info search area */
/* ///////////////////////////////////////////// */

#pageColRezultateBoxInfo {

  display: flex;
  flex-flow: column;
  /* display: none; */
  /* margin-bottom: 3rem; */
}


#aboveResultsBellowSearch {
  font-size: 1.1rem;
  margin: 0.1rem;
}

/* the sync / download */
#aboveResultsBellowSearch > #download {
  font-size: 1rem;
  margin-top: 0.7rem;
  font-style: normal;
  color: #0300a5;
  cursor: pointer;
  display: block; /* Updated from inline-block to block */
}

#contextInfoBox {
  display: none;
  margin: 0.1rem 0.1rem 0.5rem 0.1rem;
}


.infoBox {
  font-size: 2rem;
  display: inline;
  margin: 0.5rem 0.0rem 0.0rem 0.1rem;
  display: none;
}


/*the search q*/
#searchString {
  font-size: 1.4rem;
  color: #0300a5;
  display: none;
  font-style: italic;
   width:  60vw;
}


#searchString::before {
  margin: 0.0rem 0.0rem 0.0rem 0.1rem;
  color: #000000;
  
  content: "titled like „ ";
  cursor: default;
}


#searchString::after {
  color: #000000;
  content: " ”";

}


/*the network*/
#networks {
  display: none;
  margin: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: 1rem;
  font-style: italic;
  font-size: 1.2rem;
  color: #0300a5;
  cursor: pointer;
}

#networks ul{

  margin-bottom: 0rem;
  color: #000000;
  font-style: normal;
}


/* the sync / downalod */
#networks > #download {
  font-size: 1rem;
  font-style: normal;
  color: #0300a5;
  cursor: pointer;
}



/* Style the main ul with id networkInfo */
#networkInfo {
  padding: 0.5rem;
  margin: 0.1rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 70%;
}


    #networkInfo li {
      list-style-type: none;
      margin: 0.25rem 0; /* Reduced margin */
      padding: 0.25rem; /* Reduced padding */
      position: relative;
      /* border-bottom: 1px solid #f0f0f0; */
    }

    #networkInfo ul {
      padding: 0.25rem; /* Reduced padding */
    }

    #networkInfo li div.key {
      font-weight: bold;
      color: #333333; /* Darker text for better contrast */
    }

    #networkInfo li div.value.editable {
      cursor: pointer;
      padding: 0.7rem;
      transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Added transform transition */
      border-radius: 4px; /* Rounded corners */
      transition: all 0.3s ease-in-out;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
    }

    #networkInfo li div.value.editable:hover {
      background-color: #f9f9f9; /* Hover effect */
      transform: scale(1.02); /* Slight scale on hover for interactivity */
      background-color: #f0f0f0;
  transform: scale(1.03);
    }

    #networkInfo li div.value.editable.updating {
      background-color: #f0f0f0;
      color: #888;
      border: 1px solid #ccc;
    }

    #networkInfo .loading-icon {
      display: inline-block;
      margin: 0.1rem;
    }

    #networkInfo .notification {
      margin-top: -1rem;
      margin-bottom: 1rem;
      font-size: 1rem;
      position: absolute;
      width: calc(100% - 2rem);
      z-index: 1000;
      padding: 4px 8px;
      border-radius: 4px; /* Rounded corners */
    }

    #networkInfo .notification.success {
      background-color: #dff0d8;
      color: #3c763d;
    }

    #networkInfo .notification.error {
      background-color: #f2dede;
      color: #a94442;
    }

    #networkInfo .value.editable:focus {
      outline: 2px solid #4CAF50;
      box-shadow: 0 0 8px rgba(76, 175, 80, 0.3); /* Added shadow for better focus indication */
    }




#infoBoxOneNetwork::before {
  content: "network # ";
  color: #929292;
  cursor: default;
}


.infoBoxNetworks::before {
  color: #000000;
  content: " # ";
  cursor: default;

}

#infoBoxOneNetworkExmpain {
  color: #000000;
  cursor: default;
  margin: 0.1rem 0.1rem 0.5rem 0.1rem;
}


/* networks >> infoBoxOneNetwork */
#infoBoxOneNetwork {
  
  color: #0300a5;
  content: " # ";
  cursor: pointer;
}







/* //////////////////////////////////////////////////////// */
main {
  margin-top: 2rem;
 min-height: 100%;
}





/*--------------menu-----------------------*/

#searchform-col {
  display: inline;
  margin: 0.1rem 0.1rem 0.1rem 0.1rem;
  /* height: 1.8rem; */
}


#searchForm {
  width: 60vw;
  display: none;
}


.tOmenu {
  display: inline;
}


.menuOptions {
  display: inline;
  height: 1.4rem;
}


.menuOption {
  font-size: 1.4rem;
  display: inline;
  }

a.menuOption {
  margin: 0.0rem 0.1rem 0.0rem 0.1rem;
  color: #0300a5;
  }
  

/*--------------actions-----------------------*/


#contextActionBox {
  margin-bottom: 0rem;
  display: none;
  font-size: 1.2rem;
  
}

.actionBox {
  margin: 0.1rem 0.1rem 0.1rem 0.1rem;
  display: none;
  color: #000000;
  max-width: 100%;
}


/*the callToAction*/
#callToAction {
  display: none;
  font-size: 1.8rem;
  margin: 1.2rem 0.1rem 0.9rem 0.1rem;
  max-width: 100%;
}



/*the infoMessage*/
#infoMessage {
  display: none;
  color: #000000;
  font-size: 1.2rem;
  margin: 0.7rem 0.1rem 1.0rem 0.1rem;
  line-height: 1.4rem;
  max-width: 70%;
}




/*the actionForm*/
#actionForm {
  margin: 1rem 0.1rem 2rem 0.1rem;
  display: none;
  width:65%
  /* width:45% */

}



#subActionForm > button {
  margin: 0.7rem 0.1rem 0.1rem 0.1rem;
  font-size:1.4rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  background-color: #000;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  border:none;
}



#subActionForm > input[type=text]{
  font-size:1.rem;
  padding: 0.5rem 0.1rem 0.5rem 1rem;
  background-color: #ffffff;
  border-width: 1px;
  border-color:  #000000;;
}

#subActionForm > input[placeholder]{
  font-size: 1.1rem;
  padding: 0.5rem 0.1rem 0.5rem 1rem;
  background-color: #ffffff;
  border-width: 1px;
  border-color:  #000000;;
}


#subActionForm  > button:hover{
  color: #dbdbdb;
  background-color: #0300a5;
  box-shadow: 0px 0px 1px rgb(0, 0, 0);
}


/*the form error message*/
#formInfoMessage {
  display: none;
  color: #0300a5;
  font-size: 1.4rem;
  margin: 0.5rem 0.0rem 0.0rem 1rem;
  line-height: 1.7rem;
  width: 75%;
}




/*--------------homepage-----------------------*/


#searchFormBody {
  display: inline-block;
  width: 60vw;
  margin-top: 0vh;
  font-size: 1em;
  display: none;
}


#callToActionAboveForm {
  display: block;
  margin-top: 20vh;
  padding-bottom: 0.5rem;
  font-size: 2em;
  color: #000000;
}


#homeNetworksList {
  
  margin-top: 1rem;
  font-size: 1.2em;
  

}

.homeNetworksNetworkDetails {
  margin: 0.2rem;
  color: #0300a5;

}



@media only screen and (max-width: 800px) {

  #logo {
    display: none;
  }


  .headings {
    display: list-item;
    color: #262626;
    margin: 0.5rem 0.1rem 0.5rem 0.1rem;
    line-height: 1.2rem;
   /*  max-width: 100vw; */
    cursor: pointer;
    counter-increment: headingpositioninlistONPAGE;
  
  }


  /* titles title */
  [data-toproperty="title"] {
    order:1;
    line-height: 1.7rem;
    /* max-width: 100vw; */
    font-size: 1.6rem;
    color: #000000;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  #pageColListaRezultate {
    font-size: 1.1rem;
   /*  width: 100%; */
    /* width: 60vw; */
   /*  min-width: 60vw; */
    width: 100vw;
    /* flex-flow: column; */
    /* margin-top: 2.5rem; */
    /* min-height: 100vh; */
    /* height: 100vh; */
    /* display: none; */
  
  }


}



.newNetworkStepCreation {
  margin: 0.5rem;
  font-size: 1.1rem;
  color: #333; /* Use a color that's easy on the eyes */
  background-color: #f9f9f9; /* Use a light background-color for readability */
  transition: background-color 0.3s ease; /* Add transition for smooth color change */
  
}


#checkout-and-portal-button {
  /* Add your custom styles here */
  font-size: 1rem;
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#checkout-form{
  display: block;
}

#oder-now-link{
  color: #0300a5;
}


#userProfileCardDiv {
  margin-top: 1rem;
}

.profileDetails {
  display: flex;
}

.profileCardDiv {
  margin-right: 1rem;
}


#logoutLinkProfile {
  text-decoration: none;
  color: #200395; /* Set the color you prefer */
  margin-right: 10px;
  font-weight: bold;
}

#logoutLinkProfile:hover {
  text-decoration: underline;
  cursor: pointer;
}


#cancelSubscription {
  color: #200395;
  margin: 1em;
  display: inline;
}

#downloadInvoice {
  color: #200395;
  margin: 1em;
  display: inline;
}


#agency-link-in-profile:active {
  color: #200395;
  margin: 1em;
}