@import url('../css/fonts.css');

:root {
	/* --text-color: #313131; */
	--text-color: #001129;
	--dashboard-color: #002A64;/*boja za velike naslove, h1,h2....*/
	--primary: #333747;
	/*--secondary: #303240;*/
	--secondary: #5E6978;

	--tertiary: #4d4d57;
	--quaternary: #0064ED; /*hover shld be #0049AF*/
	--hoverLinksButton:#0049AF;
	--greyish:#5E6978;
	--orange:#B45A19;
	--errorColor:#E42811;
	--white: #ffffff;
	--border: #d6d7da;

	--light-gray: #9c9c9c;
	/* --graphite-blue: #0eb0e9; */
	--graphite-blue: #0064ED;/*same as quatenary*/
	--light-gray_2: #bebebe;
	--text_field_fill: #F9F9F9;
	--text_field_border: #F0F0F0;
	--tag_font_color_dark:#333747;
	--tag_font_color_light:#fff;
	--message-1:#E8F4E8;
	/*--primary_font: 'Montserrat-Medium', cursive;*/
	/* --primary_font: 'Source Sans Pro', sans-serif; */
	--primary_font: "DM Sans", sans-serif;
	/*--menu_font:'Montserrat-SemiBold',cursive;*/
	--secondary_font: 'Montserrat', cursive;
	--header_font: 'Oswald', cursive;
	--source_font: 'Source-Code', cursive;

}

/* html default settings */
html,body {
	font-family: var(--primary_font);
	font-size: 14px;
	color: var(--text-color);
	height: 100%;
}

a {
	color:var(--quaternary);
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color:var(--hoverLinksButton);
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.text-link{
	color:var(--quaternary);
	cursor: pointer;
}
.text-link:hover{
	color:var(--hoverLinksButton);
	cursor: pointer;
}

.text-link.disabled{
	color:var(--greyish);
	pointer-events: none;
	cursor:not-allowed;
}

/* 2024 dizajn*/
.normal{
	-webkit-font-smoothing: antialiased;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;

}
.small{
	-webkit-font-smoothing: antialiased;
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	cursor: default;
}
.extraSmall{
	cursor: default;
	-webkit-font-smoothing: antialiased;
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	/* text-align: left; */
}


h1{
	cursor: default;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-family: DM Sans;
	font-size: 36px;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 0em;
	text-align: left;
	color:var(--dashboard-color);
}
h2{
	cursor: default;
	-webkit-font-smoothing: antialiased;
	font-family: DM Sans;
	font-size: 26px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	color:var(--dashboard-color);
}
h3{
	cursor: default;
	-webkit-font-smoothing: antialiased;
	font-family: DM Sans;
	font-size: 22px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
	color:var(--dashboard-color);
}
h4{
	cursor: default;
	-webkit-font-smoothing: antialiased;
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color:var(--dashboard-color);
}
h5{
	cursor: default;
	-webkit-font-smoothing: antialiased;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color:var(--dashboard-color);
}


.btn_main {
	/* background-color:var(--primary); */
	/* border: 1px solid var(--primary); */
	border-radius:0;
	background-color: var(--quaternary);
	border: 1px solid var(--quaternary);
	color: white;
	padding: 5px 25px;
	transition: background-color 300ms;
	cursor:pointer;
}

.btn_main:hover {
	/* background-color: transparent; */
	/* border: 1px solid var(--primary); */
	/* color: var(--text-color); */
	background-color: #0049AF;
	border: 1px solid #0049AF;
	color: white;
}

.label_breadcrumb{
	font-size: 18px;
	color: var(--light-gray);
}
.label_title{
	color: var(--secondary);
	text-align: left;
	font: normal normal 300 28px/40px "DM Sans", sans-serif;;
	letter-spacing: 0px;




	/*color: var(--primary);*/
	/*text-align: left;*/
	/*font: normal normal 600 28px/36px "DM Sans", sans-serif;;*/
	/*letter-spacing: 0px;*/

	/*font-size: 24px;*/
}
.title_20{
	color: var(--text-color);
	font: normal normal 600 20px/30px "DM Sans", sans-serif;;
}

.instance-title {
	color: var(--primary);
	text-align: left;
	font: normal normal 600 28px/40px "DM Sans", sans-serif;;
	letter-spacing: 0px;
}

.label_title_count{
	color: var(--secondary);
	text-align: left;
	font: normal normal 300 28px/36px "DM Sans", sans-serif;;
	letter-spacing: 0px;
}

.errorBorder{
	border-color:var(--errorColor)!important;

}
.orangeColor{
	color:var(--orange);
}
.greyishColor{
	color:var(--greyish);
}

.capitalize {
	text-transform: capitalize;
 }
/* customized bootstrap form-control */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #DDDDE5;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
	border-radius:0;
}

