@font-face {
  font-family: "Nunito";
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url("font/NunitoSans-Regular.ttf") format("truetype"),
    url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOOaBXso.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  font-family: "Nunito";
}
[data-jp-theme-light="true"] .jp-S3-icon {
  background-image: url(image/bucket-light.svg);
}

[data-jp-theme-light="false"] .jp-S3-icon {
  background-image: url(image/bucket-dark.svg);
}

.collapse-title:hover,
.collapse-title:active,
.collapse-title:focus {
  background-color: black;
  color: #03cba8;
}
.collapse-title-deactive:hover,
.collapse-title-deactive:active,
.collapse-title-deactive:focus {
  background-color: black;
  color: #03cba8;
}

.jp-SideBar .p-TabBar-content .p-TabBar-tab .jp-S3-icon {
  background-size: 90%;
}

[data-jp-theme-light="true"]
  #s3-filebrowser
  .jp-FileBrowser-crumbs
  .jp-BreadCrumbs-item:first-child {
  background-image: url(image/bucket-light.svg);
}

[data-jp-theme-light="false"]
  #s3-filebrowser
  .jp-FileBrowser-crumbs
  .jp-BreadCrumbs-item:first-child {
  background-image: url(image/bucket-dark.svg);
}

[data-jp-theme-light="true"]
  #s3-filebrowser.root
  .jp-DirListing-itemIcon.jp-MaterialIcon.jp-FolderIcon {
  background-image: url(image/bucket-light.svg);
}

[data-jp-theme-light="false"]
  #s3-filebrowser.root
  .jp-DirListing-itemIcon.jp-MaterialIcon.jp-FolderIcon {
  background-image: url(image/bucket-dark.svg);
}

#s3-filebrowser.root .jp-DirListing-itemIcon.jp-MaterialIcon.jp-FolderIcon {
  background-size: 65%;
}

#s3-filebrowser .jp-FileBrowser-crumbs .jp-BreadCrumbs-item:first-child {
  background-size: 65%;
}

.s3-error {
  padding: 30px;
  border: 3px solid red;
  font-size: 1.3em;
}

.s3form {
  padding: 25px;
  text-align: center;
}

.jp-S3Browser {
  background-color: #202624;
  height: 100%;
}

.jp-S3Browser .jp-FileBrowser {
  flex-grow: 1;
  height: 100%;
}

.jp-S3Browser .jp-ToolbarButton.jp-Toolbar-item.jp-S3-toolbar-item {
  display: block;
}

.codedisplay {
  padding: 0px;
  text-align: left;
}

.infinwidget {
  text-align: center;
  overflow: unset;
}

[data-jp-theme-light="false"] .s3form {
  color: white;
  font-size: 1.1em;
}

[data-jp-theme-light="true"] .s3form {
  color: white;
  font-size: 1.1em;
}

[data-jp-theme-light="false"] .codedisplay {
  color: white;
  font-size: 1.1em;
}

[data-jp-theme-light="true"] .codedisplay {
  color: white;
  font-size: 1.1em;
}

[data-jp-theme-light="false"] .infinwidget {
  color: white;
  font-size: 1.1em;
}

[data-jp-theme-light="true"] .infinwidget {
  color: white;
  font-size: 1.1em;
}

.s3-connect {
  text-align: center;
  font-size: 0.8em;
}

#s3-filebrowser.loading > div > ul > li {
  display: none;
}

/*
Hide 'Upload' and 'New Folder' toolbar
buttons until they are implemented
*/
#s3-filebrowser > div.jp-Toolbar > div:nth-child(1),
#s3-filebrowser > div.jp-Toolbar > div:nth-child(2),
#s3-filebrowser > div.jp-Toolbar > div:nth-child(3) {
  display: none;
}

#s3-filebrowser > div.jp-Toolbar,
#loc-filebrowser > div.jp-FileBrowser-toolbar,
#loc-filebrowser > div.jp-FileBrowser-filterBox,
#s3-filebrowser > div.jp-FileBrowser-filterBox {
  display: none;
}
.martop-30 {
  margin-top: 32px;
}
.btn,
.ui-button {
  color: #ffff !important;
  background-color: #03cba8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  border: none;
  cursor: pointer;
  font-family: "Nunito";
}

