
/*************************shared style************************/

::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

:root {
  --main-color: #0C476E;
  --second-color: #0D68A9;
  --btn-save-color: #0568A9;
  --color-success: #39C463
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0,0,0,.5);
  border-radius: 10px;
}

body.dark::-webkit-scrollbar-track,
body.dark .content .wraper .row .table .table-body::-webkit-scrollbar-track {
  background-color: #3333;
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.navbar-nav {
  margin-left: auto;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

ul, li {
  list-style: none;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.overflow-wrapper {
  overflow-x: hidden;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-outline-primary {
  color: #1861ac !important;
  border-color: #1b6ec2 !important;
}

  .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
  }

ul.mainTab-details li {
  position: relative;
  cursor: pointer;
}

.mainTab-details li > .nav-link {
  background-color: transparent !important;
  border-color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  color: #262626 !important;
}

ul.mainTab-details li a.active:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--btn-save-color);
  bottom: 0;
}

ul.mainTab-details li a {
  color: #000 !important;
}

  ul.mainTab-details li a.active span {
    background-color: #1b75b0 !important;
  }

/**** Not shared (Opportunities - Supplier Offers) *****/
#supplierTab.mainTab-details li span {
  background-color: #333;
  color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  border-radius: 5px;
}

.tabs-link-outline-blue-bg-white {
  background-color: #fff;
  margin: 0 6px;
  transition: all .3s ease;
}

  .tabs-link-outline-blue-bg-white .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: var(--btn-save-color) !important;
    transition: all .3s ease;
    padding: 0 !important;
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 3;
    border: 1px solid #d3dce5;
  }

    .tabs-link-outline-blue-bg-white .nav-link.active {
      background-color: transparent !important;
      border-color: var(--btn-save-color);
    }

.checked-success {
  display: flex;
  gap: 20px;
}

  .checked-success > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .printedBlock i,
  .checked-success i {
    color: #76d915d4;
  }

  .printedBlock span,
  .checked-success span {
    font-size: 12px;
    color: #0B466E;
    font-weight: 600;
  }

.bg-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 100;
}

.spinner-loading {
  position: fixed;
  top: 50%;
  bottom: 50%;
  z-index: 1;
}

.spinner-border {
  width: 4rem !important;
  height: 4rem !important;
}

.bg-full-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 1;
}

.spinner-loading-custom {
  position: absolute;
  top: 50%;
  margin-right: 50%;
  margin-left: 50%;
  z-index: 1;
}

.nav-sidebar .nav-item .nav-link.active {
  background-color: #17191F !important;
}

.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0 !important
}

.nav-treeview > .nav-item > .nav-link.active {
  color: #2d92ff !important;
}

.sidebar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

  .sidebar .nav-item ul {
    background-color: #17191F !important;
  }

  .sidebar .user-panel {
    position: relative;
    cursor: pointer;
    margin: 20px auto;
    background-color: var(--btn-save-color);
    padding: 15px;
    border-radius: 2px;
    color: #fff;
    border-bottom: none !important;
    border-color: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 35px;
  }

    .sidebar .user-panel .info {
      padding: 0 !important;
    }

      .sidebar .user-panel .info::before {
        display: none;
      }

      .sidebar .user-panel .info::after {
        display: none;
        position: absolute;
        content: '\f078';
        top: 6px;
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 1px;
        cursor: pointer;
      }

      .sidebar .user-panel .info a {
        color: #fff;
        position: relative;
        font-style: normal;
        padding-left: 8px;
        font-weight: 300;
        font-size: 16px;
      }

    .sidebar .user-panel .image {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #fff;
      text-align: center;
      padding-left: 0;
    }

      .sidebar .user-panel .image i {
        font-size: 11px;
        transform: translateY(-50%);
      }

.avatar-user .user-panel img {
  cursor: pointer !important;
  width: 35px;
  height: 35px;
  object-fit: cover;
}

