.login-content-between {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*========================================================================
  login form
  =========================================================================*/
.login-wrapper .login-checkbox-area {
  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;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.login-wrapper .login-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 15px 52px;
}
.login-wrapper .login-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 15px 30px;
  position: relative;
  z-index: 1;
}
.login-wrapper .login-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.login-wrapper .login-content {
  max-width: 450px;
  width: 100%;
}
.login-wrapper .login-header .site-logo {
  display: block;
  margin-bottom: 40px;
}
.login-wrapper .login-header .site-logo img {
  width: 100%;
  max-width: 280px;
}
.login-wrapper .login-form {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.1);
}
.login-wrapper .login-form h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: capitalize;
  position: relative;
}
.login-wrapper .login-form h2:after {
  content: "";
  position: absolute;
  width: 124px;
  height: 5px;
  bottom: -20px;
  left: 32%;
  border-radius: 10px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
}
.login-wrapper .login-form form {
  margin-top: 53px;
  font-family: "Urbanist", sans-serif;
}
.login-wrapper .login-form p {
  font-size: 17px;
  margin-bottom: 30px;
}
.login-wrapper .login-form p span {
  display: block;
}
.login-wrapper .login-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.login-wrapper .login-form .form-group label {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 600;
}
.login-wrapper .login-form .form-group i {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login-wrapper .login-form .form-group [class^="flaticon-"]:before,
.login-wrapper .login-form .form-group [class*=" flaticon-"]:before,
.login-wrapper .login-form .form-group [class^="flaticon-"]:after,
.login-wrapper .login-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}
.login-wrapper .login-form .form-control {
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px !important;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  color: #111111;
  margin-top: 10px;
}
.login-wrapper .login-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.login-wrapper .login-form .login-form-row .login-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.login-wrapper .login-btn-fill {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  padding: 10px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-with {
  margin-bottom: 20px;
}
.login-with p {
  margin: 0 21px;
  margin-bottom: 0 !important;
  text-wrap: nowrap;
  color: #252424;
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}
.login-wrapper .login-btn-fill:hover {
  background-color: #ecb719;
  border-color: #ecb719;
}
.login-wrapper .login-btn-fill:focus {
  outline: none;
}
.login-wrapper .switcher-text2 {
  color: #1f3044;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-wrapper .switcher-text2:hover {
  color: #000000;
  text-decoration: underline;
}
.login-wrapper ul.login-socials li {
  display: inline-block;
}
.login-wrapper ul.login-socials li img {
  cursor: pointer;
}
.login-wrapper .signup-link {
  margin-bottom: 0 !important;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #252424;
  font-weight: 500;
}
.login-wrapper .signup-link a,
.login-wrapper .signup-link a:hover {
  color: #3cad65;
  font-weight: 700;
  text-decoration: underline;
}

/* radio css start */
.cms_from_radio input {
  width: 18px;
  height: 18px;
}

.cms_from_radio label {
  vertical-align: text-bottom;
}
.rdo_box {
  top: 4px;
}
/* radio css End */
.text-red {
  color: red;
  font-size: var(--font-12);
}

.upload_file_box,
.model_upload_file, .profile_image_box {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: var(--font-16);
  border: solid 1px #39ac6d;
}
.upload_file_box:hover {
  border: solid 1px #39ac6d;
}
.upload_file_box input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  background: #39ac6d;
}
.upload_file_box img {
  width: 25px;
}

/* forgot password start */
.forgot_password {
  margin-top: 30px !important;
}
/* forgot password End */

/* header start */
.site-header .navbar {
  background: #050f1b;
  height: 114px;
  /* padding: 0 100px; */
}
.site-header .navbar-nav .nav-link.active,
.gt_footer_right_cont a.active,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-list a.active {
  color: var(--primary_color) !important;
  position: relative;
}
.site-header .navbar-nav .nav-link.active:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 40px;
  background: var(--primary_color);
  bottom: 0;
  left: 46%;
}
.site-header .navbar .navbar-nav .nav-link {
  color: var(--white);
  font-family: var(--primary_font);
  font-size: var(--font-16);
  font-weight: var(--font-regular);
}
.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover,
.site-header .btn.nav-login:hover {
  color: var(--primary_color);
}
.site-header .nav-search {
  position: relative;
  margin-right: 93px;
}
.site-header .nav-search input {
  height: 52px;
  padding-left: 45px;
  border-radius: 10px;
  width: 445px;
}
.site-header .nav-search input:focus {
  box-shadow: none;
  border-color: transparent;
}
.site-header .nav-search input::placeholder {
  font-size: var(--font-16);
  font-family: var(--primary_font);
}
.site-header .search-img {
  position: absolute;
  top: 14px;
  left: 20px;
}
.site-header .nav-login {
  color: var(--white);
  font-size: var(--font-16);
  font-family: var(--primary_font);
  font-weight: var(--font-medium);
  border: 0;
}
.site-header .nav-signup {
  height: 52px;
  width: 130px;
}
.navbar-brand img {
  width: 193px;
}
.navbar-light .navbar-toggler-icon {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(169deg) brightness(103%) contrast(101%);
}
.navbar-light .navbar-toggler {
  background: #050f1b;
}
/* header end */

/*catagory page start */
.left_section_catagory {
  border: solid 1px #ddd;
}
.main_catalog_content_box {
  display: grid;
  grid-template-columns: 415px 1fr;
  gap: 20px;
}

.ino_right_catagory_section_row {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin-bottom: 20px;
  position: relative;
}

.payment_type_cls{
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(90deg, #0F9BC8 18.07%, #42AF5A 103.7%);
  padding: 2px 7px;
  border-radius: 0px 12px 0px 0px;
  color: #FFF;
}

.left_section_catagory {
  border: solid 1px #ddd;
  border-radius: 20px;
  padding: 30px;
}
.csm_checkbox_container p {
  font-weight: 500;
  color: #454545;
}

.indo_sub_catagory {
  border: solid 1px #ddd;
  border-radius: 12px;
  padding: 30px;
}
.profile_logo_catagory_add img {
  width: auto;
  height: 100px;
}
.sub_all_modal_box {
  min-height: 89px;
}

/*catagory page End */

/* sticky start */
.site-header nav.navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1111;
}
.inodcdi_wrapper {
  padding-top: 114px;
}
/* sticky End */

/* home page start */

.banner-section {
  background-image: url("/static/images/banner.png");
  background-size: cover;
  height: 720px;
  background-position: top center;
  background-repeat: no-repeat;
}
.banner-section .background-overlay {
  background: rgba(5, 15, 27, 0.6);
  height: 100%;
}
.banner-section .container {
  height: 100%;
}
.banner-section .banner-txt {
  width: 50%;
  height: 100%;
  align-items: center;
}
.banner-section .banner-title {
  font-size: var(--font-80);
  font-weight: var(--font-semiBold);
  color: var(--white);
  font-family: var(--primary_font);
}
.banner-section .banner-title.title-border:after {
  width: 192px;
  left: 0;
}
.banner-section .banner-txt p {
  font-size: var(--font-16);
  font-family: var(--primary_font);
  margin: 20px 0;
}
.banner-section .banner-txt button {
  width: 244px;
  height: 52px;
}

/* looking for built */
.built-section {
  background-image: url(../images/built-bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.built-section .built-overlay {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
}
.built-section h2.title-border:after {
  width: 79px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 10px;
}
.built-section p,
.about-section p {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  font-family: var(--primary_font);
  margin: 20px 0 0;
  color: #545454;
}
.built-section .border-box {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  font-family: var(--primary_font);
  padding: 13px 20px;
  margin: 30px 0;
}
.built-section .border-box:focus {
  box-shadow: none;
  border-color: #c6c6c6;
}
.built-section .built-select {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.built-section .built-select select {
  padding: 13px 20px;
  border: 1px solid var(--primary_color);
  border-radius: 10px;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  color: var(--black);
  font-family: var(--primary_font);
}
.built-section .built-select .form-select:focus {
  box-shadow: none;
  border-color: var(--primary_color);
}

/* slider css */
.partner-slider {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* Slick Slider Css Ruls */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.img-fill {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 34px;
}

.img-fill img {
  height: 100%;
  position: relative;
  display: inline-block;
  max-width: 175px;
  object-fit: contain;
}
/* Slider Theme Style */

.Container {
  padding: 0 15px;
  position: relative;
}

.Container:after,
.Container .Head:after {
  content: "";
  display: block;
  clear: both;
}

.Container .Head {
  font: 20px/50px NeoSansR;
  color: #222;
  height: 52px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.slick-slider .slick-arrow {
  display: block !important;
}
.Container .slick-next,
.Container .slick-prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 6px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font-size: 0;
  text-align: center;
  transition: all 0.5s;
  position: absolute;
  top: 20%;
  bottom: 40%;
  margin-top: auto;
  margin-bottom: auto;
  border: 0;
}
.Container .slick-prev {
  left: -6.5%;
  z-index: 1;
}
.Container .slick-next {
  right: -6.5%;
}

.Container .slick-next:hover,
.Container .slick-prev:hover {
  background: transparent;
  border: 1px solid var(--primary_color);
}

.Container .slick-next:before {
  content: url(/static/images/left-arrow.svg);
  position: absolute;
  transform: rotate(180deg);
  top: 24%;
  left: 32%;
}

.Container .slick-prev:before {
  content: url(/static/images/left-arrow.svg);
  position: absolute;
  top: 30%;
  left: 26%;
}

.Container .slick-prev:hover:before,
.Container .slick-next:hover:before {
  filter: invert(53%) sepia(52%) saturate(486%) hue-rotate(94deg)
    brightness(96%) contrast(91%);
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: black;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  color: black;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before {
  content: "→";
}

#SlickCarousel,
#SlickCarousel2 {
  width: 90%;
  margin: auto;
}

.ProductBlock {
  padding: 0 10px;
}

.ProductBlock h3 {
  font-size: var(--font-40);
  font-weight: var(--font-medium);
  font-family: var(--primary_font);
  color: var(--white);
  margin-top: 5px;
  text-align: center;
  margin: 10px 0;
}

.ProductBlock p {
  color: var(--white);
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.ProductBlock button {
  width: 100%;
  border: 0;
  height: 52px;
}
.about-section p.reduce_width_contain,
.business-blog p.reduce_width_contain {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify !important;
}
/* business blog */
.business-blog {
  background-image: url("/static/images/business-blog.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business-blog .blog-overlay {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100%;
  opacity: 0.8;
  background: #050f1b;
}
.business-blog .title-border:after,
.about-section .title-border:after {
  width: 79px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 10px;
}
.business-blog p {
  margin: 30px 0 40px 0;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  font-family: var(--primary_font);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;
  min-height: 120px;
}
.business-blog .blog-slider img {
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}

/* about us section */
.about-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #12112714;
}
.about-section p {
  margin: 30px 0 40px 0;
}
#SlickCarousel3 .ProductBlock .Content {
  display: flex;
  gap: 32px;
  padding: 25px;
  height: 210px;
  border-radius: 20px;
  /* box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.08); */
  position: relative;
  background-color: var(--white);
}
#SlickCarousel3 .ProductBlock.active .Content {
  background-color: var(--secondary_color);
}
#SlickCarousel3 .ProductBlock.active .Content::before {
  content: url("/static/images/Meliuk-liuk.png");
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: -1; */
  border-radius: 20px;
}
#SlickCarousel3 .ProductBlock.active .slider-text h4,
#SlickCarousel3 .ProductBlock.active .slider-text .category,
#SlickCarousel3 .ProductBlock.active .slider-text p,
#SlickCarousel3 .ProductBlock.active .ratings span {
  color: var(--white);
}
#SlickCarousel3 .slider-user {
  width: 175px;
  height: auto;
}
#SlickCarousel3 .ProductBlock p {
  color: #464646;
}
#SlickCarousel3 .slider-text h4 {
  font-size: var(--font-20);
  font-weight: var(--font-semiBold);
  font-family: var(--primary_font);
  margin-bottom: 0;
}
#SlickCarousel3 .slider-text .category {
  font-size: var(--font-12);
  font-family: var(--primary_font);
  font-weight: var(--font-regular);
}
#SlickCarousel3 .slider-text p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#SlickCarousel3 .ratings {
  display: flex;
  position: relative;
  bottom: 25px;
  align-items: center;
  justify-content: flex-end;
  height: 44px;
}
#SlickCarousel3 .ratings img {
  height: 100%;
  width: 100px;
}
#SlickCarousel3 .ratings span {
  font-size: var(--font-14);
  color: #626262;
  font-family: var(--primary_font);
  margin-top: -10px;
}
.about-slider {
  margin-bottom: 100px;
}
.about-slider .Container .slick-next,
.about-slider .Container .slick-prev {
  top: 325px;
  bottom: 0;
}
.about-slider .Container .slick-prev {
  left: 44%;
}
.about-slider .Container .slick-next {
  right: 44%;
}

/* know more css */
.know-section {
  background-image: url("/static/images/about-more.png");
  background-size: cover;
  /* height: 450px; */
  background-position: top center;
  background-repeat: no-repeat;
}
.know-section .background-overlay {
  background: rgba(5, 15, 27, 0.6);
  height: 100%;
}
.know-section .container {
  height: 100%;
}
.know-section .banner-txt {
  width: 80%;
  height: 100%;
  align-items: center;
}
.know-section .banner-title {
  font-size: var(--font-34);
  font-weight: var(--font-semiBold);
  color: var(--white);
  font-family: var(--primary_font);
}
.know-section .banner-title.title-border:after {
  width: 79px;
  left: 0;
}
.know-section .banner-txt p {
  font-size: var(--font-16);
  font-family: var(--primary_font);
  font-weight: var(--font-medium);
  margin: 20px 0 40px 0;
  text-align: justify;
}
.know-section .banner-txt button {
  width: 281px;
  height: 52px;
}
.know-section .banner-txt button:focus {
  box-shadow: none;
}

/* footer */
.site-footer {
  background: var(--secondary_color);
  /* height: 280px; */
  padding: 60px 100px;
}
.site-footer .footer-main {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-footer .footer-main .footer-logo img {
  width: 100%;
}
.site-footer .footer-menu {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
  padding-left: 0;
}
.site-footer .footer-menu a {
  text-decoration: none;
  font-size: var(--font-16);
  color: var(--white);
  font-family: var(--primary_font);
}

/* home page end */

/* details page start */

.detail_section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.detail_section .section-title {
  width: fit-content;
  margin: auto;
}
.detail_section .title-border:after {
  width: 79px;
  left: 12%;
}
/* modal css start */
.detail_section .modal.fade.show {
  background: rgba(0, 0, 0, 0.6);
}
.detail_section .modal-dialog .title-border:after {
  left: 43%;
}
.detail_section .detail_content {
  margin-top: 60px;
}
.modal-dialog .modal-content {
  position: relative;
  border-radius: 20px;
  border: 0;
}
.modal-dialog .btn-close {
  background: transparent url(../images/inode-images/my-account/close.svg)
    no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  padding: 0;
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important;
}
.modal-dialog .btn-close:focus,
.modal-dialog .dropdown-toggle:focus,
.form-check-input:focus {
  box-shadow: none;
}
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
  border: 0;
}
.detail_section .modal-dialog h4 {
  font-size: var(--font-16);
  font-weight: var(--font-semiBold);
  margin-bottom: 10px;
  text-align: left;
}
.detail_section .purchase_model .modal-dialog p {
  width: 80%;
  text-align: left;
  margin-bottom: 20px !important;
  line-height: normal;
}
.detail_section .modal-dialog .detail_section .detail_content {
  margin-top: 60px;
}
.detail_section .modal-dialog label {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  color: #454545;
  margin-bottom: 10px;
  line-height: normal;
}
.detail_section .purchase_model .modal-dialog .form-check .form-check-input {
  float: unset;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  border-width: 2px;
}
.detail_section .modal-dialog .dropdown-toggle {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  position: relative;
  height: 57px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.detail_section .modal-dialog .dropdown-toggle::after {
  border: 0;
  background: url(../images/inode-images/down-arrow.svg);
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 28%;
}
.detail_section .modal-dialog .dropdown_link {
  font-weight: var(--font-semiBold);
  color: var(--primary_color);
}
.detail_section .modal-dialog .dropdown-menu {
  border-radius: 10px;
  border: 1px solid var(--primary_color);
  background: var(--white);
  padding: 20px;
  right: 60px !important;
}
.detail_section .modal-dialog .dropdown-item {
  border-radius: 10px;
}
.detail_section .modal-dialog .dropdown-item.active,
.detail_section .modal-dialog .dropdown-item:active,
.detail_section .modal-dialog .dropdown-item:focus,
.detail_section .modal-dialog .dropdown-item:hover {
  background-color: var(--primary_color);
  color: var(--white) !important;
}
.detail_section .modal-dialog label.form-check-label {
  font-weight: var(--font-semiBold);
  color: var(--black);
  padding-left: 10px;
  margin: 0;
}
.detail_section .modal-dialog label.form-check-label a {
  color: var(--primary_color);
}
.form-check-input:checked {
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
}
.detail_section .modal-dialog .form-check {
  margin-bottom: 12px;
}
.detail_section .modal-dialog .form-check-input:focus {
  border-color: #00000040;
}
.detail_section .modal-dialog .modal-footer .btn {
  width: 219px !important;
  margin: 0 !important;
  height: 52px;
  border-radius: 10px;
}
.detail_section .modal-dialog .modal-footer .btn:focus {
  box-shadow: none;
}
.detail_section .modal-dialog .modal-footer .cancel_btn,
#uploadDataset .cancel_btn {
  border: 1px solid var(--primary_color);
  font-weight: var(--font-semiBold);
}
.detail_section .modal-dialog .modal-header {
  padding: 30px 30px 0 30px;
}
.detail_section .modal-dialog .modal-body {
  padding: 30px;
}
.detail_section .modal-dialog .modal-footer {
  gap: 20px;
  padding: 0 30px 30px;
}
.detail_section .product_discuss .modal-dialog p {
  text-align: center;
  font-size: var(--font-16);
  font-weight: var(--font-semiBold);
  color: var(--black);
  line-height: normal;
}
.detail_section .modal-dialog .modal_radio {
  display: flex;
  align-items: center;
}
.detail_section .modal-dialog .modal_radio input,
#datasets .form-check input {
  position: absolute;
  left: -9999px;
}
.detail_section .modal-dialog .modal_radio label,
#datasets .form-check label,
.card_select .form-check label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
.detail_section .modal_radio [type="radio"]:checked + label:before,
.detail_section .modal_radio [type="radio"]:not(:checked) + label:before,
#datasets .form-check [type="radio"]:checked + label:before,
#datasets .form-check [type="radio"]:not(:checked) + label:before,
.card_select .form-check [type="radio"]:not(:checked) + label:before,
.card_select .form-check [type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  background: #fff;
}
.detail_section .modal-dialog .modal_radio [type="radio"]:checked + label:after,
.detail_section
  .modal-dialog
  .modal_radio
  [type="radio"]:not(:checked)
  + label:after,