button.ui-button:hover,
button.ui-button.active,
button.ui-button:focus,
button.btn:hover,
button.btn.active,
button.btn:focus,
button.toggle_btn:hover,
button.toggle_btn.active,
button.toggle_btn:focus,
button.signoutbtn:hover,
button.signoutbtn.active,
button.signoutbtn:focus {
  background-color: #05ebc2;
  color: #ffffff !important;
}
.toggle_btn {
  color: #03cba8;
  background-color: rgba(70, 90, 192, 0.1);
}

#infinstorpassword {
  margin-right: -23px;
}

#passtoggle_btn:hover {
  cursor: pointer;
}

#passtoggle_btn {
  position: relative;
}

#infinstor {
  overflow: auto !important;
}

.navigation {
  width: 100%;
  background-color: #202624;
  padding-bottom: 5px;
  padding-right: 3px;
  margin-top: 7px;
}

.logo {
  text-decoration: none;
  float: left;
  color: white;
  width: 160px;
  -webkit-transition: width 0.35s;
  overflow: hidden;
}

.logo img {
  float: left;
  margin: 5px;
  width: 105px;
}

.h2image img {
  float: left;
  margin-right: 8px;
  width: 20px;
}
.user {
  text-align: right;
  color: #03cba8 !important;
  font-size: 1rem;
  font-weight: 500 !important;
}

.signoutbtn {
  color: #03cba8;
  background-color: rgba(93, 120, 255, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.2rem;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  padding: 0.3rem 1rem;
  float: right;
  cursor: pointer;
}

.codedisplayspan {
  position: absolute;
  top: 0;
  right: 0;
  color: #03cba8;
  background-color: rgba(93, 120, 255, 0.1);
  border: 5px solid #f4f4f4;
  font-size: 0.75rem;
  padding: 0.25rem 0.65rem;
  cursor: pointer;
  border-radius: 2px;
  transition: color 300ms;
  font-weight: normal;
}

.insertcellspan {
  position: absolute;
  top: 0;
  left: 0;
  color: #03cba8;
  background-color: rgba(93, 120, 255, 0.1);
  border: 5px solid #f4f4f4;
  font-size: 0.75rem;
  padding: 0.25rem 0.65rem;
  cursor: pointer;
  border-radius: 2px;
  transition: color 300ms;
  font-weight: normal;
}

.codedisplaydiv {
  background-color: #f4f4f4;
  padding: 25px 30px;
  font-size: 13px;
  line-height: 1.5;
  overflow-x: auto;
}

.sameline {
  display: inline-flex;
  margin-top: 5px;
}
.browsbtn {
  width: 90px;
}
.addxformbtn {
  width: 88px;
  margin-left: 4px;
}
.browse_p {
  margin-bottom: 10px;
}
.block {
  display: block;
}
.hide {
  display: none !important;
}

#s3-filebrowser {
  width: 700px;
  height: 380px;
}

h4 {
  margin-block-start: 2px !important;
  margin-block-end: 2px !important;
}
#labelname {
  width: 268px;
}
#InfinSliceForm {
  margin-top: 5px;
}

.loginlogo {
  float: none !important;
  background-image: url(image/InfinStorBaseLogo_Primary.svg);
  background-repeat: no-repeat;
  background-size: 150px;
  padding-bottom: 30px;
  margin: 5px;
  width: 150px;
}

.jp-Dialog-button {
  background-color: #03cba8 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.typeahead {
  background-color: white !important;
  color: black !important;
  margin-bottom: 10px;
  width: 400px;
}

.tt-hint {
  display: none;
}

.tt-menu {
  width: 400px;
  color: black;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left !important;
  max-height: 150px;
  overflow-y: auto;
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
  border: 1px solid #ccc;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #fff;
  background-color: #03cba8;
  border-bottom: green;
}

.tt-suggestion p {
  margin: 0;
}

.collapse-content {
  height: 0px;
  overflow: hidden;
  display: block;
}

.collapse-recontent {
  overflow: initial !important;
}
.collapse-title {
  opacity: 1;
  background-color: #202624;
  color: #ffff;
  cursor: pointer;
  padding: 5px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  margin-top: 3px;
}
.collapse-title-deactive {
  opacity: 0.5;
  background-color: #202624;
  color: #ffff;
  cursor: default;
  padding: 5px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  margin-top: 3px;
}

h2 {
  margin-block-start: 2px !important;
  margin-block-end: 2px !important;
  font-weight: 400;
}
.colapse-icon {
  float: right;
  font-size: small;
  margin-top: 7px;
  color: #5c5e6a;
}
.collapse-title:hover .colapse-icon {
  color: #fff;
}