.dropdown-menu-setting {
  position: absolute;
  background-color: #ffffff;
  right: 31px;
  top: 64px;
  box-shadow: 0 0 8px rgb(0 0 0 / 60%);
  width: 255px;
  border-radius: 5px;
  text-align: center;
  display: none;
  transition: all .5s ease-in-out;
  transform: scaleX(0);
  padding-bottom: 10px
}

  .dropdown-menu-setting.active {
    display: block;
    transform: scaleX(1);
  }

  .dropdown-menu-setting ul {
    margin-bottom: 0 !important;
    list-style: none;
    padding: 0;
  }

    .dropdown-menu-setting ul li {
      display: flex;
      align-items: center;
      padding: 10px 20px;
      width: 100%;
      cursor: pointer;
      justify-content: start;
      position: relative;
      transition: all .3s ease;
    }

      .dropdown-menu-setting ul li.active {
        position: relative
      }

        .dropdown-menu-setting ul li.active::after {
          position: absolute;
          content: '\f00c';
          left: 0;
          font-weight: 900;
          font-family: "Font Awesome 5 Free";
        }

      .dropdown-menu-setting ul li:last-of-type {
        border-bottom: 0;
      }

      .dropdown-menu-setting ul li:hover {
        background-color: #E2E7EE;
      }

      .dropdown-menu-setting ul li .logo-umsco img {
        width: 25px;
        height: 25px;
        object-fit: contain;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 2px;
      }

      .dropdown-menu-setting ul li a {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        gap: 15px;
        font-weight: 600;
        color: #262626;
      }

        .dropdown-menu-setting ul li a:hover {
          text-decoration: none;
        }

        .dropdown-menu-setting ul li a.settings span {
          width: 25px;
        }

        .dropdown-menu-setting ul li a span:nth-of-type(1) {
          color: #0B466E;
        }

        .dropdown-menu-setting ul li a span:nth-of-type(2) {
          color: #262626;
          font-weight: normal;
          font-size: 14px;
        }

  .dropdown-menu-setting .dw-user-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto;
    flex-direction: column;
  }

    .dropdown-menu-setting .dw-user-box .u-img {
      width: 87px;
      height: 87px;
      object-fit: cover;
      padding: 10px;
      border-radius: 50%;
    }

      .dropdown-menu-setting .dw-user-box .u-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: cover;
      }

      .dropdown-menu-setting .dw-user-box .u-img .img-profile-menu {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        padding: 0;
        border: 2px solid #ddd;
        background-color: #fff;
        background-size: cover;
      }

    .dropdown-menu-setting .dw-user-box .u-text {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

      .dropdown-menu-setting .dw-user-box .u-text .name-user {
        font-size: 18px;
        font-weight: 600;
        color: #0B466E;
        padding: 0;
        margin: 0;
        text-align: left;
      }

      .dropdown-menu-setting .dw-user-box .u-text p {
        font-size: 12px;
        width: 90%;
        max-width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        text-transform: capitalize;
        margin: 0 0 16px;
      }

      .dropdown-menu-setting .dw-user-box .u-text a {
        font-size: 14px;
        background-color: #1b75b0;
        color: #ffffff;
        font-weight: bold;
        width: 211px;
        height: 32px;
        transition: all .3s ease;
      }

        .dropdown-menu-setting .dw-user-box .u-text a:hover {
          background: #fff;
          color: #1b75b0;
          border: 1px solid #1b75b0;
        }

.divider {
  height: 1.5px;
  margin: 9px auto;
  overflow: hidden;
  background-color: #9FB2C2;
  width: 85%;
}

.list-menu-switchdepartment {
  position: absolute;
  background-color: #fff;
  width: 150px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
  border-radius: 5px 0px 0px 5px;
  top: 50px;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

  .list-menu-switchdepartment li {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 30px !important;
  }

  .list-menu-switchdepartment.open {
    top: 0;
    opacity: 1;
    visibility: visible;
  }

img.user-img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.header-panels-container {
  display: flex;
  justify-content: center;
  margin: 0 25px;
  position: relative;
  align-items: center;
  gap: 20px;
}

  .header-panels-container::after {
    content: '';
    position: absolute;
    left: 0;
    height: 64%;
    width: 2px;
    background-color: #f2f2f2;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-panels-container > div i {
    font-size: 20px;
    cursor: pointer;
    color: #34335B;
  }

.search-inp-header {
  margin-left: auto;
  position: relative;
  width: 150px
}

  .search-inp-header input {
    border: none;
    padding-left: 30px;
    outline: none;
    background-color: #f4f6f9;
  }

    .search-inp-header input:focus {
      outline: none;
      border-color: #eee;
    }

  .search-inp-header i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #cecece;
  }

.avatar-user .user-panel .info {
  padding: 5px 20px !important;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

  .avatar-user .user-panel .info::before {
    position: absolute;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 6px;
    font-size: 13px;
    cursor: pointer;
    color: #b9b6b6;
  }

/* Sidebar add new */
.poup-add-new {
  position: fixed;
  background-color: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
  transition: all .5s ease-in-out;
}

  .poup-add-new.active {
    display: block;
  }

  .poup-add-new .popup-box {
    background-color: #fff;
    width: 500px;
    position: relative;
    top: 130px;
    left: 90px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }

    .poup-add-new .popup-box::after {
      position: absolute;
      content: '';
      top: -40px;
      border: 20px solid #fff;
      left: 50px;
      border-color: transparent transparent #fff transparent;
    }

    .poup-add-new .popup-box .close-icon {
      position: absolute;
      right: 0;
      width: 30px;
      height: 30px;
    }

      .poup-add-new .popup-box .close-icon i {
        font-size: 25px;
        color: lightgray;
        cursor: pointer;
      }

    .poup-add-new .popup-box .head-title {
      margin-bottom: 15px;
      display: block;
      font-weight: 600;
      font-size: 18px;
    }

    .poup-add-new .popup-box .list-add-new-popup {
      text-align: left;
    }

      .poup-add-new .popup-box .list-add-new-popup li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
      }

        .poup-add-new .popup-box .list-add-new-popup li .plus-popup {
          background-color: #CCE0ED;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          text-align: center;
          line-height: 20px;
          margin-right: 7px;
        }

          .poup-add-new .popup-box .list-add-new-popup li .plus-popup i {
            font-size: 11px;
            color: #1B75B0;
            transform: translateY(-20%);
          }

        .poup-add-new .popup-box .list-add-new-popup li a {
          font-size: 14px;
          color: #333;
          font-weight: 600;
        }

.navbar-umsco {
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
}

  .navbar-umsco .navbar-umsco-img {
    width: 25px;
  }

.head-box-dashboard {
  color: #0B466E;
  font-weight: 800;
  font-size: 18px;
}

.setting-admin {
  margin-left: auto;
}

.table table thead th {
  font-size: 12px;
  font-weight: bolder;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.table.table-head-fixed thead tr:nth-child(1) th {
  width: 120px;
  color: #262626;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
}

table.dataTable > thead .sorting:before {
  font-size: 11px;
}










.sp-btn-outline-success {
  border: 1px solid var(--color-success);
  border-radius: 10px;
  background-color: #fff;
  color: var(--color-success);
}

.sp-btn-lg {
  width: 200px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
}

.sp-btn-md {
  width: fit-content;
  padding: 0 5px;
  height: 35px;
  font-weight: 800;
  font-size: 14px;
  line-height: 35px;
}

.sp-btn-sm {
  width: 100px;
  height: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
}


.sp-btn-outline-danger {
  color: #D72C12;
  border-color: #D72C12;
  border: 1px solid #D72C12;
  border-radius: 10px;
}

.sp-no-background {
  border: 0;
  background: transparent !important;
}


.sp-btn-next {
  background-color: #1B75B0 !important;
  color: #fff;
  border: 0;
  font-size: 16px;
  padding: 0;
}


.sp-btn-primary {
  background-color: #fff;
  color: var(--second-color);
  text-align: center;
  border: 1px solid var(--second-color);
  border-radius: 5px;
}

.sp-sm-done {
  background-color: #1B75B0 !important;
  color: #fff !important;
  height: 40px !important;
  line-height: 40px !important;
  width: 150px !important;
  border-radius: 2px !important;
  font-size: 16px !important;
  padding: 0 !important;
  border: 0 !important;
}


/*Check This Button*/
.btn-add-primary {
  color: #1861ac !important;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 0 8px;
  display: block !important;
  border: 1px solid #1861ac !important;
  height: 45px;
  line-height: 45px !important;
  padding: 0 5px !important;
  width: fit-content;
}

.add-primary-outline {
  color: var(--second-color);
  border: 1px solid var(--second-color);
  height: 40px;
  padding: 5px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 800;
  font-size: 13px;
  line-height: 29px;
}

.add-primary-main {
  background-color: var(--second-color) !important;
  color: #fff;
  border-radius: 3px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  border: 0;
}

  .add-primary-main:hover {
    color: #ffffff
  }


/**** export-table-data ****/

.export-table-data {
  list-style: none;
  height: 45px;
  width: 220px;
  margin: 0;
}

  .export-table-data > li {
    border: 1px solid #d3dce5;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
  }

    .export-table-data > li .parent {
      line-height: 40px;
      color: var(--btn-save-color) !IMPORTANT;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      font-size: 15px;
    }

      .export-table-data > li .parent i {
        margin-right: 10px;
        font-size: 17px;
      }

      .export-table-data > li .parent:after {
        content: '\f0d7';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 15px;
        color: #0663a5;
        right: -25px;
      }

  .export-table-data .child-exp {
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #FFF;
    top: 60px;
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
    border-radius: 5px;
    width: 100%;
    height: 90px;
    transition: all .3s ease;
    margin: 0;
    padding: 0;
  }

    .export-table-data .child-exp.open {
      opacity: 1;
      visibility: visible;
      top: 50px;
      z-index: 9;
    }

    .export-table-data .child-exp li {
      padding: 10px;
      border-bottom: 1px solid rgb(221, 221, 221);
      font-size: 18px;
      display: flex;
      justify-content: start;
      gap: 6px;
      text-align: center;
      align-items: center;
      transition: all 0.3s ease 0s;
      font-weight: 700;
      color: var(--second-color);
    }

      .export-table-data .child-exp li:last-of-type {
        border: none;
      }

      .export-table-data .child-exp li:hover {
        background-color: #f4f6f9;
        border-radius: 2px;
      }

      .export-table-data .child-exp li span {
        display: block;
        font-size: 16px;
      }

      .export-table-data .child-exp li i {
        font-size: 18px;
        color: var(--second-color);
        transition: all .3s ease-in-out;
      }

      .export-table-data .child-exp li:hover i {
        color: #FFF;
      }



/**dropdown-opportunities**/
.dropdown-menu.dropdown-opportunities.show .dropdown-item {
  position: relative;
  margin-bottom: 5px;
  color: #262626;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 40px !important;
  display: block;
  width: 100%;
  height: 100%;
}

  .dropdown-menu.dropdown-opportunities.show .dropdown-item::after {
    position: absolute;
    content: '+';
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #CCE0ED;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 50%;
    color: var(--btn-save-color);
    margin-left: 6px;
    font-weight: bold;
    font-size: 14px;
  }

/**filter-open**/

.filter-open {
  background-color: #FFF;
  color: var(--btn-save-color) !important;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--btn-save-color);
  height: 42px;
  cursor: pointer;
}

  .filter-open.open {
    z-index: 100011;
    position: relative
  }

/**myTabContent**/
.top-tab-links-create-box a {
  background-color: #fff !important;
  color: var(--btn-save-color) !important;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: 1px solid #eee;
  margin-right: 2px;
  height: 56px;
  align-items: center;
  display: flex;
  gap: 5px;
  width: 250px;
}

  .top-tab-links-create-box a.active {
    background-color: var(--btn-save-color) !important;
    color: #fff !important;
    position: relative;
  }

  .top-tab-links-create-box a span {
    background-color: var(--btn-save-color);
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
  }

  .top-tab-links-create-box a.active span {
    background-color: #fff;
    color: var(--btn-save-color);
  }

.top-tab-links-create-box:last-of-type a:after {
  border: 0;
}

.top-tab-links-create-box.not-click {
  pointer-events: none;
  opacity: .8;
}

  .top-tab-links-create-box.not-click a {
    opacity: .8;
    pointer-events: none;
  }

.card-techspecs {
  min-height: 150px !important
}

  .card-techspecs .form-group {
    font-size: 14px;
    font-weight: 600;
    color: #151515;
  }

.second-header {
  background-color: white;
  box-shadow: 0 1px 5px gray;
  /*    z-index: 10006;
    position: relative;*/
}

  .second-header .second-header-container {
    position: fixed;
    width: 100%;
    z-index: 107;
    top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    transition: all .5s ease;
    padding: 25px 45px 0px;
    right: 0;
    left: 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  }

.btn-action {
  padding: 0.25rem 0.5rem !important;
  margin: 0.5rem 0.5rem !important;
  color: #70458c !important;
  background-color: transparent !important;
  border: 1px solid gray !important
}

.vertical-split {
  width: 2px;
  background-color: #b7c0cd;
  color: #b7c0cd;
  margin: 0 7px;
  height: 30px;
  top: 15px;
  position: relative;
  transform: translateY(-50%);
}

.vertical-split-full-height {
  width: 2px;
  background-color: #b7c0cd;
  color: #b7c0cd;
  margin: 0 7px;
  height: 80px;
  top: 15px;
  position: relative;
}

.second-header-button-and-start {
  display: flex;
  justify-content: end;
  align-items: center;
}

.progress-text {
  position: absolute;
  left: 35%;
  font-weight: bold;
  font-size: 11px;
}

.progress {
  border-radius: 1rem !important;
  align-content: center;
  width: 70%;
  display: inline-block !important;
}

.card-transparent {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important
}

  .card-transparent .heading-upload-file {
    margin-top: 33px !important
  }

.white-space-break {
  white-space: pre-line;
}


/***file-upload***/

.file.file-upload-label {
  display: flex;
  justify-content: center;
  background-color: #e0f5ff;
  height: 50px;
  align-items: center;
  padding: 0 2px;
  border-radius: 5px;
  cursor: pointer;
  gap: 10px;
}

  .file.file-upload-label .upload-file-icons {
    width: 40px;
    text-align: center;
    line-height: 48px;
    border: dashed 2px #1b75b0;
    height: 48px;
    cursor: pointer;
  }

    .file.file-upload-label .upload-file-icons i {
      color: #1b75b0;
      font-size: 20px;
    }

  .file.file-upload-label .span-upload {
    text-align: center;
    width: calc(100% - 40px);
    color: #1b75b0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

.tender-progress {
  border-radius: 4px;
  Width: 700px;
  Height: 120px;
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

  .tender-progress .head-tender-progress {
    color: #262626;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
  }

  .tender-progress .list-tender-progress {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 35px;
  }

    .tender-progress .list-tender-progress li {
      color: #0B466E;
      font-weight: 600;
      font-size: 12px;
      position: relative;
    }

      .tender-progress .list-tender-progress li a {
        color: inherit
      }

  .tender-progress .list-tender-solid {
    margin: 0 64px 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

    .tender-progress .list-tender-solid li.done a {
      cursor: pointer;
      position: relative;
      background-color: #0b466e;
      z-index: 9;
      left: -11px;
      display: block;
      width: 22px;
      border-radius: 50%;
      bottom: -12px;
    }

      .tender-progress .list-tender-solid li.done a:after {
        content: "\f00c";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        font-size: 10px;
        text-align: center;
        width: 100%;
        height: 100%;
        line-height: 21px;
      }

    .tender-progress .list-tender-solid li {
      position: relative;
      width: 100%;
    }

      .tender-progress .list-tender-solid li:after {
        content: '';
        position: absolute;
        background-color: #CDE1EE;
        Width: 22px;
        Height: 22px;
        top: 10px;
        border-radius: 50%;
        border: 1px solid var(--btn-save-color);
        transform: translateX(-50%);
      }

      .tender-progress .list-tender-solid li:before {
        content: '';
        position: absolute;
        background-color: #D3DCE5;
        width: 100%;
        height: 2px;
        top: 20px;
      }

      .tender-progress .list-tender-solid li:last-of-type:before {
        display: none;
      }

      .tender-progress .list-tender-solid li:nth-of-type(4):before {
        width: 100%;
      }

      .tender-progress .list-tender-solid li.active:after {
        background-color: #0B466E;
        border: 3px solid #fff;
        box-shadow: 0 0 0 1px #0B466E;
        width: 30px;
        height: 30px;
        top: 5px;
      }

      .tender-progress .list-tender-solid li.done:after {
        background-color: #0B466E;
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        text-align: center;
        line-height: 22px;
        color: #fff;
        font-size: 10px;
      }

      .tender-progress .list-tender-solid li.done:before {
        background-color: #0B466E;
      }

  .tender-progress .list-tender-progress li {
    position: relative;
  }

/**logo-section-partial**/
.logo-section-partial {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  top: -25px;
}


.contant-partner-logo span {
  color: #0e5f99;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}

.contant-partner-logo p {
  color: #09c;
  font-size: 15px;
}

.btn-partner-edit {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px !important;
}

  .btn-partner-edit label {
    width: fit-content;
    background-color: #126297;
    padding: 0px 20px;
    border-radius: 5px;
    transition: all .5s ease;
    border: 1px solid #126297;
    cursor: pointer;
  }

    .btn-partner-edit label > span {
      color: #fff;
      transition: all .5s ease;
    }

    .btn-partner-edit label:hover {
      background-color: transparent;
      border: 1px solid #126297;
    }

      .btn-partner-edit label:hover > span {
        color: #126297;
      }

  .btn-partner-edit .search-logo-edit-partner {
    color: #126297;
    border: 1px solid #126297;
    width: fit-content;
    padding: 0 10px;
    height: 44.5px;
    background-color: transparent;
    border-radius: 5px;
  }

    .btn-partner-edit .search-logo-edit-partner:hover {
      background-color: #126297;
      color: #fff;
      text-decoration: none;
    }

      .btn-partner-edit .search-logo-edit-partner:hover span {
        color: #FFF;
      }



#loader-chartsComparison .spinner-loading {
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
}

.p-success {
  display: flex;
  align-items: center;
  gap: 15px
}

  .p-success span {
    color: #0B466E;
    font-weight: 800;
    font-size: 20px;
  }

.fa-success {
  color: #39C463
}

.p-danger {
  display: flex;
  align-items: center;
  gap: 15px
}

  .p-danger span {
    color: #D72C0D;
    font-weight: 800;
    font-size: 20px;
  }

.fa-danger {
  color: #D72C0D
}

.stickyNote {
  top: 30px !important;
  right: 15px !important;
}

.note-confirm-delete {
  /*border: 1px solid #ddd !important;*/
  cursor: pointer;
}

.go-page {
  font-size: 12px !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  color: #007eff !important;
}

.action-financial-details {
  display: flex;
  justify-content: end;
  gap: 10px;
  height: 100px;
}

  .action-financial-details a,
  .action-financial-details button {
    height: 45px !important;
    line-height: 45px;
    padding: 0 25px !important;
  }

.box-note-show .header-note-show {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .box-note-show .header-note-show .date-title {
    display: flex;
    gap: 0;
    flex-direction: column
  }

    .box-note-show .header-note-show .date-title span.date {
      margin: 0;
      color: #c0c0c0;
      font-size: 10px;
      font-weight: 400 !important;
    }

.box-flex-center {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}

  .box-flex-center span {
    font-weight: 600;
    font-size: 15px;
  }

.text-box {
  font-weight: 600;
  font-size: 14px;
}

.bg-main-color {
  background-color: var(--main-color);
}

.prim-color {
  color: var(--main-color)
}

.border-box {
  border: 1px solid #ddd !important;
}

.radius-box {
  border-radius: 2px;
}

.field-validation-error {
  font-size: 12px;
  font-weight: 600;
  color: #db1126;
}

input[type="date"] {
  cursor: pointer
}

.tabs-link-outline-blue-bg-white a.active:after {
  display: none
}

.card-lg {
  min-height: 400px
}

  .card-lg .card-footer {
    min-height: 90px;
    background-color: #D3DCE5
  }

  .card-lg .totals-list {
    display: flex;
    justify-content: space-between;
    width: 90%
  }

.totals-list-splitter {
  height: 48px;
  border-left: 1px solid #C4C4C4;
  margin-top: 5px
}

.label-header {
  color: #0E8BDD;
  font-weight: 400;
  font-size: 14px
}

.label-info {
  color: #0B466E;
  font-weight: 600;
  font-size: 16px
}

.download-icon {
  margin: 5px;
  background-color: #0568A9;
  font-size: 25px;
  color: #0568A9;
}

.input-table {
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 65px;
}

.parents-comparison table {
  width: auto !important
}

.parents-comparison thead th:first-child {
  width: 200px
}

.parents-comparison thead th:not(:first-child) {
  width: 300px
}

/* Layout styles only, not needed for functionality */
html {
  font-family: sans-serif;
  /*    padding-right: 1em;
    padding-left: 1em;*/
}

.grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 31em) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.tender-project .tender-progress {
  Width: 200px;
  Height: 40px;
  border: none !important;
  padding: 0px;
}

  .tender-project .tender-progress .list-tender-solid {
    margin: 0px;
    padding: 0px;
  }

#datatable_Projects .row ul,
#ProjectDetails ul,
#tableInprogressBills .row ul {
  padding: 10px 20px !important;
  margin: 0;
}

  #datatable_Projects .row ul li,
  #ProjectDetails ul li {
    font-size: 13px;
  }

.color-project1 {
  color: #007F5F
}

.color-project2 {
  color: #E88A89
}

#datatable_Projects .row ul li::before,
#ProjectDetails ul li::before,
#tableInprogressBills .row ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}

#datatable_Projects ul .p-green::before,
#ProjectDetails ul .p-green::before,
#tableInprogressBills ul .p-green::before {
  color: #007F5F !important; /* Change the color */
}

#datatable_Projects ul .p-red::before,
#ProjectDetails ul .p-red::before,
#tableInprogressBills ul .p-red::before {
  color: #E88A89 !important;
}

