:root {
  scroll-behavior: smooth;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none !important;
}
.btn-secondary,.btn-secondary:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-outline-secondary{
    color:var(--color-primary);
    border-color:var(--color-primary);
}

.btn-outline-secondary:hover{
    color:#fff;
    border-color:var(--color-primary) !important; 
    background-color:var(--color-primary) !important;
}
.tender_filter_main .accordion-button::after {
    width: 2rem;
    height: 2rem;
    padding-top: 0.0625rem;
    background-position: center;
    border-radius: 50%;
    background-color: var(--color-secondary, 0.1);
    font-family: "cartzilla-icons";
    font-size: .5rem;
    font-weight: bold;
    content: "";
    text-align: center;
    line-height: 1.375rem;
}
.sticky-top{
    z-index: 10 !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* custom */
.select-box {
    cursor: pointer;
    background-color: var(--color-primary);
    color: #fff;
    border: 0;
    padding: 2px 10px;
    font-size: 16px;
}
.searchbox{
  background-color: #fff;
  color: #000;
  border-radius: 0px;
  border: 1px solid #000;
}
.btn-active, .searchbox:hover{
   background-color: var(--color-primary);
   color: #fff;
}
.img-fluid{
  height:370px;
}

/*.bg-primary{
  background-color: var(--color-secondary) !important;
  color:#fff !important;
  border:1px solid var(--color-secondary) !important; 
}*/

.featured-services .service-item .icon i:hover,.featured-services .service-item:hover .icon {
    background-color: #132848 !important;
}
.card-img, .card-img-bottom, .card-img-top {
    min-height: 350px;
}
.border-primary{border:1px solid var(--color-primary) !important;}

/*.accordion-button:not(.collapsed) {
  background-color:unset;
  box-shadow:unset;
}*/
/*.accordion-button:focus{
  box-shadow:unset;
}*/
.submit-btn{
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff !important;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: var(--color-primary) url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #df5f39;
    font-weight: bold;
    color: #c73305;
}
.tender_count{
  background-color: var(--color-primary) ;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}

.tender_list .card-body p.org_main, .tender_list .card-body p.location_sector {
    color: black !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
.date_status {
    color: var(--color-secondary);
}

#within-search .form-control:focus,#state .form-control:focus,#department .form-control:focus,#tendervalue .form-control:focus{
  box-shadow:unset !important;
}

/* width */
::-webkit-scrollbar {
  height: 7px;
  width: 3px;
  border: 1px solid #d5d5d5 !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
  margin-bottom: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #b30000; */
}
.search_filter_text_scroll{
  overflow-y: scroll;
  overflow-x:hidden;
  transition: var(--color-primary);
  height: 150px;
}
a:hover,.accordion-button:not(.collapsed),p.price, p.close_date, p.tenderid{
   /* color: #fff;
    text-decoration: none;*/
}
.desc{
  font-weight: 500;
  color: #343a40;
}
.padding-top {
    padding-top: 130px;
}
p.view_link {
    position: relative;
    z-index: 9;
    text-align: center;
}
.view_link > .rounded-pill{
    margin-bottom:5px;
}
p.view_link a, p.view_link span {
    background-color: transparent;
    font-size: 16px;
    font-weight:500;
    border-radius: 0px;
    padding: 0px 10px;
    border-color: var(--color-primary);
}
p.view_link a:hover,p.view_link span:hover{
  background: var(--color-primary);
  color: #fff;
}
border-left{border-left:1px solid #006d86;}

#mobile_close_filter,
#btn_apply_filter {
    background-color: var(--color-primary);
    border-color: var(--color-primary);

    color: #fff;
    display: none;
    border-radius: 0px;
    border: 1px solid #006d86;
    z-index: 11000;
}

.mobile_apply_filter {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
}

.mobile_filter_main {
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    display: none;
}

.mobile_other_btn,
.mobile_filter_btn_main {
    width: 50%;
    float: left;
    border: 1px solid #006d86;
}

.btn-block {
    display: block;
    width: 100%;
}

.mobile_filter_main .btn {
    border-radius: 0px;
}

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

.sticked .fa-list {
    color: black;
}

.tender_filter_main {
    max-height: calc(100vh - 95px);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: overflow 2s;
}

.sidemenu .form-control {
  border-radius: 0px;
  border: 1px solid var(--color-primary);
}
.category_main {
    background-color: #e5e5e5;
     position: relative;
}
.scrollbar_main {
    background-color: #efefef;
    position: sticky;
    top:100px;

}
.SearchBox {
  width: 100%;
  margin: auto;
}
.SearchBox ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  padding: 7px 7px;
  border-radius: 30px;
  border: 2px solid var(--color-primary);
}
.SearchBox ul li.SlctBox {
  width: 20%;
  list-style: none;
}
.SearchBox ul li.InputBox {
  width: 75%;
  list-style: none;
}
.SearchBox ul li.BtnBox {
  width: 20%;
  list-style: none;
}
.SearchBox ul li.SlctBox select {
    width: 100%;
    height: 43px;
    cursor: pointer;
    background: url(/../../assets/img/selectbg.png);
    background-color: var(--color-primary);;
    color: #fff;
    border: 0;
    padding: 10px 45px 10px 30px;
    font-size: 16px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: 92% 55%;
    appearance: none;
}
.SearchBox ul li.InputBox input {
    width: 100%;
    /*background: #EEEEEE;*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: 0;
    padding: 9px 20px;
    border-radius: 30px;
    /* position: relative; */
}
.SearchBox ul li.BtnBox button {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 18px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 20px;
    width: 100px;
    border:none;
}
.dashboard h4{
  font-size: 35px !important;
}
.khighlight{
  /*color: var(--color-primary);*/
  font-weight:bold;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.bar-loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0px auto;
}

