@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');

:root {
  --bg-main: #f3f3f4;
  --border-color-secondary: #f2f2f2; 
  --border-color: #EBEBEB; 
  --color-primary: #FCC010;
  --color-text: #353f4d;
  --color-text-weak: #7b7b7b;
  --color-text-weakest: #9b9b9b;
  --color-text-light: #FFFFFF;
  --color-grey: #949494;
  --main-font: "Inter",sans-serif;
  --font-xs: 10px/1.8 var(--main-font);
  --font-s: 13px/1.9 var(--main-font);
  --font-m: 16px/2 var(--main-font);
  --font-l: 20px/1.3 var(--main-font);
  --font-xl: 32px/1.6 var(--main-font);
  --font-xxl: 42px/1.1 var(--main-font);
  --font-xxxl: 80px/1.1 var(--main-font);
  /*--main-color: #EBEBEB;*/
  /*--lighter-bg: #EBEBEB;*/
  /*--light-bg: #FFFFFF;*/
}
 
.admin-menu a {
  color: inherit;
  text-decoration: none; 
  cursor: pointer;
}

.admin-menu .menu-item {
  padding: 20px 10px;
  text-align: center;
}

.menu-item span {
  font-size: 10px;
  text-transform: uppercase;
}
.bb-1 {
  border-bottom: 1px solid #dee2e6;
}

.br-1 {
  border-right: 1px solid #dee2e6;
}

.avatar-img {
  width: 40px;
  height: auto;
}

.avatar-img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  
}

.nav-item a {
  color: #6c757d !important;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-item a.active {
  border-color: #c23616 !important;
  color: #FFFFFF !important;
  background: #c23616 !important;
}

.nav-item:first-child .nav-link {
  border-top-left-radius: 0rem;
  border-left: 0;
}

#preview {
  max-width: 100% !important;  
}

#preview img {
  height: auto;
  width: 100%;
  border-radius: 50%;
}

.member-card {
  position: relative;
  margin-top: 100px;
  padding-top: 130px !important;
}