#datasets .form-check [type="radio"]:checked + label:after,
#datasets .form-check [type="radio"]:not(:checked) + label:after,
.card_select .form-check [type="radio"]:checked + label:after,
.card_select .form-check [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary_color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.detail_section .modal-dialog .modal_radio [type="radio"]:not(:checked) + label:after,
#datasets .form-check [type="radio"]:not(:checked) + label:after,
.card_select .form-check [type="radio"]:not(:checked) + label:after,
#billing table td [type="radio"]:not(:checked) + label:after,
#billing-two table td [type="radio"]:not(:checked) + label:after,
.intended_use_case [type="radio"]:not(:checked) + label:after,
.output_explain [type="radio"]:not(:checked) + label:after,
.rdo_box [type="radio"]:not(:checked) + span.radio_label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* modal css end */

.detail_section .detail_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail_section .title_txt {
  gap: 30px;
}
.detail_section .title_txt h1 {
  font-size: var(--font-48);
  font-weight: var(--font-bold);
  font-family: var(--primary_font);
  color: var(--black);
  margin-bottom: 0;
}
.detail_section .title_txt img {
  width: 24px;
  height: 24px;
}
.detail_section .title_social {
  gap: 10px;
}
.detail_section .title_social p {
  color: #454545;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  font-family: var(--primary_font);
  margin-bottom: 0;
  margin-right: 10px;
}
.detail_section .detail_content .detail_logo img {
  /* width: 100%;
  max-width: 128px; */
  margin-top: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.detail_section .detail_content .detail_logo p {
  margin: 40px 0;
  font-size: var(--font-16);
  font-family: var(--primary_font);
  font-weight: var(--font-medium);
  color: #454545;
}
.detail_section .detail_content .detail_left {
  padding-right: 40px;
}
.detail_section .detail_content .detail_iconbx {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.detail_section .detail_content .detail_iconbx h2 {
  color: var(--black);
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  font-family: var(--primary_font);
  margin-bottom: 10px;
}
.detail_section .detail_content .detail_iconbx p {
  color: #454545;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  font-family: var(--primary_font);
  margin-bottom: 0;
}

.detail_section .detail_content .detail_right {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
  padding: 50px 20px;
}
.detail_section .detail_right h2 {
  color: var(--black);
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  font-family: var(--primary_font);
  margin-bottom: 0;
}
.detail_section .detail_right .purchase_model button.primary-btn {
  margin: 30px 0;
  width: 298px;
  height: 52px;
}
.detail_section .detail_right .purchase_model p {
  color: #454545;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  font-family: var(--primary_font);
  margin-bottom: 30px;
}
.detail_section .detail_right .purchase_model {
  border-bottom: 1px solid #d9d9d9;
}
.detail_section .detail_right .product_discuss {
  margin-top: 30px;
}
.detail_section .detail_right .product_discuss button {
  height: 52px;
  width: 170px;
  margin-top: 20px;
}
.detail_section .chat_img {
  position: fixed;
  bottom: 60px;
  right: 100px;
  cursor: pointer;
}
/* details page end */

/* my account sidebar css start */

.my_account {
  padding-top: 60px;
  padding-bottom: 60px;
}
.my_account .navwrapper {
  display: flex;
  align-items: flex-start;
}
.my_account .nav.sidebar_menu {
  width: 64px;
  display: flex;
  align-content: center;
  flex-direction: column;
  padding: 10px !important;
  border-radius: 20px;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
}
.my_account .navbutton {
  position: relative;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  isolation: isolate;
  transition: width 300ms;
}

.my_account .navicon {
  flex-shrink: 0;
  position: relative;
  width: 3.5rem;
  display: grid;
  place-content: center;
  padding: 10px;
  position: relative;
}
.my_account .sidebar_menu .navicon::after {
  bottom: 0px !important;
}

.my_account .navicon img {
  margin: auto;
}
.my_account .navicon span {
  color: var(--black);
  font-family: var(--primary_font);
  font-size: var(--font-16);
  font-weight: var(--font-medium);
}

.my_account .navlabel {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  font-size: var(--font-16);
  font-weight: var(--font-semiBold);
  color: var(--black);
  font-family: var(--primary_font);
}
.my_account .navbutton-menu {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-top: 20px;
}
.my_account button:focus-visible,
#new_org input:focus-visible {
  outline: 0;
}
#new_catalog_org input:focus-visible {
  outline: 0 !important;
}

.my_account .navbutton-menu.nav-link {
  border: 0;
}
.my_account li.nav-item {
  position: relative;
}
.my_account #sidebar_nav li.nav-item:after,
.my_account .sidebar_menu .navicon::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #d9d9d9;
  width: 100%;
  bottom: -10px;
  left: 0;
}
.my_account li.nav-item:last-child:after,
.nav.sidebar_menu .navbutton:last-child a.navicon:after {
  display: none;
}
.my_account .navbutton-menu:hover,
.my_account .navbutton-menu.nav-link.active {
  border-radius: 10px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  border-color: transparent;
}
.my_account .navbutton-menu:hover .navlabel,
.my_account .navbutton-menu.nav-link.active .navlabel {
  color: var(--white);
}
.my_account .navbutton-menu:hover .navicon img,
.my_account .navbutton-menu.nav-link.active .navicon img {
  filter: invert(100%) sepia(65%) saturate(2%) hue-rotate(218deg)
    brightness(200%) contrast(101%);
}
.my_account .mainnav.nav {
  min-width: 238px;
  padding: 1px 20px 20px !important;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
}
.my_account .mainnav.nav .nav-link.active {
  border: 0;
}
.my_account .mainnav .navicon {
  padding: 0;
  width: 20px;
  height: 20px;
}
/* my account sidebar css end */

/* my account home page sidebar menu css start  */
/* changes start by khushi */
#sidebar_navContent {
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 195px);
  overflow-y: auto;
  margin-left: 40px;
}
/* changes end by khushi */

#run_on_jobs_sidebar_navContent{
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 195px);
  
  margin-left: 40px;
}

#run_on_jobs_sidebar_navContent .tab-pane {
  height: 100%;
  width: 100%;
}


#sidebar_navContent .tab-pane {
  height: 100%;
  width: 100%;
}
/* changes start by khushi */
/* .tab_ml {
  margin-left: 40px;
} */
 /* changes start by khushi */
/* project tab css */
#project .register_self {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#project .register_self h1 {
  font-size: var(--font-34);
  font-weight: var(--font-semiBold);
  line-height: normal;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 0;
}
#project .register_self p {
  font-weight: var(--font-medium);
  line-height: normal;
  text-transform: capitalize;
  color: #454545;
  margin: 20px 0;
  text-align: center;
}
#project .register_self .primary-btn {
  padding: 10px 35px;
}
#project .project_list .project_category h2 {
  font-weight: var(--font-semiBold);
  margin-bottom: 20px;
  line-height: normal;
  text-transform: capitalize;
}
#project .project_list .project_category .project_person {
  font-size: var(--font-20);
  font-weight: var(--font-semiBold);
  color: #454545;
  line-height: normal;
  margin-bottom: 20px;
}
#project .project_list .project_category .indo_sub_catagory {
  border: 0;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
}
#project .project_list .project_category .project_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#project .project_list .project_category .project_title h3 {
  margin-bottom: 0;
}
#project .project_list .project_category .project_title .dropdown-toggle {
  border: 0;
  padding: 0;
}
#project .project_list .project_category .project_title .dropdown-toggle:after {
  display: none;
}
#project .project_list .project_category .user_name {
  font-size: var(--font-14);
  font-weight: var(--font-semiBold);
  margin-bottom: 7px;
  color: #454545;
}
#project .project_category .ino_right_catagory_section_row {
  /* width: 80%; */
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
#project .project_category .sort_dropdown {
  width: 20%;
}
/* sidebar purchases menu css */
#purchases .title-border:after {
  width: 79px;
  left: 20%;
}
#purchases .purchase_title h1 {
  width: max-content;
  margin: auto;
  font-size: var(--font-34);
}
#purchases .purchase_title p {
  margin-top: 20px;
}
#purchases .purchase_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#purchases .purchase_count p {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-semiBold);
  color: #454545;
  margin-bottom: 0;
}
#purchases .purchase_count p > span {
  color: var(--primary_color);
}
#purchases .purchase_count button {
  padding: 10px 20px;
  width: auto;
}

.empty_tab h3 {
  color: #969696;
  font-size: var(--font-30);
  line-height: normal;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 40px;
}
#purchases .manage_credit .title-border:after {
  left: 33%;
}
#purchases .manage_credit_count {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
#purchases .current_licence h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#purchases .current_licence {
  border-bottom: 1px solid #d9d9d9;
}
#purchases .buy_newsub {
  margin-top: 200px;
  font-weight: var(--font-medium);
  color: #000000;
}

/* sidebar favourite menu css */
#favourite h1,
#bounties h1,
#testresult h1,
#profile h1,
#myorg h1.title-border,
.purchase_title h1,
.bounty_feed h1.title-border,
#provide_payment h1 {
  font-size: var(--font-34);
  color: var(--black);
  font-weight: var(--font-semiBold);
  line-height: normal;
  width: fit-content;
  margin: auto;
}
#favourite .title-border::after,
.purchase_title h1.title-border:after {
  width: 79px;
  left: 20%;
}
.sort_browse,
#favourite .project_title,
#bounties .project_title,
#datasets .project_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sort_browse .sort_dropdown {
  width: 18%;
}
#favourite .sort_browse .sort_dropdown p {
  margin-bottom: 10px;
}
.sort_browse .upload_file_box {
  padding: 12px 35px;
  margin: 0 !important;
}
.indo_sub_catagory,
#bounties .indo_sub_catagory,
#datasets .indo_sub_catagory {
  border: 0;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
}
#favourite .project_title h3,
#bounties .project_title h3,
#project .project_title h3,
#datasets .project_title h3 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  color: var(--black);
  line-height: normal;
  margin-bottom: 0;
}
#favourite .project_title .dropdown-toggle,
#bounties .project_title .dropdown-toggle,
#datasets .project_title .dropdown-toggle {
  border: 0;
  padding: 0 !important;
}
#favourite .project_title .dropdown-toggle:after,
#bounties .project_title .dropdown-toggle:after,
#datasets .project_title .dropdown-toggle:after {
  display: none;
}
#favourite .indo_sub_catagory .primary-btn,
#datasets .indo_sub_catagory .primary-btn {
  width: 100%;
  padding: 10px;
}
#favourite .sub_all_modal_box {
  text-transform: capitalize;
}

/* sidebar bounties menu css */
#bounties h1.title-border:after {
  width: 79px;
  left: 20%;
}
.empty_tab,
#bounties .project_category,
#purchases .purchase_title.manage_credit {
  margin-top: 20px;
}
.empty_tab .upload_file_box {
  padding: 12px 45px;
  width: fit-content;
  margin: auto;
}
.empty_tab .primary-btn,
#uploadDataset .modal-footer .cancel_btn,
#uploadDataset .cancel_btn {
  padding: 12px 45px;
}
.empty_tab .primary-btn:hover img {
  filter: invert(57%) sepia(84%) saturate(329%) hue-rotate(94deg)
    brightness(115%) contrast(88%);
}
#bounties .project_title {
  margin-bottom: 0;
}
#bounties .add_date {
  font-size: var(--font-14);
  font-weight: var(--font-medium);
  color: #454545;
  line-height: normal;
  margin: 10px 0;
}
#bounties .bounty_project_txt h4 {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  line-height: normal;
  color: var(--black);
}
#bounties .budget_deadline {
  display: flex;
  gap: 27px;
  margin-bottom: 20px;
}
#bounties .budget_deadline p,
#bounties .budget_deadline li {
  font-size: var(--font-16);
  color: var(--black);
  line-height: normal;
  font-weight: var(--font-bold);
}
#bounties .budget_deadline li {
  list-style: disc;
}
#bounties .project_btn {
  min-height: 100px;
}
#bounties .project_btn button {
  font-weight: var(--font-semiBold);
  padding: 10px 20px;
  line-height: normal;
}
#bounties .indo_sub_catagory .primary-btn {
  width: 100%;
  padding: 15px 0;
}
/* edit bounties css */
.edit_bounty {
  margin-top: 20px;
}
.edit_bounty .grey_box,
.documentation_tab .grey_box {
  border-radius: 10px;
  background: #fafafa;
  padding: 20px;
  margin-top: 20px;
}
.edit_bounty h1 {
  margin-bottom: 20px;
}
#bounties .edit_bounty h1.title-border:after {
  left: 33%;
}
.edit_bounty form {
  position: relative;
}
.edit_bounty label,
#uploadDataset label,
.dataset_form label,
.document_tab_form label,
.tag_tab_cntnt label {
  font-size: var(--font-16);
  line-height: normal;
  color: var(--black);
  font-weight: var(--font-bold);
  margin-bottom: 0;
}
.edit_bounty .form-text,
#datasets .form-text,
.document_tab_form .form-text {
  font-size: var(--font-14);
  font-weight: var(--font-medium);
  line-height: normal;
  margin: 10px 0;
  color: var(--black);
}
.edit_bounty input,
.edit_bounty textarea,
#uploadDataset input,
#uploadDataset textarea,
#uploadDataset select,
.dataset_form input,
.dataset_form textarea,
.project_steps .form-card textarea,
.project_steps .form-card select,
.field_add input,
.purchase_grey_bx input,
.document_tab_form textarea,
.document_tab_form input {
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
}
.edit_bounty input::placeholder,
.edit_bounty textarea::placeholder {
  color: var(--black);
  font-size: var(--font-16);
  font-weight: var(--font-medium);
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.edit_bounty p,
.dataset_form p,
.document_tab_form p {
  font-size: var(--font-16);
  color: var(--black);
  font-weight: var(--font-regular);
  line-height: normal;
  margin: 10px 0 20px 0;
}
.edit_bounty hr {
  margin: 40px 0;
}
.edit_bounty button {
  padding: 15px 40px;
  width: fit-content;
}
.edit_bounty button.edit_btn {
  padding: 0 !important;
  border: 0;
  background: transparent;
  color: var(--primary_color);
  position: absolute;
  right: 0;
  font-size: var(--font-16);
  font-weight: var(--font-semiBold);
  line-height: normal;
}
.edit_bounty .primary-btn {
  border: 1px solid;
}
.edit_bounty .edit_bounty_btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
#bounties .bounty_deadline_detail {
  display: flex;
  align-items: center;
  gap: 60px;
}
#bounties .bounty_deadline_detail .bounty_deadline p {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-bold);
  margin-top: 0;
  margin-bottom: 10px;
}
#bounties .bounty_deadline_detail .bounty_deadline h4 {
  font-size: var(--font-28);
  font-weight: var(--font-medium);
  line-height: normal;
  color: var(--black);
  margin-bottom: 0;
}
#bounties .bounty_deadline_detail .right_border {
  height: 67px;
  width: 1px;
  background: #d9d9d9;
}
.edit_bounty .input-group button {
  background-color: var(--primary_color);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: var(--white);
  font-weight: var(--font-semiBold);
}
.edit_bounty .input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.edit_bounty .add_category {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  margin-bottom: 20px;
}
.edit_bounty .add_category label {
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
  border-bottom: 1px solid #d9d9d9;
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-medium);
  color: #454545;
}
.edit_bounty .add_category label:last-child {
  border-bottom: none;
}
.edit_bounty .tag_label {
  margin-bottom: 10px;
}
.edit_bounty .category_data {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 17px 20px;
  width: 100%;
  color: #454545;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
}
.edit_bounty .category_data,
.edit_bounty .add_category label {
  position: relative;
}
.edit_bounty label.add_category_data {
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: row !important;
}

/* .edit_bounty .category_data:after {
  content: url(../images/inode-images/my-account/close.svg);
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  filter: invert(55%) sepia(70%) saturate(5253%) hue-rotate(346deg)
    brightness(98%) contrast(106%);
} */
/* .edit_bounty .add_category label:after {
  content: url(../images/inode-images/Add.svg);
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
} */
.edit_bounty .added_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.edit_bounty .added_tag label {
  width: 112px;
}

/* sidebar datasets menu css */
#datasets h1 {
  width: fit-content;
  margin: auto;
  font-size: var(--font-34);
  font-weight: var(--font-semiBold);
}
#datasets .title-border::after {
  width: 79px;
  left: 20%;
}
#datasets .project_title {
  margin-bottom: 0;
}
#datasets .create_date {
  font-size: var(--font-14);
}
#datasets .sub_all_modal_box {
  color: #454545;
  font-weight: var(--font-medium);
}
#datasets .sort_browse .upload_file_box img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(209deg)
    brightness(230%) contrast(103%);
  width: 20px;
}
#datasets .dataset_cntnt {
  margin-top: 50px;
}
#datasets .dataset_cntnt_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#datasets h2 {
  margin-bottom: 10px;
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  line-height: normal;
}
#datasets .dataset_cntnt_title button {
  width: fit-content;
  padding: 15px 30px;
  font-size: var(--font-16);
  font-weight: var(--font-semiBold);
  line-height: normal;
}
#datasets .dataset_cntnt_title h1 {
  margin: 0;
}
#datasets .dataset_cntnt p {
  font-size: var(--font-16);
  color: var(--black);
  line-height: normal;
  margin-bottom: 40px;
}
/* #datasets hr {
  margin: 40px 0;
} */
#datasets .dataset_type p {
  color: var(--black);
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-semiBold);
  margin-bottom: 25px;
}
#datasets .dataset_type p span {
  font-weight: var(--font-regular);
}
#datasets .dataset_btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
#datasets .dataset_btn .btn_gray {
  width: fit-content;
}

/* dataset modal css */
#msform,
#msform1 {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset,
#msform1 fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}

#datasets #uploadDataset .title-border::after {
  left: 40%;
}

#msform label,
#msform1 label {
  margin-bottom: 10px;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type),
#msform1 fieldset:not(:first-of-type) {
  display: none;
}

#msform .action-button,
#msform1 .action-button {
  width: 100px;
  background: #673ab7;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

#uploadDataset button {
  margin: 0;
  line-height: normal;
  border-radius: 10px;
}

#uploadDataset .primary-btn {
  border: 1px solid transparent;
  margin-right: 20px;
}

#msform .action-button-previous,
#msform1 .action-button-previous {
  width: 100px;
  background: transparent;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  display: block;
  margin: 30px auto auto;
  color: var(--black);
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-semiBold);
}

#datasets .form-text {
  font-size: var(--font-16);
}

#datasets .form-check {
  padding-left: 0;
}

#datasets .form-check label {
  font-weight: var(--font-medium);
}

#datasets .upload_radio {
  margin-top: 25px;
}

#datasets .upload_file_box {
  background-color: var(--primary_color);
  color: var(--white);
  border-color: transparent;
  border-radius: 10px;
  margin: 0 0 70px 0;
}

#datasets #dataEnter {
  margin-bottom: 30px;
}

#datasets .form-card h1 {
  margin: 20px auto;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673ab7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar,
#progressbar1 {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar li strong,
#progressbar1 li strong {
  color: var(--black);
  font-size: var(--font-16);
  font-weight: var(--font-semiBold) !important;
}

#progressbar li,
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  content: url(../images/inode-images/my-account/upload-dataset/IdentifyDataset.svg);
}

#progressbar #personal:before {
  content: url(../images/inode-images/my-account/upload-dataset/EnterData.svg);
}

#progressbar #confirm:before {
  content: url(../images/inode-images/my-account/upload-dataset/Finish.svg);
}

#progressbar li:before,
#progressbar1 li:before {
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  background-color: lightgray;
  border-radius: 50%;
  margin-left: auto;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

#progressbar li:after,
#progressbar1 li:after {
  content: "";
  width: 100%;
  height: 7px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after,
#progressbar1 li.active:before,
#progressbar1 li.active:after {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
}

.progress {
  height: 20px;
}

.progress-bar {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
}

/* test result menu css */
#testresult .title-border:after {
  width: 79px;
  left: 30%;
}

/* profile menu css */
#profile .edit_bounty .title-border:after {
  width: 79px;
  left: 22%;
}
#profile .org_logo.org_box {
  margin-top: 30px;
}
#profile .org_logo h1 {
  margin: 0;
}
#profile form label {
  margin-bottom: 10px;
}
#profile form .profile_edit {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
}
#profile form hr {
  margin-top: 60px;
  margin-bottom: 20px;
}
#profile form input,
#profile form textarea {
  margin-bottom: 20px;
}

/* my organizations menu css */
#myorg h1.title-border:after {
  width: 79px;
  left: 35%;
}
#myorg table td:last-child {
  text-align: right;
}
#myorg table td > .dropdown-toggle {
  border: 0;
  padding: 0;
  margin-left: auto;
}
#myorg table td > .dropdown-toggle:after {
  display: none;
}
#myorg .member_title {
  margin-top: 30px;
}

/* billing sidebar menu css */
#billing h1.credit_title {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  line-height: normal;
}
#billing .purchase_count p {
  color: var(--black);
  font-size: var(--font-20);
  line-height: normal;
  font-weight: var(--font-medium);
}
#billing .purchase_count p > span {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  color: var(--primary_color);
}
#billing .licence_sub label {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  line-height: normal;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  width: 100%;
  margin-bottom: 20px;
}

/* invoice sidebar menu css */
#invoice .org_box {
  border-radius: 20px;
  background: #fafafa;
  padding: 20px 30px;
}
#invoice .org_box h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  line-height: normal;
  color: var(--black);
  margin-bottom: 20px;
}
#invoice .org_box .invoice_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#invoice .org_box .invoice_txt p {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  line-height: normal;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 0;
}
#invoice .org_box .invoice_txt a {
  font-weight: var(--font-bold);
  text-decoration: underline;
  color: var(--primary_color);
}

/* my account home page sidebar menu css end  */

/* org page css */
/* .my_account .mainnav.nav {
  display: none;
} */
.org_main .org_title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.org_main .org_title h1 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  color: var(--black);
  margin-bottom: 0;
}
.org_main .org_title .primary-btn {
  padding: 10px 20px;
  font-weight: var(--font-medium) !important;
}
.org_main .org_title .primary-btn img {
  margin-right: 10px;
}
.org_main .org_tabs {
  margin-top: 35px;
}
.org_main .org_tabs .nav-tabs {
  border-bottom: 1px solid #d9d9d9;
}
.org_main .org_tabs .nav-tabs .nav-link {
  font-size: var(--font-16);
  font-family: var(--primary_font);
  font-weight: var(--font-medium);
  color: var(--black);
  padding: 15px;
  border: 0;
}
.org_main .org_tabs .nav-tabs .nav-item.show .nav-link,
.org_main .org_tabs .nav-tabs .nav-link.active {
  color: var(--primary_color);
  font-weight: var(--font-bold);
  border: 0;
  position: relative;
}
.org_main .org_tabs .nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  height: 4px;
  border-top: 5px solid var(--primary_color);
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
/* changes start by khushi */
.org_main .org_tabs .dropdown-toggle, .sort_browse .sort_dropdown.dataset .dropdown-toggle, #purchases .sort_dropdown .dropdown-toggle,
.favourite_proeject .dropdown-toggle, #inprogress #bounties .dropdown-toggle, #purchases-tb .project_category .sort_dropdown .dropdown-toggle  {
  width: 198px;
  border: 1px solid var(--primary_color) !important;
  border-radius: 10px;
  padding-left: 15px !important;
  padding-right: 40px !important;
  text-align: left;
}
/* /* changes end by khushi */
/* .org_main .org_tabs .dropdown-toggle::after{
  filter: invert(53%) sepia(63%) saturate(410%) hue-rotate(94deg) brightness(93%) contrast(91%);
} */
.org_main .org_tabs #myTabContent {
  margin-top: 20px;
}
.org_main .org_tabs .nav-tabs .nav-link img {
  filter: invert(53%) sepia(63%) saturate(410%) hue-rotate(94deg)
    brightness(110%) contrast(91%);
}
.org_main .org_tabs .project_category {
  margin-top: 30px;
  background: #fafafa;
  padding: 40px;
  border-radius: 10px;
}
.org_main .org_tabs .project_category h2 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  margin-bottom: 20px;
}
.org_main .org_tabs .project_category .public_project_wrapper,
#project .project_category .public_project_wrapper {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
}
.org_main .project_category .indo_sub_catagory {
  border: 0;
  background: var(--white);
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
}
.org_main .project_category .indo_sub_catagory .project_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.org_main .project_category .indo_sub_catagory
  .project_title
  .dropdown-toggle::after {
  display: none;
}
.org_main .project_category .indo_sub_catagory .btn_gray,
#project .project_category .indo_sub_catagory .btn_gray {
  padding: 10px 20px;
  font-weight: var(--font-semiBold);
  line-height: normal;
}
.org_main .project_category .indo_sub_catagory .btn_sim_green,
#project .project_category .indo_sub_catagory .btn_sim_green,
.org_main .org_tabs .seller .orgproject_details .btn_sim_green {
  width: auto;
  padding: 7px 20px;
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-medium);
}

