/* remove read the docs fly out menu */

.your-floating-element-class {
    display: none !important;
}

.switch-menus {
    display: none !important;
}

/* ========================================== */
/* body background colour default #fcfcfc    #fffef2*/
/* .wy-nav-content {
    background: #fcfcfc;
}
*/
/* ========================================== */
/* inline literals; change colour from built in red to blue */

.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal {
    color: #3333ff;
    font-size: 90%!important;
}
/* ========================================== */
/* Custom transition  4+char like ---- */
/* keep grey for both #e1e4e5  and not rst  #413d3d */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 4px solid #e1e4e5;
	margin: 24px 0;
	padding: 0;
}

.rst-versions .rst-other-versions hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 24px 0;
	padding: 0;
	border-top: 4px solid #e1e4e5;
}

/* ========================================== */
/* Custom admonition */

div.admonition-my-admonition {
    color: blue;
    border: 2px solid gold;
    background-color: lightyellow!important;
}

div.admonition-my-admonition p.admonition-title {
    text-transform: capitalize;
    color: black!important;
    background-color: gold!important;
}

/* ========================================== */
/* Hide "Search" section from versions menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(5) {
    display: none;
}
/* Hide "On GitHub" section from versions menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(4) {
    display: none;
}
/* Hide "On Read the Docs" section from versions menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(3) {
    display: none;
}
/* Hide "versions" section from versions menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(1) {
    display: none;
}


/* ========================================== */
/* kbd role for keyboard shortcuts */

.rst-content kbd {
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    line-height:1.6;
    margin:0 .1em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
}

/* ========================================== */
/* Copy buttons for sphinx-copybutton extension */
/* https://github.com/executablebooks/sphinx-copybutton/blob/master/sphinx_copybutton/_static/copybutton.css */

/* w,h orig 1.7 em; top, right .3em opacity: 0 */
button.copybtn {
    top: .1em;
    right: .1em;
    width: 1.5em;
    height: 1.5em;
	opacity: 1;
    border: #1b1f2426 1px solid;
    background-color: #f6f8fa;
    color: #57606a;
    /* The colors that GitHub uses
    border: #1b1f2426 1px solid;
    background-color: #f6f8fa;
    color: #57606a; */
}

/* w,h orig 1.5 em */
button.copybtn svg {
    stroke: currentColor;
    width: 1.4em;
    height: 1.4em;
    padding: 0.1em;
}


/*==================xxl=====================*/
/* Allow some numbered lists to appear as very emphasized steps in a procedure */
.rst-content ol.bignums-xxl {
    counter-reset: li-counter;
}
.rst-content ol.bignums-xxl>li { /* Represents a single list element */
    list-style-type: none;
    margin: 42px 0;  /* A bit more space above and below each list element */
    padding: 12px 12px 12px 70px;  /* A bit more space between number and its text */
    position: relative;
    background-color: transparent;
    border-radius: 0;
    border-top: 6px solid #ddd;
}
.rst-content ol.bignums-xxl>li>p { /* Represents a single list element */
    font-weight: bold;
}
.rst-content ol.bignums-xxl>li>p.first { /* Formats the text of a single list element */
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    line-height: 36px;
}
.rst-content ol.bignums-xxl>li::before { /* Creates the format for the bullet point */
    background-color: #fff;
    color: #333;
    border: 5px solid #ddd;
    border-radius: 35%;
    content: counter(li-counter,  decimal);
    counter-increment: li-counter;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin: 6px 24px 0 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    left: 2.4px;
    top: 7.2px;
    width: 52px;
    height: 52px;
}

