/*
 * Copyright 2023 F5 Networks
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* This file is a placeholder. You can add a custom.css file to the docs/_static/css
 * directory in your project to define custom styles.
 */
/* Added by Mamatha */

/* font-family: Proxima, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */

.tiles-icon {
  font-size: 20px;
  margin-right: 8px;
}

p.caption {
  font-weight: 600;
  color: #000000;
}

.tiles-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 25px;
  width: 100%;
  padding-top: 10px;

}

.tiles-container-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 25px;
  width: 100%;
  padding-top: 10px;

}

@media (max-width: 1500px) {
  .tiles-container {
    grid-template-columns: 1fr;
    /* Make the grid one column */
  }
}

@media (max-width: 1500px) {
  .tiles-container-options {
    grid-template-columns: 1fr;
    /* Make the grid one column */
  }
}


.Optiontile:hover {
  transform: translateY(-0.5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.Optiontile {
  border: 1px solid #ccc;
  border-radius: 4px;

  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Remove the height property and add width and height to make tiles larger */
  width: 375px;
  /* Adjust this value as per your preference */
  height: 220px;
  /* Adjust this value as per your preference */

}

.Optiontile .arrow {
  margin-left: 6px;
  /* Adjust the left margin for spacing */

  color: lightgray;
  /* Add more styles as needed */
  font-size: 25px;
  /* Set the font size */
  display: inline-block;
  /* Make the element an inline block */
  margin-bottom: 5px;

}

.Optiontile:hover .arrow {
  color: #3498db;
  /* Change the color on hover */
}

.Optiontile:hover .title {
  color: #3498db;
}

.tile:hover {
  transform: translateY(-0.5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tile {
  border: 1px solid #ccc;
  border-radius: 4px;

  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Remove the height property and add width and height to make tiles larger */
  width: 375px;
  /* Adjust this value as per your preference */
  height: 150px;
  /* Adjust this value as per your preference */

}

.tile .arrow {
  margin-left: 6px;
  /* Adjust the left margin for spacing */

  color: lightgray;
  /* Add more styles as needed */
  font-size: 25px;
  /* Set the font size */
  display: inline-block;
  /* Make the element an inline block */
  margin-bottom: 5px;

}

.tile:hover .arrow {
  color: #3498db;
  /* Change the color on hover */
}

.tile:hover .title {
  color: #3498db;
}

/*.title {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
  margin-top: -10px; /* Adjust the margin-top value as needed
  font-family: Georgia;
  } */

.title {
  line-height: 1.5;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
  text-align: left;
  display: block;
  align-items: center;
  justify-content: left;
  height: 40%;
  font-family: Proxima, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title:visited {
  color: none;
  /* Use the same color as the surrounding text */
}

.description {
  font-size: small;
  text-align: left;
  color: #383737;
}

.tile-alert {
  text-align: left;
  color: #0186BE;
  font-size: 13px;
  
  margin-bottom: -15px;
  margin-top: -20px;
}

.section#big-ip-next-overview {}

#rn-container {
  margin-left: auto;
}


/* Define a custom CSS rule to add a right border to the nav-sidebartoc element */
#toc-container {
  border: 1px solid #ccc;
  /* Adjust the border width and color as needed */
  margin-top: 60px;
  border-radius: 5px;
  overflow-y: scroll;
  margin-left: -15px;
  max-height: 553px;
  background-color: rgb(251, 249, 249);
}


/* Custom styles for the button */
.custom-button {
  background-color: transparent;
  border: none;
  color: #73bde5;
  /* Change the button text color */
  font-family: Arial, sans-serif;
  /* Change the font family */
  font-size: 12px;
  /* Change the font size */
  text-decoration: underline;
  /* Add underline to the text */
  cursor: pointer;
  opacity: 0.7;
}



.nav-sidebartoc ul li a {

  font-size: 14px;
  margin-left: 10px;
  color: black;
  text-decoration: none;




}

.section h4 {
  cursor: pointer;
  font-weight: bold;
  font-family: Proxima, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  font-size: 16px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.caretButton {
  margin-right: 5px;
  transition: transform 0.3s;
  /* Add a transition for smooth rotation */
  color: #3498db;
  margin-top: 1px;
}

.section.open .caretButton {
  transform: rotate(90deg);
  /* Rotate the chevron by 90 degrees when open */
}

.section-content {
  display: none;
  margin-top: 10px;
  margin-left: 10px;

}

.section.open .section-content {
  display: block;
}

.section-list {
  list-style: none;
  padding-left: 15px;
  margin-top: 10px;
}

/* Style for the <li> elements */
.section-list li {
  font-size: 13px;
  /* Set the font size */
  margin-bottom: 15px;
  /* Set the gap between each <li> */
  list-style-type: none;
  /* You can change this to match your preference */
  line-height: 15px;
  margin-left: 10px;
}

/* Style for the link inside the <li> elements */
.section-list li a {
  text-decoration: none;
  color: #333;
  /* Change to your preferred text color */

}

/* Change the color of the link when hovered */
.section-list li a:hover {
  color: #3498db;
  /* Change to your preferred hover color */
}

.toggle-section {
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 200;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
  margin-left: 15px;
}

.gs-reference {
  color: #3498db !important;
  text-decoration: none;
  /* Remove the underline */
  font-weight: bold;
  /* Make the text bold */
}

/* Hover effect for the anchor link */
.gs-reference:hover {
  color: #3498db !important;
  /* Change the text color on hover */
  text-decoration: underline;
  /* Add underline on hover */
}

@media (max-width: 768px) {
  #wrapper-container {
    flex-direction: column;
    /* Stack elements vertically */
  }



  #toc-container,
  #right-sidebar {
    width: 100%;
    /* Take full width on smaller screens */
    margin-top: 10px;
    /* Add some spacing between the containers */
    margin-left: -15px;

  }
}

/* vert sidebar scroll only */
sidebar,
.section-nav {
  overflow-x: hidden !important;
}


.nestedList>ul>li:not(.nestedList),
.nav-sidebartoc li:not(.nestedList) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.nav-sidebartoc li {
  margin: 20px 0px 20px 1px !important;
}

.hiddentoc {
  display: none;
}

.highlight .err {
  border: inherit;
  box-sizing: inherit;
}

/* Level 1 (l1) list items */
ul .toctree-l1 {
  /* Your styles for level 1 here */
  font-weight: bold !important;
  color: #0072b3 !important;
}

/* Level 2 (l2) list items */
ul .toctree-l1 .toctree-l2 {
  /* Your styles for level 2 here */
  font-weight: normal !important;
  color: #333 !important;
  margin-left: 10px !important; /* Example: Indent the level 2 items */
}

/* Level 3 (l3) list items */
ul .toctree-l1 .toctree-l2 .toctree-l3 {
  /* Your styles for level 3 here */
  font-style: italic !important;
  color: #666 !important;
  margin-left: 5px !important; /* Example: Indent the level 3 items */
}

.dropbtn {
  background-color: #0186BE;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  min-width: 200px;
  border: none;
  margin-bottom: 12px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 15px;
  position: relative;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #002e63;}

.dropbtn .downarrow {
  
  display: inline-block;
  vertical-align: middle; /* Align vertically to the middle of the text */
  margin-left: 8px;
  transform: rotate(90deg);
  /* Adjust the left margin for spacing */

  color: lightgray;
  /* Add more styles as needed */
  font-size: 30px;
  /* Set the font size */
  display: inline-block;
  /* Make the element an inline block */
  
 
}
/* css for tabbed ui */
div[class^="highlight"] pre,
div[class~="docutils"],
code,
.code.descname {
  width: 100% !important; 
  /* Add any other styles you want for these selectors */
}


.sd-tab-set > input:checked + label {
  border-color: hsl(197.8, 99%, 37.5%)!important; 
  color: hsl(197.8, 99%, 37.5%)!important; 
}



.sd-tab-set > label {
    font-size: 16px !important;
    padding: 1em 1em 1em 0em;
}

div[class~="docutils"] {
	
	font-family: Proxima,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;  
  font-size: 16px !important; 
  font-weight: 400 !important; 
  background: #fff !important;
}
div[class^='highlight'] pre,
div[class~='docutils'],
code,
.code.descname {

  padding: 5px  !important;
  
}
.sd-tab-set>input:not(:checked)+label:hover {
    color: rgb(93 151 174)!important; 
    border-color: var(--sd-color-tabs-underline-hover);
}

/* end of css for tabbed ui */

.CoveoSearchInterface
{
  min-width: 250px !important;
}

#clouddocs-header {
  position: fixed !important;

}
.docs-container {
  margin-top: 125px !important; 
}