#documentExpiryDate {
  height: 45px;
  overflow-y: auto;
}

#datatable_Projects .tender-progress .list-tender-solid .stopped:after {
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #D0021B;
}

#datatable_Projects .tender-progress .list-tender-solid li.stopped:after {
  background-color: #EDA7A6;
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 12px;
  color: #D0021B;
  font-size: 10px;
}

#datatable_Projects .tender-progress .list-tender-solid li.finished:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-size: 7px;
  background-color: #007F5F;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #007F5F;
  width: 18px;
  height: 18px;
  top: 8px;
}

.text-stopped {
  color: #8298AB;
}

.text-project {
  font-size: 14px;
  color: #0594D8;
  font-weight: 600;
  text-decoration: underline;
}

.text-department {
  font-size: 14px;
  font-weight: 700;
  color: #0B466E
}

.text-directions {
  font-size: 14px;
  font-weight: 600;
  color: #4B4B4B;
}

.text-amount {
  font-size: 13px;
  font-weight: 600;
  color: #0B466E;
  opacity: 0.6
}

.text-amount-inprogress {
  font-weight: 600;
  font-size: 14px;
  color: #0568A9
}

.text-exchange-rate {
  font-weight: 600;
  font-size: 14px;
  color: #262626
}

.text-amount-local {
  font-size: 13px;
  font-weight: 600;
  color: #0B466E
}