.collapse-title-deactive:hover .colapse-icon {
  color: #fff;
}
.source_sel {
  padding: 5px;
  cursor: pointer;
}
#statusDisplayTitle {
  text-align: left;
  padding-left: 7px;
  padding-right: 7px;
}
.margintop {
  margin-top: 5px;
}
.fullwidth {
  width: 100%;
  height: 100%;
}
.input-field {
  margin-bottom: 5px;
  width: 268px;
}
.jp-mlflow-icon {
  background-image: url(image/mlflow-logo.svg);
}
.mleft-20 {
  margin-left: 25px;
}
.mleft-200 {
  margin-left: 200px;
}
.mleft-10 {
  margin-left: 10px;
}
.mleft-15 {
  margin-left: 15px;
}
.h2image {
  align-items: center;
}
.open_section {
  background-color: black;
  color: #03cba8;
}
.margin_topauto {
  margin-top: auto !important;
}
.logoimg {
  background-image: url(image/InfinStorStarter-min.png);
  background-repeat: no-repeat;
  background-size: 160px;
  float: left;
  margin: 5px;
  width: 160px;
  padding-top: 40px;
}
.logoimg_Premium {
  background-image: url(image/InfinStorPremium-min.png);
  background-repeat: no-repeat;
  background-size: 160px;
  float: left;
  margin: 5px;
  width: 160px;
  padding-top: 40px;
}