.form-control:active {
    color: #495057;
    background-color: #fff;
    border-color: #DDDDE5;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
	border-radius:0;
}

.form-control.errorColor,
.form-control.errorColor:focus {
    /* color: #495057; */
    /* background-color: #fff; */
    border-color:var(--errorColor);
	border-radius:0;
    /* outline: 0; */
    /* box-shadow: 0 0 0 0.2rem var(--errorColor); */
}
.form-control.errorColor,
.form-control.errorColor:active {
    /* color: #495057; */
    /* background-color: #fff; */
	border-radius:0;
    border-color:var(--errorColor);
    /* outline: 0; */
    /* box-shadow: 0 0 0 0.2rem var(--errorColor); */
}

.label_submenu{
	font-size: 14px;
	color: var(--primary);
}
.label_form{
	font-size: 16px;
	color: var(--primary);
}
.label_form_disabled{
	font-size: 14px;
	color: var(--light-gray);
}
.label_info{

	font-size: 10px;
	color: var(--light-gray);
	font-weight: 200;

}

.label_info_larger{

	font-size: 14px;
	color: var(--light-gray);
	font-weight: 400;

}

.label_info_larger_16 {
	font-size: 16px;
	color: var(--light-gray);
	font-weight: 400;
}

.label_info_larger_18 {
	font-size: 18px;
	color: var(--light-gray);
	font-weight: 400;
}


/*in create new dataset, dimensions for svg icon*/
.dataset_type {
	height: 40px;
	width: 40px;
	/*filter: opacity(85%);*/
}
/*to apply our primary color to SVG image*/
/*https://codepen.io/sosuke/pen/Pjoqqp  <<--- use this link to generate colors*/
/*or this one https://tests.christianoliff.com/hex-to-css-filter-generator/*/
.primary_svg {
	filter: invert(21%) sepia(27%) saturate(390%) hue-rotate(191deg) brightness(97%) contrast(98%);
}
/*dizajner nam je dao icone sa tocnim bojama*/
/* .dataSegmentation_svg { */
	/*filter: invert(19%) sepia(68%) saturate(3285%) hue-rotate(297deg) brightness(88%) contrast(101%);*/
/* } */
/* .dataSegmentation_general_segmentation { */
	/*filter: invert(36%) sepia(97%) saturate(357%) hue-rotate(132deg) brightness(86%) contrast(88%);*/
/* } */
/* .dataSegmentation_svg_NewVsReturningCustomers { */
	/*filter: invert(47%) sepia(67%) saturate(7158%) hue-rotate(252deg) brightness(69%) contrast(113%);*/
/* } */
/* .dataSegmentation_svg_cohortAnalysis { */
	/*filter: invert(19%) sepia(69%) saturate(4744%) hue-rotate(331deg) brightness(81%) contrast(117%);*/
/* } */
/* .dataSegmentation_svg_abcAnalysis { */
	/*filter: invert(50%) sepia(77%) saturate(324%) hue-rotate(69deg) brightness(85%) contrast(94%);*/
/* } */
/* .customerLifeTimeIcon { */
	/*filter: invert(52%) sepia(70%) saturate(599%) hue-rotate(4deg) brightness(109%) contrast(101%);*/
/* } */
/* .databaseConnectedDatasetMysqlIcon { */
	/*filter: invert(52%) sepia(70%) saturate(599%) hue-rotate(4deg) brightness(109%) contrast(101%);*/
/* } */
/* .databaseConnectedDatasetPostgreIcon { */
	/*filter: invert(46%) sepia(16%) saturate(3281%) hue-rotate(187deg) brightness(79%) contrast(93%);*/
/* } */
/* .databaseConnectedDatasetMSSQLIcon { */
	/*filter: invert(19%) sepia(68%) saturate(3285%) hue-rotate(297deg) brightness(64%) contrast(101%)*/
/* } */



.pointer{
	cursor:pointer;
}