/* seller portal tab */

.org_main .org_tabs .seller h1 {
  font-size: var(--font-28);
  line-height: normal;
  font-weight: var(--font-semiBold);
  margin-bottom: 10px;
}
.org_main .org_tabs .seller p {
  font-size: var(--font-16);
  line-height: normal;
  color: var(--black);
  font-weight: var(--font-medium);
  margin-bottom: 10px;
}
.org_main .org_tabs .seller .org_project h1 {
  margin: 30px 0 20px 0;
}
.org_main .org_tabs .seller .org_project,
.org_main .org_tabs .seller .archieve_product,
.org_main .org_tabs .seller .orgproject_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.org_main .org_tabs .seller .org_project .primary-btn,
.member_title .primary-btn {
  height: 47px;
  border-radius: 10px;
  padding: 0 20px;
}
.org_main .org_tabs .seller .org_project .primary-btn img,
.member_title .primary-btn img,
#add-usecase-btn img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(166deg)
    brightness(160%) contrast(101%);
  padding-right: 10px;
}
.org_main .org_tabs .seller .org_project .primary-btn:hover img,
.member_title .primary-btn:hover img,
#add-usecase-btn:hover img {
  filter: none;
}
.org_main .org_tabs .seller .sort_dropdown {
  width: 17%;
}
.org_main .org_tabs .seller .sort_dropdown p {
  font-weight: var(--font-bold);
  margin-bottom: 10px !important;
}
.org_main .org_tabs .seller .archieve_product p {
  margin-bottom: 0;
}
/* .org_main .org_tabs .seller .orgproject_details {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  margin-top: 40px;
  padding: 12px 24px 12px 35px;
} */
.org_main .org_tabs .seller .orgproject_details p {
  margin-bottom: 0;
}
.org_main .org_tabs .seller .orgproject_details .project_person {
  font-weight: var(--font-bold);
  margin-bottom: 6px;
}
.org_main .org_tabs .seller .orgproject_details p > img {
  margin-left: 10px;
}
.org_main .org_tabs .seller .orgproject_details .dropdown-toggle {
  width: auto;
  height: auto !important;
  padding: 0 !important;
  border: 0;
  margin-left: 10px;
}
.org_main .org_tabs .seller .orgproject_details .dropdown-toggle:after {
  display: none;
}
/* private tab */
.org_main .org_tabs .private_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.org_main .org_tabs .private_title h1 {
  margin-bottom: 0 !important;
}
.org_main .org_tabs .private_title .btn_sim_green {
  width: auto;
  padding: 10px 20px;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  line-height: normal;
}

/* members tab css */
.member_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.member_title h1 {
  font-size: var(--font-28);
  line-height: normal;
  font-weight: var(--font-semiBold);
  margin-bottom: 0;
}
#members table,
#members tr,
#members th,
#members td,
#members tbody,
#myorg table,
#myorg tr,
#myorg th,
#myorg td,
#myorg tbody,
.input_data_desc_table table,
.input_data_desc_table tr,
.input_data_desc_table th,
.input_data_desc_table td,
.input_data_desc_table tbody,
.input_data_desc_table .table > :not(:first-child),
#collaborators table,
#collaborators tr,
#collaborators th,
#collaborators td,
#collaborators tbody {
  border: 0;
}
#members table thead,
#myorg table thead,
.input_data_desc_table thead,
#collaborators thead {
  border: 0;
  border-radius: 10px;
  background: #fafafa;
}
#members table thead > tr > td:first-child,
#billing table tbody td:first-child,
#myorg table thead > tr > td:first-child,
.input_data_desc_table > tr > td:first-child,
#collaborators table tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#members table thead > tr > td:last-child,
#billing table tbody td:last-child,
#myorg table thead > tr > td:last-child,
.input_data_desc_table > tr > td:last-child,
#collaborators table tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#members table td,
#myorg table td,
.input_data_desc_table td,
#collaborators table td {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  color: var(--black);
  padding: 15px 20px;
  vertical-align: middle;
}
#members table td:first-child,
#myorg table td:first-child {
  min-width: 95px;
}
#members table td img,
#myorg table td img,
#collaborators table td img {
  margin-right: 10px;
}
#members table td .btn_sim_green,
#collaborators td .btn_sim_green {
  width: auto;
  font-size: var(--font-14);
  font-weight: var(--font-medium);
  line-height: normal;
  padding: 6px 20px;
}

/* organization details tab css */
#orgdetail .org_logo,
#orgdetail .org_info_title,
#profile .org_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#orgdetail .org_box,
#purchases .org_box,
#billing .org_box #billing-two,
#profile .edit_bounty .org_box {
  border-radius: 10px;
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 20px;
}
#orgdetail h1,
#purchases h1,
#profile .org_logo h1 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  margin-bottom: 0;
  line-height: normal;
}
#orgdetail .org_logo .upload_file_box,
#profile .org_logo .upload_file_box,
.model_upload_file {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 25px;
  width: fit-content;
  cursor: pointer;
  color: var(--black);
  border-radius: 10px;
}
#orgdetail .org_logo .upload_file_box input,
.model_upload_file input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#orgdetail .org_info .org_info_title .primary-btn {
  padding: 7px 30px;
  /* height: 52px; */
}
#orgdetail .org_info_title {
  margin-bottom: 20px;
}
#orgdetail .org_info form label {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-semiBold);
  color: var(--black);
  margin-bottom: 10px;
}
#orgdetail .org_info form input[type="text"] {
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
}
#orgdetail .org_info form textarea {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
}
#orgdetail .org_info form textarea::placeholder {
  color: #454545;
}
#orgdetail .org_info form input:focus,
#orgdetail .org_info form textarea:focus {
  box-shadow: none;
  border-color: #c6c6c6;
}

/* purchase tab css */
#purchases .browse_catlog {
  margin-top: 20px;
}
#purchases .browse_catlog h2 {
  font-size: var(--font-30);
  color: #969696;
  margin-bottom: 20px;
}
#purchases .browse_catlog .primary-btn {
  padding: 12px 45px;
  width: fit-content;
  margin: auto;
}
.org_main #purchases .project_category .indo_sub_catagory h3 {
  margin-bottom: 0;
}
.org_main #purchases .project_category .indo_sub_catagory p {
  color: #454545;
  margin-top: 20px;
  text-transform: capitalize;
}

/* billing tab content css */
#billing .nav,
#billing-two .nav {
  gap: 20px;
}
#billing .nav-pills .nav-link,
#billing-two .nav-pills .nav-link {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-semiBold);
  color: var(--black);
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 15px 20px;
}
#billing .nav-pills .nav-link.active,
#billing .nav-pills .nav-link:hover,
#billing-two .nav-pills .nav-link.active,
#billing-two .nav-pills .nav-link:hover {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: var(--white);
  border-color: transparent;
}
#billing #pills-tabContent {
  margin-top: 20px;
}
#billing .sub_count h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  line-height: normal;
  color: var(--primary_color);
}
#billing .sub_count h1 span,
#billing-two .sub_count h1 span {
  font-size: var(--font-20);
  font-weight: var(--font-medium);
  color: var(--black);
}
#billing .sub_count p,
#billing-two .sub_count p {
  font-weight: var(--font-medium);
  color: var(--black);
}
#billing .billing_licence h1,
#billing-two .billing_licence h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  color: var(--black);
  margin-bottom: 20px;
}
#billing .billing_licence p,
#billing-two .billing_licence p {
  font-weight: var(--font-semiBold);
  color: var(--black);
}
#billing table,
#billing table tbody,
#billing table th,
#billing table td,
#billing-two table,
#billing-two table tbody,
#billing-two table th,
#billing-two table td {
  border: 0;
}
#billing table th,
#billing-two table th {
  padding: 15px 20px;
  background-color: #fafafa;
}
#billing table tr,
#billing-two table tr {
  background-color: var(--white);
}
#billing table tbody td,
#billing-two table tbody td {
  border-collapse: separate;
  /* border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6; */
  vertical-align: middle;
  padding: 15px 20px;
}
/* #billing table tbody td:first-child {
  border-left: 1px solid #c6c6c6;
} */
#billing table tbody td:last-child #billing-two table tbody td:last-child {
  /* border-right: 1px solid #c6c6c6; */
  text-align: right;
}
#billing table tbody td .dropdown-toggle,
#billing-two table tbody td .dropdown-toggle {
  border: 0;
  width: auto;
  margin-left: auto;
}
#billing table tbody td .dropdown-toggle::after,
#billing-two table tbody td .dropdown-toggle::after {
  display: none;
}
#billing table td input,
.intended_use_case input,
.output_explain input,
.card_select input,
#billing-two table td input {
  position: absolute;
  left: -9999px;
}
#billing table td label,
#billing-two table td label,
.intended_use_case .form-check label,
.output_explain label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /* font-size: 0; */
  line-height: 22px;
}
#billing table td [type="radio"]:checked + label:before,
#billing table td [type="radio"]:not(:checked) + label:before,
#billing-two table td [type="radio"]:checked + label:before,
#billing-two table td [type="radio"]:not(:checked) + label:before,
.intended_use_case [type="radio"]:checked + label:before,
.intended_use_case [type="radio"]:not(:checked) + label:before,
.output_explain [type="radio"]:checked + label:before,
.output_explain [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  background: #fff;
}
#billing table td [type="radio"]:checked + label:after,
#billing table td [type="radio"]:not(:checked) + label:after,
#billing-two table td [type="radio"]:checked + label:after,
#billing-two table td [type="radio"]:not(:checked) + label:after,
.intended_use_case [type="radio"]:checked + label:after,
.intended_use_case [type="radio"]:not(:checked) + label:after,
.output_explain [type="radio"]:checked + label:after,
.output_explain [type="radio"]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary_color);
  position: absolute;
  top: -10px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#billing table td [type="radio"]:checked + label:after,
#billing-two table td [type="radio"]:checked + label:after,
.intended_use_case [type="radio"]:checked + label:after,
.output_explain [type="radio"]:checked + label:after,
.rdo_box [type="radio"]:checked + span.radio_label:after,
.detail_section .modal-dialog .modal_radio [type="radio"]:checked + label:after,
#datasets .form-check [type="radio"]:checked + label:after, 
.card_select .form-check [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#billing .plan_change,
#billing-two .plan_change {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
#billing .my_sub h1,
#billing-two .my_sub h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
}
#billing .plan_change .primary-btn,
#billing-two .plan_change .primary-btn {
  padding: 10px 20px;
}
#billing .my_sub table td:first-child,
#billing-two .my_sub table td:first-child {
  min-width: 115px;
}
#billing .my_sub table td:nth-child(2),
#billing-two .my_sub table td:nth-child(2) {
  min-width: 350px;
}
#billing .buy_credit_more td:first-child,
#billing-two .buy_credit_more td:first-child {
  min-width: 65px !important;
}
#billing .buy_credit_more table td:nth-child(2),
#billing-two .buy_credit_more table td:nth-child(2) {
  min-width: 115px !important;
}
#billing .buy_credit_more table td:nth-child(3),
#billing .buy_credit_more table td:nth-child(4),
#billing-two .buy_credit_more table td:nth-child(3),
#billing-two .buy_credit_more table td:nth-child(4) {
  min-width: 350px !important;
}
#billing .buy_credit_more table td:last-child,
#billing-two .buy_credit_more table td:last-child {
  text-align: left !important;
}

/* billing invoices tab */
#billing .project_category,
#billing-two .project_category {
  background: var(--white);
}
#billing .ino_right_catagory_section_row,
#billing-two .ino_right_catagory_section_row {
  width: 100%;
}
#billing .project_category .plan_paid,
#billing-two .project_category .plan_paid {
  background-color: #008dba;
  color: var(--white);
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-medium);
  padding: 5px 15px;
  border-radius: 10px;
  border-color: transparent;
}
#billing .project_category .project_title h3 {
  margin-bottom: 0;
}
#billing .project_category .project_title {
  margin-bottom: 10px;
}
#billing .project_category .plan_time_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#billing .project_category .plan_time_price p {
  color: #454545;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
}
#billing .project_category .btn_sim_green {
  margin-bottom: 40px;
}
#billing .org_box h1,
#billing-two .org_box h1,
#paymethod #billing h1,
#billing-two h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  margin-bottom: 20px;
}
#billing .org_box p {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-medium);
  color: var(--black);
  margin-bottom: 0;
}
#billing .org_box p > a,
#billing-two .org_box p > a {
  color: var(--primary_color);
  font-weight: var(--font-bold);
  border-bottom: 1px solid var(--primary_color);
}
#billing .org_box .primary-btn {
  display: block;
  margin: auto;
  padding: 10px 73px;
}
#billing .org_box input,
#billing-two .org_box input {
  padding: 15px 20px;
  border-radius: 10px;
  padding-left: 50px;
  margin-bottom: 20px;
}
#billing .org_box img,
#billing-two .org_box img {
  position: absolute;
  top: 18px;
  left: 20px;
}

/* 26-12 reigster file css */
.cms_from_radio .rdo_box input {
  position: absolute;
  left: -9999px;
}
.cms_from_radio .rdo_box span.radio_label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}
.cms_from_radio .rdo_box span.radio_label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  background: #fff;
}
.cms_from_radio span.radio_label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary_color);
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* upload file css start */
/* Start file upload*/
.upload__img-close,
.upload__img-close-edit {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  left: calc(100% - 2px);
  bottom: calc(100% - 2px);
  font-size: 22px;
  color: #fff;
  padding-top: 2px;
}

.support_files {
  color: #ff4e4e;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.upload__btn-box p.btn.btn_green {
  background: transparent;
  color: #000;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  padding-top: 12px;
  font-weight: 700;
  font-size: 24px;
  padding-left: 10px;
}

.upload__btn-box label.upload__btn img {
  width: 35px;
  padding-top: 6px;
}
.btn_sharp input {
  position: relative;
  top: 1px;
  transform: scale(1.4);
}
.upload__btn-box label.upload__btn {
  position: relative;
  border: 2px dashed rgba(157, 157, 157, 0.4);
  border-radius: 11px;
  padding: 20px 10px 80px 10px;
  width: 100%;
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}
.upload__btn-box label.upload__btn:hover {
  background: rgba(19, 156, 190, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.upload_file_remove_pd {
  padding-bottom: 20px !important;
}

#dropzone_cl [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.upload__btn-box {
  margin-bottom: 20px;
  position: relative;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.upload__img-box {
  width: 100%;
  border: solid 1px #afafaf;
  margin: 10px 12px 0px 4px;
  border-radius: 4px;
  padding: 5px;
  max-width: 60px;
  margin-bottom: -70px;
  position: relative;
  top: -80px;
}

p.click_or_drag_files {
  font-size: 14px;
  margin-left: 43px;
  font-weight: 400;
  color: #764d02;
  position: relative;
  bottom: 4px;
  margin-bottom: 0;
}

.cleaninglogpaperclip {
  position: absolute;
  right: 10px;
  top: 13px;
  background: #557247;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #2f561b;
  font-size: 18px;
}

#error_file_upload {
  position: relative;
  bottom: 10px;
}

.ducsmart_active_box {
  background: #ddd;
  border: solid 1px #ddd;
}
.ducsmart_active_box .dusmart_icon_dropdown {
  opacity: 1;
}

.document_tab {
  background: #f1f1f1;
  padding: 10px;
  margin-top: 10px;
  border: solid 1px #ddd;
}

.document_list_tab li {
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
.document_list_tab li:hover {
  background-color: rgb(233 233 233);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_sharp_upload {
  padding: 7px 20px;
}

.upload_file_view {
  padding-bottom: 81px;
}
.zip_folder {
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.zip_folder {
  display: flex;
  align-items: center;
  position: relative;
}
.zip_folder .zip_folder_image {
  width: 60px;
  margin-right: 10px;
}
.trash_icon {
  position: absolute;
  right: -12px;
  top: -13px;
  background-color: #fff;
}

.output_aria textarea {
  background: #ffffff !important;
  border-radius: 8px;
}
/* End file upload*/
/* upload file css End */

/* 10-1 */
/* projet type modal css start */
#projects #runOnDemand h1.title-border:after,
#projects #runOnDemand1 h1.title-border:after {
  width: 79px;
  left: 35%;
}
#projects #runOnDemand .modal-body {
  margin-top: 40px;
}
#projects .project_type_model_img {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}
.project_type_model.active .project_type_model_img {
  border-color: var(--primary_color) !important;
}
.project_type_model_img img {
  filter: grayscale(1);
}
.project_type_model.active img {
  filter: none;
}
.project_type_model p {
  text-align: center;
  color: var(--black);
  font-weight: var(--font-medium);
  text-transform: capitalize;
}
.project_type_model.active p {
  font-weight: var(--font-semiBold);
}
#projects #runOnDemand .modal-footer button,
#projects #runOnDemand1 .modal-footer button,
#projects #TrainebalModelmodal .modal-footer button,
#projects #TrainebalModelmodal1 .modal-footer button,
#new_org .modal-footer button,
#new_catalog_org .modal-footer button,
.project_steps fieldset .primary-btn {
  padding: 13px 35px;
  margin: 0;
  line-height: normal;
  font-weight: var(--font-semiBold);
}
#projects #runOnDemand .modal-header,
#projects #runOnDemand1 .modal-header {
  padding-top: 40px;
}
#projects #runOnDemand .modal-footer,
#projects #runOnDemand1 .modal-footer {
  gap: 20px;
  padding-bottom: 40px;
}
#projects #runOnDemand .modal-footer .cancel_btn,
#projects #runOnDemand1 .modal-footer .cancel_btn {
  border: 1px solid var(--primary_color);
  border-radius: 10px;
}
#projects #runOnDemand1 input,
#projects #runOnDemand1 textarea {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 10px 15px;
}
#projects #runOnDemand1 input:focus {
  box-shadow: none;
}
#projects #runOnDemand1 .project_version_input {
  gap: 10px;
}
#projects #runOnDemand1 .project_version_input input {
  width: 58px;
  text-align: center;
}
#projects #runOnDemand1 .back_btn {
  border: 0;
  background: #fff;
  border-radius: 10px;
}
#projects #runOnDemand1 .back_btn:hover {
  background-color: var(--primary_color);
  color: var(--white);
}
#projects #runOnDemand1 .back_btn:hover img {
  filter: invert(50%) sepia(0%) saturate(7431%) hue-rotate(32deg)
    brightness(210%) contrast(100%);
}
#projects #runOnDemand1 .back_btn img {
  margin-right: 5px;
}

/* sidebar create organization modal css */
#new_org h1.title-border:after {
  width: 79px;
  left: 40%;
}
#new_catalog_org h1.title-border:after {
  width: 79px !important;
  left: 40% !important;
}

#new_org input {
  margin-bottom: 20px;
}

#new_catalog_org input {
  margin-bottom: 20px !important;
}

/* same css */
.footer-attach {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.compiler_screen {
  min-height: calc(100vh - 264px);
}

/* header start */
.site-header .navbar .navbar-collapse {
  margin-left: 45px;
}
.site-header .navbar .navbar-nav {
  gap: 20px;
}
.site-header .nav-search input {
  height: 52px;
  padding-left: 45px;
  border-radius: 10px;
  width: 350px;
}
/* header end */

/*catagory page start */
.document-text-grid .indo_sub_catagory {
  border: solid 1px #91ac6d;
  border-radius: 20px;
  padding: 30px;
  max-height: 250px;
  text-align: center;
  background-color: #ffffff;
  text-align: center;
}
.document-text-grid .profile_logo_catagory_add img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.document-text-grid .support-document-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #4a4a4a;
}
/*catagory page End */

/* sticky start */
.inodcdi_wrapper {
  padding-top: 114px;
  overflow-x: hidden;
}
/* sticky End */