.side_icon_mlflow {
  background-image: url(image/mlflow-logo-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 20px;
}

.side_icon_storage {
  background-image: url(image/storage.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 24px;
  float: left;
  margin-right: 8px;
  width: 20px;
}

.side_icon_transforms {
  background-image: url(image/transforms.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 20px;
}

.side_icon_code {
  background-image: url(image/code.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 20px;
  margin-top: 3px;
}

.mtop30 {
  margin-top: 32px;
}

.tog-password {
  margin-top: 3px;
  color: black;
}
.jp-DirListing-item.jp-mod-selected {
  color: white;
  background: #03cba8 !important;
}
.jp-SpinnerContent:before {
  width: 50%;
  height: 50%;
  background: #03cba8;
}
.jp-SpinnerContent {
  background: var(--jp-brand-color3);
  background: linear-gradient(
    to right,
    #03cba8 10%,
    rgba(255, 255, 255, 0) 42%
  );
}
.jp-SpinnerContent:after {
  background: #202426;
}
.collapse-title:hover .side_icon_storage {
  background-image: url(image/storage-green.svg);
}
.collapse-title:hover .side_icon_transforms {
  background-image: url(image/transforms-green.svg);
}
.collapse-title:hover .side_icon_code {
  background-image: url(image/code-green.svg);
}
.collapse-title:hover .side_icon_mlflow {
  background-image: url(image/mlflow-logo-green.svg);
}

.collapse-title-deactive:hover .side_icon_storage {
  background-image: url(image/storage-green.svg);
}
.collapse-title-deactive:hover .side_icon_transforms {
  background-image: url(image/transforms-green.svg);
}
.collapse-title-deactive:hover .side_icon_code {
  background-image: url(image/code-green.svg);
}
.collapse-title-deactive:hover .side_icon_mlflow {
  background-image: url(image/mlflow-logo-green.svg);
}

#jp-left-stack {
  min-width: 302px !important;
}
.open_section .side_icon_storage {
  background-image: url(image/storage-green.svg);
}
.open_section .side_icon_transforms {
  background-image: url(image/transforms-green.svg);
}
.open_section .side_icon_code {
  background-image: url(image/code-green.svg);
}
.open_section .side_icon_mlflow {
  background-image: url(image/mlflow-logo-green.svg);
}
.login_logo {
  margin-block-start: -12px !important;
  font-size: 14pt;
  font-weight: 400;
}
#loginform {
  margin-top: 25px;
}
#initialState {
  font-size: 0.76em !important;
}
.xform_browse {
  width: 700px;
  height: 380px;
  background-color: #202624;
  color: #ffffff;
}
.xformselected {
  color: #ffffff;
  background: #03cba8 !important;
}
ul {
  padding-inline-start: 0px;
}
.jp-DirListing-item:hover:not(.jp-mod-selected) {
  background: #05ebc2;
}

.close_icon {
  float: right;
  cursor: pointer;
}
.jp-Dialog-content {
  background: black;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
  max-height: 600px;
  max-width: 1200px;
}
.jp-Dialog-header {
  color: #ffffff;
}
.dialoglogoimg {
  background-image: url(image/InfinStorIcon.png);
  background-repeat: no-repeat;
  background-size: 35px;
  float: left;
  width: 50px;
  padding-top: 35px;
}
.jp-Dialog-body {
  background: #202624;
  color: #ffff;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.jp-DirListing-headerItem:hover {
  background: unset;
}
.jp-DirListing-content {
  background-color: #202624;
  color: #ffffff;
}
.jp-BreadCrumbs-item:hover {
  background-color: unset;
}
.f9v3xdu:hover {
  background-color: unset;
}
.xform_view {
  width: 400px;
  height: auto;
  background-color: #202624;
  color: #ffffff;
}
.ok_btn {
  width: 100px;
}
.dataleftbtn {
  width: 88px;
  margin-right: 5px;
}
#listFilesbtn {
  margin-top: 5px;
}
#readFilesbtn {
  margin-top: 5px;
}
.select_feature {
  background: #03cba8;
  border-radius: 10px;
  margin: 5px;
  border: 5px solid #202624;
}
.select_feature_dag {
  background: #03cba8;
  border-radius: 10px;
  margin: 2px;
  border: 5px solid #202624;
}
.select_feature-deactive {
  opacity: 0.5;
  background: #03cba8;
  border-radius: 10px;
  margin: 5px;
  border: 5px solid #202624;
}
.feature_selected {
  outline: 1px solid #09cdef;
}
.select_feature_view {
  margin: 20px;
  font-size: x-large;
}
.snap_header {
  font-size: x-large;
  margin: 5px;
}
.snaptext1 {
  font-size: small;
  margin: 5px;
}
.snaptext2 {
  font-size: small;
  font-weight: 700;
  margin: 5px;
}
.snap_header_dag {
  font-size: x-large;
  margin: 3px;
}
.snaptext1_dag {
  font-size: small;
  margin: 3px;
}
.select_feature:hover {
  background: #05ebc2;
}
.select_feature-deactive:hover {
  background: #05ebc2;
}
.snap_icon {
  background-image: url(image/InfinSnap-Icon.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-bottom: 50px;
  float: left;
  margin-right: 8px;
  width: 50px;
  margin-top: 10px;
}
.snap_icon_right {
  background-image: url(image/InfinSnap-Icon.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-bottom: 50px;
  float: right;
  width: 50px;
  margin-top: 10px;
}
.slice_icon {
  background-image: url(image/InfinSlice-Icon.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-bottom: 50px;
  float: left;
  margin-right: 8px;
  width: 50px;
  margin-top: 10px;
}
.slice_icon_right {
  background-image: url(image/InfinSlice-Icon.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-bottom: 50px;
  float: right;
  width: 50px;
  margin-top: 10px;
}
.text_center {
  text-align: center;
  margin-block-start: 30px !important;
}
.text_left {
  text-align: left;
  margin-block-start: 30px !important;
}
.infinSnap_input {
  width: 270px;
}
.infinSnap_window {
  margin: 20px;
}
.infinSnap_input_date {
  margin-right: 77px;
  margin-left: 15px;
}
.featurebtn {
  width: 106px;
}
.pre_space {
  white-space: pre;
}
.jupyter_icon {
  background-image: url(image/InfinStor_Jupyter.png);
  background-repeat: no-repeat;
  background-size: 40px;
  padding-bottom: 45px;
  float: left;
  margin-right: 8px;
  width: 45px;
  margin-left: 10px;
}
.single_vm_icon {
  background-image: url(image/InfinStor_SingleVM.png);
  background-repeat: no-repeat;
  background-size: 40px;
  padding-bottom: 45px;
  float: left;
  margin-right: 8px;
  width: 45px;
  margin-left: 10px;
}
.aws_icon {
  background-image: url(image/InfinStor_AWS.png);
  background-repeat: no-repeat;
  background-size: 45px;
  padding-bottom: 45px;
  float: left;
  margin-right: 8px;
  width: 45px;
  margin-left: 10px;
  margin-top: 12px;
}
.check-size {
  height: 21px !important;
  width: 25px;
}
.font-xlarge {
  font-size: 1.33em;
  margin-left: 10px;
}
.font-1em {
  font-size: 1.5em;
}
.mleft-60 {
  margin-left: 60px;
}
.mleft-40 {
  margin-left: 40px;
}
.mleft-50 {
  margin-left: 50px;
}
#period {
  background: #ffffff !important;
  color: black !important;
  width: 230px !important;
  margin-left: 5px;
}
input[type="checkbox"][readonly] {
  pointer-events: none !important;
}
.checkbox {
  width: 100%;
  margin: 3px auto;
  position: relative;
  display: block;
}
.checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox label {
  position: relative;
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px;
  width: 15px;
  height: 15px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #03cba8;
}
.checkbox label:after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #03cba8;
  border-left: 2px solid #03cba8;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 9px;
  left: 9px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
  color: #03cba8;
}
.checkbox input[type="checkbox"]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.checkbox label {
  min-height: 25px;
  display: block;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox label:hover {
  background: black;
}
.checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: 0;
}
#forCsv {
  margin-left: 60px;
}
.de-active {
  opacity: 0.5;
  cursor: default !important;
}
.de-active label {
  cursor: default;
}
.databtn {
  width: 88px;
}
.jp-select-wrapper {
  padding: unset;
  height: 28px;
  width: 100%;
  margin-bottom: 5px;
}
.backbtn {
  width: 100px;
}
.secText {
  display: inline;
  margin: 5px;
  font-size: 1.5em;
}
.cursor-wait {
  cursor: wait !important;
}
.cursor-wait-deactive {
  cursor: wait !important;
  opacity: 0.5;
}
.btn-dis {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
#footerContant {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
#premium_link {
  color: #ffff;
  font-weight: bold;
  cursor: pointer;
}
#premium_link:hover {
  color: #03cba8;
}
.fllbajr {
  display: none !important;
}
.xform_option {
  width: 100px;
}
.xform_option_close {
  width: 100px;
}
.sel_arow {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-position-x: 100% !important;
  background-position-y: 3px !important;
}
.visual_item {
  background: #03cba8;
  border-radius: 10px;
  margin: 5px;
  border: 5px solid #202624;
  width: 110px;
  height: 100px;
  cursor: pointer;
}
.dash_view {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  padding-top: 15px;
}
.visualDialog_opt {
  display: -webkit-box;
  padding-top: 70px;
}
.arrow-right:after {
  content: "";
  display: inline-block !important;
  width: 0;
  height: 0;
  border-left: 8px solid #c8a962;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  vertical-align: middle;
}
.arrow-right:before {
  width: 20px;
  height: 2px;
  background: #c8a962;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.mtop-90 {
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
}

