@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: "Source Sans 3", sans-serif !important;
    background-color: #F4F6F9 !important;
    margin: 0 !important;
    height: 100%;
}
html {
    height: 100%;
}
.wrapper {
    height: 100%;
}
a {
    cursor: pointer;
}
.preloader.flex-column.justify-content-center.align-items-center {
    display: none;
}
body .mb-2 {
    margin-bottom: 0 !important;
}
.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 11;
}
.main-sidebar {
    background: #4e5053 !important;
    padding: 30px;
    width: 254px;
}
.serach-fun {
    justify-content: space-between !important;
}
form.search {
    display: flex;
    align-items: center;
}
.search button.btn.btn-primary.btn-submt {
    background: #4e5053;
    border-radius: 8px;
    border: 1px solid #4e5053;
    padding: 8px 12px 8px 12px;
}
.brand-image {
    box-shadow: inherit !important;
    border-radius: inherit !important;
}
.menu-open.active {
    background: #fff;
    border-radius: 9px;
    list-style: none;
    width: 194px;
    height: 43px;
}
nav.mt-2.side-nav ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
}
nav.mt-2.side-nav ul {
    padding: 0;
}
.side-nav {
    display: flex;
    width: 100%;
    justify-content: center;
}
li.tender-page {
    margin-top: 10px;
}
nav.mt-2.side-nav ul li a p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0;
    line-height: 43px;
}
nav.mt-2.side-nav ul li a {
    text-decoration: none;
}

nav.mt-2.side-nav ul li.tender-page a p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0;
    line-height: 43px;
}

  
  #date-input {
    padding-left: 40px;
    height: 35px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    padding: 8px;
  }

  .date-input-container {
    position: relative;
    background: #fff;
    padding: 0 10px 0 16px;
    border: 2px solid #4e5053;
    border-radius: 12px;
    display: flex;
    align-items: center;
    width: 150px;
    float: right;
    text-align: center;
}

.date-input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 200px !important;
  }

  .date-input-container input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  footer.main-footer {
    position: inherit;
    display: none;
}
.content-wrapper {
    transition: margin-left .3s ease-in-out;
    margin-left: 250px;
    height: 100%;
}
.two-itemes {
    display: flex;
    justify-content: end;
    gap: 38px;
    align-items: center;
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0 0 10px 0 #ddd;
}
section.all-dashboard {
    padding: 0 30px;
}
.table-mb-0 tr td {
    width: 30%;
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #47464A;
    white-space: nowrap;
}
h5.title-head {
    color: #47464A;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.table-mb-0 {
    background: #fff;
    border-radius: 11px;
    border: 1px solid #e7e7e7;
    /* padding: 15px 30px 50px; */
    height: 65vh;
    overflow: auto;
}




.table-mb-0 {
	&::-webkit-scrollbar {
		width: 10px;
	}
	&::-webkit-scrollbar:horizontal {
		height: 7px;
	}
	&::-webkit-scrollbar-track {
		background-color: #F6F5F8;
	}
	&::-webkit-scrollbar-thumb {
		/* border-radius: 10px; */
		background: #4e5053 !important;
	}
}

