:root{
  --colorText: #f4faff;
  --bgColor: #023b6d;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.link-primary {
  color: #007bff;
}
.link-secondary {
  color: #6c757d;
}
.link-success {
  color: #28a745;
}
.link-danger {
  color: #dc3545;
}
.link-warning {
  color: #ffc107;
}
.link-info {
  color: #17a2b8;
}
.link-light {
  color: #f8f9fa;
}
.link-dark {
  color: #343a40;
}

body{
  color: #000;
  background-color: #f4faff;
}
 
.direction_rtl{
  direction: rtl;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}


@media (min-width: 576px) {

  .offset-sm-0 {
      margin-inline-start: 0
  }

  .offset-sm-1 {
      margin-inline-start: 8.33333333%
  }

  .offset-sm-2 {
      margin-inline-start: 16.66666667%
  }

  .offset-sm-3 {
      margin-inline-start: 25%
  }

  .offset-sm-4 {
      margin-inline-start: 33.33333333%
  }

  .offset-sm-5 {
      margin-inline-start: 41.66666667%
  }

  .offset-sm-6 {
      margin-inline-start: 50%
  }

  .offset-sm-7 {
      margin-inline-start: 58.33333333%
  }

  .offset-sm-8 {
      margin-inline-start: 66.66666667%
  }

  .offset-sm-9 {
      margin-inline-start: 75%
  }

  .offset-sm-10 {
      margin-inline-start: 83.33333333%
  }

  .offset-sm-11 {
      margin-inline-start: 91.66666667%
  }

}

@media (min-width: 768px) {


  .offset-md-0 {
      margin-inline-start: 0
  }

  .offset-md-1 {
      margin-inline-start: 8.33333333%
  }

  .offset-md-2 {
      margin-inline-start: 16.66666667%
  }

  .offset-md-3 {
      margin-inline-start: 25%
  }

  .offset-md-4 {
      margin-inline-start: 33.33333333%
  }

  .offset-md-5 {
      margin-inline-start: 41.66666667%
  }

  .offset-md-6 {
      margin-inline-start: 50%
  }

  .offset-md-7 {
      margin-inline-start: 58.33333333%
  }

  .offset-md-8 {
      margin-inline-start: 66.66666667%
  }

  .offset-md-9 {
      margin-inline-start: 75%
  }

  .offset-md-10 {
      margin-inline-start: 83.33333333%
  }

  .offset-md-11 {
      margin-inline-start: 91.66666667%
  }

 
}

@media (min-width: 992px) {
 

  .offset-lg-0 {
      margin-inline-start: 0
  }

  .offset-lg-1 {
      margin-inline-start: 8.33333333%
  }

  .offset-lg-2 {
      margin-inline-start: 16.66666667%
  }

  .offset-lg-3 {
      margin-inline-start: 25%
  }

  .offset-lg-4 {
      margin-inline-start: 33.33333333%
  }

  .offset-lg-5 {
      margin-inline-start: 41.66666667%
  }

  .offset-lg-6 {
      margin-inline-start: 50%
  }

  .offset-lg-7 {
      margin-inline-start: 58.33333333%
  }

  .offset-lg-8 {
      margin-inline-start: 66.66666667%
  }

  .offset-lg-9 {
      margin-inline-start: 75%
  }

  .offset-lg-10 {
      margin-inline-start: 83.33333333%
  }

  .offset-lg-11 {
      margin-inline-start: 91.66666667%
  }

}

@media (min-width: 1200px) {

  .offset-xl-0 {
      margin-inline-start: 0
  }

  .offset-xl-1 {
      margin-inline-start: 8.33333333%
  }

  .offset-xl-2 {
      margin-inline-start: 16.66666667%
  }

  .offset-xl-3 {
      margin-inline-start: 25%
  }

  .offset-xl-4 {
      margin-inline-start: 33.33333333%
  }

  .offset-xl-5 {
      margin-inline-start: 41.66666667%
  }

  .offset-xl-6 {
      margin-inline-start: 50%
  }

  .offset-xl-7 {
      margin-inline-start: 58.33333333%
  }

  .offset-xl-8 {
      margin-inline-start: 66.66666667%
  }

  .offset-xl-9 {
      margin-inline-start: 75%
  }

  .offset-xl-10 {
      margin-inline-start: 83.33333333%
  }

  .offset-xl-11 {
      margin-inline-start: 91.66666667%
  }

  
}