.text-amount-local-inprogress {
  font-size: 14px;
  font-weight: 600;
  color: #0B466E
}

.text-date {
  font-size: 14px;
  font-weight: 500;
  color: #595959
}

.text-status span {
  width: 77px;
  height: 30px;
  background-color: rgba(245, 166, 35, 0.2);
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 500
}

  .text-status span.pending {
    color: #F5A623
  }

.table-directions {
  border: 1px solid #E9EDED;
}

  .table-directions th {
    font-size: 14px;
    font-weight: 700;
    color: #262626
  }

  .table-directions tr {
    height: 63px
  }

.btn-add-direction {
  font-weight: 400;
  font-size: 20px;
  color: #0D68A9;
  border: none;
}

.btn-delete-direction {
  border: 1px solid #ABAABB;
  color: #262262;
  border-radius: 5px
}

#datatable_Projects .tender-progress .list-tender-solid li:after {
  Width: 15px;
  Height: 15px;
  top: 10px;
}

#datatable_Projects .tender-progress .list-tender-solid li:before {
  top: 16.5px
}

#datatable_Projects .tender-progress .list-tender-solid li.done:after {
  font-size: 8px;
  line-height: 15px;
}


.details-collected .collected {
  width: 100%;
  background: rgba(0, 127, 95, 0.1);
  padding: 20px;
  border-radius: 10px;
}

  .details-collected .collected .title,
  .details-collected i {
    color: #49927F;
    font-size: 20px;
  }

  .details-collected .collected .number {
    color: #007F5F;
    font-size: 28px;
    font-weight: bold;
  }

