/* #side-navbar{
  border-radius: 10px;
  margin: 15px 0px 25px 0px;
  box-shadow: 4px 3px 22px 0px rgb(0 0 0 / 10%);
}
#header-navbar{
  border-radius: 20px;
  box-shadow: 4px 3px 22px 0px rgb(0 0 0 / 10%);
  display: block;
  margin: 15px 15px 15px 15px;
}

body{
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
}
.dropdown-toggle{
  padding: 3px 5px !important;
  margin-left: 7px;
}
.dropdown-toggle:hover{
  border-radius: 50px;
  background: #EAF2FF;
}
#customElement{
  padding: 0 important!;
}
#ul-sidenav-container{
  width: 80%;
  margin: 10px auto;
  border: none;
} */
/* @font-face {
  font-family: 'Rubik';
    src:  url('../fonts/Rubik-Regular.ttf') format('ttf'); 
    font-weight: normal;
    font-style: normal;
} */
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

p,label,strong,h1,h2,h3,h4,h5,h6,a,small,th,td,button{
  /* font-family: 'Inter', sans-serif !important; */
  /*font-family: 'Questrial', sans-serif !important;*/
  font-family: 'Rubik', sans-serif !important;
  /* font-family: 'Open Sans', sans-serif !important; */
  /* font-family: 'Lato', sans-serif !important; */
  /* font-family:  'CrashNumbering-Serif' !important; */
  /* font-family:  'Josefin Sans', sans-serif !important; */
  /* font-family:  'Jost', sans-serif !important; */
  /* color: red !important; */
}
.dropdown-menu-toggle{
  padding: 7px 9px !important;
}
body{
  background: #F9F9F9;
}
#side-navbar{
  background: #ffffff;
}
.dash-dropdown{
  margin: 0px 0px 10px 0px;
}
.logo-dark{
  width: 60px;
  background-size: 65%;
  margin-left: -5px;
}
#icon-holder{
  margin-right: 2px;
}
.card-header{
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: none;
  height: 70px;
  padding-top: 20px;
}
.card-body{
  padding: 0 !important;
  margin: 0;;
}
.card{
  background: white;
  /* border: .6px solid #f5f5f5; */
  border: none;
  border-radius: 10px !important;
  min-height: 150px;
  /* box-shadow: rgb(15 15 15 / 10%) 0px 3px 5px 2px, rgb(15 15 15 / 10%) 0px 2px 4px !important; */

}
.nav-item{
  margin: 0;
}
.card-custom{
  border-radius: 10px !important;
  /* box-shadow: rgb(15 15 15 / 10%) 0px 3px 5px 2px, rgb(15 15 15 / 10%) 0px 2px 4px !important; */
  height: 120px;
  width: 95%;
  margin: auto;
}
.card-custom-1{
  border-radius: 3px !important;
  box-shadow: rgb(15 15 15 / 10%) 0px 3px 5px 2px, rgb(15 15 15 / 10%) 0px 2px 4px !important;
  height: 120px;
  width: 95%;
  margin: auto;
  background-color: #EAF2FF !important;
}
#loader-wrapper-card{
  padding: 20px 20px;
  margin: 20px;
  border-radius: 3px !important;
  box-shadow: rgb(15 15 15 / 10%) 0px 3px 5px 2px, rgb(15 15 15 / 10%) 0px 2px 4px !important
}
.side-nav-logo{
  width: 100%;
  margin: auto;
  border: 0 !important;
  border-style: transparent !important;
}
table{
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border: none;
  border-radius: 9px;
}
tr{
  padding: 10px 0px;
}
/* navbar */
#header-navbar{
  border: 0;
  background: #F9F9F9;
  /* background: linear-gradient(to bottom, rgb(225, 226, 226) 0%, rgba(0,0,0,0) 100%); */
}
.user-profile{
  border: 0 !important;
}
#user-img{
  width: 20px;
  margin-top: 20px;
}
#scatter-plot-div-cc{
  width:100%;
}

.fullscreen-modal-custom{
  transform: scale(1.3) !important;
  margin-top: 10rem !important;
}

@media (max-width: 600px) {
  .fullscreen-modal-custom {
    transform: scale(1.3) !important;
    margin-top: 10rem !important;
  }
}

.w-custom-churnPred{
  width: 20% !important;
}