@media (min-width: 1400px) {
  
  .offset-xxl-0 {
      margin-inline-start: 0
  }

  .offset-xxl-1 {
      margin-inline-start: 8.33333333%
  }

  .offset-xxl-2 {
      margin-inline-start: 16.66666667%
  }

  .offset-xxl-3 {
      margin-inline-start: 25%
  }

  .offset-xxl-4 {
      margin-inline-start: 33.33333333%
  }

  .offset-xxl-5 {
      margin-inline-start: 41.66666667%
  }

  .offset-xxl-6 {
      margin-inline-start: 50%
  }

  .offset-xxl-7 {
      margin-inline-start: 58.33333333%
  }

  .offset-xxl-8 {
      margin-inline-start: 66.66666667%
  }

  .offset-xxl-9 {
      margin-inline-start: 75%
  }

  .offset-xxl-10 {
      margin-inline-start: 83.33333333%
  }

  .offset-xxl-11 {
      margin-inline-start: 91.66666667%
  }
}

label {
  width: 100%;
}

main{
  margin-top: 50px !important;
  padding-bottom:100px;
}

.leftSideBla{
  margin-top: 0px !important;
}
header{
  background-color: var(--bgColor);
  z-index: 9999999999999999999;
  & #navbarToggleExternalContent {
    display: block;
  }
  & #nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  & #nav > li{
    color: var(--colorText) !important;
    padding: 0 10px;
  }
  & #nav > li >a {
    color: var(--colorText) !important;
  }
  & .navbar-brand{
    vertical-align: top;
  }  
  & .navbar-toggler,
  & #navbarResponsive{
    display: inline-block;
  }
  & #navbarResponsive >ul > li{
    margin-inline: 20px;
  }
  & .container-fluid{
    display: flex;
    flex-wrap: inherit;
    align-items: flex-start !important;
    justify-content: space-between;
  }

  & .search_menu{
    width: 250px;
    padding: 10px;
  }
}

ol#menu-content{
  list-style:auto;
}
#sidebarMenu {
  background-color: var(--bgColor);
  height: calc(100vh - 50px);
  position: fixed;
  top: 50px;
  z-index: 99;
  .nav {
    padding-inline-start: 0;
  }
  * {
    color: var(--colorText)
  }
  & .dropdown-menu a{
    color: #000;
  }
  > div {
    overflow: scroll;
    height: 100%;
    padding-bottom: 40px;
  }
  & .dropdown-menu hr{
    border: 1px solid #000;
    margin: 10px 0;
  }
}

#navbarResponsive > ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: flex-start;
  justify-content: flex-start;
}

.inner_main{
  margin-block-start: 56px;
  background: #f4faff;
}

.hero-area{
  text-align: center;
  margin-block-start: 25px;
}

.panel-heading{
  font-size: 30px;
}

section.section.about-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.oneClient {
  padding: 0 25px;
  margin-block-end: 30px;
  word-break: break-all;
  & > *{
    background-color: #fff;
    border: 1px solid #000; 
    border-radius: 5px 5px 0 0;
  }
  & .useravatar{
    text-align: center;
  }
  & .useravatar img{
    margin-top: 60px;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 50%;
    border: 3px solid; 
  }
  & .card.hovercard{
    height: 250px;
    
  }
  & .card-title{
    text-align: center;
    display: block;
    font-size: 20px;
    & a{
      text-align: center;
      display: block;
      font-size: 20px;
      color: #000;
    }
  }

  & .btn-pref{
    position: relative;
    display: flex;
    vertical-align: middle;
    height: 70px;
    & > * {
      border: 1px solid #000;
      border-radius:  0;
      font-size: 16px !important;
    }
  }

  & .btns1 > *{
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  & .btns2 > *{
    width: 50%;
  }
  & .btns3 > *{
    width: 33%;
  }
  & .wrapshowver{
    position: absolute;
    top: 23px;
    left: 25px;
    z-index: 9;
    display: flex;
    align-content: flex-start;
    & .showver {
      vertical-align: top;
      margin-inline-end: 10px;
      width: 50px;
      display: inline-block;
      text-align: center;
    }
    & .showver.you,
    & .showver.ultimate,
    & .showver.pro {
      font-size: 26px;
      color: #000; 
      border: 3px solid #000;
      border-radius: 50%;
      width: 46px;
    }
  }
}

.acc_options li > i{
	width:50px !important;
}

.acc_options li:hover {
	transition: none;
    background-color: inherit !important;
}
div#admindashboard ul ul li:hover {
    background-color: #ccc !important;;
    color: #000;
}
/*div#admindashboard ul ul li {
    background-color: #ccc;
    color: #000;
}*/
div#admindashboard ul ul li button,div#admindashboard ul ul li a{
    color: #000 !important;
}
[type="submit"]{
	font-size:14px;
}
.acc_options li button{
	text-decoration: none !important;
    color: #e1ffff !important;
    padding: 10px 10px 0 !important;
    display: inline-block !important;
}

