/*
 * Author: Thomas Brown
 * Template: Bootstrap 5
 * License: Creative Commons Attribution 3.0 License
 * Website: https://evolvtech-gambia.com
*/

/**
 * TABLE OF CONTENT
 *
 * ROOT
 * BASE
 * HEADER
 * FOOTER
 * DOC STYLING
 * SIDEBAR
 * COLOR SCHEMES
 * PROMO BOX
 * EXTRA SMALL DEVICES
 * SMALL/MEDIUM/LARGE DEVICES
 * LANDING PAGE
 */

:root {
    --evolvtech: #3f7318;
    --evolvtech1: #6ca859;
}

/** BASE */
html, body {
    height: 100%;
}

.page-wrapper {
    min-height: 100%;
    margin-bottom: -50px; /* equal to footer height */
}

.page-wrapper:after {
    content: "";
    display: block;
    height: 50px;
}

.footer {
    /*height: 50px; !* half background for the footer *!*/
}

p {
    line-height: 1.5;
}

a {
    /*color: #f5a5b8;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: var(--evolvtech);
}

a:focus {
    text-decoration: none;
}

.search-btn {
    height: 40px;
}

.search-btn .svg-inline--fa {
    top: 0;
    margin-right: 0;
}

.form-control:focus {
    border-color: #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*** ------------------------------------------------------------------------------------------------------ **/

/**====== HEADER ======**/
.header {
    background: #494d55;
    color: rgba(255, 255, 255, 0.85);
    border-top: 5px solid #558b2f;
    padding: 30px 0;
}

.header a {
    color: #fff;
}

.header .container {
    position: relative;
}

.branding {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.branding .logo {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.branding .logo a {
    text-decoration: none;
}

.branding .text-highlight {
    color: var(--evolvtech1);
}

.body-evolvtech .branding .text-highlight {
    color: var(--evolvtech1);
}

.branding .text-bold {
    font-weight: 800;
    color: #fff;
}

.branding .icon {
    font-size: 24px;
    color: var(--evolvtech1);
}

.body-evolvtech .branding .icon {
    color: var(--evolvtech1);
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb li {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.breadcrumb li.active {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.breadcrumb li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb > li + li:before {
    color: rgba(0, 0, 0, 0.4);
}

.search-form {
    position: relative;
}

.search-form .search-input {
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 4px;
}

.search-form .search-input:focus {
    border-color: var(--evolvtech1);
}

.search-form .search-btn {
    color: #797f8b;
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 0;
    margin-right: 0;
}

.search-form .search-btn:active, .search-form .search-btn:focus, .search-form .search-btn:hover {
    outline: none !important;
    color: var(--evolvtech1);
}

.top-search-box {
    position: absolute;
    right: 15px;
    top: 15px;
}

/*** --------------------------------------------------------------------------------------------------------------**/

/**====== FOOTER ======**/
.footer {
    background: #26282c;
    color: rgba(255, 255, 255, 0.6);
    padding: 15px 0;
}

.footer a {
    color: var(--evolvtech1);
    text-decoration: none;
}



/** ---------------------------------------------------------------------------------------------------------------- **/

/** DOC STYlING **/
.doc-wrapper {
    padding: 45px 0;
    background: #f9f9fb;
}

.doc-body {
    position: relative;
}

.doc-header {
    margin-bottom: 30px;
}

.doc-header .doc-title {
    color: var(--evolvtech);
    margin-top: 0;
    font-size: 36px;
}

.doc-header .icon {
    font-size: 30px;
}

.doc-header .meta {
    color: #a2a6af;
}

.doc-section {
    top: 200px;
    padding-top: 15px; /* default is 15px */
    padding-bottom: 15px;
}

.doc-section .section-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d6d6;
}

.doc-section h1 {
    font-size: 24px;
    font-weight: bold;
}

.doc-section h2 {
    font-size: 22px;
    font-weight: bold;
}

.doc-section h3 {
    font-size: 20px;
    font-weight: bold;
}

.doc-section h4 {
    font-size: 18px;
    font-weight: bold;
}

.doc-section h5 {
    font-size: 16px;
    font-weight: bold;
}

.doc-section h6 {
    font-size: 14px;
    font-weight: bold;
}

.section-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-block .block-title {
    margin-top: 0;
}

.section-block .list > li {
    margin-bottom: 10px;
}

.section-block .list ul > li {
    margin-top: 5px;
}

.table > thead > tr > th {
    border-bottom-color: var(--evolvtech1);
}

.table-bordered > thead > tr > th {
    border-bottom-color: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/*** -------------------------------------------------------------------------------------------------------------- **/

/**========= Sidebar =========**/

.doc-nav {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0; /** add 170px if the navbar is sticky */
}

.doc-menu {
    list-style: none;
}

.doc-menu .nav-link {
    margin-bottom: 5px;
    display: block;
    padding: 5px 15px;
    color: #616670;
}

.doc-menu .nav-link:hover, .doc-menu .nav-link:focus {
    color: var(--evolvtech1);
    text-decoration: none;
    background: none;
}

.doc-menu .nav-link.active {
    background: none;
    color: var(--evolvtech);
    font-weight: 600;
}

.body-evolvtech .doc-menu .nav-link.active {
    color: var(--evolvtech1);
    border-color: var(--evolvtech1);
}

.doc-sub-menu {
    list-style: none;
    padding-left: 0;
}

.doc-sub-menu .nav-link {
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
    color: #616670;
    padding: 0 0 0 34px;
    background: none;
}

.doc-sub-menu .nav-link:first-child {
    padding-top: 5px;
}

.doc-sub-menu .nav-link:hover {
    color: #494d55;
    text-decoration: none;
    background: none;
}

.doc-sub-menu .nav-link:focus {
    background: none;
}

.doc-sub-menu .nav-link.active {
    background: none;
    color: var(--evolvtech1);
}

.body-evolvtech .doc-sub-menu .nav-link.active {
    color: var(--evolvtech1);
}

/*
.affix-top {
  position: absolute;
  top: 15px;
}

.affix {
  top: 15px;
}

.affix,
.affix-bottom {
  width: 230px;
}

.affix-bottom {
  position: absolute;
}
*/

/*** --------------------------------------------------------------------------------------------------------------- **/

/**====== COLOR SCHEMES ======**/

.body-evolvtech .header {
    /*border-color: #75c181;*/
    border-color: var(--evolvtech1);
}

.body-evolvtech a {
    color: var(--evolvtech1);
}

.body-evolvtech a:hover {
    color: var(--evolvtech);
}
/****--------------------------------------------------------------------------------------------------------------***/

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

.sticky:before, .sticky:after {
    content: '';
    display: table;
}

/** Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .top-search-box {
        width: 200px;
        position: absolute;
        right: -5px;
        padding: 3px 0 0 3px;
        margin-top: 18px;
    }
    .main-search-box .search-form .search-input {
        width: 100%;
    }
}

/** Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .main-search-box .search-form .search-input {
        width: 560px;
    }
}

/** Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/** X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/** XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}


/** `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-search-box {
        width: 100%;
        position: static;
        margin-top: 15px;
        display: none;
    }
    .main-search-box {
        width: 100%;
    }

    .main-search-box .search-form .search-input {
        width: 100%;
    }
}

/** `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/** `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/** `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/** `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}