.table-dashboard {
    margin-top: 30px;
}
.dashboard-date-inter {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 10px 0 10px;
}
.dashboard-date-inter.flot-cls {
    display: inline-block;
    margin: 0;
}
.table-dashboard ul {
    display: flex;
    margin: 0;
    gap: 16px;
}
.table-dashboard li.nav-item {
    background: #fff;
    border-radius: 8px 8px 0px 0px;
}
.table-dashboard ul li {
    list-style: none;
}
.table-dashboard .nav-item.active {
    background: #fff;
    border-radius: 8px 8px 0px 0px;
    background: #4e5053; 
    color: #fff; 
    border-radius: 12px;
}
.report-tab ul li a:hover {
    color: #fff !important;
}
.report-tab ul li:hover {
    background: #4e5053;
    border-radius: 5px;
}
.table-dashboard li.nav-item.active a {
    color: #fff;
    text-decoration: none;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
}
.table-dashboard li.nav-item a {
    color: #47464A;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    width: 186px;
    height: 45px;
    border: 1px solid;
    border-radius: 10px;
}
.input-group input {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #F6F6F6;
    width: 95%;
    margin-bottom: 30px;
    height: 42px;
    padding: 0 15px;
}
.form-group.field label {
    margin: 0 0 8px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.add-new-customer {
    font-weight: bold; /* Example: Make the text bold */
    color: #4e5053; /* Example: Change the text color to blue */
}

.heading-title h2{
    font-size: 24px;
    font-weight: 700;
    margin:0 0 30px;
    color: #47464A;
}
.button-back a {
    color: #47464A;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px;
    border-radius: 12px;
    background: #FFF;
    text-decoration: none;
}
.table-mb-0 .heading-title h2 {
    margin-top: 10px !important;
}


body.collapes-bg {
    background: #4e5053 !important;
}
.login-backup {
    border-radius: 11px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    max-width: 22%;
    margin: 0 auto;
    padding: 100px;
}

body.collapes-bg {
    background: #5c2f94 !important;
    display: flex;
    vertical-align: middle;
    height: 100vh;
    min-height: 300px !important;
    justify-content: center;
    align-items: center;
}
.login-backup {
    border-radius: 11px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    margin: 0 auto;
    padding: 70px;
    width: 20%;
}
.description-parg p {
    color: #1D1F24;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
button.btn.btn-primary.login-submit {
    border-radius: 8px;
    background: #5c2f94;
    width: 100%;
    height: 42px;
    padding: 8px 0px;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.image-size {
    text-align: center;
}
.image-size img {
    width: 52%;
}
.col-md-6.input-design-login input {
    background-color: #fff !important;
    border: none;
    height: 48px;
    max-width: 94%!important;
    width: 94%;
    padding: 0 10px;
}
.row.mb-3 {
    margin-bottom: 20px;
}
.form-check {
    display: flex;
    align-items: center;
}

.form-check input#remember {
    margin: 0 10px 0 0px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid#E0E3E8;
}

.form-check label.form-check-label {
    margin: 0 !important;
    display: block;
}
.col-md-6.input-design-login {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #E0E3E8;
    background: #FFF;
    height: 48px;
    width: 94%;
}
.row.mb-3 label {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
}
input:focus-visible {
    outline: 0;
    box-shadow: none;
}
span.email-icon {
    display: flex;
}

nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    display: none;
}

.tender-admin a {
    border-radius: 8px;
    background: #4e5053;
    padding: 1px 20px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.tender-admin a span {
    font-size: 28px;
    padding: 0 12px 0 0px;
}

.tender-admin a:hover {
    color: #fff;
}



.search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    margin: 15px 15px 15px auto;
}
.demo-type {
    background: #ECEFF3;
    height: 30px;
    border-radius: 12px;
}
  .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #888;
  }

  .search-input {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border-radius: 12px;
    border: 1px solid #DCDBDD;
    background: #FFF;
}

  .search-input:focus {
    outline: none;
    box-shadow: none;
  }
  table.tander-port tr td {
    white-space: nowrap;
}