.box:not(#myDialog *){
  display: contents;

}

.box:not(#myDialog *) >div{
  border: 1px solid #444;
  margin-inline-end: 30px;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 10px;
  width: calc(33% - 30px);
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 30px;
  & .btn:not(.ingnore_imgs):not(.closeDialog):not(.load_more):not(.save) {
    margin: 10px 0;
    width: 100%;
    text-align: start;
  }
  & .badge{
    color:#000;
    display: inline-block;
    margin-inline-start:  10px;
  }
  & .enter{
    width: 84px;
    padding: 5px;
    border-radius: 4px;
    font-size: 20px;
  }
  & .container{
    display: flex;
    justify-content: center;
  }
  & .btn:hover {
    color: #fff !important;
  }
  & a{
    display:block;
    /*width: fit-content !important;*/
  }
}




#systemMsg{
  display: none; 
  position: fixed; 
  bottom: 40%; 
  left: 20px; 
  background-color: rgba(0, 0, 0, 0.55); 
  color: #fff; 
  min-width: 150px; 
  min-height: 35px; 
  text-align: center; 
  padding: 10px ; 
  border-radius: 5px; 
  z-index: 999999999999999;
  max-width: 250px;
}

#wrap_Ourcomments{
  padding-bottom: 20px;
}

#saveComment {
  float: inline-end;  
}

.companyImg{
  width: 100px;
  height: 100px;
  background-color: #ccc;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
}

#updateurlencoded{
  text-align: left;
  direction: ltr;
}
#menu-content{
  padding-inline: 25px;
}

[type="email"],
[type="url"],
[name="siteUrl"]{
  text-align: left;
  direction: ltr;
}

#toovyaPanel{
  input:not([type="radio"]):not([type="checkbox"]){
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    margin-bottom: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  i.fa-code + input{
    text-align: left;
    direction: ltr;
  }

  [data-toggle="tooltip"] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
    padding: 2px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    margin-inline-end: 5px;
    float: inline-start;
  }
  .col-md-2:has([for*="color"]),
  .col-md-2:has([for*="icon"]) {
    display: inline-block;
  }

  [for*="icon"] img{
    text-align: center; 
    width: 35px; 
    height: 35px;
    margin-top: 5px;
  }
  .ANDIVARourIconWidth{
    width:250px !important;
    display: inline-block;
  }

  fieldset.wrapLang,
  fieldset[area]{
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    color: #055160;
    background-color: #cff4fc;
    border-color: 1px solid #b6effb;
    padding: 30px;
  }

  label:has([name="customCssText"]){
    width: 100% !important;
  }

}


#addnewsiteWrap .col-md-2:has(.andiicon),
#addnewsiteWrap .col-md-2:has([id*="color"]){
  display: inline-block;
}

#bit_side_bar h3{  
  font-size: 24px !important;
}

#bit_side_bar h4{
  font-size: 20px !important;
} 

.bidbox{
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  & form:has([value="DELETE"]){
    width: auto;
    display: inline-block
  }
  .card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
  }
}

label.form-check-label {
  width: auto !important;
}

footer{
  position: fixed; 
  bottom: 0;
  z-index: 1;
  width: 100%; 
  height:35px;
  background-color: var(--bgColor);
  color: var(--colorText);
  & a{
    color: var(--colorText);
  }
}

#counterupdatingandiultimate{
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #000000cc;
  color: #f1f1f1;
  padding: 20px;
  text-align: start;
}

nav span svg{
  width: 30px;
}

#StageTwo,
#nextStage{
  color:#000;
}


.details-row b{
  margin-inline-end: 8px;
  display: inline-block;
}

tr:has(button[aria-expanded="true"]) {
  background-color: rgb(207, 226, 255);
  border: 2px solid #555 !important;
  border-bottom: 0px solid #555 !important;
}

tr:has(button[aria-expanded="true"]) + tr{
  background-color: rgb(207, 226, 255);
  border: 2px solid #555 !important;
  border-top: 0px solid #555 !important;
}


tr:has(button[aria-expanded="true"]) + tr div.details-content.row {
  padding: 5px 15px;
}

[action="/bids_company/1"],
[href="/bids_company/1/edit"]{
  display: none;
}



.task-category {
  background-color: #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.category-header {
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}

.category-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.category-tasks {
  display: flex;
  flex-wrap: wrap;
}

.task-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 10px;
  flex: 1;
 
  Width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.task-content {
  margin-bottom: 10px;
}

.task-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.task-due {
  font-size: 0.9rem;
  color: #666;
}

