/* Overall body adjustments */
body {
  background-color: #e9e9e9;
  color: #e9e9e9;
  font-family: "Arial";
  font-size: 1.25em;
}
.content-wrapper, .right-side {
    background-color: rgb(233 233 233);
}
.teams {
  font-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.teams h3 {
  color: black;
}

.teams ul {
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  margin-left: 15px;
}

.teams li {
  display: inline-block; /* Change display to inline-block */
  margin-right: 5px; /* Add margin between list items */
  padding-bottom: 3px;
}
.teams a{
   color: black;
   transition: color 0.3s ease;
  display: flex;  
  align-items: center;
   
}
.teams a:hover{
  color: rgb(056, 118, 246);  
}

.teams .icon{
  margin-right: 3px;
}

.prof-pic {
  border-radius: 30px;
  width: 150px;
  height: 150px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.logo-header{
  padding-left: 20px;
  padding-top: 20px;
}
/* Header styles */
.skin-blue .main-header .navbar {
  background-color: #e9e9e9;
}
.skin-blue .main-header .logo {
    background-color: #e9e9e9;
    margin-left: -50px;
    margin-top:10px;
}
.logo-docut{
  margin-left:27px;
  margin-top:20px;
}
.skin-blue .main-header .logo:hover {
    background-color: #e9e9e9;
    color: rgb(056, 118, 246);
}
.skin-blue .main-header .navbar {
    background-color: #e9e9e9;
}
.right-sidebar {
      float: right;
    }

.box.box-solid.box-info>.box-header {
    color: #fff;
    background-color: rgb(056, 118, 246);
    border-radius: 20px;

}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    padding-top: 10px;
}
.col-sm-2{
  min-width: 210px;
  padding: 7px;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
    margin-right: -5px;
    margin-top: -10px;
}
.box-header .box-title, .box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    color: white;
}
.box.box-solid.box-info {
    border: none;
}

.fa-file{
  padding-left: 5px;
  transition: padding-left 0.3s ease;

}
.doc-tab:hover > .fa-file{
  padding-left: 10px;

}

.doc-tab{
  padding: 11px;
  margin: -11px;
  
}
.modal-dialog {
  margin: 12vh auto;
  opacity: 1;
  transition: opacity 0.5s ease-out; /* Adjust the duration as needed */
}

/* Hidden state */
.modal.hidden {
  opacity: 0;
  pointer-events: none; /* Ensures the popup is not interactable when hidden */
}
.dis{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
.modal-image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fa-exclamation-circle{
  padding-right: 10px;
}

.skin-blue .sidebar-menu>li>a {
    border: 3px solid rgb(056, 118, 246);
    border-radius: 24px;
    margin-left: 10px;
    margin-top: 12px;
    position: right;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background-color: #e9e9e9;
}
.main-header{
  background-color: #e9e9e9;
}

/* Sidebar styles */
.skin-blue .main-sidebar {
  background-color: #e9e9e9;
}

.sidebar-toggle {
    display: none !important;
}
.skin-blue .sidebar a {
  color: rgb(056, 118, 246);
}
.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover>a {
    color: #fff;
    background:rgb(056, 118, 246);
    border-left-color: #3c8dbc;
}


.skin-blue .sidebar-menu a:hover {
  background: #1a1a1a;
}

/* Box and panel styles */
.box {
  border-color: white;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 1em;
  color: #363636;
  border: none;
}
#sidebarMenu {
  display: none;
}

.main-svg{
  border-radius:20px;
  padding-left: 10px;
   
}

.plot-container{
  border-radius:20px;

}
.box-header.with-border {
  border-bottom: 1px solid #444;
}

.box.box-solid.box-primary {
    border: none;
}

/* Buttons styling */
.btn {
  
  background-color: white;
  transition: background-color 0.3s ease;
  padding: 5px 8px;
  margin-top: 0px;
  margin-left: 65px;
  border-radius:20px;
  }
  
.box-header {
    position: relative;
}

.box-header .fa-info {
    position: absolute;
    right: 20px;
}
.logo{
  margin-left: -10px;
}
.box.box-solid.box-primary>.box-header .btn, .box.box-solid.box-primary>.box-header a {
    color: #3878f4;
}
.box.box-solid.box-info>.box-header .btn, .box.box-solid.box-info>.box-header a {
    color: #3878f4;
}
.btn:hover {
  background-color: #cfcfcf;

}
.box-body{
  text-align: justify;
  padding: 10px 20px;
}
.doc{
  color: black;
  text-align: justify;
  padding-bottom: 30px;
}
.box.box-solid.box-primary>.box-header{
  background: #3878f4;
  transition: box-shadow 0.8s ease, background 0.8s ease;
  border-radius: 20px;
  font-size: 1.3em;
}

input{
    border-radius: 20px;
    border-color: #3878f4;
    padding-left: 10px;

}
input {
}

h1{
  color: #3878f4;
  font-weight: bold;
}

.box.box-solid.box-primary>.box-header:hover{
  box-shadow: 0px 0px 10px  rgba(111,215,237,0.5);
  background:  rgba(111,215,237,1);

}

.box-header .box-title, .box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    display: inline-block;
    font-size: 1em;
    margin-right: 30px;
    line-height: 1;
    color: white;
}

/* Updated input fields styling */
.input-group-addon {
  background-color: #2c3b48;
  color: #848484;
  border: 1px solid #444;
}

.selectize-input, .form-control {
<<<<<<< HEAD
  background-color: #1e2833;
  color: #848484;
=======
  color ; black;
>>>>>>> f1de9c7df4a07522250afedcda1bb35b90d4ab7f
  border: 1px solid #2c3b48;
  border-radius: 20px;
}


.selectize-dropdown {
  background-color: #2c3b48;
  color: #848484;
  border-color: #1e2833;
  border-radius: 10px;
}

.selectize-dropdown-content > .option:hover, .selectize-dropdown-content > .option.focus, .selectize-input.dropdown-active {
  background-color: #354b60;
<<<<<<< HEAD
  color: #848484;
=======
  color: #fff;
  border-radius: 20px;
>>>>>>> f1de9c7df4a07522250afedcda1bb35b90d4ab7f
}

/* Checkbox and radio buttons */
.checkbox label, .radio label {
<<<<<<< HEAD
  color: #fff;
=======
  color: black;
>>>>>>> f1de9c7df4a07522250afedcda1bb35b90d4ab7f
}



/* Tabs */
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #1abc9c;
}

/* Plotly specific adjustments */
.plot-container {
  background-color: #2c3e50;
  border-color: #444;
}

/* Hides Shiny error messages */
.shiny-output-error {
  visibility: hidden;
}

.shiny-output-error:before {
  visibility: hidden;
}

.nav-tabs>li>a {
  transition: box-shadow 0.8s ease, background-color 0.8s ease;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 20px;
    background-color: white;
    
    
}
.nav>li>a:hover {
    color: white;
    background-color: rgb(56 118 246);
    box-shadow: 0px 0px 20px rgba(056, 118, 246, 0.4);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: rgb(56 118 246);
  color: white;
  box-shadow: 0px 0px 10px rgba(056, 118, 246, 0.4);
  border: none;

}