/*==================xl=====================*/
/* Allow some numbered lists to appear as very emphasized steps in a procedure */
.rst-content ol.bignums-xl {
    counter-reset: li-counter;
}
.rst-content ol.bignums-xl>li { /* Represents a single list element */
    list-style-type: none;
    margin: 2px 0;  /* A bit more space above and below each list element */
    padding: 15px 10px 10px 44px;  /* A bit more space between number and its text */
    position: relative;
    background-color: transparent;  /* Background of the entire bullet + text */
}
.rst-content ol.bignums-xl>li>p { /* Represents a single list element */
    font-weight: bold;
}
.rst-content ol.bignums-xl>li>p.first { /* Formats the text of a single list element */
    font-size: 24px;
    margin-top: 0;
    line-height: 36px;
}
.rst-content ol.bignums-xl>li::before { /* Creates the format for the bullet point */
    border: 5px solid #ccc;  /* Properties of the circle around the bullet number */
    background-color: #fff;
    color: #111;
    border-radius: 30%; /* How tight the circle is: 65%=circle, %45% = box with big rounded corners */
    content: counter(li-counter,  decimal);
    counter-increment: li-counter;
    font-size: 20px;
    line-height: 23px;  /* Height of the bullet number line (functions as padding-top) */
    margin: 1px 12px 0 0;  /* Margin around the bullet number/circle */
    padding-top: 3px;  /* Padding between the bullet number and bullet circle */
    position: absolute;
    text-align: center;
    left: 2px;  /* The offsets of the entire circle/number bullet */
    top: 5px;
    width: 34px;  /* The width of the bullet circle */
    height: 35px;  /* The height of the bullet circle */
}

/*=======================================*/
/* Allow some numbered lists to appear as very emphasized steps in a procedure */
.rst-content ol.bignums {
    counter-reset: li-counter;
}
.rst-content ol.bignums>li { /* Represents a single list element */
    list-style-type: none;
    margin: 2px 0;  /* A bit more space above and below each list element */
    padding: 15px 10px 10px 58px;  /* A bit more space between number and its text */
    position: relative;
    background-color: transparent;  /* Background of the entire bullet + text */
}
.rst-content ol.bignums>li>p { /* Represents a single list element */
    font-weight: bold;
}
.rst-content ol.bignums>li>p.first { /* Formats the text of a single list element */
    font-size: 24px;
    margin-top: 0;
    line-height: 36px;
}
.rst-content ol.bignums>li::before { /* Creates the format for the bullet point */
    position: absolute;
    left: 2.4px;  /* The offsets of the entire circle/number bullet */
    top: 10px;
    width: 31px;  /* The width of the bullet circle */
    height: 32px;  /* The height of the bullet circle */
    margin: 1px 12px;  /* Margin around the bullet number/circle */
    padding-top: 3px;  /* Padding between the bullet number and bullet circle */
    font-size: 16px;
    line-height: 22px;  /* Height of the bullet number line (functions as padding-top) */
    text-align: center;
    background-color: #313131;
    color: #fff;
    border-radius: 50%;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-weight: 600;
}


/*=======================================*/

/*font awesome*/

/*=======================================*/

/*html code blocks to make grey*/
/* Overall HTML code block background and text */
/* Light grey background for HTML code blocks */
.rst-content div.highlight-html,
.rst-content div.highlight-html .highlight {
    background-color: #f0f0f0 !important;  /* light grey */
    border: 1px solid #d0d0d0;             /* subtle border */
    border-radius: 4px;                    /* rounded corners */
    padding: 8px;                          /* spacing inside */
}

/* Light grey background for reST code blocks */
.rst-content div.highlight-rest,
.rst-content div.highlight-rest .highlight {
    background-color: #f0f0f0 !important;  /* light grey */
    border: 1px solid #d0d0d0;             /* optional subtle border */
    border-radius: 4px;                    /* optional rounded corners */
    padding: 8px;                          /* space inside the block */
}

/* Light grey background for CSS code blocks */
.rst-content div.highlight-css,
.rst-content div.highlight-css .highlight {
    background-color: #f0f0f0 !important;  /* light grey */
    border: 1px solid #d0d0d0;             /* subtle border */
    border-radius: 4px;                    /* rounded corners */
    padding: 8px;                          /* spacing inside */
}


