@import "./fonts.css";
@import url('https://fonts.googleapis.com/css?family=Ruslan+Display');

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.main-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background: #4D90FE!important;
}

.nav-item {
    background: #efef5d;
    border-radius: 7px;
    margin-right: 5px;
}

.___gcse_0 {
    padding: 5px;
}

.gsc-control-cse {
    background: #4D90FE!important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #4D90FE;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #4D90FE;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: rgba(0,0,0,.5);
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #4D90FE;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f8f9fa;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #f8f9fa;
}

a.article,
a.article:hover {
    background: #4D90FE !important;
    color: #fff !important;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    background: linear-gradient(45deg, #A0CD3399, transparent);
}

.navbar-light .navbar-nav .nav-link {
     color: black;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #4D90FE;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
}

.container {
  width: auto;
  padding: 0 15px;
  margin-left: -250px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.li-item {
    background: #efef5d!important;
    border-radius: 7px;
    color: black!important;
}

.navbar-title {
    text-align: center;
    font-family: "Ruslan Display";
    font-size: 55px;
    display:block;
    margin:auto;
    max-width: 100%;
    max-height: 100%;
}

.d-block {
    display:block;
    margin:auto;
}

.side-li {
    margin: auto;
    margin-top: 5px;
    max-width: 95%;
    display: block;
}

.inner-li {
    margin-left: auto;
    margin-right: 7px;
    margin-top: 5px;
    max-width: 80%;
    display: block;
}

.coa-img {
    margin: auto;
    display: block;
    max-width: 70%;
    border-radius: 20px;
}

.post-detail-meta {
    text-align: right;
}

.plugin-blog {
    max-width: 70%;
    font-size: 12px;
}

.post-item-list {
    margin-top: 5px;
    border-color: rgba(0, 0, 0, 0.27);
    border-style: groove;
    border-radius: 10px;
    border-width: 2px;
}

.right-content {
    padding: 5px;
    word-wrap: break-word
}

a{
    color: rgba(29, 33, 36, 0.83);
    text-decoration: underline;
}

.sidebar-text {
    font-size: 32px;
    font-weight: bold;
}

.cms-modal {
    height: 500px!important;
}

.cms-draggable-active {
    --dca-white: rgba(0, 0, 255, 0.5)!important;
}