.side_icon_mlflow1 {
  background-image: url(image/mlflow-logo-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  width: 20px;
}

.side_icon_storage1 {
  background-image: url(image/storage.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 24px;
  width: 20px;
}

.side_icon_transforms1 {
  background-image: url(image/transforms.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  width: 20px;
}
#xform_view {
  width: 100%;
  height: 100%;
}
.infinSnap_input_kwarg {
  margin-right: 50px;
}
#addanotherkwargbtn {
  float: right;
  color: #fff !important;
  margin-top: 10px;
  margin-right: 5px;
  width: 280px;
}
.errormsg {
  margin: 5px;
  color: red;
}
.periodicdiv {
  margin: 5px;
  display: flex;
}
#daysofweek-div {
  width: 150px;
  margin-left: 10px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px !important;
}
.head {
  font-size: 1.33em;
}
.errormsg {
  margin: 5px;
  color: red;
}
.mtop-10 {
  margin-top: 10px;
}
.pleft-30 {
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 30px;
}
.pleft-15 {
  padding-left: 15px;
}
.float_right {
  float: right;
}

:root {
  --text: "Week";
}
.multiple_select {
  height: 28px;
  overflow: hidden;
  -webkit-appearance: menulist;
  position: relative;
}
.multiple_select::before {
  content: var(--text);
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.multiple_select_active {
  overflow: visible !important;
}
.multiple_select option {
  display: none;
  height: 25px;
  background-color: #ffff;
  width: 135px;
  margin-left: -7px;
  padding-bottom: 8px;
}
.multiple_select_active option {
  display: block;
}
.multiple_select option:checked,
.multiple_select option::selection {
  background-color: #03cba8;
  color: #fff;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 4px;
  margin-top: 4px;
  margin-right: 10px;
  background-clip: content-box;
  border: 2px solid #03cba8;
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  background-color: #03cba8;
}
.radioGroup label {
  cursor: pointer;
}
.radio-size {
  height: 25px;
  width: 25px;
  -webkit-appearance: radio !important;
}
.flex {
  display: flex;
}
.schedule_btn {
  width: 97px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff !important;
}
.sch_p {
  margin-left: 5px;
  margin-right: 5px;
  width: 148px;
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
}
.sch_text_box {
  width: 150px;
  margin-right: 5px;
  margin-left: 5px;
}
.jp-btn-selected {
  border-radius: 3px !important;
  border: 1px solid #202624 !important;
  color: #fff;
  outline: 1px solid #09cdef !important;
}

.ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog {
  position: relative;
  height: 450px !important;
  width: 650px !important;
  left: 400px;
  top: 100px;
  color: #fff;
  background: black;
}

.ui-dialog-titlebar {
  font-size: 1.5em;
  padding: 12px;
}
.ui-dialog-content {
  margin-right: 20px;
  margin-left: 20px;
  background: #202624;
}
.ui-dialog-buttonset {
  float: right;
}
.ui-button {
  margin: 5px;
}

.codetext {
  width: 100%;
  height: 88%;
}

.codetext_doc {
  width: 100%;
  height: 45%;
}

#envtext {
  width: 100%;
  height: 30%;
}

