html {
	font-family:"Roboto","Muli", sans-serif;;
	font-size:13px;
	font-weight:200;
}
body {
	background-color:#0c0e11;
	color:#dee0e4;
}

/* radius */
.r {border-radius:4px 4px;}
.r-sm {border-radius:8px 8px;}
.r-md {border-radius:16px 16px;}
.r-lg {border-radius:32px 32px;}

.blog  {
	background-color:#191a20;	
	padding:15px;
}

.panel {
	margin-top:10px;
	width:100%;
	
	padding:0px;
}
.panel > .header {
	background-color:#191a20;
	padding:12px;
	border:1px solid #2f2f2f;
	border-bottom:none;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	font-weight:500;
}
.panel .content {
	background-color:#15161a;
	padding:12px;
	border:1px solid #2f2f2f;
}
.panel .footer {
	background-color:#191a20;
	padding:12px;
	border:1px solid #2f2f2f;
	border-top:none;
}
a {
  text-decoration: none;
  color: #dee0e4;
}
/* Menu List */
.menu-list {
  padding-left:0 ;
  list-style: none;
}
.menu-list li{
  display: list-item;
  unicode-bidi: isolate;
}
.menu-list li a{
  padding: 15px 10px;
  display: block;
  font-weight: 400;
  font-size: 1.3em;
}
.menu-list li a:hover{
  color:#DB6574;
}
.menu-list li a i{
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #454649;
  transition: all 0.3s;
  
}
.menu-list li:hover{
  background-color: #252527;
}
.avatar {
  width: 40px;
  height: 40px;
}
/* Menu List End*/
/* Fixed Menü List */
.fix-menu-list {
  padding-left:0 ;
  list-style: none;
  text-align:center;
  margin:auto;
}
.fix-menu-list li{
  display: inline-block;
  unicode-bidi: isolate;
}
.fix-menu-list li a{
  padding: 15px 10px;
  display: block;
  font-weight: 400;
  font-size: 2.1em;
}
.fix-menu-list li a:hover{
  color:#DB6574;
}
.fix-menu-list li a i{
  margin-right: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid #454649;
  transition: all 0.3s;
}
.fix-menu-list li:hover{
  background-color: #252527;
}
/* Fixed Menü List */



/* toast */

.toast {
  visibility: hidden;
  min-width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
  position: fixed;
  top: 10px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.8s ease, bottom 0.5s ease;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  top: 30px;
}

/* toast end */

.progress {height:4px;}
.progress-sm {height:2px;}
.progress-lg {height:8px;}
.fs-xsm {font-size:8px;}
/* Rules */
.rule-chip {
    background-color: #191a20;
    border: 1px solid #2f2f2f;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    margin: 0.2rem 0.3rem 0.2rem 0;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
}
.rule-chip:hover{
  border: 1px solid #4d4c4c;
  cursor: pointer;
}
.rule-chip button {
    margin-left: 0.5rem;
}
button:not(:disabled) {
    cursor: pointer;
}
.rules-content {
  min-height: 120px;
  border: 1px dashed var(--bs-border-color) !important;
  border-radius: 6px;
  overflow-wrap: break-word;
  margin-left: 1px;
  margin-right: 1px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.driver-popover {
  background-color: blue;
}
.driver-popover-progress-text {
  color: yellow;
}
.driver-popover-title, .driver-popover-description {
  color: black;
}
hr {border:1px dashed;}