.disabledPointer{
	cursor: not-allowed;
}
/*overwriting bootstrap background color of btn-light- used in new notebook in selecting icon for notebook*/
.btn-light {
	background-color: white;
}
/*overwriting dx colorpircker*/
.dx-colorbox-color-result-preview {
	 position: absolute;
	 top: 8px;
	 z-index: 2;
	 /* width: 28px; */
	 /* height: 28px; */
	 width: 100%; /*was 57*/
	 height: 100%;
	 /* margin-top: -8.5px; */
	 left: 0px; /*was 21*/
	 /* right: 16px; */
	 border: none;
}
/*overwriting dx widgets font*/
.overwriteDxFont.dx-widget {
	font-family: var(--primary_font);
}
/*used in tmp_qCsvColumns for last column data sample*/
.restrictColumnSampleDataWidth {
	max-width: 550px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chartSize{
	height:100%;
	width:100%;
}


.alertMessageBgrColor{
	background-color: var(--message-1)!important;
}

/* csv upload file uploader button stiliziran da izgleda kao ostali buttoni sa type:'default' i stylingMode'outlined' */
.overWriteDxButton .dx-fileuploader-button.dx-widget {
	/*background-color: transparent;*/
	/*border-color: #305eaf;*/
	/*color: #305eaf;*/
	/* background-color: #3569c3; */
	background-color: var(--graphite-blue);
	border-color: transparent;
	color: #fff;
}
.overWriteDxButton .dx-fileuploader-button.dx-widget:hover {
	/* background-color: #2b569f; */
	background-color: var(--hoverLinksButton);
	border-color: transparent;
}
/*overwriting dx fileUplaoder class. Text of uplaoded file is closer to the fileUploader button*/
.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
	padding-top: 0px; /*was22px originaly*/
}
/* file parsing options*/
.csvOptions{
	width:105px;
}

