:root { 
	--main-color: #F2E9DE;
	--dark-text: #33324D;
	--dark-grey: #526484;
	--light-grey: #d4d3d8;
}


html {
  font-family: 'Manrope', sans-serif !important;
  background-color: unset !important;
}

body {
  font-family: 'Manrope', sans-serif !important;
}

body.light-theme {
  background-color: #F9FBFF;
}

.dark {color: var(--dark-color);}
.dark-tone {color: #C8B094;}
.dark-grey{color: var(--dark-grey);}
.light-grey{color: var(--light-grey);}

.bold {font-weight: bold;}
.extra-bold {font-weight: 800;}


.fs10 {font-size: 10px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs30 {font-size: 30px;}
.fs40 {font-size: 40px;}

.tag.is-primary {
  background-color: #F2E9DE !important;
  color: #33324D !important;
}

/* BUTTONS */
.btn-lbd {
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}
.btn-lbd.btn-sm {
  border: none;
  padding: 8px 20px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}
.btn-icon{
	color: #8d939f;
    cursor: pointer;
    padding: 4px 8px !important; 
    border-radius: 4px;
    border: none !important;
}
.btn-icon:hover {
    background-color: #E8E8E8 !important;
}
.btn-icon-sm{
	color: #8d939f;
    cursor: pointer;
    padding: 2px 4px !important; 
    border-radius: 4px;
}


.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

.page-content .container-fluid {
  max-width: 90%;
}

.light-theme .lbd-nav {
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0px;
  top: 0px;
  background: white;
  border-bottom: solid 1px #ececec;
  padding: 0 20px;
}
.light-theme .lbd-nav .logo {
  margin-top: 10px;
  height: 30px;
}
.light-theme .lbd-nav .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.light-theme .lbd-nav .nav-items > * + * {
  margin-left: 15px;
}
.light-theme .lbd-nav .lbd-user-avatar {
  width: 45px;
  height: 45px;
}
.light-theme .lbd-nav .lbd-user-avatar img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.light-theme .lbd-sidebar {
  z-index: 2;
  background-color: white;
  position: fixed;
  left: 0;
  width: 60px;
  top: 60px;
  padding: 15px 0;
  height: 100vh;
  border-right: solid 1px #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.light-theme .lbd-sidebar > * + * {
  margin-top: 12px;
}
.light-theme .lbd-sidebar a{
  color:  var(--dark-text) !important;
}
.light-theme .lbd-sidebar .nav-item {
  padding: 2px 8px;
  cursor: pointer;
}
.light-theme .lbd-sidebar .nav-item:hover, .light-theme .lbd-sidebar .nav-item .active {
  border-radius: 5px;
  background-color: #F2E9DE;
}
.light-theme .lbd-sidebar .nav-item.active {
  border-radius: 5px;
  background-color: #F2E9DE;
}

.light-theme .btn-lbd.btn-dark {
  background-color: #33324D;
  color: white;
}
.light-theme .btn-lbd.btn-dark:hover {
  background-color: #1F1E2E;
  color: white;
}

.light-theme .lbd-card {
  background: white;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.lbd-card.opacity-card{
	opacity: 0.5;
	transition: all 0.3s;
}
.lbd-card.opacity-card:hover{
	opacity: 1;
	cursor: pointer;
}
.lbd-card.disabled{
	background-color: #e8e8e8!important;
	color: #b3b3b3!important;
}
.light-theme .lbd-cover {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 250px;
  position: relative;
  border-radius: 10px;
}
.light-theme .lbd-cover .layer {
  position: absolute;
  top: 0;
  padding: 25px;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.36%, rgba(51, 50, 77, 0)), color-stop(130.3%, #33324D));
  background: linear-gradient(180deg, rgba(51, 50, 77, 0) 37.36%, #33324D 130.3%);
}


.b-table th{
	font-size: 14px !important;
    font-weight: normal !important;
}
.b-table.is-separate .table {
  margin-top: -8px;
  border-collapse: separate;
  border-spacing: 0 8px;
  background-color: transparent !important;
}
.b-table.is-separate .table tr {
  background: white;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.b-table.is-separate .table th, .b-table.is-separate .table td {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.b-table.is-separate .table tr td:first-child, .b-table.is-separate .table tr th:first-child {
  border-left: 1px solid #ececec;
}
.b-table.is-separate .table tr td:last-child, .b-table.is-separate .table tr th:last-child {
  border-right: 1px solid #ececec;
}
.table-wrapper {
    overflow-x: auto;
}

/*---  TABS ---*/
.b-tabs .tabs li span{
	padding: 4px 10px;
}
.b-tabs .tabs a{
	padding: unset;
	padding-bottom: 10px !important;
    padding-right: 5px !important;
    border-bottom-color: #dbdbdb;
}
.b-tabs .tabs li.is-active span{
	border-radius: 5px;
	font-weight: 500;
	background-color: var(--main-color);
	color: var(--dark-text);
}
.b-tabs .tabs li.is-active a{
	border-bottom-color: #dbdbdb;
}
.b-tabs .tabs li a:hover{
	border-bottom-color: #dbdbdb !important;
}
.b-tabs .tabs li a:hover span{
	background-color: var(--main-color);
	color: var(--dark-text);
}
.b-tabs .tab-content {
    padding: 1rem 0 !important; 
}

.menu-list a.is-active {
    background-color:var(--main-color) !important;
    color: var(--dark-text) !important;
}


/*----- INPUTS -----*/
.form-group{
	margin-bottom: 10px;
}
.form-group .form-label{
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}
.input, .select select, .taginput .taginput-container.is-focusable, .textarea{
	background-color: #f9fbff !important;
	font-size: 14px !important;
}
.switch input[type=checkbox]:checked+.check{
	background: #8bd8aa !important;
}
.switch input[type=checkbox]:active:checked+.check, .switch input[type=checkbox]:focus:checked+.check{
	box-shadow: none !important;
}


.pagination-link.is-current{
	background-color: var(--dark-text) !important;
    border-color:var(--dark-text) !important;
}


.ghost {
  opacity: 0.5;
  background: #dce5ea;
}
.is-small.progress-wrapper.is-not-native, .progress.is-small {
    height: 8px !important;
}
.progress-wrapper.color0 progress[value]::-webkit-progress-value {background-color: #8DE0AD;}
.progress-wrapper.color1 progress[value]::-webkit-progress-value {background-color: #F68870;}
.progress-wrapper.color2 progress[value]::-webkit-progress-value {background-color: #9FCAEC;}
.progress-wrapper.color3 progress[value]::-webkit-progress-value {background-color: #B6A7DF;}
.progress-wrapper.color4 progress[value]::-webkit-progress-value {background-color: #E0CE8D;}
.progress-wrapper.color5 progress[value]::-webkit-progress-value {background-color: #E08DAB;}
.progress-wrapper.color6 progress[value]::-webkit-progress-value {background-color: #8DE0AD;}
.progress-wrapper.color7 progress[value]::-webkit-progress-value {background-color: #8DE0AD;}
.progress-wrapper.color8 progress[value]::-webkit-progress-value {background-color: #8DE0AD;}


/*LANDING THUMBNAILS*/
 .thumbnail-container {
  width: calc(1000px * 0.40);
  height: calc(600px * 0.40);
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.thumbnail iframe {
	width: 1000px;
	height: 600px;
}
.thumbnail {
	 position: relative;
  -ms-zoom: 0.40;
  -moz-transform: scale(0.40);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.40);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.40);
  -webkit-transform-origin: 0 0;
}
.thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
	


/**MODASL AND CUSTOM SCROLLBAR*/

.modal{
    z-index: 51 !important;
}
.modal-background{
	background-color: rgba(10, 10, 10, 0.63) !important;
}

.modal-card::-webkit-scrollbar {
    width: 8px;
}
.modal-card::-webkit-scrollbar-track { 
    background : #ffffff;
}
.modal-card::-webkit-scrollbar-thumb { 
    background : #c2c2c7;
    border-radius: 15px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track { 
    background : #ffffff;
    border-radius: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb { 
    background : #c2c2c7;
    border-radius: 10px;
}
::-moz-selection { /* Code for Firefox */
    color: #2e2d30;
    background:  #45daadd5 !important;;
}
::selection {
    color: #2e2d30;
    background:  #45daadd5 !important;;
}