.pagination {
    margin: 20px 0;
  }
  
  .pagination a {
    color: #47464A;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
  }
  
  .pagination a:hover {
    background-color: #f5f5f5;
  }
  
  .pagination .page-item.active a {
    color: #000;
    border-radius: 12px;
    border: 1px solid #DCDBDD;
    background: #FFF;
}
  
  .pagination .page-link {
    border-radius: 0;
    border: none;
  }
  
  .pagination .page-item:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .pagination .page-item:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .pagination .page-item.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
  }

  .pagination-design {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 10px;
}
.ball-dept {
    display: none;
}
.admin-loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 24rem 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: scroll;
    display: inline-block;
    background-size: cover;
}
label.error {
    color: red !important;
}
.showing-content span {
    color: #47464A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.design-form-tender textarea {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    width: 100%;
    height: 90px;
    padding: 5px 10px;
    color: #BBBBBB;
    margin: 0px 0 15px;
    outline: 0;
}
.design-form-tender input {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin: 0px 0 15px;
    color: #495057;
}
.design-form-tender select {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    width: 100%;
    height: 45px;
    margin: 0px 0 15px;
    padding: 0 10px;
    color: #495057;
    outline: 0;
}
.form-tender-mb-02 {
    width: 85%;
    margin: 22px auto;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.10), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
}
.tender-form-content {
    background: #F4F6F9;
    padding: 12px 45px;
    border: 1px solid #E7E7E7;
    border-radius: 15px 15px 0 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.form-tender-mb-02 .row {
    padding: 30px 45px;
}

span.title-form-tender {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding-left: 12px;
}
.submit-btn button {
    border-radius: 8px;
    background: #4e5053;
    width: auto;
    margin-top: 14px;
    height: 42px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border: none;
}
span.invalid-feedback {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 83px;
    font-size: 12px;
    color: red;
}
.profile-details span.admin_name {
    color: #1D1F24;
    font-size: 14px;
    font-weight: 600;
}
.profile-details {
    display: flex;
    align-items: center;
    gap: 11px;
}
.profile_image p {
    margin: 0;
}

.profile_image img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.full-code-dashboard {
    overflow: hidden;
    height: 100%;
}
img.dashboard {
    width: 20px;
}
body .menu-open.active a p {
    color: #fff;
}
body .menu-open.active a img {
    filter: contrast(0.2);
}
.brand-link {
    display: inline-block;
    margin-bottom: 20px;
}
body .menu-open.active p {
    color: #4e5053 !important;
}
li.logout {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
span.login-arrow {
    padding-left: 10px;
}
.password-input-container {
    display: flex;
    align-items: center;
    width: 100%;
}
.logout img.logout {
    margin: 0;
    filter: inherit !important;
    border: none;
    order: 2;
    width: 12% !important;
}
button {
    cursor: pointer;
}
.logout a {
    justify-content: center;
}
.notifaction-green p {
    color: green;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 0 0;
    display: inline-block;
}
  .notifaction-red p {
    color: rgb(249, 0, 21);
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 0 0;
    display: inline-block;
  }


/* pagination Css */

.pagination-design svg.w-5.h-5 {
    width: 22px;
}
th {
    white-space: nowrap;
    padding: 0 28px;
    font-size: 15px;
}
table.tander-port tr.hovr-effect:hover {
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 9px 8px rgba(92, 47, 148, 0.09);
}

.pagination-design nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.pagination-design nav .flex.justify-between {
    width: 100%;
}

.pagination-design nav .hidden {
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 20px;
}
.pagination-design nav .flex.justify-between a.relative.inline-flex {
    border: 1px solid #4e5053 !important;
    margin: 2px;
    border-radius: 10px;
    color: #4e5053;
    text-decoration: none;
    padding: 5px 15px !important;
}


.pagination-design nav .flex.justify-between span.relative.inline-flex.items-center.px-4.py-2{
    border: 1px solid #4e5053 !important;
    margin: 2px;
    border-radius: 10px;
    color: #4e5053;
    text-decoration: none;
    padding: 5px 15px !important;
}
.pagination-design nav .flex.justify-between span.relative {
    border: none !important;
    box-shadow: none !important;
}
.pagination-design nav span.relative.inline-flex.items-center.px-2.py-2 {
    border: 1px solid #4e5053 !important;
    margin: 2px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 15px !important;
    background: #4e5053 !important;
}
.pagination-design a.relative.inline-flex.items-center.px-2.py-2 {
    background: #4e5053 !important;
    color: #fff !important;
}

.multipal-code input:last-child {
    width: 32%;
}

.multipal-code input:first-child {
    width: 65% !important;
}
.table-mb-0 tr:hover {
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 9px 8px rgba(92, 47, 148, 0.09);
}
.submit-code input {
    color: #fff;
    display: block;
    background: #4e5053;
    border: none;
    padding: 7px 25px;
    margin-left: 15px;
    border-radius: 10px;
}
.multipal-code {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
}
.multipal-code input {
    width: 49%;
    border-radius: 8px !important;
}

.table-mb-0 tr:first-child {
    background: #f0e6fb;
    line-height: 54px;
}

.progress-done li.nav-item {
    display: inline-grid;
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 2px -1px 40px 0px rgb(159 158 158 / 34%);
    margin-bottom: 0px;
}
.progress-done li.nav-item a {
    border: none;
}
.progress-done span {
    background: #ffffff;
    width: 64%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    border: 1px solid #4e5053;
}
.progress-done li h4 {
    font-size: 16px;
}
.table-dashboard ul.progress-done {
    display: flex;
    margin: 0;
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;
}
.progress-done li.nav-item a {
    height: 30px;
}
.report-tab ul li:hover h4 {
    color: #fff;
}
.report-tab ul li:hover span {
    background: #fff;
    color: #000;
}

ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item {
    border-radius: 10px;
    margin: 5px 0;
}



/*.table-mb-0 tr td.line-suggest {*/
/*    white-space: break-spaces;*/
/*}*/



@media only screen and (min-width: 1400px) and (max-width: 1660px) {
    .login-backup {
        padding: 50px;
        width: 30%;
    }
}



*{
	&::-webkit-scrollbar {
		width: 10px;
	}
	&::-webkit-scrollbar:horizontal {
		height: 7px;
	}
	&::-webkit-scrollbar-track {
		background-color: #F6F5F8;
	}
	&::-webkit-scrollbar-thumb {
		/* border-radius: 10px; */
		background: #4e5053 !important;
	}
}

/*Profile change photo css Start*/

.avatar-upload {
	position: relative;
	max-width: 213px;
	margin: 25px 50px 0px;
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: 90px;
	z-index: 1;
	top: 10px;
}
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
      display: inline-block;
      width: 34px;
      height: 34px;
      margin-bottom: 0;
      border-radius: 100%;
      background: #007a4d;
      border: 1px solid transparent;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      font-weight: normal;
      transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
      content: "\f030";
      font-family: 'FontAwesome' !important;
      color: #ffffff;
      position: absolute;
      top: 5px;
      left: 1px;
      right: 0;
      text-align: center;
      margin: auto;
  }
  .avatar-upload .avatar-preview {
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 100%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border: 2px solid #007a4d;
	padding: 10px;
}
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .email-hide {
      position: relative;
  }
  
  .email-hide:after {
      background: #fff;
      content: '';
      width: 99%;
      height: 91%;
      top: 1px;
      left: 3px;
      position: absolute;
      opacity: 0.5;
  }
  
  
  
  .bottom-menu li.active {
      background: #007a4d;
      border-radius: 10px;
  }
  .bottom-menu li.active a {
      color: #fff;
  }
  
  .bottom-menu li.active a img {
      filter: brightness(0) invert(1);
  }
  
  .bottom-menu li:hover {
      background: #007a4d;
      border-radius: 10px;
  }
  
  .bottom-menu li a:hover {
      color: #fff;
  }
  
  .bottom-menu li:hover a img {
      filter: brightness(0) invert(1);
  }
  /*Profile change photo css End*/

  .right-box img {
    margin: 0 8px 0 0;
}
.right-box p {
    margin: 10px 0 0 0;
    display: inline-block;
    color: #008000;
}
.delet-btn {
    float: left;
    width: auto;
    margin: 13px 0 0 0;
}
.delet-btn  i.fas.fa-trash-alt {
    margin: 0 20px 0;
}
.right-box a {
    float: left;
    width: auto;
    color: #f00;
    text-decoration: none;
}