body {
  background: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

pre {
    color:white;
    border: 1px solid #cdcdcd !important;
    background-color: #000000 !important;
    padding: 10px !important;
}

/* Content Div  */

.content-body {
  padding: 70px 20px 20px 20px !important;
}

.content-card {
  padding: 20px 20px 40px 20px !important;
  background: #ffffff;
  border: none !important;
  border-radius: 2px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03) !important;
}

.content-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.content-title-hr {
  margin-top: 5px;
  background: #c2c2c2;
}

/* Button */

.btn {
  outline: none !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-flat {
  box-shadow: none !important;
}

.btn-flat:hover {
  box-shadow: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

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

.btn:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer !important;
}

.btn-success {
  border: none !important;
  background: #1769ff; !important;
}



.img-border{
    border: 2px solid #1769ff;;
}



/* Side Nav Bar */

.side-nav-open {
    height: 100%;
    width: 240px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    scrollbar-color: #1769ff #F5F5F5;
    scrollbar-width: thin;
}
.side-nav-close {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    scrollbar-color:#1769ff #F5F5F5;
    scrollbar-width: thin;
}
.side-nav-open::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.side-nav-open::-webkit-scrollbar-track-piece  {
    background-color: #F5F5F5;
}
.side-nav-open::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    border-radius: 4px;
    background:#1769ff;
}
.side-nav-close::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.side-nav-close::-webkit-scrollbar-track-piece  {
    background-color: #F5F5F5;
}
.side-nav-close::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    border-radius: 4px;
    background: #1769ff;
}
.content {
    transition: 0.3s;
    margin-left: 240px;
}
.content-expand {
    transition: 0.3s;
    margin-left: 0;
}
.top-navbar{
    background:#1769ff;
    transition: 0.3s;
    margin-left: 240px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
}
.top-navbar-expand{
    background:#1769ff;
    transition: 0.3s;
    margin-left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
.side-nav-top{
    width: 100%;
    height: 100px;
    padding: 10px;
}
.side-nav-logo {
    padding-top:20px;
    width: 100%;
    height: auto;
}
.side-bar-item{
    display: inline-block;
    padding: 8px 15px 8px 15px;
    width: 100% !important;
}
.side-bar-item:hover{
    cursor: pointer ;
    border-left: 4px solid #1769ff;
    transition: 0.2s;
    background-color: #f3f3f3;
}
.side-bar-item:hover .side-bar-item-icon {
    color: #1769ff;
}
.side-bar-item:hover .side-bar-item-caption {
    color:#1769ff;
}
.side-bar-item-active{
    border-left: 4px solid #1769ff;
    background-color: #f3f3f3;
}
.side-bar-item-icon{
    font-size: 20px;
    margin-left: 5px;
    font-weight: 300;
    color: #4E4E4E;
}
.side-bar-item-caption{
    font-size: 13px;
    margin-left: 5px;
    font-weight: 300;
    color: #767676;
}
.side-bar-group-label{
    font-size: 10px;
    margin-left: 5px;
    font-weight: 400;
    color: #000000;
}

.content-screenshot{
    width: 50%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0.5px solid black;
}

/* Typo */
.content-text-light{
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
}
.content-text-medium{
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
}
.content-text-bold{
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
    font-size: 16px;
}

.title-text-light{
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
}
.title-text-medium{
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 18px;
}
.title-text-bold{
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
    font-size: 18px;
}


.lg-title-light{
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    font-size: 24px;
}
.lg-title-medium{
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 24px;
}
.lg-title-bold{
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
    font-size: 24px;
}


/* Responsive */

@media (max-width: 339.98px) {
    .content-title {
        font-size: 18px;
    }
    .content-card {
        padding: 20px 10px 20px 10px !important;
    }

    .side-nav-open {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .side-nav-close {
        width: 180px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .content {
        width: 100%;
        margin-left: 0;
    }
    .content-expand {
        width: 100%;
        margin-left: 180px;
    }
    .top-navbar{
        width: 100%;
        margin-left: 0;
    }
    .top-navbar-expand{
        width: 100%;
        margin-left: 180px;
    }

    .content-screenshot{
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0.5px solid black;
    }

}

@media (min-width:340px) and (max-width: 360.98px) {
    .content-title {
        font-size: 18px;
    }
    .content-card {
        padding: 20px 10px 20px 10px !important;
    }
    .side-nav-open {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .side-nav-close {
        width: 180px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .content {
        width: 100%;
        margin-left: 0;
    }
    .content-expand {

        width: 100%;
        margin-left: 180px;
    }
    .top-navbar{
        width: 100%;
        margin-left: 0;
    }
    .top-navbar-expand{
        width: 100%;
        margin-left: 180px;
    }
    .content-screenshot{
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0.5px solid black;
    }
}

@media (min-width: 361px) and (max-width: 575.98px) {
    .content-title {
        font-size: 18px;
    }
    .content-card {
        padding: 20px 10px 20px 10px !important;
    }
    .side-nav-open {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .side-nav-close {
        width: 180px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .content {
        width: 100%;
        margin-left: 0;
    }
    .content-expand {

        width: 100%;
        margin-left: 180px;
    }
    .top-navbar{
        width: 100%;
        margin-left: 0;
    }
    .top-navbar-expand{
        width: 100%;
        margin-left: 180px;
    }
    .content-screenshot{
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0.5px solid black;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-title {
        font-size: 20px;
    }
    .content-card {
        padding: 20px 10px 20px 10px !important;
    }

    .side-nav-open {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .side-nav-close {
        width: 180px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .content {
        width: 100%;
        margin-left: 0;
    }
    .content-expand {

        width: 100%;
        margin-left: 180px;
    }
    .top-navbar{
        width: 100%;
        margin-left: 0;
    }
    .top-navbar-expand{
        width: 100%;
        margin-left: 180px;
    }
    .content-screenshot{
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0.5px solid black;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-title {
        font-size: 20px;
    }
    .content-card {
        padding: 20px 10px 20px 10px !important;
    }
    .side-nav-open {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .side-nav-close {
        width: 180px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .content {
        width: 100%;
        margin-left: 0;
    }
    .content-expand {

        width: 100%;
        margin-left: 180px;
    }
    .top-navbar{
        width: 100%;
        margin-left: 0;
    }
    .top-navbar-expand{
        width: 100%;
        margin-left: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) {

}




