body {
  font-family: 'Inter';
}

:root {
    --primary-color: #2AACEA;
    --secondary-color: #DB2829;
    --warning-color: #E70000;
    --white-color: #fff;
    --dark-color: #000;
    --input-bg: #F6F6F6;
    --heading-color: #070707;
}


[class*="sidebar-dark-"] {
  background-color: #fcfcfc;
  border-right: 1px solid #f0f0f0;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item:hover>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-link:focus {
  background-color: #222;
  color: #fff;
  border-radius: 30px;
}

.card-primary:not(.card-outline)>.card-header {
  background-color: #222;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link {
  color: #222;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link:focus,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link:hover {
  color: #222;
}

[class*="sidebar-dark"] .brand-link {
  border-bottom: 1px solid #f0f0f0;
}

.elevation-4 {
  box-shadow: none !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #222;
  color: #fff;
  border-radius: 30px;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-link.active {
  color: #fff;
  box-shadow: none;
}

.nav-pills .nav-link {
  color: #222;
  padding: .75rem 1rem;
}

[class*="sidebar-dark-"] .sidebar a {
  color: #222;
}


.content-wrapper {
  background-color: #F4F6F9;
}

body .bg-warning,
.bg-warning>a {
  color: #fff !important;
}

body .bg-info {
  background-color: #4593df !important;
}

body .bg-success {
  background-color: #6e41c0 !important;
}

body .bg-warning {
  background-color: #fdc112 !important;
}

body .bg-danger {
  background-color: #e91e65 !important;
}

.small-box>.inner {
  padding: 18px;
}

.small-box p {
  margin: 0;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
  box-shadow: none;
}

.forgot-txt a {
  color: #222;
  text-decoration: underline;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.main-footer {
  color: #999;
}

.main-footer a {
  color: #222;
  font-weight: 600;
}

.page-link {
  color: #222;
}

.page-link:hover {
  background-color: #fafafa;
  color: #222;
}

/***************** Login Css *****************/

.login-page,
.register-page {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.login-box .card,
.register-box .card {

  margin-bottom: 0;
  box-shadow: none;

}

.grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 0px;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.login-box,
.register-box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b5b5b5;
  border-radius: 6px !important;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
  border-right: 1px solid #b5b5b5;
  padding-right: 3rem;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0px !important;
  border-radius: 6px;
}

.input-group-append {
  margin-left: -1px;
  position: absolute;
  border: 0;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 99;
}

.form-control:focus {
  color: #222;
  background-color: #fff;
  border-color: #222 !important;
  outline: 0;
  box-shadow: inset 0 0 0 transparent;
}

.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.login-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text {
  border-color: #222 !important;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  color: #222;
  padding: 0;
}

.form-control::placeholder {
  color: #b5b5b5;
}

.btn-primary {
  color: #fff;
  background-color: #222;
  border-color: #222;
  box-shadow: none;
  /* padding: .65rem .75rem; */
  border-radius: 6px;
}

.img-wrap img {
  height: 100%;
  object-fit: cover;
}

.login-box-msg,
.register-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
  color: #222;
  font-weight: 600;
  font-size: 20px;
}


.checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.gov-logo-img {
  max-width: 150px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
}

.user-name {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-designation {
  font-size: 13px;
  color: #fa7a32;
  font-weight: 400;
  line-height: normal;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.brand-link {
  padding: 1.08125rem .5rem;
  min-height: 82px;
}

.content-group {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 11px 3px rgba(0, 0, 0, 0.04);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 17px 18px;
  height: 100%;
}

.content-group h5 {
  color: #2E2E2E;
  font-size: 18px;
  font-weight: 600;
}

.content-group a {
  color: #2E2E2E;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.top-card-wrapper svg {
  width: 45px;
  height: auto;
}

.top-card-wrapper {
  background: #FFF9F7;
  border: 1px solid #FA6E42;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-card-wrapper h5 {
  color: #FA6E42;
  font-size: 22px;
  font-weight: 600;
}

.top-card-wrapper a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.no--col:nth-child(6n+2) .top-card-wrapper {
  background: #F5FBFF;
  border: 1px solid #0094FF;
}

.no--col:nth-child(6n+2) .top-card-wrapper h5 {
  color: #0094FF;
}

.no--col:nth-child(6n+3) .top-card-wrapper {
  background: #FFF3F8;
  border: 1px solid #FF3170;
}

.no--col:nth-child(6n+3) .top-card-wrapper h5 {
  color: #FF3170;
}

.no--col:nth-child(6n+4) .top-card-wrapper {
  background: #f2fff2;
  border: 1px solid #5DC758;
}

.no--col:nth-child(6n+4) .top-card-wrapper h5 {
  color: #5DC758;
}

.no--col:nth-child(6n+5) .top-card-wrapper {
  background: #F7FFF3;
  border: 1px solid #85C764;
}

.no--col:nth-child(6n+5) .top-card-wrapper h5 {
  color: #85C764;
}

.no--col:nth-child(6n+6) .top-card-wrapper {
  background: #FCF6F4;
  border: 1px solid #FF0000;
}

.no--col:nth-child(6n+6) .top-card-wrapper h5 {
  color: #FF0000;
}

/******************** Mine Css **********************/
.add-remarks label {
  display: none;
}

.msform input {
  padding: 16px 16px;
  border: 1px solid #CCCDCD;
  border-radius: 6px;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Inter';
  color: #000000;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}

.msform .custom-input,
.msform .form-control,
.msform textarea,
.msform select.form-select {
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  height: auto;
  background-color: #ffffff;
  /* border-radius: 0 !important; */
  border: 1px solid #D3D2D2 !important;
  border: 0;
  padding: 16px;
  resize: none;
  box-shadow: none;
}

.asterisk-sign {
  color: #DB2829;
}

.custom-select {
  border-radius: 0;
  border-bottom: 1px solid #D3D2D2 !important;
  border: 0;
  padding: 10px 18px;
  background-image: url('../img/select-icon.svg');
  background-size: 15px;
}

.step-accordian .card {
  border: 0;
  margin-bottom: 20px;
  position: relative;
}

.step-accordian .card-header {
  padding: 0;
}

.step-accordian button {
  padding: 0;
  color: #fff;
  font-size: 16px;
  background-color: #2aacea;
  padding: .75rem 1.25rem;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.btn-link:hover {
  color: #fff;
  text-decoration: none;
}


.step-accordian .card-header button:after {
  background-image: url('../img/accordian-caret-down.svg');
  background-size: 13px;
  /* background-position-y: center; */
  transform: none;
  background-position: right;
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 15px;
  transition: transform 0.2s ease-in-out;
}

.step-accordian .card-header button:not(.collapsed)::after {
  background-image: url('../img/accordian-caret-up.svg');
}

.custom-radio {
  color: #7C7777;
  font-weight: 500;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #2aacea;
  padding: 0;
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .form-check-input:checked {
  background-color: #2aacea;
  border-color: #2aacea;
}

.heading6 {
  font-size: 18px;
  font-weight: 600;
  color: #3A3434;
  line-height: 1.4;
}

.step-sub-head {
  color: #666161;
  font-size: 16px;
  font-weight: 600;
}

.custom-radio .form-check-input:checked:disabled {
  background-color: #919191 !important;
  border-color: #919191;
}

.custom-radio .form-check-input:disabled {
  border-color: #919191 !important;
}

/* .form-check-input:checked[type=radio]:disabled {
  background-color: #c5d2d8 !important;
  border-color: #c5d2d8!important;
} */
.form-check.custom-radio .form-check-label {
  margin-bottom: 0;
  color: #666;
  padding: 0;
  cursor: default;
  font-weight: 400;
}

.custom-radio+.custom-radio {
  margin-left: 20px;
}

/* .form-group input:disabled + label + input, .form-group input:disabled + label + select, .form-group input:disabled + label + textarea, select:disabled, input:disabled, textarea:disabled {
      background: #f1f1f1 !important;
      opacity: 0.7;
  } */

.checked-wrap {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}

.form-part-bg .form-part {
  background: transparent;
  padding: 0;
}

.selected-check .checked-wrap .form-group {
  margin-bottom: 20px !important;
}

.form-part-bg .card {
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
  outline: 0;
}

.form-part-bg .card-body {
  padding: 0;
}

.float-action-trial {
  padding: 0;
  position: fixed;
  right: -600px;
  top: 100px;
  bottom: 0;
  z-index: 1;
  /* box-shadow: 0px 4px 40px 0px #00000026;
    background: #fff;
    max-height: 100vh; */
  transition: all 0.5s ease;
  padding-left: 50px;
  overflow: hidden;
}

.float-action-trial.move-app-float {
  top: 250px;
  right: -600px;
}

.float-action-trial.active-slide {
  right: 0 !important;
  z-index: 4;
}

.msform-btn-float {
  position: absolute !important;
  left: 27px;
  z-index: 999;
  transform: rotate(90deg);
  top: -22px;
  display: inline-block;
  margin: 0;
  transform-origin: left;
}

.msform-btn-float .btn {
  border-radius: 0 0 5px 5px !important;
  /* min-width: 150px; */
}

.msform.mx-600 {
  max-width: 600px;
  height: 100%;
}

.msform.mx-370 {
  max-width: 370px;
  height: 100%;
}

.close-slide,
.float-action-trial.active-slide .open-slide {
  display: none;
}

.float-action-trial.active-slide .close-slide {
  display: block;
}

.cst-scroll-3 {
  /* max-height: 75vh; */
  overflow-y: auto;
  height: 100%;
  padding-bottom: 36px;
}

.move-application-right form {
  height: 100%;
  /* overflow-y: auto; */
  padding-right: 5px;
  /* padding-bottom: 30px; */
}

.move-application-right .form-part {
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}
                             
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar::before {
  margin-left: -320px;
}

.layout-fixed .brand-link,
.main-sidebar,
.main-sidebar::before {
  width: 320px;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
  width: calc(320px - .5rem* 2);
  transition: width ease-in-out .3s;
}

.layout-fixed .main-sidebar {
  overflow-x: hidden;
}

.tender-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tender-heading #add-tender-btn {
  font-size: 14px;
}

.otp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.otp-grid input {
  text-align: center;
}

.input-wrap {
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--input-bg);
    border-radius: 8px;
    /* height: 100%;    */
}

.input-wrap.muLtiMobile {
  margin-bottom: 0;
}

.custom-label {
    font-size: 15px;
    color: #3A3434;
    font-weight: 500;
    margin-bottom: 8px;
}

.custom-input {
    background-color: var(--white-color);
    border-radius: 0;
    border-bottom: 1px solid #D3D2D2 !important;
    border: 0;
    padding: 15px;
    resize: none;
    font-size: 16px;
    font-weight: 500;
    /* text-transform: lowercase; */
}

.form-link {
    text-align: center;
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}


.link-text {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}

.theme-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
    border-radius: 6px;
    color: var(--white-color);
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.heading4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.4;
}

.modal-p {
    font-size: 14px;
    color: #3A3434;
    font-weight: 400;
}
button.btn-close {
    background-color: transparent;
}

.primary-btn {
    background-color: var(--primary-color);
    box-shadow: 0px 4px 15.5px 0px #07B4D980;
}
.otp-grid .custom-input {
    border: 0px solid #D3D2D2 !important;
    border-bottom: 1px solid #D3D2D2 !important;
    border-radius: 0 !important;
    font-weight: 500;
}

#full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
  z-index: 9999; /* on top of everything */
  display: flex;
  align-items: center;
  justify-content: center;
}

/******************** Mine Css end**********************/
.modal{
z-index: 9999999;
}
.attendees{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.attendees input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
select{ 
  border-radius: 6px !important;
}
@media only screen and (max-width: 1024px) {
  .otp-list input {
    padding: 5px;
  }

  .logo-wrapper {
    margin-bottom: 40px;
  }

  .img-wrap {
    filter: blur(2px);
    height: 100%;
    object-fit: cover;
  }

  .login-box,
  .register-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }

  .grid-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .login-card-body,
  .register-card-body {
    padding: 24px 24px 30px;
    border-radius: 12px;
  }

  .login-box .card,
  .register-box .card {
    border-radius: 12px;
  }
}

@media only screen and (min-width: 769px) {

  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 320px;
  }
}

@media screen and (max-device-width: 991px) and (orientation: landscape) {

  .login-page,
  .register-page {
    height: auto;
    overflow: auto;
  }
}
.accord-del {
  background: var(--secondary-color) !important;
}
.accord-add {
  background: #0D8802 !important;
}
.btn.outline-btn {
  background: white;
  color: #2aacea;
  border: 2px solid #2aacea;
  padding: 10px 15px;
}
.btn.outline-btn:hover{
  background-color: #2aacea !important;
  color: white !important;
}
.tooltip .tooltip-inner{
  padding: 10px !important;
  font-size: 12px !important;
}
 @media (min-width:767px) {
  .tooltip {
    pointer-events: none;
    will-change: transform;
  }
 }