@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-Black.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-Light.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-Regular.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-SemiBold.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-ExtraLight.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-Medium.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-Bold.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-ExtraBold.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('lexendDeca/LexendDeca-Thin.woff2') format('woff2'),
      url('lexendDeca/LexendDeca-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

*:focus {
  box-shadow: none!important;
}

body {
  font-family: 'Lexend Deca', sans-serif!important;
  color: #2d2d2d;
  font-size: 14px;
  margin-top: 74px;
}

body.modal-on{  
  overflow-x: hidden;
}

.btn-primary:hover {
  background-color: #00a150;
  border-color: #00a150;
}

.text-primary {
  color: #da3949!important;
}

.btn-primary {
  background-color: #00a150;
  border-color: #00a150;
}

.btn-outline-primary {
  border-color: #00a150;
  color: #00a150;
}


.btn-outline-primary:hover {
  background-color: #00a150;
}

.navbar-brand {
  background-color: #10052f;
  min-width: 310px;
  padding: 0 20px;
}

.logo {
  max-width: 205px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.bg-1 {
  background-color: #f9f5f2;
}

a, .btn-link {
  text-decoration: none;
}

.nav-link {cursor: pointer;}

.leftbar .nav .nav-link {
  padding: 12px;
  text-align: left;
  color: #d4d4d4;
  margin-bottom: 4px;
  /* white-space: nowrap; */
  display: flex;
  align-items: center;
  transition: auto;
  font-size: 14px;
}

.nav-link img {
  margin-right: 10px;
}

.nav-link img {
 filter: brightness(0) invert(1);
}


.leftbar .nav .show>.nav-link, .leftbar .nav .nav-link:hover {
  color: #d93949;
}

.leftbar .nav .nav-link.active {
  background-color: transparent;
  color: #d93949;
}


.leftbar .nav .nav-link.active svg {
  fill: #fff;
}


.leftbar {
  height: calc(100vh - 74px);;
  overflow-x: hidden;
  overflow: auto;
  position: sticky;
  left: 0;
  top: 74px;
  box-shadow:  0 4px 12px 0 rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.05);
  background: #10052f;
  width: 320px;
}

.right-section {
  padding: 24px 80px;
}

.side-icon {
  margin-right: 12px;
  border-radius: 100px;
  width: 40px;
  cursor: pointer;
  fill: #5f6368;
}

.leftbar:after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0) 100% );
    content: "";
    width: 2px;
    height: calc(100vh - 74px);
    position: absolute;
    right: 0;
    top: 0;
}

.main-search {
  max-width: 500px;
  min-width: 300px;
}

h1, h2 {
  margin-bottom: 40px;
  font-size: 32px;
  text-transform: capitalize;
}

h3, h4 {
  margin-top: 40px;
  font-size: 24px; 
  text-transform: lowercase;
}
h5 {
  margin-top: 40px;
  font-size: 22px; 
  text-transform: lowercase;
}
h6 {
  font-weight: 600;
  margin-top: 20px;
  text-transform: lowercase;
}

h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
  text-transform: capitalize;
}

ul li + li {
  margin-top: 10px;
}

b, strong {
  font-weight: 600;
}

.tab-pane strong {
  margin-top: 10px;
  display: inline-block;
}

.lock {
  display: none;
}

.locked .unlock {
  display: none;
}

.locked .lock {
  display: block;
}

.history-section {
  position: sticky;
  top: 74px;
  height: calc(100vh - 74px);
  background: rgb(255 219 19 / 10%);
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.05);
}

.history-icon {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  z-index: 99;
}

.history-icon.active {
  width: 100%;
  padding-left: 15px;

}

.icon-close {
  display: none!important;
  white-space: nowrap;
}

.history-icon.active .icon-close {
  display: flex!important;
}

.history-icon.active .icon-history {
  display: none!important;
}

.history-icon .icons{
  background: rgb(255 219 19 / 15%);
  padding: 10px 10px 10px 15px;
  border-radius: 20px 0 0 20px;
  margin-left: auto;
}


.versions {
  padding: 15px;
  display: none;
  cursor: pointer;
  width: 100%;
}

.old-version {
  background: rgb(255 219 19 / 5%);
}

.history-data {
  width: 0;
  transition-duration: .2s;
  padding-top: 60px;
}

.history-data.active {
  width: 200px;
  height: 100vh;
  overflow: auto;
}

.history-data.active .versions {
  display: block;
}

.login-form {
  max-width: 600px;
}

.rec_disable {
  text-decoration: line-through
}


.mobile-sidebar {
  display: flex;
  width: 100%;
  margin-left: 90px;
  padding-right: 10px;
}

.mobile-sidebar form {
  min-width: 50%;
}

.reset-button {
  margin-left: -5px;
  border-radius: 0 6px 6px 0;
}

@media (min-width: 768px) {
  header {
    height: 74px;
  }
}


@media (max-width: 767px) {
  .navbar-light {
    justify-content: center;
  }
  .mobile-sidebar {
    /* margin-top: 10px; */
    margin-left: 0px;
  }
  .leftbar {
    height: 100%;
    top: 121px;
    position: fixed;
  }
  .leftbar:after {
    height: 100%;
  }
  body {
    margin-top: 121px;
  }
  .leftbar {
    width: 0;
    padding: 0;
    overflow: hidden;
  }
  .leftbar.active {
    width: 320px;
    padding: 0;
    overflow: hidden;
    margin-top: 10px;
  }
  .history-section {
    top: 121px;
    height: calc(100vh - 500px);
    position: fixed;
    right: 0;
    background: #fff;
    min-height: 100%;
  }
  .tooltip {
    display: none;
  }
  .right-section {
    padding: 24px 16px;
    margin-top: 20px;
  }
  .navbar-brand {
    width: 100%;
  }
  .history-icon {
    top: 40px;
  }

  .main-search {
    max-width: 200px;
  }
    
}