@media only screen and (min-width: 780px) and (max-width: 1200px){
  .w-custom-churnPred {
    width: 50% !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .w-custom-churnPred {
    width: 100% !important;
  }
}

.input-custom-appConfig {
  height: 36px;
  border: 0.5px solid #cfcfcf;
  font-family: "Courier New", monospace;
  color: #253BA9;
}

.code-custom-appConfig {
  min-height: 100px;
  border: 0.5px solid #cfcfcf;
  resize: none;
  overflow: scroll;
}
.theme-toggle{
  transform: translateX(-1rem) translateY(-6rem);
}
.config-header, .config-close{
  border: none !important;
  background: #f1f1f1 !important;
}
.configurator-wrapper{
  background: #f1f1f1 !important;
  overflow: auto !important;
}
.icon-input-filters{
  background:#E0E0E0 !important;
  color: white;
  border-style: none;
  border: none;
  
}
input[type="checkbox"]{
  margin-right: 10px !important;

}
input[type=checkbox][disabled]{
  content: '\274C';
  outline: 1.6px solid rgb(241, 49, 49); 
  opacity: 0.2;
}
#apply_filter, #markbtn{
  position: fixed;
  top: 6rem;
  left: 8rem;
  font-size: 16px;
  border-radius: 50px;
}

#filter_panel_body{
  margin-top: 5rem;
}
.header .header-container .nav-right > li > a {
  padding: 0 9px;
}

.show-hide {
  display: none;
}

.delete-btn-div {
  display: inline-block;
  width: 15%;
  position: relative;
  bottom: 220px
}

.element-editor {
  display: inline-block;
  overflow-y: scroll !important;
  color: rgba(25, 23, 17, 0.6);
  height: 250px !important;
  width: 85% !important;
}
.Select-control{
  border: 1px solid #e6ecf5 !important;
}
.Select-control::placeholder{
  color:#e6ecf5 !important;
}
.Select-placeholder{
  color:#e6ecf5 !important;
}
.customStyleTabs .nav-item a{
  border: 1px solid rgb(138, 219, 138) !important;
  color: rgb(138, 219, 138) !important;
  border-radius: 20px !important;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px 15px;
}
.customStyleTabs .nav-item a.active{
  border: 1px solid rgb(138, 219, 138) !important;
  background: rgb(138, 219, 138) !important;
  color: white !important;
  border-radius: 20px !important;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px 15px;
}


.mantine-Paper-root{
  margin-top:50px;
  width: 70%;
}
.__mantine-ref-inRange{
  background-color: #7874e75d !important;
  color: white;
}
.__mantine-ref-firstInRange{
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  background-color: #7774e7 !important;
}
.__mantine-ref-lastInRange{
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  background-color: #7774e7 !important;
}
.__mantine-ref-weekend{
  color: #7774e7 !important;
}
.__mantine-ref-selected{
  background-color: #7774e7 !important;
  color: white !important;
}
.side-nav-inner{
  /* overflow: scroll !important; */
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 50px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
}
.dropdown-toggle:hover{
  background: #4a15dd15;
  border-radius: 50px;
}
.dropdown-toggle:active{
  background: #4a15dd15;
  border-radius: 50px;
}
.breadcrumb-item > a{
  color: #000;
}
.breadcrumb-item > a:hover{
  color: #7774e7 !important;
}
table,th, tr, td{
  border:none !important;
 }
th > input{
  border-bottom: 1px solid gray !important;
}
.dropdown-menu > li:hover{
  background: #4a15dd15;
  border-radius: 50px;
}
.mantine-DateRangePicker-defaultVariant{
  outline: none;
  border: 0;
}
.is-searchable > .Select-control{
  outline: none;
  border: none !important;
}
td,th{
  min-width: 200px !important;
  margin-left: 50px !important;
  margin-right: 50px !important;
  text-align: right !important;
  padding: 0px 30px !important; 
}
.column-header-name{
  float: right !important;
}
#tbody-configTable > tr > td, th{
  text-align: left !important;
}
#tbody-appConfigTable> tr > td, th{
  text-align: left !important;
}
.mantine-DateRangePicker-cell{
  margin-left: 50px !important;
  margin-right: 50px !important;
  text-align: center !important;
  padding: 0px !important; 
}
th{
  font-size: 15px;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}