.details-paid {
  position: relative;
}

  .details-paid::after {
    content: '\f068';
    background: #8E8E8E;
    font-family: "Font Awesome 5 Free";
    width: 50px;
    height: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 50%;
    position: fixed;
    margin-top: -106px;
    z-index: 9;
  }

  .details-paid .paid {
    width: 100%;
    background: rgba(235, 73, 94, 0.1);
    padding: 20px;
    border-radius: 10px;
  }

    .details-paid .paid .title,
    .details-paid i {
      color: #EB495E;
      font-size: 20px;
    }

    .details-paid .paid .number {
      color: #EB495E;
      font-size: 28px;
      font-weight: bold;
    }

.total-number img {
  width: 30px;
  height: 30px
}

.payments-requested {
  cursor: pointer;
  background: rgba(235, 73, 94, 0.1);
  padding: 20px;
  border-radius: 10px;
}

  .payments-requested.active {
    border: 2px solid #D0021B;
    box-shadow: 0px 3px 20px 2px #00000040;
  }

  .payments-requested .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #EB495E
  }

  .payments-requested .total-number {
    font-weight: 700;
    font-size: 24px;
    color: #EB495E
  }

  .payments-requested .over-due-title {
    font-weight: 500;
    font-size: 14px;
    color: #4B4B4B
  }

  .payments-requested .over-due-number {
    font-weight: 600;
    font-size: 16px;
    color: #4B4B4B
  }