/* modal css start */
.detail_section .modal-dialog .dropdown-menu {
  border-radius: 10px;
  border: 1px solid var(--primary_color);
  background: var(--white);
  padding: 10px;
  right: 60px !important;
}
.detail_section .modal-dialog .modal_radio label,
#datasets .form-check label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
.detail_section .modal_radio [type="radio"]:checked + label:before,
.detail_section .modal_radio [type="radio"]:not(:checked) + label:before,
#datasets .form-check [type="radio"]:checked + label:before,
#datasets .form-check [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  background: #fff;
}
/* modal css end */

/* .detail_section .detail_content .detail_logo img {
  width: 100%;
  max-width: 128px;
  margin-top: 20px;
} */
.detail_section .chat_img {
  position: fixed;
  bottom: 60px;
  right: 100px;
  cursor: pointer;
  z-index: 99;
}
/* details page end */

/* my account sidebar css start */
.my_account .navicon span {
  color: var(--black);
  font-family: var(--primary_font);
  font-size: var(--font-14);
  font-weight: var(--font-medium);
}
.my_account .navbutton.demoanimhover .navicon span {
  white-space: nowrap;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
.my_account button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible {
  outline: 0;
}
.my_account .edit_bounty #sidebar_nav li.nav-item:after {
  background: none;
}
.my_account .edit_bounty #sidebar_nav.mainnav.nav {
  box-shadow: none !important;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  border-radius: 0;
  padding: 0 !important;
}
.my_account .edit_bounty #sidebar_nav.mainnav.nav .nav-link.active:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  height: 4px;
  border-top: 5px solid var(--primary_color);
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.my_account .edit_bounty #sidebar_nav.mainnav.nav .nav-link:hover .navlabel {
  color: var(--primary_color);
}
.my_account .edit_bounty #sidebar_nav.mainnav.nav .nav-link.active,
.my_account .edit_bounty #sidebar_nav.mainnav.nav .nav-link:hover {
  background: transparent;
  color: var(--primary_color);
  font-weight: var(--font-bold);
  border: 0;
  position: relative;
}
.my_account .edit_bounty #sidebar_nav.mainnav.nav .nav-link.active .navlabel {
  color: var(--primary_color);
  font-weight: var(--font-bold);
}
/* my account sidebar css end */

/* my account home page sidebar menu css start  */
/* sidebar favourite menu css */
#favourite h1,
#bounties h1,
#testresult h1,
#profile h1,
#myorg h1.title-border,
.bounty_feed h1.title-border {
  font-size: var(--font-34);
  color: var(--black);
  font-weight: var(--font-semiBold);
  line-height: normal;
  width: fit-content;
  margin: auto;
}
#favourite .title-border::after {
  width: 79px;
  left: 20%;
}

/* sidebar bounties menu css */
.empty_tab,
#bounties .project_category,
#purchases .purchase_title.manage_credit {
  margin-top: 20px;
}
.empty_tab .upload_file_box {
  padding: 12px 45px;
  width: fit-content;
  margin: auto;
}
.empty_tab .primary-btn,
#uploadDataset .modal-footer .cancel_btn,
#uploadDataset .cancel_btn,
#bounties .cancel_btn,
#bounties .primary-btn,
.self_hosted_modal button {
  padding: 12px 45px;
  line-height: normal;
}
.empty_tab .primary-btn:hover img {
  filter: invert(57%) sepia(84%) saturate(329%) hue-rotate(94deg)
    brightness(115%) contrast(88%);
}
#bounties .project_title {
  margin-bottom: 0;
}
#bounties .add_date {
  font-size: var(--font-14);
  font-weight: var(--font-medium);
  color: #454545;
  line-height: normal;
  margin: 10px 0;
}
#bounties .bounty_project_txt h4 {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  line-height: normal;
  color: var(--black);
}
#bounties .budget_deadline {
  display: flex;
  gap: 27px;
  margin-bottom: 20px;
  height: 100%;
  align-items: flex-start;
}
#bounties .budget_deadline p,
#bounties .budget_deadline li {
  font-size: var(--font-16);
  color: var(--black);
  line-height: normal;
  font-weight: var(--font-bold);
}
#bounties .budget_deadline li {
  list-style: disc;
}
#bounties .project_btn {
  min-height: 100px;
}

/* edit bounties css */
.edit_bounty .grey_box {
  border-radius: 10px;
  background: #fafafa;
  padding: 20px;
  margin-top: 20px;
}
.edit_bounty label,
#uploadDataset label,
.dataset_form label {
  font-size: var(--font-16);
  line-height: normal;
  color: var(--black);
  font-weight: var(--font-bold);
  margin-bottom: 0;
}
.edit_bounty .form-text,
#datasets .form-text {
  font-size: var(--font-14);
  font-weight: var(--font-medium);
  line-height: normal;
  margin: 10px 0;
  color: var(--black);
}
.edit_bounty input,
.edit_bounty textarea,
#uploadDataset input,
#uploadDataset textarea,
#uploadDataset select,
.dataset_form input,
.dataset_form textarea {
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
}
.edit_bounty input:focus,
.edit_bounty textarea:focus,
#uploadDataset input:focus,
#uploadDataset textarea:focus,
#uploadDataset select:focus,
.dataset_form input:focus,
.dataset_form textarea:focus {
  box-shadow: none;
}
.edit_bounty p,
.dataset_form p {
  font-size: var(--font-16);
  color: var(--black);
  font-weight: var(--font-regular);
  line-height: normal;
  margin: 10px 0 20px 0;
}
.edit_bounty .cancel_btn {
  padding: 12px 40px;
  /* width: fit-content; */
  line-height: normal;
}
.edit_bounty .category_data img {
  margin-left: 10px;
  cursor: pointer;
  filter: invert(55%) sepia(70%) saturate(5253%) hue-rotate(346deg)
    brightness(98%) contrast(106%);
}
.edit_bounty .add_category label {
  display: flex;
}
.edit_bounty .add_category label img {
  /* content: url(../images/inode-images/Add.svg);
  position: absolute;
  top: 20px;
  right: 20px; */
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.edit_bounty .added_tag label {
  width: auto;
}

/* dataset modal css */

#uploadDataset button,
.self_hosted_modal button {
  margin: 0;
  line-height: normal;
  border-radius: 10px;
}

#uploadDataset .primary-btn,
.self_hosted_modal .primary-btn {
  border: 1px solid transparent;
  margin-right: 20px;
}

#msform .action-button-previous {
  width: 100px;
  background: transparent;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  display: block;
  margin: 30px auto auto;
  color: var(--black);
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-semiBold);
}

#progressbar li strong {
  color: var(--black);
  font-size: var(--font-16);
  font-weight: var(--font-semiBold) !important;
}

#progressbar li,
#progressbar1 li {
  list-style-type: none;
  font-size: 15px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  background-color: lightgray;
  border-radius: 50%;
  margin-left: auto;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 7px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
#progressbar li.active:before,
#progressbar li.active:after,
#progressbar1 li#createProject:before,
#progressbar1 li#createProject:after {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  border-radius: 30px;
}
/* my account home page sidebar menu css end  */

.org_main,
.project_steps {
  margin-left: 60px;
  width: 100%;
}
.org_main .org_title h1 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  color: var(--black);
  margin-bottom: 0;
}
.home_project {
  margin-left: 60px;
  width: 100%;
}
.home_project .project_category .dropdown-toggle {
  /* width: 245px; */
  width: max-content;
  padding-left: 15px !important;
  padding-right: 40px !important;
}
/*  changes start by khushi */
.org_main .org_tabs .project_category, .home_project .project_category, #purchases-tb .project_category {
  margin-top: 30px;
  background: #fafafa;
  padding: 40px;
  border-radius: 10px;
}
.org_main .org_tabs .project_category h2, .home_project .project_category h2, #purchases-tb .project_category h2 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  margin-bottom: 20px;
}
/*  changes end by khushi */
.org_main .org_tabs .project_category .public_project_wrapper,
#project .project_category .public_project_wrapper,
.home_project .project_category .public_project_wrapper,
#project .project_category .public_project_wrapper {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
}
.org_main .org_tabs .project_category .ino_right_catagory_section_row,
.home_project .project_category .ino_right_catagory_section_row {
  /* width: 85%; */
  grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
}
.org_main .project_category .indo_sub_catagory,
.home_project .project_category .indo_sub_catagory {
  border: 0;
  background: var(--white);
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
}
.org_main .project_category .indo_sub_catagory .project_title,
.home_project .project_category .indo_sub_catagory .project_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.org_main .project_category .indo_sub_catagory .project_title .dropdown-toggle,
.home_project
  .project_category
  .indo_sub_catagory
  .project_title
  .dropdown-toggle {
  border: 0;
  width: auto;
}
.org_main
  .project_category
  .indo_sub_catagory
  .project_title
  .dropdown-toggle::after,
.home_project
  .project_category
  .indo_sub_catagory
  .project_title
  .dropdown-toggle::after {
  display: none;
}
.org_main .project_category .indo_sub_catagory h3,
.home_project .project_category .indo_sub_catagory h3 {
  font-size: var(--font-28);
  line-height: normal;
  font-weight: var(--font-bold);
  color: var(--black);
  margin-bottom: 10px;
}
.org_main .project_category .indo_sub_catagory .user_name,
.home_project .project_category .indo_sub_catagory .user_name {
  font-size: var(--font-14);
  font-weight: var(--font-semiBold);
  color: #454545;
  line-height: normal;
  text-transform: capitalize;
}
.org_main .project_category .indo_sub_catagory p,
#project .project_category .indo_sub_catagory p,
.home_project .project_category .indo_sub_catagory p {
  color: var(--black);
  font-weight: var(--font-medium);
  line-height: normal;
}
.org_main .project_category .indo_sub_catagory .project_desc,
.home_project .project_category .indo_sub_catagory .project_desc {
  margin-top: 7px;
}
.org_main .project_category .indo_sub_catagory .progress_btn,
#project .project_category .indo_sub_catagory .progress_btn,
.home_project .project_category .indo_sub_catagory .progress_btn {
  color: var(--white);
  font-weight: var(--font-medium);
  line-height: normal;
  background-color: var(--primary_color);
  padding: 10px 20px;
  border-radius: 10px;
  border-color: transparent;
}
.org_main .project_category .indo_sub_catagory .project_btn,
#project .project_category .indo_sub_catagory .project_btn,
.home_project .project_category .indo_sub_catagory .project_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 18px;
}
.org_main .project_category .indo_sub_catagory .project_btn:after,
#project .project_category .indo_sub_catagory .project_btn:after,
.home_project .project_category .indo_sub_catagory .project_btn:after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: 0;
  width: auto;
  height: 1px;
  background: #d9d9d9;
}
.org_main .project_category .indo_sub_catagory .btn_sim_green,
#project .project_category .indo_sub_catagory .btn_sim_green,
.home_project .project_category .indo_sub_catagory .btn_sim_green {
  width: auto;
  padding: 7px 20px;
  font-size: var(--font-14);
  line-height: normal;
  font-weight: var(--font-medium);
}
.org_main .project_category .indo_sub_catagory .version_btn,
#project .project_category .indo_sub_catagory .version_btn,
.home_project .project_category .indo_sub_catagory .version_btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.org_main .project_category .indo_sub_catagory .version_btn h4,
#project .project_category .indo_sub_catagory .version_btn h4,
.home_project .project_category .indo_sub_catagory .version_btn h4 {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-bold);
  color: var(--black);
  margin-bottom: 0;
}
.org_main .project_category .indo_sub_catagory .progress_txt,
#project .project_category .indo_sub_catagory .progress_txt,
.home_project .project_category .indo_sub_catagory .progress_txt {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}
.org_main .project_category .indo_sub_catagory .version_txt,
#project .project_category .indo_sub_catagory .version_txt,
.home_project .project_category .indo_sub_catagory .version_txt {
  margin: 20px 0 30px 0;
}
/*  changes start by khushi */
.org_main .project_category .indo_sub_catagory .primary-btn,
#project .project_category .indo_sub_catagory .primary-btn,
.home_project .project_category .indo_sub_catagory .primary-btn{
  width: 100%;
  height: 52px;
}
.org_main .project_category .sort_dropdown, .home_project .project_category .sort_dropdown{
  width: 15%;
}
.org_main .project_category .sort_dropdown p, #project .project_category .sort_dropdown p, .home_project .project_category .sort_dropdown p,
#purchases-tb .project_category .sort_dropdown p{
  font-size: var(--font-16);
  font-weight: var(--font-bold);
  line-height: normal;
  color: var(--black);
  margin-bottom: 10px;
}
/*  changes end by khushi */
#project .project_category .sort_dropdown .dropdown-toggle,
.home_project .project_category .sort_dropdown .dropdown-toggle {
  width: 100%;
}
/* seller portal tab */
.org_main .org_tabs .seller .org_project .primary-btn,
.member_title .primary-btn {
  height: 47px;
  padding: 0 20px;
  border-radius: 10px;
}
.org_main .org_tabs .seller .org_project .primary-btn img,
.member_title .primary-btn img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(166deg)
    brightness(160%) contrast(101%);
  padding-right: 10px;
}
.org_main .org_tabs .seller .org_project .primary-btn:hover img,
.member_title .primary-btn:hover img {
  filter: none;
}
.org_main .org_tabs .seller .archieve_product {
  margin-bottom: 30px;
}
.org_main .org_tabs .seller .orgproject_details {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  margin-top: 10px;
  padding: 12px 24px 12px 35px;
}
.org_main .org_tabs .seller .archieve_product .dropdown-item.active,
.org_main .org_tabs .sort_dropdown_projects .dropdown-item.active,
.org_main .org_tabs .sort_dropdown_projects_private .dropdown-item.active,
.home_project .project_category .sort_dropdown_projects .dropdown-item.active,
.build_project .dropdown-item.active,
.favourite_proeject.sort_dropdown .dropdown-item.active,
.dataset.sort_dropdown .dropdown-item.active {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: var(--white) !important;
}
.navwrapper.content_section {
  min-height: calc(100vh - 384px);
}

/* members tab css */
#members table,
#members tr,
#members th,
#members td,
#members tbody,
#myorg table,
#myorg tr,
#myorg th,
#myorg td,
#myorg tbody {
  border: 0;
}
#members table thead,
#myorg table thead {
  border: 0;
  border-radius: 10px;
  background: #fafafa;
}
#members table thead > tr > td:first-child,
#billing table tbody td:first-child,
#myorg table thead > tr > td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#members table thead > tr > td:last-child,
#billing table tbody td:last-child,
#myorg table thead > tr > td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#members table td,
#myorg table td {
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  color: var(--black);
  padding: 15px 20px;
  vertical-align: middle;
}
#members table td:first-child,
#myorg table td:first-child {
  min-width: 95px;
}
#members table td img,
#myorg table td img {
  margin-right: 10px;
}
#members table td .btn_sim_green {
  width: auto;
  font-size: var(--font-14);
  font-weight: var(--font-medium);
  line-height: normal;
  padding: 6px 20px;
}

/* organization details tab css */
#orgdetail .org_box,
#purchases .org_box,
#billing .org_box,
#billing-two .org_box,
#profile .edit_bounty .org_box {
  border-radius: 10px;
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 20px;
}
#orgdetail .org_logo .upload_file_box,
#profile .org_logo .upload_file_box,
#profile .org_logo .profile_image_box {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 25px;
  width: fit-content;
  cursor: pointer;
  color: var(--black);
  border-radius: 10px;
}
#orgdetail .org_logo .upload_file_box input,
#profile .org_logo .profile_image_box input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* billing tab content css */
#billing .nav {
  gap: 20px;
}
#billing .nav-pills .nav-link,
#billing-two .nav-pills .nav-link {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-semiBold);
  color: var(--black);
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 15px 20px;
}
#billing .nav-pills .nav-link.active,
#billing .nav-pills .nav-link:hover {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: var(--white);
  border-color: transparent;
}
#billing #pills-tabContent {
  margin-top: 20px;
}
#billing .sub_count h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  line-height: normal;
  color: var(--primary_color);
}
#billing .sub_count h1 span {
  font-size: var(--font-20);
  font-weight: var(--font-medium);
  color: var(--black);
}
#billing .sub_count p {
  font-weight: var(--font-medium);
  color: var(--black);
}
#billing .billing_licence h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  color: var(--black);
  margin-bottom: 20px;
}
#billing .billing_licence p {
  font-weight: var(--font-semiBold);
  color: var(--black);
}
#billing table,
#billing table tbody,
#billing table th,
#billing table td {
  border: 0;
}
#billing table th {
  padding: 15px 20px;
  background-color: #fafafa;
}
#billing table tr {
  background-color: var(--white);
}
#billing table tbody td {
  border-collapse: separate;
  /* border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6; */
  vertical-align: middle;
  padding: 15px 20px;
}
/* #billing table tbody td:first-child {
  border-left: 1px solid #c6c6c6;
} */
#billing table tbody td:last-child {
  /* border-right: 1px solid #c6c6c6; */
  text-align: right;
}
#billing table tbody td .dropdown-toggle {
  border: 0;
  width: auto;
  margin-left: auto;
}
#billing table tbody td .dropdown-toggle::after {
  display: none;
}
#billing table td input {
  position: absolute;
  left: -9999px;
}
#billing table td label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /* font-size: 0; */
  line-height: 22px;
}
#billing table td [type="radio"]:checked + label:before,
#billing table td [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  background: #fff;
}
#billing table td [type="radio"]:checked + label:after,
#billing table td [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary_color);
  position: absolute;
  top: -10px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#billing .plan_change {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#billing .my_sub h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
}
#billing .plan_change .primary-btn {
  padding: 10px 20px;
}
#billing .my_sub table td:first-child {
  min-width: 115px;
}
#billing .my_sub table td:nth-child(2) {
  min-width: 350px;
}
#billing .buy_credit_more td:first-child {
  min-width: 65px !important;
}
#billing .buy_credit_more table td:nth-child(2) {
  min-width: 115px !important;
}
#billing .buy_credit_more table td:nth-child(3),
#billing .buy_credit_more table td:nth-child(4) {
  min-width: 350px !important;
}
#billing .buy_credit_more table td:last-child {
  text-align: left !important;
}

/* billing invoices tab */
#billing .project_category {
  background: var(--white);
}
#billing .ino_right_catagory_section_row,
#new_org input {
  width: 100%;
}
#new_catalog_org input {
  width: 100% !important;
}
#billing .project_category .plan_paid {
  background-color: #008dba;
  color: var(--white);
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-medium);
  padding: 5px 15px;
  border-radius: 10px;
  border-color: transparent;
}
#billing .project_category .project_title h3 {
  margin-bottom: 0;
}
#billing .project_category .project_title {
  margin-bottom: 10px;
}
#billing .project_category .plan_time_price {
  display: flex;
  justify-content: start;
  align-items: baseline;
  margin-bottom: 10px;
  flex-direction: column;
}
#billing .project_category .plan_time_price p {
  color: #454545;
  font-size: var(--font-16);
  font-weight: var(--font-medium);
  margin-bottom: 0px;
}
#billing .project_category .btn_sim_green {
  margin-bottom: 40px;
}
#billing .org_box h1,
#paymethod #billing h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  margin-bottom: 20px;
}
#billing .org_box p {
  font-size: var(--font-16);
  line-height: normal;
  font-weight: var(--font-medium);
  color: var(--black);
  margin-bottom: 0;
}
#billing .org_box p > a {
  color: var(--primary_color);
  font-weight: var(--font-bold);
  border-bottom: 1px solid var(--primary_color);
}
#billing .org_box .primary-btn {
  display: block;
  margin: auto;
  padding: 10px 40px;
}
#billing .org_box input {
  padding: 15px 20px;
  border-radius: 10px;
  padding-left: 50px;
  margin-bottom: 20px;
}

#billing .org_box .paypal_email_id {
  margin-left: 0px !important;
  padding: 15px 20px;
  max-width: 500px;
}

#billing .org_box img {
  position: absolute;
  top: 18px;
  left: 20px;
}

/* 10-1 */
/* projet type modal css start */
#projects #runOnDemand h1.title-border:after,
#projects #TrainebalModelmodal h1.title-border:after,
#projects #runOnDemand1 h1.title-border:after,
#projects #TrainebalModelmodal1 h1.title-border:after {
  width: 79px;
  left: 35%;
}
/* trained model design */
#projects #runOnDemand .modal-body,
#projects #TrainebalModelmodal .modal-body {
  margin-top: 40px;
}

#projects #runOnDemand .modal-body p,
#projects #runOnDemand1 label,
#projects #runOnDemand1 .form-text,
#projects #TrainebalModelmodal .modal-body p,
#projects #TrainebalModelmodal1 label,
#projects #TrainebalModelmodal1 .form-text,
#new_org label,
.project_steps .form-card label,
.project_steps .form-card p,
.project_steps .form-card li,
.purchase_grey_bx p,
.payload_form label,
.purchase_demand_div #purchasedashboard p,
#runOnDemand2 .form-text,
#runOnDemand2 label,
.documentation_wrapper p {
  color: var(--black);
}

#projects #runOnDemand .modal-header,
#projects #TrainebalModelmodal .modal-header,
#projects #TrainebalModelmodal1 .modal-header,
#projects #runOnDemand1 .modal-header {
  padding-top: 40px;
}

#projects #runOnDemand .modal-footer,
#projects #TrainebalModelmodal .modal-footer,
#projects #TrainebalModelmodal1 .modal-footer,
#projects #runOnDemand1 .modal-footer,
#new_org .modal-footer {
  gap: 20px;
  padding-bottom: 40px;
}