.member-card .dp {
  position: absolute;
  width: 200px;
  top: -100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.member-card .dp img {
  width: 100%;
  height: auto;
}

.member-card .member-cell {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 10px;
  border-right: 1px solid rgba(0,0,0,0.05);
}


.img-full {
  width: 100%;
  height: auto;
}

.img-round {
  border-radius: 100%;
}

.custom-control-label {
  padding-top: 3px;
}

.custom-card {
  border: 1px solid #dee2e6;
  position: relative;
  margin-bottom: 15px;
}

.custom-card:hover {
  border: 1px solid #e6eaeb;
}

.custom-card:last-of-type {
  margin-bottom: 0;
}

.custom-card  .card-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.custom-card  .card-actions i {
  display: block;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  opacity: 0.5;
}

.custom-card  .card-actions:hover i {
  opacity: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.material-icons {
  font-size: 18px !important;
}

.modal-content {
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.modal-header {
  border: 0;
}

.modal-header .close, .modal-header .close:hover, .modal-header .close:focus {
  outline: 0;
  border: 0;
}

.modal-title {
  font-size: 16px;
}

.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-footer {
  border: 0;
}

.semi-bold {
    font-weight: 500!important;
}

.btn {
  padding: 3px 12px;
}

.btn-rounded {
  border-radius: 100px !important;
  padding: 3px 20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #9e2d13;
    background-color: #c23616;
}

/*.btn-primary, .btn-primary:focus {
  background-color: #c23616;
  border-color: #9e2d13;
}

.btn-primary:hover {
  background-color: #845ae0;
  border-color: #9e2d13;
}*/

.card-default {
  border: 0;
}

.card-default .card-header {
  border: 0;
  background: #FFFFFF;
}

.card-default .card-header .card-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.card-default .card-body {
  padding-top: 0;
}

a.card-default {
  color: initial;
}

a.card-default:hover {
  color: initial;
  text-decoration: none;
}

p {
  line-height: 180%;
}

body {
  color: #353f4d;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  line-height: 16px;
  background: var(--bg-main);
}

main {
  padding-left: 56px;
  padding-top: 60px;
  padding-bottom: 30px;
}

header.main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 60px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 15px 0 56px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.7) !important;
}

header.main .profile-dropdown {
  margin-left: auto;
}

header.main .profile-dropdown .avatar{
  cursor: pointer;
}

.d-flex .right {
  margin-left: auto;
}

.d-flex .center {
  margin-right: auto;
  margin-left: auto;
}

.d-flex .left {
  margin-right: auto;
}

[class^="bi-"] {
  font-size: 18px;
}

.menu {
  position: fixed;
  top: 0;
  left: -180px;
  bottom: 0;
  z-index: 101;
  background: var(--white);
  border-right: 1px solid var(--border-color-secondary);
  width: 250px;
  padding-top: 20px;
  transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu:hover {
  left: 0;
}

.menu.active {
  left: 0;
}

.menu li {
  list-style: none;
  padding: 0;
  color: #676767;
}

.menu li .item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 26px 8px 26px;
  min-height: 40px;
  line-height: 40px;
}

.menu li .item > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.menu li .item .title {
  min-width: 85px;
}

.menu li .item .arrow {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}

.menu li .item .icon {
  margin-left: auto;
}


.menu li:hover .item {
  color: #000;
}

.menu li.active ul {
  display: block;
}

.menu li.active .item {
  color: #000;
}

.menu li.active .item .arrow {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
  transform: rotate(-90deg);
}

.menu li ul {
  display: none;
  padding: 0px 0 0px 0;
  /*background: var(--light);*/
}

.menu li ul li a {
  display: block;
  padding: 10px 20px 10px 40px;
  text-decoration: none;
  color: inherit;
}

.menu li ul li a:hover {
  color: #000000;
}

header .menu-toggle {
  display: none;
  position: fixed;
  z-index: 101;
  cursor: pointer;
}

header .heading {
  padding-left: 48px;
}

@media (max-width: 767px) {
  .menu {
    left: -250px;
  }
  main {
    padding-left: 0;
  }
  
  header .menu-toggle {
    display: block;  
  }
  
  header .heading {
    padding-left: 50px;
  }  
  
  header .user-name {
    display: none;
  }
}

.full-height {
  height: 100vh;
}

.btn, .form-control {
  border-radius: 2px;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-group label {
  display: block;
  color: var(--color-text);
  transition: font-size 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 16px;
}

.form-group-default.required:after {
  color: #D83C31;
  content: "*";
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 2px;
}

.form-group-default {
  border: 1px solid var(--border-color);
  border-radius: 2px;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 4px;
  font: var(--font-s);
  position: relative;
}

.form-group-default.focused {
  border: 1px solid #c23616;
  border-right-color: #c23616 !important;
  border-bottom-color: #c23616 !important;
}

.form-group-default.focused label {
  font-size: 12px;
  color: var(--color-text-weak);
}

.form-group-default .form-control {
  border: none;
  padding: 0;
  font: var(--font-s);
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
}

.form-group-attached .form-group.form-group-default {
  border-radius: 0;
  margin-bottom: 0;
}

.form-group-attached > div {
  margin: 0;
}

.form-group-attached > div:first-child.row > [class*="col-"]:first-child .form-group-default {
  border-top-left-radius: 2px;
}

.form-group-attached > div:first-child.row > [class*="col-"]:last-child .form-group-default {
  border-top-right-radius: 2px;
}

.form-group-attached > div:first-child.form-group-default {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.form-group-attached > div:last-child.row > [class*="col-"]:first-child .form-group-default {
  border-bottom-left-radius: 2px;
}

.form-group-attached > div:last-child.row > [class*="col-"]:last-child .form-group-default {
  border-bottom-right-radius: 2px;
}

.form-group-attached > div:last-child.form-group-default {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.form-group-attached > div.row > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.form-group-attached > div.row > [class*="col-"]:not(:only-child):not(:last-child)
> .form-group-default {
  border-right-color: transparent;
}

.form-group-attached > div:not(:last-child) .form-group-default, .form-group-attached > div:not(:last-child).form-group-default {
  border-bottom-color: transparent;
}

.form-group-attached .selectize-input {
  padding: 0;
  min-height: auto;
  border-radius: 0;
  border: 0;
}

.form-group-attached .selectize-input.focus {
  box-shadow: none;
}

/* Form layouts  : Responsive Handlers
--------------------------------------------------
*/
@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: rgba(33, 33, 33, 0.14) !important;
  }
}

@media only screen and (min-width: 768px) {
  .form-group-attached > div.row > [class*="col-"] .form-group {
    height: 100%;
    width: 100%;
  }
}


.dropdown-menu {
  font: var(--font-s);
  border-color: var(--border-color);
}

.dropdown-divider {
  border-color: var(--border-color);
}

.dropdown-menu > li, .dropdown-menu >.dropdown-item {
  line-height: 20px;
  color: var(--color-text);
  padding: 4px 8px 4px 16px;
  border-radius: 0;
  display: block;
  clear: both;
  white-space: nowrap;
  text-align: left;
}

.dropdown-menu > li, .dropdown-menu >.dropdown-item:focus {
  background: #c23616 !important;
  color: #ffffff !important;
}

.dropdown-menu > li, .dropdown-menu >.dropdown-header {
  line-height: 20px;
  padding: 4px 8px 4px 16px;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  clear: both;
  white-space: nowrap;
  text-align: left;
  color: #c23616;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.card-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #c23616;
  position: relative;
}

.card-link:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "\e409" !important;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb {
  border-radius: 0;
  background: #ffffff;
  padding: 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.7) !important; 
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 25px !important;
}

.breadcrumb a {
  color: #6c757d;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "\e409" !important;
}
.breadcrumb .active, .breadcrumb .active a {
  color: #c23616;
}

.table-custom {
  border-bottom: 1px solid rgba(224, 224, 224, 0.7) !important;
}

.table-custom thead th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #4b4b4b;
}