.bar-loader span {
    display: inline-block;
    width: 5px;
    height: 30px;
    background-color: var(--color-primary);
}

.bar-loader span:nth-child(1) {
    animation: 1s ease-in-out 0s infinite normal none running grow;
}

.bar-loader span:nth-child(2) {
    animation: 1s ease-in-out 0.15s infinite normal none running grow;
}

.bar-loader span:nth-child(3) {
    animation: 1s ease-in-out 0.3s infinite normal none running grow;
}

.bar-loader span:nth-child(4) {
    animation: 1s ease-in-out 0.45s infinite normal none running grow;
}


@keyframes grow {
    0%, 100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(1.8);
    }
}

.square-path-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0px auto;
}
.square-path-loader::before, .square-path-loader::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: calc(50% - 10px);
    background-color: rgba(13, 219, 185, 0.7);
    animation: 1s ease-in-out 0s infinite normal none running squaremove;
}
.square-path-loader::after {
    bottom: 0px;
    animation-delay: 0.5s;
}
@keyframes squaremove {
    0%, 100% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        transform: translate(40px, 40px) rotate(45deg);
    }

    50% {
        transform: translate(0px, 80px) rotate(0deg);
    }

    75% {
        transform: translate(-40px, 40px) rotate(45deg);
    }
}

@media only screen and (max-width: 767px) {
    .header .logo img {
      width: 39px !important;
    }


    #mobile_close_filter,
    #btn_apply_filter {
        display: block;
        z-index: 51;
        cursor: pointer;
    }

    .mobile_filter_main,
    .mobile_apply_filter {
        display: block;
    }

    .sidemenu {
        display: none;
        padding: 0 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
    }

    .breadcrumbs .page-header h2 {
        font-size: 31px;
    }

    .breadcrumbs .page-header p {
        font-size: 10px;
    }

    #mobile_close_filter,
    #btn_apply_filter {
        display: block;
    }

    .tender_filter_main {
        max-height: calc(100vh - 95px);
    }

    .scrollbar_main {
        height: 100vh;
        width: 100%;
        background: #fff;
    }

    .main_div {
        top: 65px !important;
        z-index: 15 !important;
        padding-top:12px !important;
        padding-bottom: 0px !important;
    }
    .navbar-light {
        width: 100%;
    }
    .sticky-top.navbar-light {
       position: fixed;
       padding: 10px !important;
    }
    .dropdown-menu{
        height: 100dvh !important;
    }
    #scroll-div{
        padding-bottom: 5px;
    }
}

.input-group-text{border-radius: inherit;}