#new_catalog_org .modal-footer {
  gap: 20px !important;
  padding-bottom: 40px !important;
}

.cancel_btn {
  border: 1px solid var(--primary_color) !important;
  border-radius: 10px !important;
  line-height: normal;
  padding: 13px 35px;
}

#new_catalog_org label {
  color: var(--black) !important;
}

#projects #runOnDemand1 input,
#projects #TrainebalModelmodal1 input,
#projects #runOnDemand1 textarea,
#new_org input,
#new_catalog_org input,
#new_org textarea,
#new_catalog_org textarea {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 10px 15px;
}

/* trained model design */
#projects #TrainebalModelmodal1 textarea {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 10px 15px;
}

#projects #runOnDemand1 input:focus,
#new_org input:focus,
#new_catalog_org input:focus,
#new_org textarea:focus,
#new_catalog_org textarea:focus {
  box-shadow: none !important;
}

/* trained model design */
#projects #TrainebalModelmodal1 input:focus {
  box-shadow: none;
}

/* trained model design */
#projects #TrainebalModelmodal1 .project_version_input {
  gap: 10px;
}

#projects #runOnDemand1 .project_version_input input,
#projects #TrainebalModelmodal1 .project_version_input input {
  width: 58px;
  text-align: center;
}

/* trained model design */
#projects #TrainebalModelmodal1 .back_btn {
  border: 0;
  background: #fff;
  border-radius: 10px;
}

#projects #runOnDemand1 .back_btn:hover,
#projects #TrainebalModelmodal1 .back_btn:hover {
  background-color: var(--primary_color);
  color: var(--white);
}

#projects #runOnDemand1 .back_btn:hover img,
#projects #TrainebalModelmodal1 .back_btn:hover img {
  filter: invert(50%) sepia(0%) saturate(7431%) hue-rotate(32deg)
    brightness(210%) contrast(100%);
}

#projects #runOnDemand1 .back_btn img,
#projects #TrainebalModelmodal1 .back_btn img {
  margin-right: 5px;
}

/* project creation step form css */
.project_steps #progressbar1 li::before {
  content: "";
  color: var(--black);
}
.project_steps #progressbar1 li.active::before,
#progressbar1 li#createProject:before {
  color: var(--white);
}
.project_steps #progressbar1 li {
  width: 25%;
}
#progressbar1 li#createProject:before {
  content: "1";
}
#progressbar1 li#projectDesc:before {
  content: "2";
}
#progressbar1 li#modelUpload:before {
  content: "3";
}
#progressbar1 li#buildSetting:before {
  content: "4";
}
.project_steps .form-card {
  margin-bottom: 40px;
}
.project_steps .form-card ul {
  width: 50%;
  margin: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
}
.success_box {
  background-color: #42af5a7d;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.project_steps .form-card .form-check-input {
  width: 20px;
  height: 20px;
}
.input_schema button {
  font-size: var(--font-16);
  width: fit-content;
  padding: 13px 35px;
  line-height: normal;
}
.field_add {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.field_add .primary-btn {
  border-radius: 5px !important;
  padding: 7px 10px !important;
}
.field_add .primary-btn img {
  width: 12px;
  height: 12px;
}
.field_add .primary-btn:hover img {
  filter: invert(57%) sepia(46%) saturate(571%) hue-rotate(94deg)
    brightness(91%) contrast(87%);
}
.field_add input,
.field_add select {
  padding: 7px 10px !important;
}

/* 4-3 purchase detail page css start */
.detail_section .modal-dialog .modal-footer a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchase_back_link,
.purchase_back_link:hover {
  color: var(--primary_color);
}
.purchase_title h1 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
  margin-bottom: 15px;
}
.purchase_grey_bx {
  border-radius: 10px;
  background: #fafafa;
  padding: 20px;
  margin-top: 20px;
}

/* 5-3 */
.purchase_count p {
  border-right: 1px solid #d9d9d9;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
.purchase_count p:last-child {
  border: none;
}
.purchase_count p span {
  font-size: var(--font-24);
  color: var(--primary_color);
  font-weight: var(--font-semiBold);
}
.purchase_product_tab .nav-link {
  color: var(--black);
  border: 0;
}
.purchase_product_tab .nav-link.active {
  border: none;
  color: var(--primary_color);
  font-weight: var(--font-bold);
  /* border-bottom: 5px solid var(--primary_color); */
  position: relative;
  background-color: transparent;
}
.purchase_product_tab .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--primary_color);
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.payload_form {
  border: 1px solid #c6c6c6;
  padding: 15px;
  border-radius: 10px;
}
.payload_form_btn .btn_sim_green {
  padding: 7px 13px;
  width: fit-content;
}
.payload_form_btn .primary-btn {
  padding: 7px 45px;
  width: fit-content;
}

/* 15-3 build project step css */
.build_project .dropdown-toggle {
  width: 200px;
}
.project_version_dropdown .dropdown-toggle {
  border: 1px solid var(--primary_color);
  border-radius: 10px;
  padding-left: 15px !important;
  padding-right: 40px !important;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.build_project ul.dropdown-menu {
  width: fit-content;
  padding: 10px !important;
}
.version_status > div > p:last-child {
  font-size: var(--font-12);
}
.project_version_dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.error_box {
  border: 1px solid #0d6efd;
  border-radius: 4px;
  background-color: #c3dbff8c;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.error_box img {
  width: 50px;
  height: 50px;
}
.error_box button {
  padding: 13px !important;
  width: max-content;
  line-height: normal;
  font-size: var(--font-16);
}
#reviewLogModal .modal-header {
  justify-content: center;
}
#reviewLogModal h1 {
  font-size: var(--font-28);
  line-height: normal;
  font-weight: var(--font-semiBold);
}

/* 5-4 */
#buildTabContent .progress {
  justify-content: center;
}
#buildTabContent .progress > div {
  color: black;
  font-weight: 600;
}
#buildTabContent h2 {
  font-weight: var(--font-semiBold);
}

/* 8-4 */
.document_tab_form .edit_btn {
  border: 0;
  background: transparent;
  color: var(--primary_color);
  font-size: var(--font-16);
  font-weight: var(--font-semiBold);
  line-height: normal;
}
.document_tab_form label > span,
.document_tab_form .accordion-button > span {
  color: #ff3e00;
}
.document_tab_form .primary-btn {
  width: 160px;
  padding: 10px 15px !important;
}
.document_tab_form .accordion-button {
  font-weight: var(--font-bold);
  color: var(--black);
  background-color: var(--white);
  box-shadow: none;
  padding: 0 !important;
  font-size: var(--font-24);
}
.document_tab_form .accordion-button:focus {
  box-shadow: none;
}
.document_tab_form .accordion-header {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  padding: 16px 20px;
}
.document_tab_form .accordion-header .progress div {
  width: 300px;
}
.document_tab_form .accordion-button:not(.collapsed)::after {
  filter: invert(48%) sepia(9%) saturate(762%) hue-rotate(169deg)
    brightness(40%) contrast(88%);
}
.document_tab_form .usecase_right button {
  border: 0;
  background-color: transparent;
}
.document_tab_form .usecase_right img {
  filter: invert(55%) sepia(70%) saturate(5253%) hue-rotate(346deg)
    brightness(98%) contrast(106%);
}
.document_tab_form .usecase_right button:disabled {
  cursor: not-allowed;
}
.document_tab_form .usecase_right button:disabled > img {
  filter: invert(57%) sepia(12%) saturate(0%) hue-rotate(256deg)
    brightness(103%) contrast(87%);
}
.intended_use_case .form-check label,
.intended_use_case .form-check .form-text,
.output_explain .form-check label {
  padding-left: 30px;
}
.intended_use_case .form-check label:before,
.output_explain .form-check label:before {
  top: 2px !important;
}
.intended_use_case .form-check label:after,
.output_explain .form-check label:after {
  top: 5px !important;
}
#add-usecase-btn {
  width: fit-content;
}
.model_upload_file {
  padding: 10px 35px;
}
.input_data_desc_table td {
  text-align: left;
}
.input_data_desc_table td input {
  width: 60%;
}
.test_scenario {
  width: 22%;
}
.test_scenario button.dropdown-toggle {
  width: 130px !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px 20px;
  height: 56px;
}

/* tag tab css */
.tag_categories {
  border-right: 1px solid #d9d9d9;
}
.tag_tab_cntnt h1,
.build_info_cntnt h1 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
}
.select_categories {
  max-height: 300px;
  overflow: auto;
}
.select_categories div {
  padding: 12px 16px;
  border: 1px solid #00000020;
  border-radius: 4px;
}
.select_categories img {
  cursor: pointer;
}

/* build info tab css */
.build_setting div {
  padding: 12px 20px;
  border: 1px solid #00000020;
  border-radius: 4px;
}
.build_setting span,
.build_info_right span {
  font-size: var(--font-14);
}
.build_info_right h2 {
  font-size: var(--font-24);
  font-weight: var(--font-medium) !important;
}
#buildTab .nav-link:disabled {
  color: #a0a0a0;
}

/* collabrator tab css */
#collaborators table td {
  text-align: left;
}

.table-responsive table {
  width: 100%;
  white-space: nowrap;
}

/* 10-4 */
/* billing tab subscription contact-us modal */
.subscription_contact h1.title-border:after {
  width: 79px;
  left: 29%;
}
.subscription_contact .sub-title {
  font-weight: var(--font-semiBold) !important;
  color: var(--black);
  text-transform: capitalize;
}
.subscription_contact button.primary-btn,
.purchase_credit button.primary-btn {
  padding: 10px 0;
}
.subscription_contact .additional_contact p {
  color: var(--black);
  font-weight: var(--font-medium);
}
.subscription_contact .additional_contact p > a {
  color: var(--primary_color);
}

/* billing tab add-remove credits modal */
.purchase_credit .title-border:after {
  width: 79px;
  left: 35%;
}
.purchase_credit h2,
.purchase_credit h3 {
  font-weight: var(--font-bold);
}
.purchase_credit p {
  color: var(--black);
  font-weight: var(--font-medium);
}
.purchase_sub_input img {
  position: absolute;
  top: 12px;
  left: 15px;
}
.purchase_sub_input input {
  padding-left: 48px !important;
}

.invoice-container {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
}
/* 15-4 */
.payment_card_fields .position-relative input {
  padding-left: 0px !important;
}
.payment_card_fields input {
  padding-left: 20px !important;
}
.card_select {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.card_select img {
  position: unset !important;
  width: 50px;
}
.card_select .form-check [type="radio"]:not(:checked) + label:before,
.card_select .form-check [type="radio"]:checked + label:before {
  top: 6px !important;
}
.card_select .form-check [type="radio"]:checked + label:after,
.card_select .form-check [type="radio"]:not(:checked) + label:after {
  top: 9px !important;
}
.card_select label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
}

/*  16-4 */
.bounties_detail_table table th,
.bounties_detail_table table td {
  padding: 10px 15px !important;
}
.bounty_feed h1.title-border::after {
  width: 79px;
  left: 32%;
}
.bounties_detail_table table th {
  background-color: #0000000d !important;
  width: 17.5%;
}
.bounties_detail_table table td {
  background-color: transparent !important;
}

.bounties_detail_table table .custom-badge-tag {
  border: 1px solid #39ac6d;
  padding: 5px;
  border-radius: 8px;
}
.bounties_detail_table table a {
  color: #39ac6d;
}

/* 14-5 */
/* self hosted modal css start */

.purchase_data_progress#progressbar #organization_purchase:before {
  content: url(../images/inode-images/my-account/organization.svg);
}
.purchase_data_progress#progressbar #payment_purchase:before {
  content: url(../images/inode-images/my-account/payment.svg);
}
.purchase_data_progress#progressbar #review_purchase:before {
  content: url(../images/inode-images/my-account/review.svg);
}
.self_hosted_modal .primary-btn,
.self_hosted_modal .cancel_btn {
  width: auto !important;
  height: auto !important;
}
.self_hosted_modal .order_summary_card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.self_hosted_modal a {
  color: var(--primary_color);
  text-decoration: underline;
  margin-bottom: 20px;
  font-weight: var(--font-semiBold);
}
.self_hosted_modal a:hover {
  color: var(--primary_color);
}
.detail_section
  .purchase_model
  .self_hosted_modal
  .modal-dialog
  .order_summary_card
  p {
  width: auto;
  margin-bottom: 0 !important;
}
.self_hosted_modal .order_summary_card > div:last-child {
  border-top: 1px solid #d9d9d9;
}

/* self hosted modal css end */

#myHeader.sticky {
  position: fixed;
  top: 117px;
  width: 100%;
  z-index: 9;
}
.skill_extractor .nav-pills .nav-link.active {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
}
.skill_extractor .nav-pills .nav-link {
  color: var(--black);
  text-align: left;
  border-radius: 10px;
}
.skill_extractor p {
  margin-bottom: 0;
}
.skill_extractor .use_case_badge span {
  color: var(--white);
  font-size: var(--font-14);
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  border-radius: 10px;
}
.skill_extractor .content a {
  color: var(--primary_color);
  font-weight: var(--font-medium);
  text-decoration: underline;
}
.skill_extractor a:hover {
  color: var(--primary_color);
}
.skill_extractor h4 {
  color: var(--primary_color);
}
.skill_extractor .accordion button {
  font-size: var(--font-24);
  text-decoration: none;
  color: var(--black);
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  padding: 0.75rem 1.25rem;
}
.skill_extractor .accordion .card-header {
  padding: 0;
}
.skill_extractor .accordion button:after {
  content: "";
  background-image: url(../images/inode-images/down-arrow-green.svg);
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 37%;
  right: 1.25rem;
  left: auto;
  width: 20px;
  height: 20px;
  transform: rotate(-180deg);
}
.skill_extractor .accordion button.collapsed:after {
  transform: none;
}
.skill_extractor .accordion .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.skill_extractor .accordion li {
  font-size: var(--font-18);
  font-weight: var(--font-semiBold);
}
#item-3-1 li p {
  font-weight: var(--font-regular);
}
.skill_extractor .content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.recomend_usecase {
  border-bottom: 1px solid #d9d9d9;
}
.skill_extractor .content .card {
  box-shadow: 4px 4px 16px 3px #00000040;
  border-radius: 15px;
}
.skill_extractor #item-3-4 .card h2 {
  border-bottom: 1px solid #00000020;
  padding: 25px;
  font-size: var(--font-24);
  font-weight: var(--font-semiBold);
}
.skill_extractor #item-3-4 .job_desc_body {
  padding: 12px 20px;
}

/* 4-6 */
/* purchase demand page css start */
.purchase_demand_div {
  margin-left: 60px;
}
.purchase_demand_div .back_purchase {
  font-size: var(--font-18);
  color: var(--primary_color);
  font-weight: var(--font-medium);
}
.purchase_demand_div .back_purchase img {
  transform: rotate(90deg);
}
.purchase_demand_div h2,
#provide_payment h2 {
  font-size: var(--font-28);
  font-weight: var(--font-semiBold);
}
.purchase_demand_div .approx_use {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #c9cdd5;
}
.purchase_demand_div .approx_use h6 {
  font-size: var(--font-18);
  font-weight: var(--font-semiBold);
}
.purchase_demand_div .approx_use span {
  font-size: var(--font-12);
  color: #646464;
}
.purchase_demand_div .approx_use .row {
  border-bottom: 1px solid #d9d9d9;
}
.purchase_demand_div .approx_use .use_value {
  font-size: var(--font-18);
  font-weight: var(--font-semiBold);
  color: var(--primary_color);
  line-height: 24px;
}
.purchase_demand_div .approx_use .use_label {
  font-size: var(--font-14);
}
.purchase_demand_div .payment_detail_warning_box {
  background: #eef5ff;
  border: 1px solid #487cbf;
  border-radius: 4px;
  padding: 0.5rem;
}
.purchase_demand_div .dropdown-toggle {
  padding-right: 30px;
  width: 100px !important;
}
.purchase_demand_div .dropdown-toggle::after {
  right: 12px;
  top: 23px;
}
.purchase_demand_div .dropdown-toggle:focus,
.purchase_demand_div #insertdata input:focus,
.purchase_demand_div input:focus,
.purchase_demand_div button:focus {
  box-shadow: none;
}
.purchase_demand_div a,
.payment_detail_warning_box a {
  color: var(--primary_color);
  font-weight: var(--font-semiBold);
}
.purchase_demand_div a:hover {
  color: var(--primary_color);
}
.purchase_demand_div #insertdata label {
  color: var(--black);
  margin-bottom: 0;
}
.purchase_demand_div #insertdata input:focus {
  border-color: #ced4da;
}
.purchase_demand_div #id_upload_file_box {
  padding: 10px 15px;
  width: fit-content;
  border-radius: 10px;
  color: var(--black);
}
.purchase_demand_div .upload_file_box input {
  cursor: pointer;
}
.purchase_demand_div #insertdata .primary-btn,
.purchase_demand_div #purchasedashboard .primary-btn {
  padding: 10px 20px;
}
.purchase_demand_div #id_upload_file_box img {
  filter: invert(0%) sepia(86%) saturate(7420%) hue-rotate(91deg) brightness(0%)
    contrast(112%);
}
#provide_payment h1.title-border:after {
  width: 79px;
  left: 40%;
}
#provide_payment .purchase_product_payment_left {
  border: solid 1px #f5f5f5;
  border-radius: 8px;
}
#provide_payment .purchase_product_payment_left p {
  font-size: var(--font-20);
  color: var(--black);
}
#provide_payment .purchase_payment_info button {
  padding: 10px 15px;
}
#provide_payment .modal-footer button {
  padding: 10px 15px;
  border-radius: 10px;
}
.purchase_demand_div .dropdown-menu a {
  color: var(--black);
  font-weight: var(--font-regular);
}
.purchase_demand_div .approx_use input,
.purchase_demand_div #purchasejob input {
  width: 100%;
  border: 1px solid #ced4da;
  padding: 7px 10px;
  border-radius: 4px;
}
#inferenceapi .code_card {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
}

/* 7-7 */
.purchase_demand_div .download-btn.dropdown-toggle {
  width: auto !important;
}

/* 7-11 */
#sidebar_navContent #datasets .sort_browse .primary-btn img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(166deg)
    brightness(160%) contrast(101%);
  padding-right: 10px;
}
#sidebar_navContent #datasets .sort_browse .primary-btn:hover img {
  filter: none;
}

#run_on_jobs_sidebar_navContent #datasets .sort_browse .primary-btn img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(166deg)
    brightness(160%) contrast(101%);
  padding-right: 10px;
}

#run_on_jobs_sidebar_navContent #datasets .sort_browse .primary-btn:hover img {
  filter: none;
}


.toggle-password img {
  top: 7px;
}
.profile.dropdown-menu.show {
  top: 69%;
}
.profile.dropdown-menu button {
  padding: 10px !important;
}
button.logout_menu.dropdown-toggle {
  padding-left: 15px !important;
  padding-right: 40px !important;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.dropdown-menu.show {
  padding: 10px;
}
.attachment-button#attachmentButton {
  padding: 0px !important;
  margin: 0 18px !important;
  height: 50px !important;
}
.sort_browse .sort_dropdown.dataset {
  text-align: left;
}
.home_project
  .project_category
  .indo_sub_catagory
  .project_title
  .dropdown-toggle,
#projects .project_category .indo_sub_catagory .project_title .dropdown-toggle {
  padding: 0 !important;
}
.card_add #payment-form #card-element {
  padding: 15px 20px !important;
  border-radius: 10px !important;
}

/* 8-11 */
.business-blog .blog-slider .img-fill {
  max-width: 100% !important;
  height: 250px !important;
  max-height: 100% !important;
}
.business_blog_title,
.business_blog_desc {
  max-width: 100% !important;
  width: 100% !important;
}
#sidebar_navContent #project .home_project,
#public_projects.org_main
  .org_tabs
  .project_category
  .ino_right_catagory_section_row {
  width: 100% !important;
}
#projects_wrapper_private #private_projects .indo_sub_catagory a.dropdown-item {
  padding: 0 !important;
  margin-top: 10px;
}
.org_main .org_tabs .indo_sub_catagory .dropdown-toggle,
.org_main .org_tabs #seller_portal_projects .dropdown-toggle,
#orgproject_details_private_space .dropdown-toggle {
  border: 0 !important;
}
/* 11-11 */
#purchases .project_title .dropdown-toggle {
  height: auto;
  padding: 0 !important;
}
.know-section .sectopm_default_padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-slider #SlickCarousel3 .ProductBlock.active .Content {
  justify-content: space-between;
}

/* 12-11 */
.Container #SlickCarousel .slick-next,
.Container #SlickCarousel .slick-prev {
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  bottom: 0;
}
.site-header .navbar .navbar-nav .nav-link.dropdown-toggle{
  height: auto !important;
}

/* 13-11 */
#billing #subscription .billing_licence table th:first-child{
  width: 40%;
}
#billing #subscription .billing_licence table th:nth-child(2),
#billing #subscription .billing_licence table th:nth-child(3),
#billing #subscription .billing_licence table th:last-child{
  width: 20%;
}
.project_steps #document-tab-id {
  padding-bottom: 1rem;
}

/* 15-11 */
#members .dropdown-menu li:last-child > hr {
  display: none;
}

/* 21-11 */
.about-enterprise-form #floatingTextarea2{
  padding: 6px 12px !important;
}
.about-enterprise-form #floatingTextarea2::placeholder{
  color: #495057 !important;
}