#path_text {
  float: right;
  word-break: break-all;
}
#path_val {
  word-break: break-all;
}
.conda_icon {
  background-image: url(image/conda-icon.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 50px;
  margin-top: 8px;
}
.docker_icon {
  background-image: url(image/docker-icon.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-bottom: 50px;
  float: left;
  margin-right: 8px;
  width: 50px;
  margin-top: -8px;
}

.xform_icon {
  background-image: url(image/transforms.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  padding-bottom: 40px;
  float: left;
  margin-left: 8px;
  width: 50px;
  margin-top: -8px;
}
#envlist {
  height: 90%;
  overflow: auto;
}

#wizard-docker > .jp-select-wrapper {
  width: 99%;
  margin-left: 5px;
}
#month-div {
  width: 150px;
  margin-left: 5px;
}
#year-div {
  width: 150px;
  margin-left: 10px;
}
.multiple_select option::before {
  content: "\2610";
  margin-right: 5px;
  font-size: 1.5em;
}
.multiple_select option:checked::before {
  content: "\2611";
  margin-right: 5px;
  font-size: 1.5em;
}
#positionalvalue_text {
  margin-left: 15px;
  width: 480px;
}

#addpositionalbtn {
  height: 29px !important;
  margin-left: 30px !important;
}
.select_input_feature {
  margin: 11px;
  font-size: x-large;
}
.select_input_feature_dag {
  margin: 13px;
  font-size: x-large;
}
.margin-top3 {
  margin-top: 3px !important;
}
.margin-top50 {
  margin-top: 50px;
}

.nodata_icon {
  background-image: url(image/nodata.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  padding-bottom: 50px;
  float: left;
  margin-right: 8px;
  width: 50px;
  margin-top: 3px;
}

.mlfow_icon {
  background-image: url(image/mlflow-logo-white.svg);
  background-repeat: no-repeat;
  background-size: 45px;
  padding-bottom: 50px;
  float: left;
  margin-right: 8px;
  width: 50px;
}

.existing_xform_icon {
  background-image: url(image/transforms.svg);
  background-repeat: no-repeat;
  background-size: 45px;
  padding-bottom: 50px;
  float: left;
  margin-right: 8px;
  width: 50px;
}

#periodicName {
  width: 93%;
}
.searchTransform {
  width: 100% !important;
  position: sticky;
  top: 0;
  z-index: 1 !important;
}

.searchTransform:active,
.searchTransform:focus {
  border: 1px solid;
  padding: 10px;
  box-shadow: 0 0 2px 2px #03cba8 inset;
}