.payments-inprogress {
  cursor: pointer;
  background: #F5A62326;
  padding: 20px;
  border-radius: 10px;
}

  .payments-inprogress.active {
    border: 2px solid #F49D0C;
    box-shadow: 0px 3px 20px 2px #00000040;
  }

  .payments-inprogress .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #F49D0C
  }

  .payments-inprogress .total-number {
    font-weight: 700;
    font-size: 24px;
    color: #F49D0C
  }

.payments-paid {
  cursor: pointer;
  background: rgba(0, 127, 95, 0.1);
  padding: 20px;
  border-radius: 10px;
}

  .payments-paid.active {
    border: 2px solid #007F5F;
    box-shadow: 0px 3px 20px 2px #00000040;
  }

  .payments-paid .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #007F5F;
  }

  .payments-paid .total-number {
    font-weight: 700;
    font-size: 24px;
    color: #007F5F
  }

.btn-add-payment,
.btn-add-attachment {
  color: #0568A9;
  min-width: 64px;
  height: 30px !important;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #0568A9;
  background-color: transparent;
}

.btn-payment-type {
  font-size: 14px;
  font-weight: 600;
  color: #0568A9;
  border: none;
  text-decoration: underline;
  background-color: transparent;
}

.btn-delete-payment {
  color: #262262;
  height: 30px !important;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #ABAABB;
  background-color: transparent;
}

.payment-type-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #0B466E;
}

.payment-type-modal-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: rgba(5, 104, 169, 0.73)
}

.payment-type-modal-label,
.payment-details-modal-title {
  font-size: 16px;
  font-weight: 600 !important;
  color: #0B466E
}

.payment-type-modal-amount,
.payment-details-modal-label {
  font-size: 16px;
  font-weight: 500;
  color: #0568A9
}

.payment-details-modal-data {
  font-size: 14px;
  font-weight: 600;
  color: #0B466E
}

.payment-type-modal-label-big {
  font-size: 20px;
  font-weight: 700;
  color: #0568A9
}

.message-modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #0B466E;
  text-transform: uppercase
}

.message-modal-label {
  font-size: 16px;
  font-weight: 600;
  color: #262626
}

.payment-type-modal-amount-big {
  font-size: 22px;
  font-weight: 700;
  color: #0B466E
}

.payment-type-modal-btn-save {
  background-color: #0568A9 !important;
  color: white;
  border: none;
  height: 48px !important;
  padding: 0 40px
}

.payment-type-modal-btn-cancel {
  background-color: transparent;
  color: #0568A9;
  border: none;
  height: 48px !important;
  padding: 0 40px
}

.payment-type-modal-btn-cancel-secondary {
  background-color: transparent;
  color: #0568A9;
  border: 1px solid #0568A9;
  height: 48px !important;
  padding: 0 40px
}

.modal-textarea {
  width: 100%;
  height: 70px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #D3DCE5;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 16px;
  resize: none;
}

.payment-attachment-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.payment-attachment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.payment-attachment-title {
  width: 100px;
  height: 100px;
  border: 1px dashed #0568A9;
  color: #0568A9;
  line-height: 8.4;
  text-align: center;
}

  .payment-attachment-title i {
    font-size: 4rem;
  }

.payment-attachment-container.container-sm .payment-attachment-title {
  width: 50px;
  height: 50px;
  line-height: 3.7;
}

  .payment-attachment-container.container-sm .payment-attachment-title i {
    font-size: 2rem;
  }

.payment-attachment-label {
  font-weight: 700;
  font-size: 20px;
  color: #0B466E;
  text-align: center;
}

.payment-attachment-container.container-sm .payment-attachment-label {
  font-size: 15px;
}

.attachment-splitter {
  height: 100px;
  border-left: 0.5px solid #A6B8CC;
}

.btn-attachment {
  width: 220px;
  height: 45px !important;
  background-color: #1C75B0 !important;
  color: #fff;
  border: none;
}

  .btn-attachment:disabled {
    opacity: 50%;
  }

.payment-attachment-file-title {
  font-weight: 600;
  font-size: 14px;
  color: #4B4B4B;
}

.payment-attachment-cell-container {
  display: flex;
  align-items: center;
  gap: 5px
}

.payment-attachment-cell {
  background-color: #E6F0F7;
  border-radius: 5px;
  color: #0568A9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 9px;
}

.payment-attachment-link {
  font-weight: 400;
  font-size: 12px;
  color: #262262
}

.payment-attachment-dropdown button {
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  color: #0568A9;
  box-shadow: none;
  border: none;
}

  .payment-attachment-dropdown button:hover,
  .payment-attachment-dropdown button:active,
  .payment-attachment-dropdown button:focus {
    background-color: transparent !important;
    color: #0568A9 !important;
  }

.insurance-requested {
  cursor: pointer;
  border-radius: 10px;
  background-color: #EB495E26;
  padding: 20px
}

  .insurance-requested.active {
    border: 2px solid #D0021B;
  }

  .insurance-requested .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #EB495E;
  }

  .insurance-requested .total-number {
    font-weight: 700;
    font-size: 22px;
    color: #EB495E;
  }

.insurance-inprogress {
  cursor: pointer;
  border-radius: 10px;
  background-color: #F5A62326;
  padding: 20px
}

  .insurance-inprogress.active {
    border: 2px solid #F49D0C;
  }

  .insurance-inprogress .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #F49D0C;
  }

  .insurance-inprogress .total-number {
    font-weight: 700;
    font-size: 22px;
    color: #F49D0C;
  }