/* 22-11 */
#bounty_details_panel .grey_box #button-addon2.btn {
  height: 56px !important;
}

/* 26-11 */
#download_project_Modal .modal-header{
  padding: 15px 15px 0;
}

/*  changes start by khushi */
/* 13-12 */
#purchases-tb .indo_sub_catagory .primary-btn{
  width: 100%;
  height: 52px;
}
#purchases-tb .project_category .project_title{
  justify-content: space-between;
}
#purchases-tb .project_category .project_title h3{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
#purchases-tb .public_project_wrapper {
  max-height: 421px;
  overflow: auto;
  padding-top: 5px;
  padding-left: 5px;
} 
#sidebar_navContent .home_project{
  margin-left: 0;
}

#run_on_jobs_sidebar_navContent .home_project{
  margin-left: 0;
}

#billing-two .org_box, #invoice .org_box{
  margin-left: 0;
  margin-right: 0;
}
/*  changes end by khushi */
@media (max-width: 1658px) {
  .ino_right_catagory_section_row {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
  .main_catalog_content_box {
    grid-template-columns: 300px 1fr;
  }
  .site-header .nav-search{
    margin-right: 40px;
  }
}

@media (max-width: 1620px) {
  /* navbar start */
  .site-header .nav-search input {
    width: 300px;
    max-width: 300px;
  }
  .site-header .nav-search {
    margin-right: 53px;
  }
  .site-header .navbar .navbar-collapse {
    margin-left: 77px;
  }
  .indo_sub_catagory .btn_gray {
    padding: 10px 15px;
  }
  #favourite .sort_browse .sort_dropdown {
    width: 22%;
  }
  /* navbar End */
}

@media (max-width: 1600px) {
  .test_scenario {
    width: 30%;
  }
  .site-header .navbar .navbar-collapse{
    margin-left: 0;
  }
}

@media (max-width: 1500px) {
  .ino_right_catagory_section_row,
  #project .project_category .ino_right_catagory_section_row {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
  .main_catalog_content_box {
    grid-template-columns: 300px 1fr;
  }
  .left_section_catagory,
  .indo_sub_catagory {
    padding: 20px 15px;
  }
  .org_main .org_tabs .project_category .ino_right_catagory_section_row {
    width: 78%;
  }
  .org_main .project_category .sort_dropdown {
    width: 22%;
  }
  .org_main .project_category .indo_sub_catagory .project_btn:after,
  #project .project_category .indo_sub_catagory .project_btn:after {
    left: 0;
    right: 0;
  }
  .site-header .nav-search {
    margin-right: 0px;
  }
}

@media (max-width: 1450px) {
  .main_catalog_content_box {
    gap: 15px;
  }
  .site-header .navbar .navbar-nav{
    gap: 12px;
  }
}

@media (max-width: 1400px) {
  /* navbar start */
  .site-header .nav-search input {
    width: 215px;
  }
  .navbar-brand img {
    width: 125px;
  }
  /* navbar End */
  #SlickCarousel3 .slider-user {
    top: 0;
    bottom: 0;
    height: 210px;
  }
  /* detail page start */
  .detail_section .title_txt h1 {
    font-size: var(--font-34);
  }
  .detail_section .detail_content .detail_iconbx h2,
  .detail_section .detail_right h2 {
    font-size: var(--font-24);
  }
  .detail_section .chat_img {
    right: 40px;
  }
  /* detail page end */
}

@media (max-width: 1280px) {
  .site-header .navbar {
    padding: 0 15px;
  }
  .site-header .navbar .navbar-collapse {
    margin-left: 0;
  }
  .banner-section .banner-title {
    font-size: var(--font-60);
  }
  .section {
    padding: 80px 0;
  }
  .project_setting .col-xl-6 {
    width: 85%;
    margin-bottom: 20px;
  }
  .field_add {
    justify-content: flex-start;
    gap: 20px;
  }
  .ProductBlock h3{
    font-size: var(--font-30);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #SlickCarousel3 .ProductBlock.active .Content::before {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .ipad_view_filter {
    display: block;
  }
  .ipad_show_filter_box {
    display: none;
  }
  .main_catalog_content_box {
    grid-template-columns: auto;
  }

  .ipad_show_filter_box {
    position: fixed;
    height: 100vh;
    top: 4em;
    left: -300px;
    background: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 3;
  }
  .ipad_show_filter_box {
    display: block;
    position: fixed;
    height: 100vh;
    top: 4em;
    left: -300px;
    background: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 3;
  }
  .ipad_show_filter_box.show {
    left: 0;
    overflow-y: auto;
    bottom: 0;
    height: calc(100vh - 114px);
    top: auto;
  }

  .banner-section {
    height: 580px;
  }
  .section,
  .business-blog .blog-overlay,
  .about-section {
    padding-top: 60px;
  }
  .about-slider .Container .slick-prev {
    left: 42%;
  }
  .about-slider .Container .slick-next {
    right: 42%;
  }
  .know-section .banner-txt button {
    width: 240px;
  }
  .built-section .built-select {
    gap: 5px;
  }
  .site-footer .footer-menu {
    gap: 25px;
  }

  /* detail page start */
  .detail_section .title_social p {
    margin-right: 0;
  }
  .detail_section .title_social {
    gap: 5px;
  }
  .detail_section .title_txt h1 {
    font-size: var(--font-28);
  }
  /* detail page end */
  /* org page seller tab */
  .org_main .org_tabs .seller .sort_dropdown {
    width: 25%;
  }

  /* sidebar project menu css */
  #project .project_category .ino_right_catagory_section_row {
    width: 60%;
  }
  #project .project_category .sort_dropdown,
  .sort_browse .sort_dropdown {
    width: 35%;
  }

  #datasets .modal-dialog {
    max-width: 90% !important;
  }
  #invoice .org_box .invoice_txt {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  /* 9-4 */
  .test_scenario {
    width: 40%;
  }
  /* 12-11 */
  .site-header .nav-login, .site-header .nav-signup{
    width: auto !important;
    height: auto !important;
    padding: 17px 15px !important;
  }
  .site-header .navbar .navbar-nav{
    gap: 5px;
  }
  .site-header .nav-search input{
    width: 160px;
  }
}

@media (max-width: 1024px) {
  .site-header .navbar {
    height: auto;
  }
  .csm_fluide_view {
    padding: 20px 0 !important;
  }
  .inodcdi_wrapper {
    padding-top: 92px;
  }
  .about-section p.reduce_width_contain,
  .business-blog p.reduce_width_contain,
  .know-section p.reduce_width_contain,
  .built-section p.reduce_width_contain {
    width: 100%;
  }
  .detail_section .detail_content .detail_left {
    padding-right: 20px;
  }
  #new_org .modal-dialog, #new_catalog_org .modal-dialog {
    max-width: 90% !important;
    margin: auto;
  }
  .project_version_dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-nav .nav-link.active:after {
    display: none;
  }
  .site-header .nav-search input {
    width: 100%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .inodcdi_wrapper {
    padding-top: 80px;
  }
  .banner-section {
    height: 500px;
  }
  .banner-section .banner-txt,
  .know-section .banner-txt {
    width: 90%;
  }
  .banner-section .banner-title {
    font-size: var(--font-40);
  }
  .banner-section .banner-txt button {
    width: 200px;
  }
  .section,
  .business-blog .blog-overlay,
  .about-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .built-section .built-select {
    flex-direction: column;
    gap: 15px;
  }
  .Container .slick-next,
  .Container .slick-prev {
    width: 50px;
    height: 50px;
  }
  .Container .slick-prev:before {
    top: 25%;
    left: 25%;
  }
  .Container .slick-prev {
    left: -11%;
  }
  .Container .slick-next {
    right: -11%;
  }
  .about-slider .Container .slick-next,
  .about-slider .Container .slick-prev {
    top: 275px;
  }
  .about-slider .Container .slick-prev {
    left: 40%;
  }
  .about-slider .Container .slick-next {
    right: 40%;
  }
  .site-footer .footer-menu {
    gap: 15px;
  }
  .site-footer .footer-menu a {
    font-size: var(--font-14);
  }
  .site-footer {
    padding: 30px 50px;
    height: auto;
  }
  #SlickCarousel3 .ProductBlock.active .Content::before {
    left: 85px;
  }
  /* detail page start */
  .detail_section .title_txt h1 {
    font-size: var(--font-20);
  }
  .detail_section .title_txt {
    gap: 10px;
  }
  .detail_section .title_social img {
    width: 28px;
  }
  .detail_section .title_txt img {
    width: 20px;
    height: 20px;
  }
  .detail_section .detail_content .detail_logo img {
    max-width: 100px;
  }
  .detail_section .detail_content .detail_right {
    padding: 25px 15px;
  }
  .detail_section .detail_content .detail_logo p {
    margin: 20px 0;
  }
  .detail_section .detail_content .detail_iconbx h2,
  .detail_section .detail_right h2 {
    font-size: var(--font-17);
  }
  .detail_section .detail_content .detail_logo p,
  .detail_section .detail_content .detail_iconbx p,
  .detail_section .title_social p,
  .detail_section .detail_right .purchase_model p {
    font-size: var(--font-14);
  }
  .detail_section .detail_right .purchase_model button {
    width: 250px;
  }
  .detail_section .detail_right .product_discuss button {
    width: 140px;
  }
  .detail_section .detail_iconbx img {
    width: 45px;
  }
  .detail_section .modal-dialog .dropdown-toggle {
    width: 100% !important;
  }
  .detail_section .modal-dialog .btn-close {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
  }
  .detail_section .modal-dialog {
    margin: auto;
    width: 90%;
  }
  /* detail page end */

  /* org page project tab */
  .org_main .org_tabs .project_category .public_project_wrapper {
    flex-direction: column-reverse;
  }
  .org_main .org_tabs .project_category .ino_right_catagory_section_row {
    width: 100%;
  }
  .org_main .project_category .sort_dropdown {
    width: 50%;
  }
  /* org page seller portal tab */
  .org_main .org_tabs .seller .sort_dropdown {
    width: 35%;
  }

  /* project tab css */
  .my_account .navwrapper {
    flex-direction: column;
    gap: 20px;
  }
  .my_account .nav.sidebar_menu,
  .my_account .mainnav.nav {
    width: auto;
    margin: auto;
    flex-direction: row;
    justify-content: center;
  }
  .my_account .mainnav.nav {
    padding: 0 5px 5px !important;
    justify-content: flex-start;
  }
  .my_account #sidebar_nav li.nav-item:after,
  .my_account .sidebar_menu .navicon::after {
    display: none;
  }
  .my_account .navbutton-menu {
    margin-top: 10px;
  }
  /* 9-4 */
  .test_scenario {
    width: 47%;
  }
  .project_steps, .purchase_demand_div {
    margin-left: 0;
  }

  /* 10-4 */
  #runOnDemand2.subscription_contact .modal-dialog,
  #runOnDemand2.purchase_credit .modal-dialog {
    max-width: 90%;
    margin: auto;
  }
  /* 12-11 */
  .Container .slick-next:before{
    top: 20%;
    left: 29%;
  }
  #SlickCarousel3 .slider-text,
  #SlickCarousel3 .slider-text .test_desc{
    width: 100% !important;
  }
}

/* hegiht media start*/
@media (max-height: 800px) {
  .login-wrapper .login-bg-color {
    padding: 40px 15px 32px;
  }
  .login-wrapper .login-header .site-logo {
    margin-bottom: 30px;
  }
  .login-wrapper .login-header .site-logo img {
    max-width: 210px;
  }
  .login-wrapper .login-form {
    padding: 20px;
  }
  .login-wrapper .login-form .form-group {
    margin-bottom: 10px;
  }
  .login-wrapper .login-form .form-control {
    margin-top: 5px;
  }
  .login-wrapper .login-form form {
    margin-top: 33px;
  }
}
/* hegiht media End*/

@media (max-width: 767px) {
  .site-header .navbar {
    padding: 0 15px;
  }
  .login-wrapper .login-header .site-logo img {
    max-width: 200px;
  }
  .login-wrapper .login-form {
    padding: 20px;
    margin-bottom: 0;
  }
  .login-wrapper .login-form h2 {
    font-size: 24px;
  }
  .site-header .nav-search input {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nav-login {
    padding-left: 0;
  }
  .ipad_show_filter_box.show {
    left: 0;
    right: 0;
  }

  /* homepage start */
  .section-title,
  .know-section .banner-title,
  .banner-section .banner-title {
    font-size: var(--font-24);
  }
  .banner-section{
    height: 360px;
  }
  .banner-section .banner-txt,
  .know-section .banner-txt {
    width: 100% !important;
    margin: 0 !important;
  }
  .banner-section .banner-title.title-border:after {
    width: 70px;
  }
  .banner-section .banner-txt p,
  .built-section p,
  .about-section p,
  .built-section .border-box,
  .built-section .built-select select,
  .business-blog p,
  .know-section .banner-txt p,
  .purchase_grey_bx p,
  .payload_form label,
  .payload_form_btn .btn_sim_green {
    font-size: var(--font-14);
  }
  .banner-section .banner-txt button,
  .know-section .banner-txt button {
    width: auto;
    height: auto !important;
    padding: 12px 20px !important;
  }
  .built-section h2.title-border:after,
  .business-blog .title-border:after,
  .about-section .title-border:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .built-section .border-box {
    margin: 20px 0;
    padding: 10px 15px;
  }
  .built-section .built-select select {
    padding: 10px 15px;
  }
  .partner-slider,
  .my_account {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-footer .footer-main,
  .site-footer .footer-menu {
    justify-content: center;
  }
  .site-footer .footer-main {
    margin-bottom: 15px;
  }
  .site-footer .footer-menu {
    gap: 20px;
  }
  .about-slider .Container .slick-prev {
    left: 38%;
  }
  .about-slider .Container .slick-next {
    right: 38%;
  }
  .img-fill img {
    max-width: 125px;
  }
  #SlickCarousel3 .slider-user,
  #SlickCarousel3 .ProductBlock .Content {
    height: auto;
  }
  #SlickCarousel3 .ProductBlock .Content {
    padding: 15px;
  }
  .about-slider {
    margin-bottom: 65px;
  }
  .about-slider .img-fill {
    text-align: left;
  }
  .about-slider .img-fill img {
    max-width: 170px;
  }
  .ProductBlock button {
    height: 45px;
  }
  #SlickCarousel3 .ProductBlock.active .Content::before {
    left: -70px;
    top: -20px;
  }
  /* homepage end */
  /* detail page start */
  .detail_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .detail_section .detail_content {
    margin-top: 30px;
  }
  .detail_section .title-border:after {
    width: 50px;
    left: 15%;
  }
  .detail_section .detail_right button {
    height: 45px !important;
  }
  .detail_section .detail_right .purchase_model button {
    margin: 15px 0;
  }
  .detail_section .detail_right .product_discuss button {
    margin-top: 15px;
  }
  .detail_section .chat_img {
    right: 15px;
    bottom: 30px;
  }
  .detail_section .chat_img img {
    width: 50px;
  }
  .detail_section .modal-dialog .dropdown-toggle::after {
    top: 22%;
  }
  .detail_section .modal-dialog .btn-close {
    top: 10px;
    right: 10px;
  }
  .detail_section .modal-dialog p {
    width: 100%;
  }
  .detail_section .modal-dialog .dropdown-menu {
    padding: 10px;
  }
  .detail_section .modal-dialog .modal-header {
    padding: 30px 15px 0 15px;
  }
  .detail_section .modal-dialog .modal-body {
    padding: 30px 15px;
  }
  .detail_section .modal-dialog .modal-footer {
    padding: 0 15px 30px 15px;
  }
  .detail_section .modal-dialog .dropdown-menu {
    right: 32px !important;
  }
  /* detail page end */
  /* org page project tab */
  .my_account {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .org_main .org_tabs {
    margin-top: 15px;
  }
  .org_main .org_tabs .seller .org_project h1 {
    margin: auto 0;
  }
  .org_main .org_title h1,
  .org_main .org_tabs .project_category h2,
  .org_main .project_category .indo_sub_catagory h3,
  .org_main .org_tabs .seller h1,
  .member_title h1,
  #orgdetail h1,
  #purchases h1,
  #purchases .browse_catlog h2,
  #billing .billing_licence h1,
  #billing .sub_count h1,
  #billing .my_sub h1,
  #billing .org_box h1,
  #project .register_self h1,
  #project .project_list .project_category h2,
  #project .project_list .project_category .project_title h3,
  #purchases .browse_catlog.sidebar_purchase h3,
  #purchases .purchase_title h1,
  #purchases .purchase_title h1,
  #favourite h1,
  #favourite .project_title h3,
  #bounties h1,
  .empty_tab h3,
  #bounties .project_title h3,
  #bounties .bounty_deadline_detail .bounty_deadline h4,
  #datasets h1,
  #datasets .project_title h3,
  #datasets .dataset_cntnt h2,
  #datasets h2,
  #testresult h1,
  #profile h1,
  #myorg h1.title-border,
  #billing h1.credit_title,
  #billing .purchase_count p > span,
  #invoice .org_box h1,
  #paymethod #billing h1,
  .purchase_title h1,
  .bounty_feed h1.title-border,
  #provide_payment h1 {
    font-size: var(--font-24);
  }
  .org_main .org_title .primary-btn {
    padding: 6px 12px;
  }
  .org_main .org_tabs .project_category,
  #orgdetail .org_box {
    padding: 15px;
  }
  .org_main {
    margin-left: 15px;
  }
  #purchases .browse_catlog .primary-btn,
  .empty_tab .primary-btn,
  #datasets .dataset_cntnt_title button,
  #datasets .dataset_btn .btn_gray {
    padding: 10px 20px;
  }
  #purchases h1 {
    text-align: center;
  }
  #billing .nav-pills .nav-link,
  #billing table th,
  #billing table tbody td,
  .success_box {
    padding: 10px;
  }
  #billing .nav {
    gap: 10px;
  }
  #orgdetail .org_box,
  #purchases .org_box,
  #billing .org_box,
  #project .register_self .primary-btn,
  .org_main .project_category .indo_sub_catagory .btn_gray,
  #project .project_category .indo_sub_catagory .btn_gray,
  .org_main .project_category .indo_sub_catagory .progress_btn,
  #project .project_category .indo_sub_catagory .progress_btn,
  .sort_browse .upload_file_box,
  .project_steps .form-card select {
    padding: 10px 15px;
  }
  #billing .project_category {
    margin-top: 0;
  }
  #billing .plan_change .primary-btn,
  #purchases .purchase_count button {
    padding: 5px 10px;
  }
  #billing .plan_change {
    margin-bottom: 20px;
  }
  /* sidebar project menu css */
  #project .project_category .public_project_wrapper {
    flex-direction: column-reverse;
  }
  #project .project_category .ino_right_catagory_section_row {
    width: 100%;
  }
  #project .project_category .sort_dropdown {
    width: 45%;
  }
  .col.sidebar {
    padding: 0;
  }
  .tab_ml {
    margin-left: 0;
  }
  /* sidebar purchase menu css */
  #purchases .title-border:after,
  #profile .edit_bounty .title-border:after {
    left: 15%;
  }
  #purchases .manage_credit .title-border:after {
    left: 25%;
  }
  #purchases .purchase_count button {
    font-size: var(--font-14);
  }
  #purchases .current_licence h1 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sort_browse {
    flex-direction: column;
    gap: 15px;
  }
  .sort_browse .sort_dropdown {
    margin-top: 30px;
    width: 40%;
  }
  #favourite .title-border::after {
    left: 11%;
  }
  #bounties h1.title-border:after {
    left: 8%;
  }
  .edit_bounty h1.title-border:after,
  #datasets #uploadDataset .title-border::after {
    left: 28%;
  }
  .edit_bounty button {
    padding: 10px 25px;
  }
  #datasets .title-border::after {
    left: 10%;
  }
  #uploadDataset .primary-btn {
    padding: 12px 45px;
  }
  #testresult .title-border:after {
    left: 20%;
  }
  .member_title .primary-btn {
    height: 40px;
    padding: 0 10px;
  }
  /* 10-1 */
  #projects #runOnDemand .modal-dialog,
  #projects #TrainebalModelmodal .modal-dialog,
  #projects #runOnDemand1 .modal-dialog {
    max-width: 90% !important;
    margin: auto;
  }
  #projects #runOnDemand .modal-body {
    margin-top: 0;
  }
  #projects #runOnDemand .modal-footer button,
  #projects #TrainebalModelmodal .modal-footer button,
  #projects #TrainebalModelmodal1 .modal-footer button,
  #projects #runOnDemand1 .modal-footer button,
  #new_org .modal-footer button {
    padding: 8px 20px;
  }
  #new_catalog_org .modal-footer button {
    padding: 8px 20px !important;
  }
  #projects #runOnDemand1 input,
  #projects #TrainebalModelmodal1 input,
  #projects #runOnDemand1 textarea,
  #new_org input {
    padding: 8px 10px;
  }
  #new_catalog_org input {
    padding: 8px 10px !important;
  }
  /* 17-1 */
  .project_steps .form-card ul {
    width: 100%;
  }
  p.click_or_drag_files {
    margin-left: 0;
  }
  .navbar-light .navbar-toggler-icon {
    width: 22px;
  }
  .site-header .nav-signup {
    height: auto;
    width: auto;
    padding: 10px 15px;
  }
  .project_steps fieldset .primary-btn,
  .project_steps fieldset .cancel_btn,
  .input_schema button,
  .btn_upload_file.btn_green,
  #tag .primary-btn {
    padding: 10px 20px;
  }
  .field_add {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .field_add select {
    width: 200px;
  }
  .payload_form_btn {
    flex-direction: column;
    gap: 20px;
  }
  .purchase_count {
    flex-direction: column;
  }
  .purchase_count p {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .purchase_count p span {
    font-size: var(--font-20);
  }
  /* 9-4 */
  .document_tab_form .primary-btn {
    font-size: var(--font-14);
    padding: 10px !important;
  }
  .document_tab_form .accordion-button,
  .build_info_right h2 {
    font-size: var(--font-20);
  }
  .document_tab_form .accordion-header,
  .documentation_tab .grey_box,
  .documentation_tab .accordion-body {
    padding: 10px;
  }
  .tag_tab_cntnt h1,
  .build_info_cntnt h1 {
    font-size: var(--font-24);
  }
  .build_setting div {
    padding: 7px 10px;
  }
  /* 10-4 */
  .subscription_contact h1.title-border:after {
    left: 23%;
  }
  /* 4-6 */
  .purchase_demand_div h2,
  #provide_payment h2 {
    font-size: var(--font-20);
  }
  #provide_payment .purchase_product_payment_left p {
    font-size: var(--font-16);
  }
  /* 15-3 */
  .sort_dropdown_projects,
  .project_version_input,
  .error_box {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .project_version_dropdown {
    margin-top: 0;
  }
  .build_project h2 {
    font-size: var(--font-20);
  }
  .project_steps .form-card {
    margin-bottom: 20px;
  }
  .project_built_btn button {
    margin-bottom: 10px !important;
  }
  #msform .action-button-previous,
  #msform1 .action-button-previous {
    margin-top: 10px !important;
  }
  .error_box button {
    padding: 10px 20px !important;
    font-size: var(--font-14);
  }
  .error_box img {
    width: 30px;
    height: 30px;
  }  
  /* 12-11 */
  .site-header .search-img{
    top: 13px;
    left: 10px;
  }
  .site-footer{
    padding-left: 15px;
    padding-right: 15px;
  }
  .ProductBlock h3{
    font-size: var(--font-24);
  }
}