.side_icon_deploy {
  background-image: url(image/InfinStor_DeployIcon2_White.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 20px;
  margin-top: 3px;
}
.collapse-title:hover .side_icon_deploy,
.collapse-title-deactive:hover .side_icon_deploy,
.open_section .side_icon_deploy {
  background-image: url(image/InfinStor_DeployIcon2_Teal.png);
}

.side_icon_protection {
  background-image: url(image/InfinStor_DataDriftProtectionIcon_White.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 20px;
  margin-top: 3px;
}
.collapse-title:hover .side_icon_protection,
.collapse-title-deactive:hover .side_icon_protection,
.open_section .side_icon_protection {
  background-image: url(image/InfinStor_DataDriftProtectionIcon_Teal.png);
}

.side_icon_runtimed {
  background-image: url(image/InfinStor_RunTimed_Icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 20px;
  margin-top: 3px;
}
.collapse-title:hover .side_icon_runtimed,
.collapse-title-deactive:hover .side_icon_runtimed,
.open_section .side_icon_runtimed {
  background-image: url(image/InfinStor_RunTimed_Icon_Teal.png);
}

.side_icon_run {
  background-image: url(image/InfinStor_Run_Icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 20px;
  float: left;
  margin-right: 8px;
  width: 20px;
  margin-top: 3px;
}
.collapse-title:hover .side_icon_run,
.collapse-title-deactive:hover .side_icon_run,
.open_section .side_icon_run {
  background-image: url(image/InfinStor_Run_Icon_Teal.png);
}

.dagview {
  width: 1100px;
  height: 500px;
  background-color: #202624;
  color: #ffffff;
}
#dagele {
  height: 100%;
}

.cursor_all_scroll {
  cursor: all-scroll;
}
.node_name {
  font-size: x-large;
  overflow: hidden;
}
.node {
  width: 230px;
  height: 140px;
  background: #eeeeee;
  border-style: solid;
  border-color: #cccccc;
  cursor: default;
  border-width: 5px;
}
.node_small {
  width: 130px;
  height: 80px;
  background: #eeeeee;
  border-style: solid;
  border-color: #cccccc;
  cursor: default;
  border-width: 5px;
}
.node_finished {
  background-image: linear-gradient(
    to left,
    #03cba8,
    rgba(0, 128, 0, 0)
  ) !important;
}
.node_failed {
  background-image: linear-gradient(
    to left,
    rgba(238, 69, 47, 1),
    rgba(238, 69, 47, 0)
  ) !important;
}
.node_running {
  background-image: linear-gradient(
    to left,
    rgba(29, 109, 230, 1),
    rgba(29, 109, 230, 0)
  ) !important;
}
.node_info {
  text-align: left;
  font-size: 0.9rem;
  margin: 3px;
  overflow: hidden;
}
.conf_icon {
  font-size: 1.2rem;
  float: right;
  cursor: pointer;
  margin: 8px;
}
.conf_icon:hover {
  color: #03cba8;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  float: right;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -20px;
  top: 30px;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 900 !important;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.node_small:hover .dropdown .dropdown-info {
  display: block;
}

.node_small .dropdown .dropdown-info {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -135px;
  top: 30px;
  border-style: solid;
  border-color: #cccccc;
  cursor: pointer;
  border-width: 5px;
}

.dropdown-info p {
  padding: 3px 5px;
  text-align: left;
  font-size: 0.9rem;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.mtop20 {
  margin-top: 20px !important;
}

.pleft-250 {
  padding-left: 250px;
}
.mtopbot_5 {
  margin-bottom: 6px;
  margin-top: 6px;
}

#xformDropdown {
  width: 525px;
  margin-left: 60px;
}
#for_act_notebook {
  margin-left: 116px;
}
#act_notebook_info {
  position: absolute;
  bottom: 10px;
}
#act_cell_info {
  position: absolute;
  bottom: 30px;
}
#transformName {
  width: 525px;
  margin-left: 60px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  font-family: "Nunito";
  visibility: hidden;
  width: 420px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}
.tooltiptextleft {
  font-family: "Nunito";
  visibility: hidden;
  width: 420px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 105%;
}

.tooltip:hover .tooltiptext,
.tooltip:hover .tooltiptextleft {
  visibility: visible;
}
.radio_span {
  top: -8px;
  position: relative;
}
#name_info {
  display: inline-block;
}

#timer {
  font-size: 16px;
  font-size: 1rem;
}

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -ms-animation-duration: 800ms;
  -o-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.slow {
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#logo-box {
  text-align: center;
  padding: 30px;
}

h1 {
  font-size: 30px;
  margin: 0 auto;
}

@media (min-width: 481px) {
  #logo-box {
    position: absolute;
    text-align: center;
    left: 49%;
    top: 67%;
    width: 404px;
    margin-left: -230px;
    height: 300px;
    margin-top: -250px;
    font-size: 20px;
    border: 3px solid #999;
  }
  h1 {
    font-size: 36px;
  }
}