.circle-icon{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transform: translate(0px, -40px);
  /* display: block; */
  position: absolute;
  right: 15px;
  padding: 10px 12px;
  color: white;
}
.bg-success-custom{
  background : #AAFF9C;
  color: gray;

}
.bg-danger-custom{
  background : #FF7C7C;
}
.border-input-default{
  border: 1px solid rgb(206, 212, 218) !important;
  height: 42px !important;
}
.loader-wrapper{
  padding: 0px;
}
.export{
  position: absolute;
  right: 15px;
  top: 0px;
  background: #449a70;
  color: white;
  border: green;
  font-size: 18px;
  padding: 3px 15px;
  border-radius: 50px;
  z-index: 100;
  transform: translate(0px, -65px);
}
.card-title{
  display: inline !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  /* margin: 15px !important; */
  padding: 0;
  margin: 0;
}
.px-4 > .dash-dropdown > .Select > .Select-control{
  background: #f9f9f9 !important;
}
th > input{
  /* text-align: left !important; */
  /* padding-left: 55px !important; */
  border-bottom: none !important;

}
/* .dash-spreadsheet-container{
  padding: 0 !important;
}

.dash-spinner {
  background-image: url("https://www.singularcom.com.co/resources/img/logos/loading_2.gif");
  background-size:contain;
  background-repeat: no-repeat;
}

.dash-spinner * {
  display: none !important;
} */
#btn-IS, #btn-loadGeneral{
  border-radius: 50px 0px 0px 50px !important;
  font-size: 1.3em !important;
  /* background: #7774e785 !important; */
  border: none !important;
  /* color: white !important; */
}
#btn-IS:hover, #btn-loadGeneral:hover{
  /* background: #7774e7 !important; */
}
#btn-BS, #btn-loadCenter{
  
  border-radius: 0px 50px 50px 0px !important;
  font-size: 1.3em !important;
  /* background: #37c93685 !important; */
  border: none !important;
  /* color: white !important; */
}
#btn-BS:hover, #btn-loadCenter:hover{
  /* background: #37c936 !important; */
}
#btn-isYTD, #btn-CPD, #btn-ltDTO{
  border-radius: 50px 0px 0px 50px !important;
  font-size: 1.3em !important;
  /* background: #f97bc985 !important; */
  border: none !important;
  /* color: white !important; */
}
#btn-isYTD:hover, #btn-CPD:hover, #btn-ltDTO:hover{
  /* background: #f97bc9 !important; */
}
#btn-isMTD, #btn-CMD, #btn-ltBGA{
  border-radius: 0px 50px 50px 0px !important;
  font-size: 1.3em !important;
  /* background: #f3f19185 !important; */
  border: none !important;
  /* color: white !important; */
}
#btn-isMTD:hover, #btn-CMD:hover, #btn-ltBGA:hover{
  /* background: #fffc62 !important; */
}
#span-marketing-title{
  font-weight: 600 !important;
}
#base-filters-row{
  padding-right: 37px !important;
}
#tbody-shareAppTable > tr > td, th{
  text-align: left !important;
}
#modal-configBody{
  background: #F9F9F9;
}
#modal-configuration > .modal-content > .row > div:first-child{
  background: white !important;
  padding:  25px !important;
}
#input-myName{
  border: none;
  outline: none;
}
.jsx-4017309047{
  margin-top: 15px !important;
}
.jsx-4017309047 > .tab-container > .nav-item{
  background-color: rgb(255 255 255) !important;
  border: none !important;
  border-radius: 20px !important;
  margin: 0px 15px !important;
  padding: 10px 0px !important;
  height: 40px !important;
}

.jsx-4017309047 > .tab-container > .active{
  background: #977CE0 !important;
  color: white !important;
  border-radius: 20px !important;
  border: NONE !important;
  outline: none !important;
  padding: 10px 0px;
  height: 40px;

}
.iframeNotion{
  height: 80vh;
}
.img-responsive{
  display: block !important;
  margin: auto;
  width: 150px;
}
.bg-blured{
  background-color: #ffffff3b;
  border-radius: 20px !important;
  box-shadow: 1px 3px 30px -9px #8787878a;
}
.bg-BIAI{
  background-image: url('/assets/images/bg.jpg');
  background-size: cover;
}

#tbody-table > tr > td > p, #tbody-table > tr > td > div{
  text-align: left;
}
#tbody-table > tr > td > p:first-child, #tbody-table > tr > td > div > label > input[type="checkbox"]:first-child{
  margin-top: 10px ;
}
thead.bg-primary{
  height: 35px;
}
#cicle-kpi-indicator{
  transform: translateY(-50px) !important;
  float: right;
}
#numbers-kpi-indicator{
  display: block;
  margin: auto;
}
#porcents-kpi-indicator{
  display: block;
  margin: auto;
}
.bg-custom-accounts{
  background-color: #7774e763;
  border: none;
  border-radius: 8px !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: white !important;
}
.custom-card-accounts{
  border: 1px solid #c8c8c8;
}
input#company, input#domain{
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding: 0px 14px;
  color:#000;
}
div#industry{
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding: 0px 4px;
}
div#region{
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding: 0px 4px;
}

#tbody-workspaces{
  transform: translate(0px, 20px);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #3f51b5 !important;
  color: #c6c6c6 !important;
}