.table-custom th {
  padding: 20px;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.table-custom td {
  background: #ffffff;
  padding: 20px;
  border-color: rgba(224, 224, 224, 0.7);
}

.avatar {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.5px;
  border: 0;
}

.avatar.avatar-a {
  background: #D65745;
  color: #;
  border-color: #D65745;
}

.avatar.avatar-b {
  background: #D8823B;
  color: #ffffff;
  border-color: #D8823B;
}

.avatar.avatar-c {
  background: #F7CE46;
  color: #ffffff;
  border-color: #F7CE46;
}

.avatar.avatar-d {
  background: #D2C29A;
  color: #ffffff;
  border-color: #D2C29A;
}

.avatar.avatar-e {
  background: #38485C;
  color: #ffffff;
  border-color: #38485C;
}

.avatar.avatar-f {
  background: #2B2B2B;
  color: #FF8F36;
  border-color: #2B2B2B;
}

.avatar.avatar-g {
  background: #925EB1;
  color: #ffffff;
  border-color: #925EB1;
}

.avatar.avatar-h {
  background: #476E7F;
  color: #ffffff;
  border-color: #476E7F;
}

.avatar.avatar-i {
  background: #5197D5;
  color: #ffffff;
  border-color: #5197D5;
}

.avatar.avatar-j {
  background: #65C87A;
  color: #ffffff;
  border-color: #65C87A;
}

.avatar.avatar-k {
  background: #58B99D;
  color: #ffffff;
  border-color: #58B99D;
}

.avatar.avatar-l {
  background: #BEC3C6;
  color: #ffffff;
  border-color: #BEC3C6;
}

.avatar.avatar-m {
  background: #818C8D;
  color: #ffffff;
  border-color: #818C8D;
}

.avatar.avatar-n {
  background: #3E5E43;
  color: #ffffff;
  border-color: #3E5E43;
}

.avatar.avatar-o {
  background: #7061BF;
  color: #ffffff;
  border-color: #7061BF;
}

.avatar.avatar-p {
  background: #5A4636;
  color: #ffffff;
  border-color: #5A4636;
}

.avatar.avatar-q {
  background: #58375C;
  color: #ffffff;
  border-color: #58375C;
}

.avatar.avatar-r {
  background: #C85D5D;
  color: #ffffff;
  border-color: #C85D5D;
}

.avatar.avatar-s {
  background: #95AE3F;
  color: #ffffff;
  border-color: #95AE3F;
}

.avatar.avatar-t {
  background: #70342D;
  color: #ffffff;
  border-color: #70342D;
}

.avatar.avatar-u {
  background: #897361;
  color: #ffffff;
  border-color: #897361;
}

.avatar.avatar-v {
  background: #9CABD1;
  color: #ffffff;
  border-color: #9CABD1;
}

.avatar.avatar-w {
  background: #3D4C7D;
  color: #ffffff;
  border-color: #3D4C7D;
}

.avatar.avatar-x {
  background: #515A5A;
  color: #ffffff;
  border-color: #515A5A;
}

.avatar.avatar-y {
  background: #00838F;
  color: #ffffff;
  border-color: #00838F;
}

.avatar.avatar-z {
  background: #AB47BC;
  color: #00C0F9;
  border-color: #AB47BC;
}

/*.avatar.avatar-a {
  background: #FEEBE7;
  color: #F3755D;
  border-color: #fac7be;
}

.avatar.avatar-b {
  background: #E3DFF8;
  color: #7D5AF2;
  border-color: #cabcf9;
}

.avatar.avatar-c {
  background: #EBEDF2;
  color: #798499;
  border-color: #c9cdd6;
}

.avatar.avatar-d {
  background: #E0FAF1;
  color: #26D091;
  border-color: #a5eed3;
}

.avatar.avatar-e {
  background: #FCE8F5;
  color: #EE4BB2;
  border-color: #fdf3fa;
}

.avatar.avatar-f {
  background: #FFEFE1;
  color: #FF8F36;
  border-color: #ffd2ae;
}

.avatar.avatar-g {
  background: #FEEBE7;
  color: #F3755D;
  border-color: #fac7be;
}

.avatar.avatar-h {
  background: #E3DFF8;
  color: #7D5AF2;
  border-color: #cabcf9;
}

.avatar.avatar-i {
  background: #EBEDF2;
  color: #798499;
  border-color: #c9cdd6;
}

.avatar.avatar-j {
  background: #E0FAF1;
  color: #26D091;
  border-color: #a5eed3;
}

.avatar.avatar-k {
  background: #FCE8F5;
  color: #EE4BB2;
  border-color: #fdf3fa;
}

.avatar.avatar-l {
  background: #FFEFE1;
  color: #FF8F36;
  border-color: #ffd2ae;
}

.avatar.avatar-m {
  background: #FEEBE7;
  color: #F3755D;
  border-color: #fac7be;
}

.avatar.avatar-n {
  background: #E3DFF8;
  color: #7D5AF2;
  border-color: #cabcf9;
}

.avatar.avatar-o {
  background: #EBEDF2;
  color: #798499;
  border-color: #c9cdd6;
}

.avatar.avatar-p {
  background: #E3DFF8;
  color: #7D5AF2;
  border-color: #cabcf9;
}

.avatar.avatar-q {
  background: #FCE8F5;
  color: #EE4BB2;
  border-color: #fdf3fa;
}

.avatar.avatar-r {
  background: #FFEFE1;
  color: #FF8F36;
  border-color: #ffd2ae;
}

.avatar.avatar-s {
  background: #FEEBE7;
  color: #F3755D;
  border-color: #fac7be;
}

.avatar.avatar-t {
  background: #E3DFF8;
  color: #7D5AF2;
  border-color: #cabcf9;
}

.avatar.avatar-u {
  background: #EBEDF2;
  color: #798499;
  border-color: #c9cdd6;
}

.avatar.avatar-v {
  background: #E0FAF1;
  color: #26D091;
  border-color: #a5eed3;
}

.avatar.avatar-w {
  background: #FCE8F5;
  color: #EE4BB2;
  border-color: #fdf3fa;
}

.avatar.avatar-x {
  background: #FFEFE1;
  color: #FF8F36;
  border-color: #ffd2ae;
}

.avatar.avatar-y {
  background: #FEEBE7;
  color: #F3755D;
  border-color: #fac7be;
}

.avatar.avatar-z {
  background: #CCF4FE;
  color: #00C0F9;
  border-color: #00C0F9;
}*/

.btn-primary, .btn-primary:focus, .btn-primary.active, .btn-primary.focus {
  color: #fff;
  background-color: #c23616;
  border: 1px solid #9e2d13;
  border-bottom: 1px solid #9e2d13;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c23616;
  border: 1px solid #9e2d13;
  border-bottom: 1px solid #9e2d13;
  box-shadow: none !important;
}

.btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary .show .dropdown-toggle.btn-primary {
  background-color: #9e2d13;
  color: #fff;
  border: 1px solid #9e2d13;
  border-bottom: 1px solid #9e2d13;
  box-shadow: none;
}

.btn-primary.hover:not(.active), .btn-primary:hover:not(.active),
.btn-primary .show .dropdown-toggle.btn-primary {
  background-color: #9e2d13;
  color: #fff;
  border: 1px solid #9e2d13;
  border-bottom: 1px solid #9e2d13;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #c23616;
  border: 1px solid #9e2d13;
  border-bottom: 1px solid #9e2d13;
}

.btn-primary .badge {
  color: #c23616;
  background-color: #fff;
}

.btn-success, .btn-success:focus {
  color: #fff;
  background-color: #19AD79;
  border: 1px solid rgba(13, 147, 91, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-success.active, .btn-success:not(:disabled):not(.disabled):active, .btn-success.active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled):active:hover,
.btn-success .show .dropdown-toggle.btn-success {
  background-color: #0fa465;
  color: #fff;
  border: 1px solid rgba(13, 147, 91, 0.5);
  border-bottom: 1px solid #9e2d13;
  box-shadow: none;
}

.btn-success.hover:not(.active), .btn-success:hover:not(.active),
.btn-success .show .dropdown-toggle.btn-success {
  background-color: #26bf93;
  color: #fff;
  border: 1px solid rgba(13, 147, 91, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #19AD79;
  border: 1px solid rgba(13, 147, 91, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-success .badge {
  color: #19AD79;
  background-color: #fff;
}

.btn-complete, .btn-complete:focus {
  color: #fff;
  background-color: #0072EC;
  border: 1px solid rgba(0, 79, 191, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-complete.active, .btn-complete:not(:disabled):not(.disabled):active, .btn-complete.active:focus, .btn-complete:not(:disabled):not(.disabled):active:focus, .btn-complete:not(:disabled):not(.disabled):active:hover,
.btn-complete .show .dropdown-toggle.btn-complete {
  background-color: #0059d4;
  color: #fff;
  border: 1px solid rgba(0, 79, 191, 0.5);
  border-bottom: 1px solid #9e2d13;
  box-shadow: none;
}

.btn-complete.hover:not(.active), .btn-complete:hover:not(.active),
.btn-complete .show .dropdown-toggle.btn-complete {
  background-color: #0f8ff9;
  color: #fff;
  border: 1px solid rgba(0, 79, 191, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-complete.disabled, .btn-complete.disabled:hover, .btn-complete.disabled:focus, .btn-complete.disabled:active, .btn-complete.disabled.active, .btn-complete[disabled], .btn-complete[disabled]:hover, .btn-complete[disabled]:focus, .btn-complete[disabled]:active, .btn-complete[disabled].active,
fieldset[disabled] .btn-complete,
fieldset[disabled] .btn-complete:hover,
fieldset[disabled] .btn-complete:focus,
fieldset[disabled] .btn-complete:active,
fieldset[disabled] .btn-complete.active {
  background-color: #0072EC;
  border: 1px solid rgba(0, 79, 191, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-complete .badge {
  color: #0072EC;
  background-color: #fff;
}

.btn-info, .btn-info:focus {
  color: #fff;
  background-color: #3B4752;
  border: 1px solid rgba(43, 57, 71, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-info.active, .btn-info:not(:disabled):not(.disabled):active, .btn-info.active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled):active:hover,
.btn-info .show .dropdown-toggle.btn-info {
  background-color: #2f3e50;
  color: #fff;
  border: 1px solid rgba(43, 57, 71, 0.5);
  border-bottom: 1px solid #9e2d13;
  box-shadow: none;
}

.btn-info.hover:not(.active), .btn-info:hover:not(.active),
.btn-info .show .dropdown-toggle.btn-info {
  background-color: #475b6b;
  color: #fff;
  border: 1px solid rgba(43, 57, 71, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #3B4752;
  border: 1px solid rgba(43, 57, 71, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-info .badge {
  color: #3B4752;
  background-color: #fff;
}

.btn-warning, .btn-warning:focus {
  color: #4b4b4b;
  background-color: #FFd945;
  border: 1px solid rgba(218, 171, 45, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-warning.active, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled):active:hover,
.btn-warning .show .dropdown-toggle.btn-warning {
  background-color: #f0bc34;
  color: #4b4b4b;
  border: 1px solid rgba(218, 171, 45, 0.5);
  border-bottom: 1px solid #9e2d13;
  box-shadow: none;
}

.btn-warning.hover:not(.active), .btn-warning:hover:not(.active),
.btn-warning .show .dropdown-toggle.btn-warning {
  background-color: #ffe858;
  color: #4b4b4b;
  border: 1px solid rgba(218, 171, 45, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #FFd945;
  border: 1px solid rgba(218, 171, 45, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-warning .badge {
  color: #FFd945;
  background-color: #4b4b4b;
}

.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #D83C31;
  border: 1px solid rgba(185, 30, 30, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-danger.active, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled):active:hover,
.btn-danger .show .dropdown-toggle.btn-danger {
  background-color: #cd2121;
  color: #fff;
  border: 1px solid rgba(185, 30, 30, 0.5);
  border-bottom: 1px solid #9e2d13;
  box-shadow: none;
}

.btn-danger.hover:not(.active), .btn-danger:hover:not(.active),
.btn-danger .show .dropdown-toggle.btn-danger {
  background-color: #e6533c;
  color: #fff;
  border: 1px solid rgba(185, 30, 30, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #D83C31;
  border: 1px solid rgba(185, 30, 30, 0.5);
  border-bottom: 1px solid #9e2d13;
}

.btn-danger .badge {
  color: #D83C31;
  background-color: #fff;
}

.btn-default {
  background: #fff;
  color: #4b4b4b;
}

.btn-default:not(:disabled):not(.disabled):active:hover, .btn-default.active, .btn-default:active, .btn-default.active:focus, .btn-default:active:focus {
  background: #e0e0e0;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-bottom: 1px solid rgba(33, 33, 33, 0.29);
  color: #4b4b4b;
}

.btn-default.active {
  background: #e0e0e0;
  animation-name: toggle;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #212121;
}

.btn-default.hover:not(.active), .btn-default:hover:not(.active) {
  background: #f4f4f4;
  color: #212121;
}

.filetree {
  max-height: 190px;
  overflow: scroll;
}

.filetree > ul {
  margin: 0;
  padding: 10px;
}

.filetree > ul ul {
  margin: 0;
  padding: 3px 0 3px 0;
}

.filetree li {
  list-style: none;
  padding: 3px 3px 3px 16px;
}

.filetree li:last-of-type {
  padding: 3px 3px 0px 16px;
}

.filetree li a {
  color: #9ca4b4;
}

.filetree li a:hover {
  color: #d6dae0;
}

.filetree input[type=radio] {
  margin: 0 10px;
}

.filetree .directory {
  background-image: url('../images/directory.svg');
  background-position: 0px 7px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.filetree .file {
  background-image: url('../images/file.svg');
  background-position: 0px 7px;
  background-repeat: no-repeat;
  background-size: 12px;
}