.popup-passage-label-title {
	font-size: 16px;
	font-weight: 600;
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fadeIn.first {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.notebook-row-options.active, .notebook-row-options:active {
	text-decoration: none;
	background-color: var(--quaternary);
}

.tile-options-item.active, .tile-options-item:active {
	text-decoration: none;
	background-color: var(--quaternary);
}

.model-type-content-popup > .label_info {
	max-width: 190px;
}

.no-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.step-header-subtitle {
	font-size: 30px;/*bilo 16*/
	color: var(--dashboard-color);
}

.step-header-subtitle-16 {
	font-size: 16px;/*bilo 16*/
	color: var(--dashboard-color);
}

.step-info-holder > i {
	padding-top: 2px;
}

.quaternary-color {
	color: var(--quaternary) !important;
}
	
	
	/*tags classess*/

.tagColor1 {
	color: #FFFFFF;
	background-color:#001129;
}
.tagColor2 {
	color: #FFFFFF;
	background-color:#5E6978;
}
.tagColor3 {
	color: #001129;
	background-color:#DDDDE5;
}
.tagColor4 {
	color: #FFFFFF;
	background-color:#002A64;
}
.tagColor5 {
	color: #ffffff;
	background-color:#0064ED;
}
.tagColor6 {
	color: #001129;
	background-color:#94C1FE;
}

.tagColor7 {
	color:#FFFFFF;
	background-color:#138900;
}

.tagColor8 {
	color: #001129;
	background-color:#85E974;
}
.tagColor9 {
    color: #001129;
	background-color:#0DC577;
}
.tagColor10 {
	color: #001129;
	background-color:#82EBBF ;
}
.tagColor11 {
	color: #001129;
	background-color:#FFC400;
}
.tagColor12 {
	color: #001129;
	background-color:#FFE693;
}
.tagColor13 {
	color: #001129;
	background-color:#FF8126;
}
.tagColor14 {
	color: #001129;
	background-color:#FFBC8B;
}
.tagColor15 {
	color: var(--tag_font_color_light);
	background-color:#E42811;
}

/*not in tagcolor array in qTags these are for model create new tags*/
/*machine learning tag*/
.tagColor16{
	color:#ab84f4;
	background-color: #e6dafc;
}
/*clustering and regression*/
.tagColor17{
	color:#81a2c3;
	background-color: #d2f0f8;
}
/*statistics*/
.tagColor18{
	color:#6fa080;
	background-color: #d6f2cd;
}

.tagColor19 {
	color: #001129;
	background-color:#FF988B;
}
.tagColor20 {
	color: #FFFFFF;
	background-color:#D02C91
}
.tagColor21 {
	color: #001129;
	background-color:#FFAEE0;
}
.tagColor22 {
	color: #FFFFFF;
	background-color:#6855CD;
}
.tagColor23 {
	color: #001129;
	background-color:#C7BCFF;
}


.avatarColorHover {
	color: var(--tag_font_color_light);
	background-color:var(--quaternary);
}
.avatarColor1 {
	color: var(--tag_font_color_light);
	/* background-color:#353746; */
	background-color:#002A64;
}
.avatarColor2 {
	color: var(--tag_font_color_light);
	background-color:#73757F;
}
.avatarColor3 {
	color: var(--tag_font_color_light);
	background-color:#6151c7;
}
.avatarColor4 {
	color: var(--tag_font_color_dark);
	background-color:#D6D7DA;
}
.avatarColor5 {
	color: var(--tag_font_color_dark);
	background-color:#E9E2E0;
}
.avatarColor6 {
	color: var(--tag_font_color_dark);
	background-color:#C6DEDF;
}

.avatarColor7 {
	color: var(--tag_font_color_dark);
	background-color:#E9B891;
}

.avatarColor8 {
	 color: var(--tag_font_color_dark);
	background-color:#FFFFFF ;
}
.avatarColor9 {
    color: var(--tag_font_color_light);
	background-color:#457578;
}
.avatarColor10 {
	color: var(--tag_font_color_light);
	background-color:#BBBE4A ;
}
.avatarColor11 {
	color: var(--tag_font_color_light);
	background-color:#94297D;
}
.avatarColor12 {
	color: var(--tag_font_color_light);
	background-color:#341FAF;
}
.avatarColor13 {
	color: var(--tag_font_color_light);
	background-color:#BE2F46;
}
.avatarColor14 {
	color: var(--tag_font_color_light);
	background-color:#662D0E;
}
.avatarColor15 {
	color: var(--tag_font_color_light);
	background-color:#448124;
}

/*not in avatarColor array in qTags these are for model create new tags*/
/*machine learning tag*/
.avatarColor16{
	color:#ab84f4;
	background-color: #e6dafc;
}
/*clustering and regression*/
.avatarColor17{
	color:#81a2c3;
	background-color: #d2f0f8;
}
/*statistics*/
.avatarColor18{
	color:#6fa080;
	background-color: #d6f2cd;
}

/* use_case on create new model first page tags */
/* using :before so we can have content:'' */
.tagMarketing:before{    
	background-color: #e98f17;
	content:"Marketing";
	color:white;
	padding-top:2px;
    border-radius: 10px;
    height: 25px;
    margin-bottom: 0px;
    width: 70px;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.tagSales:before{    
	background-color: #006a56;
	content:"Sales";
	color:white;
	padding-top:2px;
    border-radius: 10px;
    height: 25px;
    margin-bottom: 0px;
    width: 70px;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}


.tagFinance:before{    
	background-color: #006ac9;
	content:"Finance";
	color:white;
	padding-top:2px;
    border-radius: 10px;
    height: 25px;
    margin-bottom: 0px;
    width: 70px;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.tagProduct:before{    
	background-color: #e94fd5;
	content:"Product";
	color:white;
	padding-top:2px;
    border-radius: 10px;
    height: 25px;
    margin-bottom: 0px;
    width: 70px;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

/* tag free, define with style height,width,color,backgroundColor */
.tagFeatureImportanceBlueTag{    
	background:#2762e7;
	color:white;
	padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    margin-bottom: 0px;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    /* flex-direction: column;
    text-align: center;
    justify-content: center; */
}
.tagFeatureImportanceGreyTag{    
	background:#dcdcdc5c;
	color:black;
	padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    margin-bottom: 0px;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    /* flex-direction: column;
    text-align: center;
    justify-content: center; */
}
.tagFeatureImportanceGreenTagBetween1_5{    
	/* background:#e1f1de; */
	color:#138900;
	font-weight: 600;
	/* padding: 5px;
	border-radius: 20px;
    margin-bottom: 0px; */
    align-items: center;
    /* margin-left: 1px; */
    /* margin-right: 4px; */
    display: inline-block;
}
.tagFeatureImportanceGreenTagBetween5_10{    
	background:#e1f1de;
	color:#138900;
	font-weight: 600;
	padding: 10px;
	border-radius: 20px;
    margin-bottom: 0px;
    align-items: center;
    margin-left: 1px;
    margin-right: 4px;
    display: inline-block;
}
.tagFeatureImportanceGreenTagBetween10_100{    
	/* background:#e1f1de; */
	color:#138900;
	font-weight: 600;
	/* padding: 15px;
	border-radius: 20px;
    margin-bottom: 0px; */
    align-items: center;
    margin-left: 1px;
    margin-right: 4px;
    display: inline-block;
}
.tagFeatureImportanceRedTagBetween1_5{    
	/* background:#f8dfdf; */
	color:#E42811;
	font-weight: 600;
	/* padding: 5px;
	border-radius: 20px;
    margin-bottom: 0px; */
    align-items: center;
    /* margin-left: 4px; */
    /* margin-right: 1px; */
    display: inline-block;
}.tagFeatureImportanceRedTagBetween5_10{    
	/* background:#f8dfdf; */
	color:#E42811;
	font-weight: 600;
	/* padding: 10px;
	border-radius: 20px;
    margin-bottom: 0px; */
    align-items: center;
    margin-left: 4px;
    margin-right: 1px;
    display: inline-block;
}.tagFeatureImportanceRedTagBetween10_100{    
	/* background:#f8dfdf; */
	color:#E42811;
	font-weight: 600;
	/* padding: 15px;
	border-radius: 20px;
    margin-bottom: 0px; */
    align-items: center;
    margin-left: 4px;
    margin-right: 1px;
    display: inline-block;
}
.tagFeatureImportanceConstant{    
	background:#ededed;
	color:#958e8e;
	font-weight: 600;
	padding: 5px;
	border-radius: 20px;
    margin-bottom: 0px;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
}
  /*  featureImportanceArrows */
  .arrow0 {
	/* margin: 25px; */
	display: inline-block;
	height: 12px;
	position: relative;
	width: 12px;
}
.arrow0::after {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	content: "";
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	width: 12px;
}
.arrow0.is-triangle::after {
	border-style: solid;
	border-width: 0 0 12px 12px;
	height: 0;
	width: 0;
}
.arrow0.is-check::after {
	width: 6px;
}
.arrow0.arrow-bar::before {
	bottom: 1px;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	transform-origin: bottom;
	width: 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrow0.arrow-bar2::before {
	bottom: 1px;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	transform-origin: bottom;
	width: 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrow0.arrow-bar3::before {
	bottom: 1px;
	content: "";
	height: 75px;
	position: absolute;
	right: 0;
	transform-origin: bottom;
	width: 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrow0.is-top {
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.arrow0.is-right {
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.arrow0.is-bottom {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow0.is-left {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow0::after, .arrow0 .arrow::after {
	border-color: #138900;
}
.arrow0.is-triangle::after, .arrow0 .arrow0.is-triangle::after {
	border-color: transparent;
	border-bottom-color: #138900;
}
.arrow0::before, .arrow0 .arrow0::before {
	background-color: #138900;
}

/* same as above just different color copy pasted*/
.arrow2 {
	/* margin: 25px; */
	display: inline-block;
	height: 12px;
	position: relative;
	width: 12px;
}
.arrow2::after {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	content: "";
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	width: 12px;
}
.arrow2.is-triangle::after {
	border-style: solid;
	border-width: 0 0 12px 12px;
	height: 0;
	width: 0;
}
.arrow2.is-check::after {
	width: 6px;
}
.arrow2.arrow-bar::before {
	bottom: 1px;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	transform-origin: bottom;
	width: 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrow2.arrow-bar2::before {
	bottom: 1px;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	transform-origin: bottom;
	width: 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrow2.arrow-bar3::before {
	bottom: 1px;
	content: "";
	height: 70px;
	position: absolute;
	right: 0;
	transform-origin: bottom;
	width: 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.arrow2.is-top {
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.arrow2.is-right {
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.arrow2.is-bottom {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow2.is-left {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow2::after, .arrow2 .arrow2::after {
	border-color: #E42811
}
.arrow2.is-triangle::after, .arrow2 .arrow2.is-triangle::after {
	border-color: transparent;
	border-bottom-color: #E42811
}
.arrow2::before, .arrow2 .arrow2::before {
	background-color: #E42811;
}
  /* END of featureImportanceArrow */
.featureImportanceSpacer1{
	/* position: relative;
	right: 127px; */
    margin-left: 55px;
}
.featureImportanceSpacer2{
	/* position: relative;
	right: 111px; */
    margin-left: 100px;
}
.featureImportanceSpacer3{
	/* position: relative; */
	/* right: 100px; */
    margin-left: 180px;
}

.featureImportanceSpacer1Red{
	/* position: relative;
	right: 40px; */
	margin-right: 80px;
}
.featureImportanceSpacer2Red{
	/* position: relative;
	right: 27px; */
	margin-right: 120px;
}
.featureImportanceSpacer3Red{
	/* position: relative;
	right: 2px; */
	margin-right: 195px;
}

/*qNotifications*/
.qNotificationTitle{
	font-size: 16px;
	font-weight: 600;
}
.qNotificationText{
	font-size: 16px;
	color: var(--primary);
	font-weight: 400;
}

.qNotificationText > img {
	height: 23px;
	padding-right: 7px;
}

.qNotificationTip{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-left: 3px solid #0064ED;
	background-color: #E4F0FF;
}
.qNotificationWarning{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-left: 4px solid #ce9f3c;
	background-color: #f7fafd;
}
.qNotificationError{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-left: 5px solid #c72f46;
	background-color: #f7fafd;
}.qNotificationBook{
	border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	border-left: 3px solid #0064ee;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
	background-color: #ffffff;
}
.qNotificationBookAi{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-left: 3px solid #74bcac;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	background-color: #E4F0FF;
}

/*end of qNotifications*/
/*in create model popup step 4*/
.selectDatasetTitle{
	font-size: 24px;
	font-weight: 600;
	/* color: var(--secondary); */
	color: var(--primary);
}
.selectDatasetText{
	font-size: 16px;
	font-weight: 500;
}

/*bayesian tip colors*/
.yellowColor{
	color:#BBBE4A;
	font-weight: 600;
}
.blueColor{
	font-weight: 600;
	color:#6151c7;
}
.yellowShaded{
	background-color:#f9f3e5;
	/*font-weight: 600;*/
}
.violent{
	color:#94297d;
	font-weight: 600;
}
/*end of bayesian tip colors*/

/*KPI boxes*/
.kpiRow{
	border: 0;
	/* box-shadow: 10px 11px 12px -12px hsl(0deg 17% 68% / 71%); */
	background-color: #E4F0FF;
}
.kpiBgr{
	background-color: #ffffff;
}
/*kpiBox -> for bayesian kpi*/
.kpiBox{
	width: 160px;
	height: 120px;
}
/* for scenario tab details- columns,rows,memory*/
.kpiBoxDetailsTable{
	width: 160px;
	height: 80px
}
.kpiBoxRFM{
	/* width: 85px; */
	width: 85px;
	height: 130px;
	/*border: solid 1px;*/
	/*border-radius: 6px;*/
	/*border-color: #7275804d;*/
}
.kpiText {
	color: var(--secondary);
	text-align: center;
	font: normal normal 400 14px var(--primary_font);
	letter-spacing: 0;
	opacity: 1;
}

.kpiNumber {
	color: var(--primary);
	text-align: center;
	font: normal normal 800 21px var(--primary_font);
	letter-spacing: 0;
	opacity: 1;
}



/*end of kpi boxes*/
.disabledArea{
	background-color: #f5f5f5;
	opacity: 0.3;
	pointer-events: none;
}

.dx-switch .dx-switch-off .dx-switch-handle {
	background: black;
}
/* dx checkbox malo tamniji border stavljen */
.dx-checkbox-icon {
	width: 22px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #8b8b8b;
	background-color: #fff;
  }
  /* owervriting bootstrap active state. used in notebook on row options */
  .dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F0F0F0;
}
 /* owervriting bootstrap focus state. used in notebook on row options */
.myClassCustom.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*dataset merge*/
.selectedDataset{
	/*border: 1px solid var(--quaternary);*/
	border:1px solid #7eace2;
	border-radius: 6px;
	/*height:100px;*/
	box-shadow: 10px 11px 15px -9px hsl(0deg 17% 68% / 71%);
}

.textOverflow{
	color:var(--quaternary);
	max-width: 238px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* used on tileview for tags */
.text-overflow {
	
	white-space: nowrap; /* Prevent wrapping onto multiple lines */
	overflow: hidden; /* Hide overflowing content */
	text-overflow: ellipsis; /* Add ellipsis (...) for truncation */
	max-width: 10em; 
}

.text-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }

/*dataset merge*/
.noDatasetSelected{
	/*top: 261px;*/
	left: 362px;
	width: 255px;
	height: 331px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D6D7DA;
	border-radius: 6px;opacity: 1;
}
.noDatasetSelected:hover{

	/*border:1px solid var(--quaternary);*/
	border:1px solid #7eace2;
}
.selectDatasetTextAsButton{

	text-align: center;
	position: relative;
	top: 145px;
	bottom: auto;
	width: 88px;
	margin: auto;
	vertical-align: middle;
	cursor: pointer;
	font: normal normal 600 16px/22px "DM Sans", sans-serif;;
	letter-spacing: 0.4px;
	color: #3569C3;
	text-transform: uppercase;
	opacity: 1;
}
/*break flex to new row*/
.breakFlex {
	flex-basis: 100%;
	height: 0;
}
/*end of dataset merge*/

.q_css-role-permission-edit{
    padding: 0 16px 16px 16px;
}

 .q_css-role-permission-edit > .q_css-role-permission-edit-row:first-child{
    border-bottom: 2px solid #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
}


 .q_css-role-permission-edit > .q_css-role-permission-edit-row:last-child{
    border-bottom: 1px solid #f0f0f0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* .q_css-role-permission-edit-header{
    border-bottom: 0 16px 16px 16px;
} */
.q_css-role-permission-edit-row{
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    margin-bottom: none!important;
}

.q_css-role-permission-edit-label{
    border-right: 1px solid #f0f0f0;
}

/*sets canvas export zoom toolbar on the left */
.canvasjs-chart-toolbar {
	/*left: 0 !important;*/ 		/*toolbar on the left side*/
	/*right: auto !important;*/ 	/*toolbar on the left side*/
	left: auto !important;	/*toolbar on the right side sligthly pushed left so maximize icon fits*/
	right: 15px !important; /*toolbar on the right side sligthly pushed left so maximize icon fits*/
}

.moreNullValsWarning {
	background-color:#d91313;
	border-radius: 50px;
	height:8px;
	width:8px;
	margin-top: 5px;
    margin-left: 3px;
}

.lessNullValsWarning {
	background-color:#d37979;
	border-radius: 50px;
	height:8px;
	width:8px;
	margin-top: 5px;
    margin-left: 3px;
}

/* model tabs */
/* imamo normal, active i finished */
.scenarioStepsList {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.scenarioTabTitle{
	font-size: 16px;
	font-weight: 600;
	margin-bottom:11px;
	color:#c6cacd;
}
.scenarioTabTitle.active{ 
	font-weight: 600;
	color:#658ff1;
}
.checkedTitle{ 
	font-weight: 600;
	color:#658ff1;
}
.scenarioStep{
	height: 35px;
	width: 35px;
	display: inline-block;
	border-radius: 50%;
	transition: 0.2s;
	border: 2px solid #c6cacd;
	color:#c6cacd;
}

.scenarioStep.active{
	border-color: #658ff1;
	background-color: #658ff1;
	color:white;
	font-weight: 600;
	cursor: pointer;
}
.scenarioLine{
	margin-bottom:11px; 
    position: absolute;
    top: 43px; 
	left: 70%;
    height: 3px;
    width: 50%;
    background: #c6cacd;
	font-weight: 600;
	
 }

.checkedLine{
	background: #658ff1!important;
}
.checked{
	border-color: #658ff1!important;
	cursor: pointer;
	font-weight: 600;
	background-color: #658ff1;
	color:white;
}

.notActiveStep{
	cursor:not-allowed;
	pointer-events: none;
	font-weight: 600;
	color:#c6cacd;
}

/* animation */

/* .animate-show-hide.ng-hide {
	opacity: 0;
	background-color: red;
  }
  
  .animate-show-hide.ng-hide-add,
  .animate-show-hide.ng-hide-remove {
	transition: all linear 0.5s;
  } */
  .animate-show.ng-hide-add {
	transform: rotateZ(0);
	transform-origin: right;
	transition: all 0.7s ease-in-out;
  }
  
  .animate-show.ng-hide-add.ng-hide-add-active {
	/* transform: rotateZ(-135deg); */
	/* ovo ispod zakoemntirati,gore otkomentirati */
	left: -100%;
	transition: all 1.2s;
	position: absolute;
	opacity:0;

  }
  
  .animate-show.ng-hide-remove {
	transform: rotateY(90deg);
	transform-origin: left;
	transition: all 0.7s ease;
	
  }
  
  .animate-show.ng-hide-remove.ng-hide-remove-active {
	transform: rotateY(0);
  }
  
  /* // panel wrap animation */
  /* .animate-show.ng-hide-add,
  .animate-show.ng-hide-remove {
	transition: all 1s;
	opacity:1;
	position: absolute;
	left: 0;
 
  }
  .animate-show.ng-hide {
	
	left: -100%;
	opacity:0;
  } */
  
 
 



  /* ANIMATIONS (FROM ANIMATE.CSS) */
  
 
/* end of animation */
/* end of model tabs */

/* customizing dx-css */
.dx-toast-icon {
	width: 20px;
	height: 20px;
  }

  /* radio buttons with ripple effect */
  @-webkit-keyframes click-wave {
	0% {
		height: 24px;
		width: 24px;
		opacity: 0.45;
		position: relative;
	}
	100% {
		height: 50px;
		width: 50px;
		margin-left: -12px;
		margin-top: -15px;
		opacity: 0;
	}
  }
  @-moz-keyframes click-wave {
	0% {
	  height: 24px;
	  width: 24px;
	  opacity: 0.45;
	  position: relative;
	}
	100% {
	  height: 50px;
	  width: 50px;
	  margin-left: -12px;
	  margin-top: -15px;
	  opacity: 0;
	}
  }
  @keyframes click-wave {
	0% {
	  height: 24px;
	  width: 24px;
	  opacity: 0.45;
	  position: relative;
	}
	100% {
	  height: 50px;
	  width: 50px;
	  margin-left: -12px;
	  margin-top: -15px;
	  opacity: 0;
	}
  }
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.3333333333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  /* background: #9faab7; */
  background: var(--hoverLinksButton);
}
.option-input:checked {
	background: var(--quaternary);
  /* background: #21a6e4; */
}
.option-input:checked::before {
  height: 24px;
  width: 24px;
  position: absolute;
  /* content: "✖"; */
  content: "⦿";
  display: inline-block;
  /* font-size: 18px; */
  /* font-size: 15.56666px; */
  text-align: center;
  line-height: 22px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: var(--quaternary);
  /* background: #40e0d0; */
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

/* dataset summary text,number,date tags */

.datasetSummaryText{
	font-size: 14px;
    color: #ae8626;
    font-weight: 400;
    background-color: #f5f3ed;
    border-radius: 5px;
    padding: 2px!important;
    margin-left: 5px;
}
.datasetSummaryDate{
	font-size: 14px;
    color: #a95130;
    font-weight: 400;
    background-color: #ffecee;
    border-radius: 5px;
    padding: 2px!important;
    margin-left: 5px;
}
.datasetSummaryNumber{
	font-size: 14px;
    color: #6151c7;
    font-weight: 400;
    background-color: #e6eafd;
    border-radius: 5px;
    padding: 2px!important;
    margin-left: 5px;
}

.notInYourPlan{
	font-size: 13px;
    color: white;
    font-weight: 500;
    background-color: var(--greyish);
    /* border-radius: 3px; */
    padding: 4px !important;
}

.planTag{
    font-size: 18px;    
	color: black;    
	margin: 6px;    
	font-weight: 600;    
	background-color: #FFAEE0;   
	border-radius: 0px;    
	padding: 6px !important;
}

.fa-play.playing {
    color: #70c970; /* or any other color you want */
}



/* new custom customGenerativeAiButton type of button */
.dx-button-mode-outlined.dx-button-customGenerativeAiButton {
	/* background-color: #74bcac;
	border-color: #74bcac; */
	font-family: DM Sans;
	border-radius: 0px;
	font-size:14px;
	font-weight: 500;
	border-color:var(--quaternary);
	background-color: var(--quaternary);
	color: #ffffff;
}
.dx-button-mode-outlined.dx-button-customGenerativeAiButton .dx-icon {
	color: #295247;
	
}
.dx-button-mode-outlined.dx-button-customGenerativeAiButton.dx-state-focused,
.dx-button-mode-outlined.dx-button-customGenerativeAiButton.dx-state-hover {
	/* background-color: #74bcac8c;
	border-color: #74bcac8c; */
	border-color:#0049AF;
	background-color: #0049AF;
	color: #ffffff;
}
.dx-button-mode-outlined.dx-button-customGenerativeAiButton.dx-state-active {
	background-color: #2b569f;
	border-color: #2b569f;
	color: #ffffff;
}

/* enables button hint/tooltip */
.add-hint {  
	pointer-events: auto;  
	cursor: pointer!important;
} 
.green-icon{
	color:#295247;
}

/* overwriting dx */
.dx-button-has-text .dx-icon {
	width: 18px;
	height: 18px;
	font-size: 16px;/* was 18px smaller picture on the button*/
	margin-right: 9px;
	margin-left: 0;
  }

  .alert-danger {
    color: #180305;
    background-color: #FFE1DD;
    border-color: #E42811;
}

.checkmark-circle {
	width: 14px;
    height: 14px;
    background-color: #138900;
    border-radius: 50%;
    position: relative;
  }
  
  .checkmark-circle::after {
    font-size: 8px;
	font-weight: 600;
    content: "✓";
    color: white;
    display: block;
    /* width: 12px; */
    /* height: 22px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .checkmark-circle-red {
	width: 14px;
    height: 14px;
    background-color: var(--errorColor);
    border-radius: 50%;
    position: relative;
  }
  
  .checkmark-circle-red::after {
    font-size: 8px;
	font-weight: 600;
    content: "X";
    color: white;
    display: block;
    /* width: 12px; */
    /* height: 22px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* predicts column alias */
  .column-alias-container {
	overflow-wrap: break-word; /* Allow long unbreakable words to break */
	max-width: 100%;
  }
/* start here link pulsating chevron at welcome page */
  .pulsating-icon {
    margin-right: 8px; /* space between text and icon */
    color: white; /* set the icon color to white */
    animation: pulse 1.4s infinite; /* apply the pulsating animation */
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}


/* logs */

.errorTag{
	border-radius: 0px;
	padding: 3px;
	background-color: #e20505;
	color: white;
	font-size: 14px;
}
.waiting-for-pickup{
	border-radius: 0px;
	padding: 3px;
	background-color: #C7BCFF;
	color: #001129;
	font-size: 14px;
}
.provisioning-for-image{
	border-radius: 0px;
	padding: 3px;
	background-color: #82EBBF;
	color: #001129;
	font-size: 14px;
}
.in-progress{
	border-radius: 0px;
	padding: 3px;
	background-color: #82EBBF;
	color: #001129;
	font-size: 14px;
}
.done-ok{
	border-radius: 0px;
	padding: 3px;
	background-color: #a8e97e;
	color: #001129;
	font-size: 14px;
}
.no-task{
	border-radius: 0px;
	padding: 3px;
	font-size: 14px;
	color: #001129;	
}