.task-meta {
  display: block; 
  justify-content: space-between;
  align-items: center;
}

.task-participants {
  display: flex;
}

.participant-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}

.task-status {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
}

.status-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: green;
  margin-right: 5px;
}

h3.sub-category-title{
  font-size: 1rem;
}

.task-card .badge {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}

.task-card p {
  font-size: 16px;
}

.form-check-input.job-title-checkbox{
  float: unset;
}

.job-title-checkbox.form-check-input {
  margin-left:0;
}


.job-title-column {

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
    
    

}

.job-title-column > div {
  border-top: 1px solid #000;
  padding-top: 10px;
  padding-inline: 5px;
  align-self: flex-start;
}

.job-title-column h5 {
  margin-bottom: 15px; /* ריווח בין הכותרת לתוכן */
}
.job-title-column h5 {
  margin-bottom: 15px; /* ריווח בין הכותרת לתוכן */
}

.user_job_title{
  border: 1px solid #ced4da;
}

.scroll_side_to_side{
  width: max-content;
  overflow-x: auto; /* לאפשר גלילה אופקית */
    white-space: nowrap; /* למנוע שורות נוספות ולשמור על עמודות ברצף אופקי */
}

.scroll_side_to_side.table-view {
  width: 100%;
  white-space:unset;
  display: block !important;
  text-align: start !important;
}

#showastable .scroll_side_to_side .table th,#showastable .table td {
  /*width: 10% !important;  הגדרת הרוחב הכללי של כל העמודות */
  vertical-align: middle;
  display: inline-block;
}

.scroll_side_to_side .table th.description-column, .table td.description-column {
  max-width: 58%; /* הגדרת הרוחב של עמודת התיאור */
 display: inline-block;
}

.scroll_side_to_side [colspan="5"] {
  width: 100%; /* הגדרת הרוחב של עמודת התיאור */
 display: inline-block;
}

.scroll_side_to_side table table{
  width:100% !important;
  margin-inline-start:0 !important;
}
.scroll_side_to_side  td:nth-child(1):not([colspan="5"]),
.scroll_side_to_side  td:nth-child(3):not([colspan="5"]),
.scroll_side_to_side  td:nth-child(4):not([colspan="5"]),
.scroll_side_to_side  td:nth-child(5):not([colspan="5"]){
  width: 10%; /* הגדרת הרוחב של עמודת התיאור */
 display: inline-block;
}
.scroll_side_to_side  td:nth-child(2):not([colspan="5"]){
  width: 55%; /* הגדרת הרוחב של עמודת התיאור */
  display: inline-block;
}


.scroll_side_to_side  th:nth-child(1):not([colspan="5"]),
.scroll_side_to_side  th:nth-child(3):not([colspan="5"]),
.scroll_side_to_side  th:nth-child(4):not([colspan="5"]),
.scroll_side_to_side  th:nth-child(5):not([colspan="5"]){
  width: 10%; /* הגדרת הרוחב של עמודת התיאור */
 display: inline-block;
}
.scroll_side_to_side  th:nth-child(2):not([colspan="5"]){
  width: 55%; /* הגדרת הרוחב של עמודת התיאור */
  display: inline-block;
  word-break: break-word;
}

.scroll_side_to_side .task-category {
  display: inline-block; /* למנוע גלישה לחדשות שורה */
  vertical-align: top; /* לשמור על עמודות באותו גובה */
}

.scroll_side_to_side .table{
  width:95%;
  margin-inline-start: 5%;
  margin-bottom: 100px;
}

.scroll_side_to_side .table-view .row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
}

.scroll_side_to_side .table-view .col-12 {
  width: 100%;
}

.scroll_side_to_side .table-view .col-3 {
  width: 25%;
  padding: 8px;
}


[data-bs-target="#sidebarMenu"]{
  display: none;
}





.company_files .first{
  width: 50px;
}














@media (max-width: 1260px) {
  .box:not(#myDialog *) >div {
    width: calc(49% - 30px) ;
    margin-bottom: 30px;
  }
}

@media  (min-width: 320px) and (max-width: 767px) {
  .box:not(#myDialog *) >div{
    width: calc(100% - 30px) !important;;
    margin-bottom: 30px;
  }

  header {
    & #navbarToggleExternalContent.collapse:not(.show) {
        display: none;
    }
    & #navbarToggleExternalContent.show {
      display: block;
    }
    & #nav {
        display: block;
    }
  }

  [data-bs-target="#sidebarMenu"]{
    display: block;
  }

  #sidebarMenu {
    width: calc(50% - 30px) !important;;
  }
  .inner_main {
    margin-block-start: 55px;
  }
}