/* filter new */
.dp-mypreference{visibility: visible;width: 400px; !important}
.accordion-button{ background-color:#26528526;}
li,.form-check label {cursor: pointer;}
.ListWrapDrop {overflow: auto;max-height: 90px;}
.ListWrapDrop li {float: left;margin-bottom: 5px;margin-right:5px;}
.breadcrumbs .page-header{padding:0px 0 90px 0}
.pointer{cursor: pointer;}
.ContentBoxFilterWrapDrop .form-check .form-check-input {
  border-radius: 0;
  border: 1px solid #265285;
}
/***inner page start***/
.btn-red,.btn-red:hover,.btn-red:active{
  color: #fff;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.dropdown-item.active, .dropdown-item:active,.BtnRange.active{
  color: #ffff !important;
  text-decoration: none;
  background-color: var(--color-primary);
}
/*.dropdown .dropdown-menu a:hover{
  background-color: var(--color-secondary);
}*/
.BtnRange.active{
  border: 1px solid var(--color-primary) !important ;
}
li, .form-check label {
  white-space: initial;
}
#scroll-div > .dropdown {
  white-space: initial;
}
.BarBtn {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.ArchToggle .dropdown-menu {
  min-width: 250px;
  padding: 15px !important;
}
.dropdown-menu .BtnRange {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  color: #3A3A3A;
  display: inline-block;
  line-height: normal;
  border: 1px solid #265285;
  padding: 4px 10px !important;
  border-radius: 5px;
  margin-bottom: 10px !important;
}
.nav-pills.nav-pills-custom .nav-link {
  border-radius: 6px;
  background: #fcfcfd;
  color: #000;
  margin-right:15px;
}
.nav-pills.nav-pills-custom .nav-link.active {
  background-color: var(--color-secondary);
  color: #fff;
}
.list-scroll {
  overflow: auto;
  max-height: 255px;
}
.radio-tile-group .input-container {
  position: relative;
  width: fit-content;
  margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-secondary);
  border-radius: 5px;
  transition: transform 300ms ease;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: var(--color-secondary);
}
label.radio-tile-label {
  padding: 5px 5px;
}
#scroll-div{
  overflow:auto;
  white-space: nowrap;
}
.main-section{position: relative;}
.main_div{
  padding:12px 0px;
  top:65px;
  background: #fff;
  position: sticky;
  z-index: 10;
  webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4) !important;
}

.header.sticked a, .header.sticked a:hover {
  color: #000;
}
.org_main {
  color: black !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.breadcrumbs nav ol li+li::before{
  color: #fff;
}
/***inner page end***/
.btn-sm, .btn-group-sm>.btn {
    border-radius: 5px;
}
.accordion-item {
    background-color: inherit;
    border: none;
}
.CheckBoxSelectedValue {
    background: #224c7d1f;
    padding: 10px 10px 6px;
    border-radius: 6px;
    border: 1px solid #7b5e733d;
    margin-right: 5px;
    margin-bottom: 5px;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}
.CheckBoxSelectedValue button.accordion-button {
    padding: 0;
    margin: 0;
    background: unset;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
}
#scroll-div > .dropdown > .btn {
    border: 1px solid #265285 !important;
    font-size: 14px;
    padding: 6px;
}

#scroll-div .dropdown-menu {
    visibility: visible;
    width: 500px;
}
.ContentBoxFilterWrapDrop {overflow-y: auto;overflow-x: hidden;max-height: 230px !important;}
.btn_for_mobile_main{
  position:absolute;
  bottom:0px;
  left:0px;
}
.btn_for_mobile{
  display:none;
}
.w-65{width: 65% !important;}
@media only screen and (max-width: 576px) {
  /*.main_div {
      top: 80px !important;
      z-index: 10 !important;
  }*/
  .ContentBoxFilterWrapDrop {
      overflow-y: auto;
      overflow-x: hidden;
      /*max-height: 430px !important;*/
      max-height: calc(100vh - 180px) !important;
  }
  .searchkeyword_tr {
        line-height: 30px;
   }
   
  #pills-tab-custom .dropdown .dropdown-toggle{
    min-width: 105px !important; 
    font-size: 12px;  
  }
  #pills-tab-custom .dropdown .dropdown-menu{
    font-size: 12px;
    height: auto !important;
  }
  
  .header{z-index: 10 !important}
  #pills-tab-custom > li{
    font-size: 12px !important;
  }
  /*::-webkit-scrollbar{
    height: 1px;
  }*/
  div#scroll-div {
      overflow-x: auto;
      white-space: nowrap;
  }
  .scroll-div {
    overflow-x: auto;
    overflow-y:hidden;
    white-space: nowrap;
  }
  #pills-tab-custom > li{
    font-size: 12px;
  }
  .BarBtn{width: 30px;height: 33px}
  .nav-pills.nav-pills-custom .nav-link {
      border-radius: 6px;
      background: #fcfcfd;
      color: #000;
      margin-right:5px;
  }
  .search_filter_wrap {
    width: 100% !important;
  }
  .ContentBoxFilterWrapDrop {
    max-height: calc(100vh - 110px);
  }
  .btn-light, .btn-light:hover {
    background-color: #b7b7b0;
    border: 1px solid #b7b7b0;
  }
  p{float:left;}
  .dropdown_with_search {
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
    position: fixed !important;
    z-index: 1111;
    border-radius: 0px;
    margin-top: 0px !important;
/*    height: 92vh !important;*/
/*    height: calc(var(--vh, 1vh) * 100);*/
    transition: ease-in-out .5s;
  }
  .btn_for_desktop{
      display:none;
  }
  .btn_for_mobile{
      display:block;
  }
  .btn_for_mobile_main{
      margin-bottom:5px !important;
  }
   .dipartment-list > .form-check{
        line-height:30px;
    }
}
/* filter new */