.insurance-issued {
  cursor: pointer;
  border-radius: 10px;
  background-color: #007F5F26;
  padding: 20px
}

  .insurance-issued.active {
    border: 2px solid #007F5F;
  }

  .insurance-issued .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #007F5F;
  }

  .insurance-issued .total-number {
    font-weight: 700;
    font-size: 22px;
    color: #007F5F;
  }

  .insurance-issued .over-due-title {
    font-weight: 500;
    font-size: 14px;
    color: #4B4B4B;
  }

  .insurance-issued .over-due-number {
    font-weight: 700;
    font-size: 14px;
    color: #4B4B4B;
  }

.insurance-refunded {
  cursor: pointer;
  border-radius: 10px;
  background-color: #0B466E26;
  padding: 20px
}

  .insurance-refunded.active {
    border: 2px solid #0B466E;
  }

  .insurance-refunded .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #0B466E;
  }

  .insurance-refunded .total-number {
    font-weight: 700;
    font-size: 22px;
    color: #0B466E;
  }

.bills-requested {
  cursor: pointer;
  background: rgba(235, 73, 94, 0.1);
  padding: 20px;
  border-radius: 10px;
}

  .bills-requested.active {
    border: 2px solid #D0021B;
    box-shadow: 0px 3px 20px 2px #00000040;
  }

  .bills-requested .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #EB495E
  }

  .bills-requested .total-number {
    font-weight: 700;
    font-size: 24px;
    color: #EB495E
  }

.bills-inprogress {
  cursor: pointer;
  background: #F5A62326;
  padding: 20px;
  border-radius: 10px;
}

  .bills-inprogress.active {
    border: 2px solid #F49D0C;
    box-shadow: 0px 3px 20px 2px #00000040;
  }

  .bills-inprogress .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #F49D0C
  }

  .bills-inprogress .total-number {
    font-weight: 700;
    font-size: 24px;
    color: #F49D0C
  }

  .bills-inprogress .over-due-title {
    font-weight: 500;
    font-size: 14px;
    color: #4B4B4B
  }

  .bills-inprogress .over-due-number {
    font-weight: 600;
    font-size: 16px;
    color: #4B4B4B
  }

.bills-paid {
  cursor: pointer;
  background: rgba(0, 127, 95, 0.1);
  padding: 20px;
  border-radius: 10px;
}

  .bills-paid.active {
    border: 2px solid #007F5F;
    box-shadow: 0px 3px 20px 2px #00000040;
  }

  .bills-paid .total-title {
    font-weight: 600;
    font-size: 16px;
    color: #007F5F;
  }

  .bills-paid .total-number {
    font-weight: 700;
    font-size: 24px;
    color: #007F5F
  }

.details-profit {
  position: fixed;
  transition: width 0.25s linear;
  width: 30%;
}

.sidebar-open .details-profit {
  width: 414px !important;
}

.details-profit::after {
  content: '\f52c';
  background: #8E8E8E;
  font-family: "Font Awesome 5 Free";
  width: 50px;
  height: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: -35px;
}

.details-profit .profit,
#Insurance .refunded {
  width: 100%;
  background: rgba(8, 106, 170, 0.1);
  padding: 20px;
  border-radius: 10px;
}

  .details-profit .profit .title,
  #Insurance .refunded .title {
    color: #0568A9;
    font-size: 20px;
  }

  .details-profit .profit .number,
  #Insurance .refunded .number {
    color: #0568A9;
    font-size: 28px;
    font-weight: bold;
  }

.details-paid + .card,
.details-collected + .card {
  min-height: 500px;
  display: none
}

#payments .requested-payments.active,
#Insurance .requested-payments.active,
#Bills .requested-payments.active {
  border: 2px solid #D0021B;
  box-shadow: 0px 3px 20px 2px #00000040;
}

#payments .inprogress-payments,
#Insurance .inprogress-payments,
#Bills .inprogress-payments {
  width: 100%;
  background: #F5A62326;
  padding: 20px;
  border-radius: 10px;
}

  #payments .inprogress-payments .title,
  #Insurance .inprogress-payments .title,
  #Bills .inprogress-payments .title {
    color: #F49D0C;
    font-size: 20px;
  }

  #payments .inprogress-payments .number,
  #Insurance .inprogress-payments .number,
  #Bills .inprogress-payments .number {
    color: #F49D0C;
    font-size: 28px;
    font-weight: bold;
  }

  #payments .inprogress-payments.active,
  #Insurance .inprogress-payments.active,
  #Bills .inprogress-payments.active {
    border: 2px solid #F49D0C;
    box-shadow: 0px 3px 20px 2px #00000040;
  }

#payments .paid-payments.active,
#Insurance .paid-payments.active,
#Bills .paid-payments.active {
  border: 2px solid #007F5F;
  box-shadow: 0px 3px 20px 2px #00000040;
}

#Insurance .refunded.active {
  border: 2px solid #0568A9;
  box-shadow: 0px 3px 20px 2px #00000040;
}

.btn-add-bill {
  border: 1px solid #0568A9;
  height: 40px;
  padding: 5px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 800;
  font-size: 13px;
  color: #0568A9 !important;
  line-height: 29px;
}

  .btn-add-bill img {
    width: 20px;
    padding: 0 3px;
  }

.btn-payment {
  background: #fff !important;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700
}

  .btn-payment:disabled {
    opacity: 50%;
  }

.add-payment-btn {
  border: 1px solid var(--btn-save-color);
  color: var(--btn-save-color) !important;
}

.edit-payment-btn {
  border: 1px solid #0568A9;
  color: #0D68A9
}

.approve-payment-btn {
  border: 1px solid #409F87;
  color: #409F87 !important;
}

.delete-payment-btn {
  border: 1px solid #262262;
  color: #262262 !important;
}

.reject-payment-btn {
  border: 1px solid #DD4659;
  color: #DD4659 !important;
}

.modal-icon {
  border: 6px solid #E8770E;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center
}

  .modal-icon i {
    color: #E8770E
  }

.modal-icon-reject {
  border: none;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(221, 70, 89, 0.25)
}

  .modal-icon-reject i {
    color: #DD4659
  }

#selectFunded > div {
  text-align: start;
}

button.close {
  line-height: 0;
  opacity: 1 !important;
}