@media (min-width: 576px) {
  .detail_section .purchase_model .modal-dialog {
    max-width: 785px;
  }
  .detail_section .product_discuss .modal-dialog {
    max-width: 517px;
  }
  #datasets .modal-dialog, #uploadBountyDataset .modal-dialog,
  #uploadBountyDocument .modal-dialog,
  .detail_section .purchase_model .self_hosted_modal .modal-dialog {
    max-width: 1061px;
  }
  #projects #runOnDemand .modal-dialog,
  #projects #TrainebalModelmodal .modal-dialog {
    max-width: 680px;
  }
  #projects #runOnDemand1 .modal-dialog,
  #projects #TrainebalModelmodal1 .modal-dialog {
    max-width: 849px;
  }
  #new_org .modal-dialog {
    max-width: 975px;
  }
  #new_catalog_org .modal-dialog {
    max-width: 975px !important;
  }
  #createBounties .modal-dialog,
  #bountiesBudget .modal-dialog {
    max-width: 800px;
  }
}

@media only screen and (max-width: 576px) {
  .login-wrapper ul.login-socials li {
    margin-right: 2px;
  }

  .login-wrapper ul.login-socials li:last-child {
    margin-right: 0;
  }

  .login-wrapper .login-footer {
    text-align: center;
  }

  /* homepage start */
  .banner-section{
    height: 440px;
  }
  .site-footer .navbar-brand {
    margin-right: 0;
  }
  .site-footer .footer-menu {
    flex-direction: column;
    gap: 15px;
  }
  .Container .slick-next,
  .Container .slick-prev {
    width: 40px;
    height: 40px;
  }
  .Container .slick-prev:before {
    top: 20%;
    left: 20%;
  }
  .Container .slick-next:before {
    top: 10%;
    left: 20%;
  }
  .img-fill img {
    max-width: 110px;
  }
  .business-blog .title-border:after {
    left: 0;
    width: 60px;
  }
  #SlickCarousel3 .ProductBlock .Content {
    padding: 10px;
    height: auto;
    flex-direction: column;
  }
  .about-slider .img-fill img {
    max-width: 120px;
    margin: auto;
    display: block;
  }
  .about-slider .slider-text,
  .about-slider .slider-text p {
    text-align: center !important;
  }
  #SlickCarousel3 .ratings {
    justify-content: center;
    margin: auto;
  }

  .about-section .title-border:after {
    left: 0;
  }
  #SlickCarousel3 .slider-text p {
    font-size: var(--font-12);
    margin-top: 5px !important;
  }
  .about-slider .Container .slick-next,
  .about-slider .Container .slick-prev {
    top: 380px;
  }
  #SlickCarousel3 .ProductBlock .Content,
  #profile .org_logo {
    gap: 10px;
  }
  .site-footer .footer-main .footer-logo img {
    max-width: 150px;
  }
  #SlickCarousel3 .ProductBlock.active .Content::before {
    left: -100px;
    top: -50px;
  }
  /* homepage end */
  .my_account .navwrapper {
    flex-direction: column;
    gap: 20px;
  }
  /* org page css */
  .org_main {
    margin-left: 0;
  }
  .org_main .org_tabs .nav-tabs .nav-link {
    padding: 5px 10px;
  }
  .org_main .org_tabs .project_category .ino_right_catagory_section_row {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  }
  .org_main .org_title h1,
  .org_main .org_tabs .project_category h2,
  .org_main .project_category .indo_sub_catagory h3,
  .org_main .org_tabs .seller h1,
  .member_title h1,
  #orgdetail h1,
  #purchases h1,
  #purchases .browse_catlog h2,
  #billing .billing_licence h1,
  #billing .sub_count h1,
  #billing .my_sub h1,
  #billing .org_box h1,
  #project .register_self h1,
  #project .project_list .project_category h2,
  #project .project_list .project_category .project_title h3,
  #purchases .browse_catlog.sidebar_purchase h3,
  #purchases .purchase_title h1,
  #purchases .purchase_title h1,
  #favourite h1,
  #favourite .project_title h3,
  #bounties h1,
  .empty_tab h3,
  #bounties .project_title h3,
  #bounties .bounty_deadline_detail .bounty_deadline h4,
  #datasets h1,
  #datasets h2,
  #datasets .project_title h3,
  #datasets .dataset_cntnt h2,
  #testresult h1,
  #profile h1,
  #myorg h1.title-border,
  #billing h1.credit_title,
  #billing .purchase_count p > span,
  #invoice .org_box h1,
  #paymethod #billing h1,
  .purchase_title h1 {
    font-size: var(--font-20) !important;
  }
  .org_main .project_category .sort_dropdown,
  .org_main .org_tabs .seller .sort_dropdown {
    width: 90%;
  }
  .org_main .project_category .indo_sub_catagory .project_btn,
  .org_main .project_category .indo_sub_catagory .version_btn,
  .org_main .org_tabs .seller .archieve_product,
  #billing .plan_change,
  #profile .org_logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .org_main .project_category .indo_sub_catagory .btn_gray,
  .org_main .project_category .indo_sub_catagory .progress_btn,
  .org_main .project_category .indo_sub_catagory .btn_sim_green {
    font-size: var(--font-14);
    width: auto !important;
    padding: 0 7px;
    height: 30px;
  }
  .org_main .project_category .indo_sub_catagory .version_txt {
    margin: 15px 0;
  }
  /* org page seller portal tab */
  .org_main .project_category .indo_sub_catagory .primary-btn,
  .org_main .org_tabs .seller .org_project .primary-btn,
  .member_title .primary-btn,
  #orgdetail .org_info .org_info_title .primary-btn {
    height: 40px;
  }
  .org_main .org_tabs .seller .org_project,
  .member_title,
  #orgdetail .org_box,
  #orgdetail .org_info_title {
    flex-direction: column;
  }
  .org_main .org_tabs .seller .archieve_product {
    gap: 15px;
  }
  .org_main .org_tabs .seller .orgproject_details {
    margin-top: 20px;
    padding: 10px;
  }
  .org_main .org_tabs .seller .orgproject_details .btn_sim_green {
    font-size: var(--font-14);
    padding: 7px;
  }
  .member_title,
  #orgdetail .org_box,
  #orgdetail .org_info_title,
  .org_main .org_tabs .seller .org_project,
  #billing .plan_change {
    gap: 10px;
  }
  #members table td {
    padding: 10px;
    font-size: var(--font-14);
  }
  #orgdetail .org_logo .upload_file_box {
    padding: 7px 15px;
  }
  #orgdetail .org_logo,
  #orgdetail .org_info_title {
    align-items: flex-start;
  }
  #orgdetail .org_info form input[type="text"],
  #orgdetail .org_info form textarea,
  #myorg table td,
  #billing .licence_sub label,
  #billing-two .licence_sub label {
    padding: 10px;
  }
  #purchases .browse_catlog .primary-btn,
  #billing .org_box .primary-btn,
  .empty_tab .primary-btn {
    padding: 5px 15px;
  }
  #billing .sub_count h1 span,
  #billing .sub_count p,
  .my_account .navlabel,
  #project .register_self p,
  #project .project_list .project_category .project_person,
  .org_main .project_category .indo_sub_catagory .btn_gray,
  #project .project_category .indo_sub_catagory .btn_gray,
  .org_main .project_category .indo_sub_catagory .progress_btn,
  #project .project_category .indo_sub_catagory .progress_btn,
  .org_main .project_category .indo_sub_catagory .btn_sim_green,
  #project .project_category .indo_sub_catagory .btn_sim_green,
  #project .register_self .primary-btn,
  .my_account .navicon span,
  #purchases .browse_catlog .primary-btn,
  .sort_browse .upload_file_box,
  #favourite .sub_all_modal_box,
  #bounties .project_btn button,
  #progressbar li strong,
  #msform p,
  #msform1 p {
    font-size: var(--font-14);
  }
  /* sidebar project menu css */
  .my_account .navbutton-menu,
  .org_main .project_category .indo_sub_catagory .btn_gray,
  #project .project_category .indo_sub_catagory .btn_gray,
  .org_main .project_category .indo_sub_catagory .progress_btn,
  #project .project_category .indo_sub_catagory .progress_btn,
  #project .register_self .primary-btn,
  .sort_browse .upload_file_box,
  #bounties .project_btn button {
    padding: 5px 10px !important;
  }
  .my_account .navbutton-menu {
    margin-top: 5px;
  }
  .my_account .nav.sidebar_menu {
    padding: 5px !important;
  }
  #project .project_category .sort_dropdown {
    width: 70%;
  }
  .indo_sub_catagory {
    padding: 15px;
  }
  /* sidebar purchase menu css */
  #purchases .title-border:after,
  #profile .edit_bounty .title-border:after {
    left: 7%;
  }
  #purchases .purchase_count {
    flex-direction: column;
    gap: 10px;
  }
  /* sidebar favourite menu css */
  #favourite .title-border::after,
  #datasets .title-border::after {
    left: 2%;
  }
  .sort_browse .sort_dropdown {
    width: 60%;
  }
  /* sidebar bounties menu css */
  #bounties h1.title-border:after {
    left: 0;
  }
  .empty_tab img {
    width: 30%;
  }
  .edit_bounty h1.title-border:after {
    left: 23%;
  }
  .edit_bounty input,
  .edit_bounty textarea,
  .purchase_grey_bx input,
  .document_tab_form textarea,
  .document_tab_form input {
    padding: 8px 10px;
  }

  #bounties .bounty_deadline_detail {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  #bounties .bounty_deadline_detail .right_border {
    height: 1px;
    width: 100%;
  }
  .edit_bounty button {
    padding: 10px 15px;
  }
  #datasets .modal-dialog {
    margin: auto;
  }
  .empty_tab .primary-btn img,
  #datasets .upload_file_box img {
    width: 20px;
  }
  #progressbar li:before {
    width: 43px;
    height: 43px;
  }
  #progressbar li:after {
    top: 20px;
  }
  #progressbar li,
  #progressbar1 li {
    line-height: normal;
  }
  #uploadDataset input,
  #uploadDataset textarea,
  #uploadDataset select,
  .dataset_form input,
  .dataset_form textarea {
    padding: 10px 15px;
  }
  .modal-dialog .btn-close {
    right: 15px;
  }
  #uploadDataset .primary-btn,
  #uploadDataset .cancel_btn,
  .empty_tab .upload_file_box,
  #datasets .empty_tab .dataset_btn .primary-btn,
  #profile .org_logo .upload_file_box {
    padding: 10px 20px;
  }
  #datasets .empty_tab .dropdown-toggle img {
    width: 100%;
  }
  #testresult .title-border:after {
    left: 16%;
  }

  /* 10-1 */
  #projects #runOnDemand .select_project {
    flex-direction: column;
    gap: 0 !important;
  }
  #projects #runOnDemand .project_type_model {
    width: 80%;
    margin: auto;
  }
  #projects #runOnDemand1 .project_version_input {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #projects #runOnDemand .modal-header,
  #projects #runOnDemand1 .modal-header {
    padding-top: 20px;
  }
  #projects #runOnDemand .modal-footer,
  #projects #runOnDemand1 .modal-footer {
    padding-bottom: 20px;
  }

  /* 16-1 */
  .section-title,
  .know-section .banner-title,
  .banner-section .banner-title {
    font-size: var(--font-20);
  }
  /* 17-1 project creation step form css */
  #progressbar1 li:before {
    width: 33px;
    height: 33px;
    font-size: var(--font-16);
  }
  #progressbar1 li:after {
    top: 15px;
    height: 3px;
  }
  #progressbar1 li strong {
    font-size: var(--font-12);
  }
  .project_setting .col-xl-6 {
    width: 100%;
  }
  /* 9-4 */
  .document_tab_form .accordion-header .progress div {
    width: 225px;
  }
  .document_tab_form .accordion-button {
    font-size: 18px;
  }
  .document_tab_form .primary-btn {
    width: 125px;
  }
  .model_upload_file {
    padding: 5px 25px;
  }
  .test_scenario {
    width: 100%;
  }
  .test_scenario button.dropdown-toggle {
    width: 120px !important;
  }
  /* 10-4 */
  .subscription_contact h1.title-border:after {
    left: 19%;
  }
  .purchase_credit .title-border:after {
    left: 30%;
  }
  .purchase_credit h2 {
    font-size: var(--font-20);
  }
  #runOnDemand2 .modal-header {
    padding-top: 15px !important;
  }
  .business_blog_title, .business_blog_desc{
    min-width: auto !important;
  }
}

@media (max-width: 480px) {
  .about-slider .Container .slick-next,
  .about-slider .Container .slick-prev {
    top: 370px;
  }
  .about-slider .Container .slick-prev {
    left: 30%;
  }
  .about-slider .Container .slick-next {
    right: 30%;
  }
  .know-section .banner-txt p {
    margin: 20px 0;
  }
  #SlickCarousel3 .ProductBlock.active .Content::before {
    left: -156px;
  }
  .detail_section .detail_right button {
    font-size: var(--font-14) !important;
  }
  .detail_section .detail_title {
    flex-direction: column;
    gap: 10px;
  }
  .detail_section .detail_content .detail_logo img {
    display: block;
    margin: auto;
    margin-top: 15px;
  }
  .detail_section .detail_right .purchase_model button.primary-btn {
    width: auto;
  }
  #bounties .budget_deadline {
    flex-direction: column;
    gap: 10px;
  }
  #bounties .budget_deadline ul {
    padding-left: 20px;
  }
  .business-blog .blog-slider .img-fill{
    height: 180px !important;
  }
}

@media (max-width: 375px) {
  .Container .slick-prev {
    left: -22%;
  }
  .Container .slick-next {
    right: -22%;
  }
  #SlickCarousel3 .ProductBlock.active .Content::before {
    left: -263px;
  }
}


/* my custom css */
#next_step_2[disabled="True"] {
  opacity: 0.5;
  pointer-events: none;
}

#id_in_exe_type {
  width: 100px;
}

#id_output_exe_type {
  width: 100px;
}

#add-project-btn {
  max-width: 849px;
}

#new_catalog_org label {
  color: var(--black);
  text-align: left !important;
}

#runOnDemand2 input,
#runOnDemand2 textarea {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 10px 15px;
}

#runOnDemand2 .modal-header {
  padding-top: 40px;
}

.justify-content-center {
  justify-content: center !important;
}

#runOnDemand2 .project_version_input input {
  width: 58px;
  text-align: center;
}

#runOnDemand2 .project_version_input {
  gap: 10px;
}

#runOnDemand2 .back_btn:hover,
#TrainebalModelmodal1 .back_btn:hover {
  background-color: var(--primary_color);
  color: var(--white);
}

#runOnDemand2 .modal-footer button {
  padding: 13px 35px;
  margin: 0;
  line-height: normal;
  font-weight: var(--font-semiBold);
}

#runOnDemand2 .back_btn {
  border: 0;
  background: #fff;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}

#runOnDemand2 .back_btn:hover img {
  filter: invert(50%) sepia(0%) saturate(7431%) hue-rotate(32deg)
    brightness(210%) contrast(100%);
}

#runOnDemand2 .back_btn img {
  margin-right: 5px;
}

#runOnDemand2 .back_btn:hover {
  color: var(--white);
}

#runOnDemand2 .modal-footer button {
  line-height: normal;
  font-weight: var(--font-semiBold);
}

@media (min-width: 576px) {
  #runOnDemand2 .modal-dialog {
    max-width: 849px;
  }
}

@media (min-width: 576px) {
  #runOnDemand5 .modal-dialog {
    max-width: 600px;
  }
}

.project_version_input input {
  width: 58px;
  text-align: center;
}

.version_label {
  align-items: flex-end !important;
  display: flex !important;
  padding-left: 5px;
  color: var(--black);
  font-weight: 200;
}
.select_org {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 10px 15px;
}

.swal2-styled:focus {
  box-shadow: none !important;
}

ul.autocomplete-list {
  background: #fff;
  padding: 10px 10px;
  border: solid 1px #ddd;
  border-radius: 10px;
  margin-top: 5px;
  max-height: 150px;
  overflow: auto;
}
ul.autocomplete-list li {
  background: #f7f7f7;
  margin-bottom: 5px;
  border: solid 1px #ddd;
  padding: 5px 10px;
  cursor: pointer;
}
/* .navbutton.home.active img{
  filter: brightness(0) saturate(100%) invert(95%) sepia(68%) saturate(17%) hue-rotate(81deg) brightness(106%) contrast(100%);
}
.navbutton.selected.demoanimhover.active, .navbutton.home.active {
  background: linear-gradient(90deg, #0F9BC8 18.07%, #42AF5A 103.7%);
} */
/* .navbutton.selected.demoanimhover.active span, .navbutton.home.active span {
  color: #fff;
} */

.navbutton.selected.demoanimhover.active:before,
.navbutton.home.active:before {
  content: "";
  width: 5px;
  height: 80%;
  background: #39ac6d;
  position: absolute;
  border-radius: 30px 0px 0px 30px !important;
  top: 7px;
  right: 0;
}

#collaborators .org_members_option.dropdown-toggle,
#members table .org_members_option.dropdown-toggle {
  border: none !important;
  padding: 0 !important;
}
.org_members_option.dropdown-toggle::after {
  display: none;
}

#imag-btn {
  border-radius: 10px;
  height: 56px;
  width: 90px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: var(--white) !important;
  font-family: var(--primary_font);
  font-weight: var(--font-semiBold) !important;
  border: 1px solid transparent;
  margin-top: 20px;
  margin-left: 10px;
}

#cancel-img-btn {
  border-radius: 10px;
  height: 56px !important;
  width: auto;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: var(--white) !important;
  font-family: var(--primary_font);
  font-weight: var(--font-semiBold) !important;
  border: 1px solid transparent;
  margin-top: 20px;
  margin-left: 10px;
}

#imag-remove-btn {
  border-radius: 10px;
  height: 56px;
  width: 90px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: var(--white) !important;
  font-family: var(--primary_font);
  font-weight: var(--font-semiBold) !important;
  border: 1px solid transparent;
  margin-left: 10px;
}

#org-div label {
  color: black !important;
}

#org-div input {
  border-radius: 10px !important;
  padding: 10px 15px !important;
}

#org-div textarea {
  border-radius: 10px !important;
  padding: 10px 15px !important;
}

#img-div-gbtn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.label-left {
  text-align: left !important;
}

.label-left label {
  color: var(--black) !important;
  margin-bottom: 0.2rem !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
#new_catalog_org .modal-dialog {
  max-width: 975px;
}

.upload_file_box a:hover {
  color: white !important;
}

.upload_file_box a {
  color: white !important;
}

@media (min-width: 576px) {
  .modal-dialog-purchase {
    max-width: 580px !important;
    margin: 1.75rem auto;
  }
}

#add-card-purchase {
  width: 550px !important;
}

/*For Loader on submit button*/
/* .loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-right: 10px;
    margin-top: 20px;
    display: none; 
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */

