<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Template Name: DASHGUM FREE - Bootstrap 3.2 Admin Theme
Template Version: 1.0
Author: Carlos Alvarez
Website: http://blacktie.co
Premium: http://www.gridgum.com
 */
/**
    Try to not modify this file
 */

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Ruda:400,700,900);

/* BASIC THEME CONFIGURATION */
body {
    color: #797979;
    background: #f2f2f2;
    font-family: 'Ruda', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#container {
    width: 100%;
    height: 100%;
}

.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

/*Theme Buttons*/
.algoButton{
    margin: 1%;
    margin-top:0;
    width:18%;
    float:left;
    white-space: normal;
}
.algoButton:disabled{
    color:black
}

.algoAction{
    height:70px;
}
.dialogWrapper{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgba(1,1,1,0.2);
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.scrolable{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height:80vh;
    max-width: 60vw;
}
.scrolable p{
    width: 55vw;
    word-wrap: break-word;
}
.dialog{
    background-color: #F0F0F0;
    padding:10px;
    width:60vw;
}
.column{
    display: flex;
    flex-direction: column;
    margin-bottom:10px;
}
.btn-theme {
    color: #fff;
    background-color: rgb(104, 223, 240);
    border-color: rgb(104, 223, 240);
}
.modeActive{
    background:#4695a1;
    color:#F0F0F0
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    margin-bottom:-4px
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .sliderswitch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(156, 156, 156);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .sliderswitch:before {
    position: absolute;
    content: "off";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    padding:3px
  }
  
  input:checked + .sliderswitch {
    background-color: #68DFF0;
  }
  
  input:focus + .sliderswitch {
    box-shadow: 0 0 1px #68DFF0;
  }
  
  input:checked + .sliderswitch:before {
    content:"on";
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
  }
  
  /* Rounded sliders */
  .sliderswitch.round {
    border-radius: 34px;
  }
  
  .sliderswitch.round:before {
    border-radius: 50%;
  }
  
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active {
    color: #fff;
    background-color: #48bcb4;
    border-color: #48bcb4;
}

.btn-theme02 {
    color: #fff;
    background-color: rgb(104, 223, 240);
    border-color: rgb(104, 223, 240);
}

.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active {
    color: #fff;
    background-color: #007cbc;
    border-color: #007cbc;
}

/*Helpers*/
.centered {
    text-align: center;
}

.flex {
    display: flex;
}

/*Exclusive Theme Colors Configuration*/

ul.top-menu &gt; li &gt; .logout {
    color: rgb(104, 223, 240);
    font-size: 21px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 15px;
    margin-right: 15px;
    margin-top: 15px;}


/*sidebar navigation*/

#sidebar {
    height: 100%;
    position: fixed;
}


#sidebar ul li {
    position: relative;
    background: black;
}

#sidebar .sub-menu &gt; .sub li {
    padding-left: 32px;
}

#sidebar .sub-menu &gt; .sub li:last-child {
    padding-bottom: 10px;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

ul.sidebar-menu li ul.sub li {
    background: #FFFFFF;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover {
    color: rgb(104, 223, 240);
    background: #FFFFFF;
}

ul.sidebar-menu li ul.sub li.active a {
    color: rgb(104, 223, 240);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}


ul.sidebar-menu li.sub-menu {
    line-height: 15px;
}

ul.sidebar-menu li a span {
    display: inline-block;
}

ul.sidebar-menu li a {
    color: rgb(104, 223, 240);
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus,
ul.sidebar-menu li ul.sub li a.active, ul.sidebar-menu li ul.sub li a:hover {
    background: black;
    color: #fff;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 210px;
}

.black-bg {
    background: black;
    border-bottom: 1px solid #FFFFFF;
}

a.logo {
    font-size: 20px;
    color: #ffffff;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

/*notification*/
#top_menu .nav &gt; li, ul.top-menu &gt; li {
    float: left;
}

ul.top-menu &gt; li &gt; a {
    color: #666666;
    font-size: 16px;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu &gt; li &gt; a:hover, ul.top-menu &gt; li &gt; a:focus {
    background-color: transparent !important;
    text-decoration: none;
    color: #b6b6b6 !important;
}

/*--sidebar toggle---*/
.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/* FORMS CONFIGURATION */
.form-panel {
    background: #ffffff;
    margin: 10px;
    padding: 10px;
    text-align: left;
}

label {
    font-weight: 400;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

/*LOGIN CONFIGURATION PAGE*/
.form-login {
    max-width: 330px;
    margin: 80px auto 0;
    background: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    background: white;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.login-wrap {
    padding: 20px;
}

#l10n-select {
    color: #f2f2f2;
    background-color: rgb(104, 223, 240);

    text-align: center;
    padding: 5px 15px;

    border: 1px solid #64c3c2 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
}

.noPaddingRf {
    padding-left: 0px;padding-right: 0px;
}

.slidecontainer {
    width: 100%;
}
  
.slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;
background:white;
outline: none;
opacity: 1;
-webkit-transition: .2s;
transition: opacity .2s;
}

.slider:hover {
opacity: 1;
}

.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;
height: 30px;
border-radius: 50%;
background: rgb(104, 223, 240);
cursor: pointer;
}

.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: rgb(104, 223, 240);
cursor: pointer;
}
</pre></body></html>