#SupplierPo .custom-list-item:not(:last-child)::before {
  top: 95px !important;
}

.font-table > th {
  font-size: 16px !important;
}

.card-archive {
  border: 1px solid red !important;
}

.approve-journal {
  background: #007f5fbf !important;
}

  .approve-journal i {
    color: #ffffff !important;
  }

.purchasing-customer, .purchasing-supplier {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #0B466E;
}

.purchasing-po {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #0B466E;
}

.purchasing-status {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.color-complet {
  color: #262626;
}

.color-new {
  color: #D0021B;
}

.color-date {
  color: #595959;
}

.purchasing-code {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #0B466E;
}

.purchasing-quotation, .purchasing-type {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #0B466E;
}

.purchasing-thead tr th {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #262626;
}

.wrapper-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.progress-circle {
  width: 90px;
  height: 90px;
}

  .progress-circle circle {
    transform: rotate(-90deg) rotateX(180deg);
    transform-origin: center;
  }

  .progress-circle .progress-fill {
    transition: stroke-dashoffset 2s linear;
    stroke-linecap: round;
  }

  .progress-circle circle.remaining {
    stroke: #007F5F;
  }

  .progress-circle circle.collected {
    stroke: #E88A89;
  }

td .progress-circle {
  width: 40px;
  height: 40px;
}

.progress-circle text {
  fill: #0B466E;
  font-size: 12px;
  text-anchor: middle;
}

.totals-header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.totals-container-start {
  display: flex;
  gap: 15px;
}

.total-container-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.totals-container {
  display: flex;
  gap: 15px;
}

td .totals-container {
  gap: 7.5px;
}

.dot-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.circle-dot-table {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.circle-dot {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
}

td .circle-dot {
  gap: 10px;
}

.circle-dot .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

td .circle-dot .dot {
  width: 7px;
  height: 7px;
}

.collected {
  color: #E88A89;
}

  .collected .dot {
    background-color: #E88A89;
  }

.remaining {
  color: #007F5F;
}

  .remaining .dot {
    background-color: #007F5F;
  }

.circle-dot .text {
  font-weight: 600;
  font-size: 19px;
}

td .circle-dot .text {
  font-size: 12px;
}

.circle-dot .value {
  font-weight: 700;
  font-size: 22px;
}

td .circle-dot .value {
  font-weight: 600;
  font-size: 12px;
}

.invoice-total-title {
  color: #0568A9;
  font-weight: 600;
  font-size: 22px;
}

.invoice-total-amount {
  color: #0B466E;
  font-weight: 700;
  font-size: 24px;
}

.invoice-total-amount-alternate {
  color: #0B466E;
  font-weight: 700;
  font-size: 24px;
  opacity: 0.6
}

.invoice-attachment-title {
  color: #0568A9;
  font-weight: 700;
  font-size: 16px;
}

.invoice-attachment {
  width: 100%;
  background-color: #FCFDFE;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 4px;
}

.invoice-attachment-icon-container {
  border: 1px #0568A9 dashed;
  width: 40px;
  height: 100%;
  padding-top: 10px;
  padding-left: 14px;
  padding-bottom: 10px;
  padding-right: 14px;
}

.invoice-attachment-title-uploaded {
  color: #0568A9;
  font-weight: 500;
  font-size: 16px;
}

.invoice-title {
  color: #262626;
  font-weight: 700;
  font-size: 20px;
}

.invoice-table th {
  color: #262626;
}

.invoice-table td {
  padding: 15px !important;
}

.invoice-table-no {
  color: #262626;
  font-weight: 700;
  font-size: 14px;
}

.invoice-table-date-item {
  color: #0B466E;
  font-weight: 700;
  font-size: 14px;
}

.invoice-table-other {
  color: #0568A9;
  font-weight: 600;
  font-size: 16px;
}

.invoice-table-tax {
  color: #4B4B4B;
  font-weight: 600;
  font-size: 16px;
}

.info-title {
  color: #0E8BDD;
  font-weight: 400 !important;
  font-size: 16px;
}

.info-details {
  color: #0B466E;
  font-weight: 600 !important;
  font-size: 16px;
}

  .info-details.bold {
    font-size: 18px;
  }

.invoice-footer-title,
.invoice-footer-currency {
  color: #0568A9;
  font-weight: 600;
  font-size: 16px;
}

  .invoice-footer-title.bold,
  .invoice-footer-currency.bold {
    font-weight: 700 !important;
    font-size: 18px !important;
  }

  .invoice-footer-title.opacity,
  .invoice-footer-currency.opacity {
    opacity: 0.6 !important;
  }

.invoice-footer-amount {
  color: #0B466E;
  font-weight: 600;
  font-size: 16px;
}

  .invoice-footer-amount.bold {
    font-weight: 700 !important;
    font-size: 18px !important;
  }

  .invoice-footer-amount.opacity {
    opacity: 0.6 !important;
  }

.invoice-footer-title-secondary {
  color: #0E8BDD;
  font-weight: 600;
  font-size: 16px;
}

.invoice-footer-user-img {
  width: 40px;
  height: 40px;
  border: 1px solid #A6B8CC;
  border-radius: 50%;
}

.invoice-footer-user-name {
  color: #0568A9;
  font-weight: 700;
  font-size: 16px;
  margin: 0 16px
}

.project-id {
  color: #0B466E;
  font-weight: 400;
  font-size: 12px;
}

.project-name {
  color: #0B466E;
  font-weight: 700;
  font-size: 14px;
}

.project-customer-name,
.project-status {
  color: #0568A9;
  font-weight: 600;
  font-size: 14px;
}

.project-status-stopped {
  color: #D0021B;
  font-weight: 600;
  font-size: 14px;
}

.project-profit.negative,
.project-status-stopped {
  color: #D0021B;
  font-weight: 600;
  font-size: 14px;
}

.project-profit.positive,
.project-status-finished {
  color: #007F5F;
  font-weight: 600;
  font-size: 14px;
}

.project-date {
  color: #262626;
  font-weight: 400;
  font-size: 16px;
}

.project-status-alt {
  color: #8298AB;
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 991px) {
  .totals-header {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