/*Loader For submit-next button*/
.loader {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 20px;
  background: radial-gradient(circle closest-side, #39ac6d 94%, #0000)
    right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
}
.loader::before {
  content: "Verifying...";
  line-height: 1em;
  color: #0000;
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, #000);
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes l24 {
  100% {
    background-position: left;
  }
}
.org_role:not(:last-child) {
  border-right: 1px solid grey;
  padding-right: 5px;
}

.loaderr {
  display: none;
  border: 16px solid #0f9bc8;
  border-radius: 50%;
  border-top: 16px solid #42af5a;
  border-right: 16px solid #0f9bc8;
  border-bottom: 16px solid #42af5a;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader_main {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(10, 10, 10, 0.6);
  z-index: 12;
}

.reduce-opacity {
  opacity: 0.5;
  pointer-events: none;
}

#bounties .choice_radio_button input,
#bounties .data_choice_radio_button input {
  display: none;
}

#bounties .choice_radio_button,
#bounties .data_choice_radio_button {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
  background: none;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
}
#bounties .choice_radio_button span,
#bounties .data_choice_radio_button span {
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

#bounties .choice_radio_button.radio_selected,
#bounties .data_choice_radio_button.radio_selected {
  border: 1px solid #39ac6d;
}

#bounties .schedule_meeting_section h6 {
  color: #000;
  font-weight: 600;
}
#bounties .schedule_meeting_section p {
  color: #454545;
}
#bounties .schedule_meeting_section .meeting_btn,
#bounties .schedule_meeting_section_find_data .meeting_btn {
  background-color: #39ac6d;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
}
#getInTouch .additional_info {
  text-align: left;
}

#getInTouch .additional_info h6,
#bounties .bounties_desc h6 {
  color: #1e1e1e;
  font-weight: 600;
  text-align: left;
}
#getInTouch .additional_info span {
  font-size: 16px;
}
#getInTouch .additional_info a {
  color: #39ac6d;
}

#bounties .bounties_desc p {
  font-style: italic;
  text-align: left;
  font-size: 14px;
}

#bounties .data_choice_radio_button {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  width: 33%;
  cursor: pointer;
}

#bounties .form-control:focus {
  border: 1px solid #ced4da;
}
#bounties .schedule_meeting_section_find_data {
  margin-top: 15px;
}

#bounties .schedule_meeting_section_find_data h6 {
  color: #1e1e1e;
  font-weight: 600;
}
#bounties .schedule_meeting_section_find_data p {
  color: #454545;
}
#bounties .indo_sub_catagory {
  display: flex;
  flex-direction: column;
}
#bounties .indo_sub_catagory a {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#bounties .indo_sub_catagory {
  display: flex;
  flex-direction: column;
}
#bounties .indo_sub_catagory a {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.two-line-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to two lines */
  -webkit-box-orient: vertical;
  max-height: 3.6em;
  min-height: 3.6em;
}
/*  */
.document_tab_form .general-model {
  font-size: 20px;
  font-weight: 700;
  color: #626f84;
}
.document_tab_form .sub-title {
  font-size: 16px;
  color: #626f84;
}
.document_tab_form .text-paragraph {
  font-size: 14px;
  color: #626f84;
}
.document_tab_form .text-paragraph-italic {
  font-size: 14px;
  font-style: italic;
  color: #626f84;
}
.document_tab_form .accordion-item {
  border: 1px solid #c9cdd5;
  box-shadow: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.document_tab_form .form-title td {
  color: #fc520b;
}
.document_tab_form .output_explain {
  display: flex;
  justify-content: space-between;
  width: 130px;
}
.document_tab_form .output_explain .form-check label {
  color: #626f84;
}
.document_tab_form .form-select {
  color: #626f84;
}
.document_tab_form .accordion-header {
  box-shadow: none;
}
.document_tab_form .form-control:focus {
  border-color: #626f84;
}
.additional-doc-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.upload-doc-modal #add-project-btn {
  max-width: 1170px;
}
.upload-doc-modal .modal-footer .primary-btn {
  padding: 10px 35px;
}

.add-link-modal #add-project-btn {
  max-width: 1170px;
}
.add-link-modal .modal-footer .primary-btn {
  padding: 10px 35px;
}
.progress-text {
  position: absolute;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #000000;
}
.anti-close-btn {
  margin-top: 45px;
}

#bouty_discussion_sidebar_nav .nav-item:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #d9d9d9;
  width: 100%;
  bottom: -10px;
  left: 0;
}

/* datasets tab css */
.upload_dataset_modal #entered_dataset_preview {
  height: 250px;
  overflow: auto;
  background: #444;
  margin: 45px 20px;
  width: 474px;
  border-radius: 10px;
}
.dataset_personal {
  width: auto;
}

#datasetSchemaContainer .table {
  width: 50%;
  margin-bottom: 50px;
}

#datasetSchemaContainer .table tbody tr {
  background-color: #0000000d !important;
}

.project_title {
  display: flex;
  text-align: left !important;
}
.project_title .dropdown-toggle {
  text-align: right;
  border-radius: 10px;
  border: none;
  position: relative;
  height: 0;
  padding-left: initial;
  right: 0;
}
.project_title .dropdown-toggle::after {
  display: none;
}
.document_tab_form p {
  text-align: left !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
}

/* contact us  */

.contactus {
  padding-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.contactus .ownerProfile .card {
  padding: 70px !important;
}
.contactus .ownerProfile .card .card-body {
  padding: 10px 10px 10px 0;
}
.contactus .ownerProfile .card .card-body a {
  color: #39ac6d;
}
.contactus .ownerProfile img {
  width: 200px;
  /* margin-top: 100px; */
}
.contactus .contactus_form {
  padding: 50px;
}

/* enterprice */

.maingravity {
  width: 60%;
  margin: auto;
}

.myvideo {
  position: relative;
  /* width: 20em; */
  /* height: 20em; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.myvideo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 77px;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5);
}

section.main-videogravity {
  text-align: center;
}
.image-overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 1279px;
  height: 720px;
  color: #fff;
  text-align: center;
}

img.play-img.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button.video-gravity {
  border: 0px;
}
/* .modal-dialog {
  max-width: max-content;
  margin: 1.75rem auto;
  background: transparent;
}
.modal-content {
  background: transparent;
} */
.team-text-box {
  padding: 9%;
  padding-right: 50px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  min-height: 22em;
}
.monetize-text-box {
  padding: 9%;
  padding-right: 50px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  min-height: 27em;
}
.team-text-box h3 {
  color: #39ac6d;
  font-size: 20px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  text-transform: uppercase;
}
.team-text-box b {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #4a4a4a;
}
/* section.main-boxgravity {
        margin: 5% 0;
            } */
.button-cnt-schedule a {
  white-space: nowrap;
  padding: 12px 24px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: auto;
}
.button-cnt-schedule {
  padding: 30px;
  width: 100%;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 15px;
}
.sch-btncnt p {
  margin-bottom: 0px !important;
}
.gravity-form {
  margin: 5% 0;
}
.industry-g {
  margin-bottom: 2%;
}
.main-gform-btn {
  margin-top: 3%;
}
section.gravity-form .form-control,
section.gravity-form .form-select {
  background: #f5f8fa;
}
.main-gform-btn .btn-primary {
  color: #fff;
  background-color: #264ff6;
  border-color: #0d6efd;
  font-size: 16px;
}

/* ------------------- for documentation page ---------------------- */
.documentation_wrapper .tab_ml {
  padding-left: 40px;
  margin-left: 0;
}
.my_account .docu_sidebar.mainnav.nav {
  min-width: 305px;
  overflow: auto;
  height: 100%;
}
.docu_sidebar .caption {
  color: var(--primary_color);
  font-weight: var(--font-bold);
  padding: 0 10px;
}
.my_account .docu_sidebar .navbutton-menu {
  padding: 5px 10px;
}
.my_account .docu_sidebar .navlabel {
  padding-left: 0;
}
.documentation_wrapper h1 {
  font-size: var(--font-28);
  font-weight: var(--font-bold);
  line-height: 37px;
  margin-bottom: 24px;
}
.documentation_wrapper h2 {
  font-size: var(--font-24);
  font-weight: var(--font-bold);
  margin-bottom: 24px;
}
.documentation_wrapper h4 {
  font-size: var(--font-20);
  font-weight: var(--font-bold);
  margin-bottom: 24px;
}
.documentation_wrapper ul {
  margin-bottom: 12px;
}
.documentation_wrapper .tab-content li {
  margin-left: 24px;
}
.documentation_wrapper .list_title {
  list-style: disc;
}
.documentation_wrapper .list_cntnt {
  list-style: circle;
}
.documentation_wrapper .list_subcntnt {
  list-style: square;
}
.documentation_wrapper code {
  color: #000;
  background: #f8f8f8;
  padding: 12px;
  font-size: var(--font-12);
  border: 1px solid #e1e4e5;
  white-space: pre;
  display: block;
  word-wrap: normal;
  overflow: auto;
}
.documentation_wrapper code span {
  color: #998;
  font-style: italic;
  font-size: var(--font-12);
}
.pink_txt {
  color: #d14 !important;
  font-style: normal !important;
}
.teal_txt {
  color: teal !important;
  font-style: normal !important;
}
.maroon_txt {
  color: #900 !important;
  font-style: normal !important;
}
.documentation_wrapper code.inline_code {
  display: inline-block;
  padding: 2px 5px;
  color: #e74c3c;
}
.navwrapper.content_section.documentation_wrapper {
  max-height: calc(100vh - 200px);
  height: 100%;
}
.documentation_wrapper #sidebar_navContent {
  overflow: auto;
}

/* ------------------- for documentation page ---------------------- */

@media (min-width: 375px) and (max-width: 768px) {
  img.preview-image {
    width: 100%;
  }
  .maingravity {
    width: 95%;
    margin: auto;
  }
  .myvideo:before {
    width: auto;
  }
  .myvideo img {
    width: -webkit-fill-available;
  }
  .team-text-box {
    height: auto;
    margin: 10px;
  }
}

.main-about-enterprise {
  margin-top: 114px;
}

.margin-payroll {
  margin: 40px 0;
}
.model-actions {
  /* background-color: #fafbff; */
  padding: 50px 20px;
}
.business-value {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  padding: 50px 20px;
}
.payroll-add-form {
  padding: 50px 20px;
}

/* Pricing Page CSS */

.pricing-table-subtitle {
  margin-top: 60px;
  font-weight: normal;
}

.pricing-table-title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 44px;
}

.pricing-card {
  border: none;
  border-radius: 10px;
  margin-bottom: 0;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}
.pricing-card.pricing-card-highlighted {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}
.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pricing-card .card-body {
  padding: 20px;
}

.pricing-plan-title {
  font-size: 30px;
  color: #000;
  margin-bottom: 11px;
  font-weight: 600;
}
.pricing-plan-subtitle {
  font-size: 16px;
}

.pricing-plan-cost {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  margin-bottom: 29px;
}

.pricing-plan-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px;
}

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  /* line-height: 2.14; */
  margin-bottom: 35px;
  color: #303132;
}
.pricing-plan-features li {
  display: flex;
  align-items: start;
  gap: 10px;
}
.pricing-plan-features li p {
  text-align: left;
  font-size: 18px;
}



.pricing-plan-purchase-btn {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 145px;
  height: 45px;
  border-radius: 22.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  justify-content: center;
}
.pricing-plan-basic .pricing-plan-purchase-btn {
  background-color: #fe397a;
  color: #fff;
}
.pricing-plan-basic .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #b7013d;
}
.pricing-plan-basic .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
.pricing-plan-pro .pricing-plan-purchase-btn {
  background-color: #10bb87;
  color: #fff;
}
.pricing-plan-pro .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #0a7554;
}
.pricing-plan-pro .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
.pricing-plan-enterprise .pricing-plan-purchase-btn {
  background-color: #5d78ff;
  color: #fff;
}
.pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #1138ff;
}
.pricing-plan-enterprise .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.faq {
  margin-bottom: 50px;
}
.faq a {
  color: #39ac6d;
}
.faq .accordion-button {
  font-size: 20px;
}
.faq .accordion-button:not(.collapsed) {
  color: black;
  background-color: #39ac6d21;
}
.pricing .bookAdemoSection {
  background-color: #050f1b;
  margin-bottom: 30px;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.pricing .bookAdemoSection h2,
.pricing .bookAdemoSection p {
  color: #fff;
}
.pricing .bookAdemoSection button {
  padding: 10px 15px;
}
.marketplace {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.marketplace .debug-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.marketplace .gt_bot_line {
  border-bottom: 1px solid #cccccc;
}
.marketplace .preview-image {
  max-width: 1180px;
  width: 100%;
}
.marketplace .image-overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.marketplace .head {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
}
.marketplace .play-img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marketplace .border-less-button {
  padding: 0;
  border: none;
  background: none;
}
.marketplace .callout-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.marketplace .trained-model-text {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #516471;
  font-size: 40px;
}
.marketplace .gt-btn {
  white-space: nowrap;
  padding: 12px 24px;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.015em;
  border-radius: 5px;
}
.marketplace .debug-row {
  color: #f2541f;
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  text-transform: uppercase;
}
.marketplace .ethic-text {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.marketplace .preview-image-row {
  position: relative;
  overflow: hidden;
}
.marketplace .center {
  text-align: center;
}
.marketplace .head p {
  color: #4a4a4a;
  font-weight: 800;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.mlops .max-fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.cms-theme-dark {
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
}
.text-container {
  display: flex;
  justify-content: center;
  padding: 100px;
}
.text-container .text-div {
  width: 50%;
}
.text-container .img-div {
  width: 50%;
}
.l-check-wrapper {
  border: 1px solid #fff;
  border-radius: 6px;
  height: 25px;
  width: 25px;
}
.image-bullet-point-check {
  height: 9px;
  width: 13px;
  background-image: url("/static/images/orange-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.text-color {
  color: #fff;
}

.middle-mlops-section .l-banner {
  padding: 80px 0;
}

.pointer-container ul {
  list-style-type: disc; /* or other list style types */
}
.close {
  position: absolute;
  right: 15px;
  padding: 5px;
  border: navajowhite;
  background: transparent;
  top: 5px;
}
.close span {
  font-size: 25px;
}
.ng-star-inserted .gt_bot_line {
  width: 68%;
  margin: 0 auto;
  margin-top: 15px;
}
.dropdown-menu {
  min-width: 70rem;
}
.dropdown-menu.show {
  width: max-content;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  padding: 40px 20px 20px 20px;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.refundpolicy {
  padding-top: 114px;
  overflow-x: hidden;
  font-family: Calibri, sans-serif;
}

.refuncpolicy .headingtext {
  font-family: "Malgun Gothic", sans-serif;
}

.unopenmodaltext {
  color: rgb(80, 0, 80);
}
.leftspace {
  margin-left: 40px !important;
}
.leftspace li {
  list-style-type: disc; /* or any other desired style */
}
.mlops-title {
  font-size: 48px;
  font-weight: 600;
  color: #4a4a4a;
}
.pointer-container {
  background-color: #fafbff;
}

.preminum-checkout-card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  padding: 10px;
}
.document-text-grid .ino_right_catagory_section_row {
  grid-template-columns: repeat(auto-fill, minmax(217px, 1fr));
}
.case-studies .container {
  background-color: #fafbff;
  border-radius: 30px;
}
.case-studies .margin-payroll {
  margin: 100px;
}
.case-studies.contactus {
  padding-top: 30px;
}
.case-studies-title {
  margin-top: 60px;
  padding-bottom: 0;
}
.dropdown-toggle {
  border: none;
}
.dropdown-toggle::after {
  /* right: -5px; */
  top: 50%;
}
.nav-link.dropdown-toggle::after {
  right: -5px;
  top: 19px !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
}
a:hover {
  text-decoration: none !important;
}
.social-button label svg {
  width: 20px;
}
.collapsed {
  background-color: #fafbff;
}
.accordion-item:first-of-type .accordion-button {
  color: #4e596d;
}
.accordion-header {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #dddddd;
}
.roman-list li {
  list-style-type: none !important;
}

.dataset-model .upload_dataset_modal {
  padding: 0 30px;
}
.dataset-model .card {
  border: none;
}
.dataset-model .card .form-card {
  padding: 0 15px;
}
.dataset-model .upload_file_box {
  margin: 0 !important;
}
.cnt-schedule {
  padding: 30px;
  width: 100%;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 15px;
}
.custom-form-error {
  color: #dc3545 !important;
}
.custom-form-success {
  color: #28a745 !important;
}
.bounties_type_container .org_tabs .nav-tabs .nav-link {
  font-size: var(--font-16);
  font-family: var(--primary_font);
  font-weight: var(--font-medium);
  color: var(--black);
  padding: 15px;
  border: 0;
}

.bounties_type_container .org_tabs .nav-tabs .nav-link.active {
  color: var(--primary_color);
  font-weight: var(--font-bold);
  border: 0;
  position: relative;
  border-bottom: 2px solid var(--primary_color);
}

#due_date {
  /* jsut to demonstrate that some styles will be copied from the input to the dropdowns*/
  font: 1.2em sans-serif;
  padding: 0.5em 1em;
}

/*
Unfortunately, we have to fake placeholders as they are not supported on select elements
*/
input::placeholder,
select.show-placeholder,
select option:first-child {
  color: #999;
}

select.show-placeholder option {
  color: #000;
}

/* Display the dropdowns next to each other */
#date-select-wrapper {
  display: flex;
  max-width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 15px;
  margin: auto;
  padding: 10px;
  width: auto;
}
#date-select-wrapper select {
  border: 0;
  width: 20%;
  border-right: 1px solid #bfbfbf;
  padding: 0 20px !important;
}
#date-select-wrapper select:last-child {
  border: 0;
}
#date-select-wrapper > * {
  flex-grow: 1;
  width: auto;
  margin: 0;
}
.bounty_pricing input {
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #bfbfbf;
  width: 100%;
}
#runOnDemand5 .modal-footer .btn.primary-btn {
  border-radius: 10px !important;
}
.bounty_accept_form {
  width: 60%;
  margin: auto;
}

#profile form input::placeholder,
#profile form textarea::placeholder {
  color: #969696;
}

.edit_bounty input::placeholder,
.edit_bounty textarea::placeholder {
  color: #969696;
}
#document-error {
  height: 20px;
  color: red;
}

.btn {
  padding: 13px 35px !important;
  height: 47px !important;
  line-height: 16px !important;
}

.main-blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-blog-list .blog-item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.11);
  margin: 15px;
  flex: 0 0 31%;
  max-width: 31%;
}

.main-blog-list .blog-item h3 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-blog-list .blog-item h3 {
  color: #000;
}

.main-blog-list .blog-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px 10px 0px 0px;
}

.blog-sub-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 70px;
  margin-bottom: 10px;
}

.header-sub-menu-item {
  color: #000 !important;
  cursor: pointer;
  margin-bottom: 12px;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-sub-menu-item:hover {
  color: #39ac6d !important;
}

.header-sub-menu-item img {
  width: 40px;
  height: 25px;
  object-fit: cover;
  margin-right: 5px;
}

.blog-item-desc {
  display: block;
  padding: 15px 15px 0px 15px;
}

.read-more-blog {
  width: 100%;
  text-align: right;
  display: block;
  padding: 0px 15px 15px 15px;
}

.blog-details-main > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.blog-details-main h2 {
  font-weight: 600;
  margin-bottom: 0px;
}

.back-to-blogs {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 31px;
  display: flex;
  align-items: center;
}

.label-icon {
  width: 35px;
}

.blog-time-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.blog-time-and-share a {
  margin-left: 10px;
}

.light_black:hover {
  color: white;
}

/* faq css */

.faq_container {
  width: 100%;
  margin: auto;
  /* min-height: 100vh; */
  padding: 2rem;
  display: grid;
  place-items: center;
}

.accordion__wrapper {
  background-color: var(--color-white);
  box-shadow: var(--shadow);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
  padding: 5rem;
}

.accordion__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-title);
  text-align: center;
  margin-bottom: 4rem;
}

.accordion {
  border-bottom: 0.1rem solid var(--color-border);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.accordion__icon {
  background-color: #19d798;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  flex-shrink: 0;
}

.accordion__question {
  font-size: 22px;
  font-weight: var(--fw-medium);
  color: var(--color-title);
}

.accordion__answer {
  padding: 2rem 0;
}
.faq_container .accordion__wrapper {
  padding: 2rem !important;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: var(--transition);
}

@media screen and (min-width: 580px) {
  .accordion__wrapper {
    padding: 5rem 8rem;
  }
}

:root {
  --color-primary: #ff4b4b;
  --color-text: #545d7a;
  --color-white: #fff;
  --color-title: #242e4c;
  --color-background: #f7f8fb;
  --color-border: #dae1f5;

  /* Fonts */
  --font-family: "Satoshi", sans-serif;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 2.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  /* Transition & Box Shadow */
  --transition: 0.4s ease-in-out;
  --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
}

.footer-a:hover {
  color: #39ac6d !important;
}

.home-page-redirect-anchor a:hover {
  color: inherit !important;
}
.filter-list-dropdown{
  display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 10px;
    padding: 5px 15px !important;
}

.filter-list-dropdown:hover{

  background: linear-gradient(90deg, #0f9bc8 18.07%, #42af5a 103.7%);
  color: white;
}

.data-not-found{
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 15px;
}
.data-not-found h4{
  margin: auto;
  color: #969696;
}