.icon {
  background: url(image/timer.svg);
  height: 110px;
  margin: auto;
  width: 100px;
  background-repeat: no-repeat;
  background-size: 100px;
}
#showtimer {
  width: 470px;
  height: 383px;
}
.lead {
  margin-bottom: 10px;
}
#browse_Xform {
  height: 250px;
  overflow: auto;
  border: #fff;
  border-style: solid;
}
#git_repo_name {
  width: 90%;
}

.hight_inherit {
  height: inherit !important;
}
.file_input {
  width: 500px;
}
.file_dig_btn {
  margin-left: 50px;
}
#loc-filebrowser {
  width: 700px;
  height: 380px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background: #03cba8;
  color: white;
}

td,
th {
  padding: 7px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 16px;
}

.stop_btn,
.deploy_btn {
  width: 80px;
  color: #ffff !important;
  background-color: #03cba8;
  font-size: 0.875rem;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  font-family: "Nunito";
}

.runxformbtn {
  width: 106px;
  margin-left: 4px;
}
#vmprovider_dropdown > div.jp-select-wrapper,
#vmtype_dropdown > div.jp-select-wrapper,
#deployName {
  width: 90% !important;
  margin-left: 50px;
}

.waiting_spinner {
  background: url(image/spinner.svg);
  height: 210px;
  margin: auto;
  width: 200px;
  background-repeat: no-repeat;
  background-size: 200px;
}
.save__controls {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  font-size: 12px;
}

.node_input_h2 {
  width: 180px;
}

.node_input_value_h2 {
  width: 260px;
}

.save__controls button {
  margin-left: 5px;
}
/* updatenode css */
.updatenode__controls {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  font-size: 12px;
}
.updatenode__controls label {
  display: block;
}

.updatenode__bglabel {
  margin-top: 10px;
}

.updatenode__checkboxwrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.node_div_1 {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 0px solid rgb(187, 187, 187);
  font-size: 10pt;
}
.break_all {
  width: 145px;
  word-break: break-all;
}
.node_div_2 {
  position: relative;
  padding: 8px 2px;
  flex-grow: 1;
  background-color: lightcyan;
}
.node_div_3 {
  padding: 8px 0px;
}
.node_div_4 {
  position: relative;
  padding: 8px 16px;
  flex-grow: 1;
}
.node_div_5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.node_div_6 {
  font-size: 10px;
  padding-left: 5px;
}
.node_div_7 {
  font-size: 10px;
  padding-left: 10px;
}
.node_icon {
  color: rgb(46, 134, 193);
  padding-right: 3px;
  cursor: pointer;
}
.node_delete_icon {
  color: rgb(238, 86, 15);
  padding-right: 5px;
  font-size: 14px;
  cursor: pointer;
}
.node_input_icon {
  color: rgb(46, 134, 193);
  font-size: xx-large;
  padding-right: 5px;
  padding-left: 2px;
  cursor: pointer;
}
.layoutflow {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.layoutflow .controls {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.node_view_div_1 {
  display: flex;
  margin-top: 1px;
  align-items: center;
  padding-left: 5px;
  padding-right: 10px;
}
.node_view_head {
  font-size: 12px;
  color: rgb(102, 102, 102);
}
.flexgrow_3 {
  flex-grow: 3;
}
.node_view_text {
  font-size: 12px;
  color: black;
}
.ml_run_id,
.ml_run_id:hover {
  color: #03cba8;
}
.node_sucess_icon {
  color: #03cba8;
  font-size: xx-large;
  padding-right: 5px;
  padding-left: 2px;
  cursor: pointer;
}
.node_failed_icon {
  color: red;
  font-size: xx-large;
  padding-right: 5px;
  padding-left: 2px;
  cursor: pointer;
}
.node_progress_icon {
  color: rgb(46, 134, 193);
  font-size: xx-large;
  padding-right: 5px;
  padding-left: 2px;
  cursor: pointer;
}

.node_pending_icon {
  color: rgb(135, 142, 146);
  font-size: xx-large;
  padding-right: 5px;
  padding-left: 2px;
  cursor: pointer;
}

.waiting_spinner_div {
  height: 100%;
  display: flex;
  justify-content: center;
}

.handle_in_demo {
  background: #555;
  margin-left: -110px;
  margin-right: -31px;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.handle_out_demo {
  background: rgb(3, 203, 168);
  margin-left: -60px;
  margin-right: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.m-left-13 {
  margin-left: 13px;
}

.cursor-pointer {
  cursor: pointer;
}
