﻿/**
* Template Name: CustomStyles
* Author: Rencata-UI
* Version: 0.1
*/
/* General Style */
:root {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Figtree-Regular";
  src: url("../fonts/Figtree-Regular.ttf");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
body {
  font-family: "Figtree-Regular", sans-serif;
  color: #222222;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
}

a {
  text-decoration: none;
  color: #0A4438;
}
a:hover {
  color: #fff;
}

.lock-desk-info a {
  text-decoration: none;
  color: #EF7123;
}
.lock-desk-info a:hover {
  color: #0A4438;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.container-fluid {
  padding-left: 200px;
  padding-right: 200px;
}

.btn-solid {
  padding: 14px 40px;
  border-radius: 22px;
  color: #fff;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #EF7123;
  transition: 0.3s;
  outline: 0;
  border: 0;
  text-align: center;
  line-height: 22px;
}
.btn-solid:hover {
  background-color: #FF8901;
  cursor: pointer;
}

.btn-can {
  padding: 14px 40px;
  border-radius: 22px;
  color: #ffffff;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #6B7D93;
  transition: 0.3s;
  outline: 0;
  border: 0;
  text-align: center;
  line-height: 22px;
}
.btn-can:hover {
  background-color: #8e9caf;
  cursor: pointer;
}

.btn-outline {
  padding: 14px 40px;
  border-radius: 22px;
  color: #0A4438;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
  outline: 0;
  border: 0;
  text-align: center;
  line-height: 22px;
}
.btn-outline:hover {
  background-color: #FF8901;
  border: 2px solid #fff;
  color: #fff;
}

input.row-check {
  padding: 11px 8px !important;
  border-radius: 22px;
  color: #fff;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #EF7123;
  transition: 0.3s;
  outline: 0;
  border: 0;
  text-align: center;
  line-height: 0px;
}
input.row-check:hover {
  background-color: #FF8901;
  cursor: pointer;
}

input[type=button], input[type=submit] {
  padding: 10px 75px;
}

button[type=button], input[type=submit] {
  padding: 10px 75px;
}

label.form-label {
  color: #222222;
  margin-bottom: 2px;
}

input.form-control,
form textarea.form-control {
  border: 1px solid #0A4438;
  background-color: #F7F6F7;
  border-radius: 3px;
  padding: 4px 10px;
}
input.form-control:focus,
form textarea.form-control:focus {
  border: 1px solid #0A4438;
  box-shadow: none;
}

.select2 span.select2-selection button.select2-selection__clear {
  height: auto !important;
  padding-top: 6px !important;
}

.wrapword {
  word-break: break-all;
}

/* Loader */
.spanner {
  position: fixed;
  top: 0;
  background: rgba(42, 42, 42, 0.3333333333);
  width: 100%;
  display: block;
  text-align: center;
  height: 100vh;
  color: #FFF;
  z-index: 1000;
  visibility: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  animation-fill-mode: both;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.show {
  visibility: visible;
}

.spanner,
.overlay {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spanner.show,
.overlay.show {
  opacity: 1;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #EF7123;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #C38C20;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Header */
#header {
  background: #003C2F;
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  position: sticky !important;
}
#header .logo {
  cursor: pointer;
}
#header .logo img {
  max-width: 244px;
}
#header .dropdown-menu {
  background-color: #fff;
  padding: 4px 12px;
}
#header .dropdown-menu a.dropdown-item {
  color: #0A4438 !important;
  padding: 2px 10px;
  margin: 4px 0;
  border-radius: 5px;
}
#header .dropdown-menu a.dropdown-item:hover {
  background-color: #fff;
  color: #EF7123 !important;
}
#header .navbar a {
  align-items: center;
  padding: 2px 0px;
  margin: 0 8px;
  font-size: 15px;
  font-family: Gotham-Bold, sans-serif;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.6s;
  border-bottom: 3px solid transparent;
}
#header .navbar a:focus {
  color: #EF7123;
}
#header .navbar a:hover {
  color: #fff;
  transition: 0.3s;
}
#header .navbar a:focus.active {
  color: #EF7123;
}
#header .navbar a.active {
  color: #EF7123;
}
#header .navbar a.apply {
  padding: 13px 24px;
  border-radius: 22px;
  color: #fff;
  font-size: 15px;
  background: #EF7123;
  border-bottom: none;
}
#header .navbar a.apply:hover {
  background-color: #FF8901;
  color: #fff;
}
#header .navbar a.apply:focus {
  background-color: #EF7123;
}
#header .navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 54, 85, 0.85);
  transition: 0.3s;
  z-index: 999;
}
#header .navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
#header .navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
#header .navbar-mobile a.active {
  color: #EF7123;
}
#header .navbar-mobile a {
  padding: 10px 20px;
  font-size: 16px;
  color: #0A4438;
  margin: 15px;
}
#header .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #0A4438;
  margin: 15px;
}
#header .navbar-mobile a:hover {
  color: #0A4438;
}
#header .navbar-mobile a.apply {
  padding: 8px 15px;
  margin-left: 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #EF7123;
}
#header .navbar-mobile a.apply:hover {
  background-color: #EF7123;
  color: #fff;
}
#header .navbar-mobile a.apply:focus {
  background-color: #EF7123;
}

#header.header-scrolled {
  background: #0A4438;
  box-shadow: 0px 2px 4px 4px rgba(28, 54, 85, 0.15);
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar ul li {
  position: relative;
  padding-right: 4px;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff !important;
}

@media (max-width: 1280px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
/* Main */
main {
  position: relative;
  top: 0;
  min-height: calc(100vh - 230px);
}

footer {
  background-color: #003C2F;
  padding: 20px 0;
  padding-bottom: 15px;
  position: relative;
  top: 0;
  color: #fff;
  font-size: 10px;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 20px;
}
footer a {
  color: #fff;
  font-size: 12px;
}
footer .border-left {
  border-left: 1px solid #fff;
}
footer .border-right {
  border-right: 1px solid #fff;
}
footer .border-b {
  border-bottom: none;
}
footer .url img {
  width: 185px;
  height: auto;
}
footer .link ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.section-set {
  padding: 60px 0;
}

/* Banner */
.banner {
  background-image: none;
  background-color: #F0F9EC;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 85vh;
  padding-top: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 30%;
  left: 50%;
  width: 2px;
  background-color: #EF7123;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
.banner .banner-content {
  transition: transform 0.15s ease-in-out;
  position: relative;
  z-index: 2;
  width: 75%;
}
.banner .banner-content h1 {
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  color: #ffffff;
  font-family: "Poppins-SemiBold", sans-serif;
}
.banner .left-tri {
  position: absolute;
  left: 0;
  bottom: -0.5px;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: 23vw solid #F0F9EC;
  border-right: 50vw solid transparent;
}
.banner .right-tri {
  position: absolute;
  right: 0;
  bottom: -0.5px;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: 23vw solid #F0F9EC;
  border-left: 50vw solid transparent;
}
.banner .kenburns-effect {
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/Hero-img.jpg");
  background-size: cover;
  background-position: center;
  animation: kenburnsZoom 20s ease-in-out infinite;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
  transform: scale(1);
}
@keyframes kenburnsZoom {
  0% {
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    transform: scale(1.2) translate(-5%, -5%);
  }
}
.banner .animate-fading {
  animation: fading 3s forwards;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Banner Bottom */
.banner-bottom {
  background: #F0F9EC;
  padding: 60px 0;
  position: relative;
}
.banner-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #EF7123; /* Adjust the color as needed */
  transform: translateX(-50%);
}
.banner-bottom .b-head {
  font-size: 80px;
  color: #0A4438;
  font-weight: bold;
  line-height: 80px;
  text-align: right;
  font-family: "Poppins-SemiBold", sans-serif;
}
.banner-bottom .b-text {
  color: #0A4438;
}
.banner-bottom .b-text h2 {
  font-size: 36px;
  padding-bottom: 20px;
}
.banner-bottom .b-text ul {
  margin-bottom: 0;
}
.banner-bottom .b-text ul li {
  font-size: 22px;
  padding: 6px 0;
  line-height: 26px;
}

/* Home */
.head {
  padding: 20px 0;
  margin-bottom: 10px;
}
.head h2 {
  color: #0A4438;
  font-size: 40px;
  font-family: Poppins-SemiBold, sans-serif;
}

.head.b-line {
  padding: 20px 0;
  margin-bottom: 10px;
}
.head.b-line h2 {
  color: #0A4438;
  font-size: 40px;
  font-family: Poppins-SemiBold, sans-serif;
}
.head.b-line h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #6EBE44;
  position: relative;
  margin: 0;
  bottom: -10px;
}

.title {
  padding: 15px 0;
}
.title h2 {
  color: #0A4438;
  font-size: 36px;
  font-family: Poppins-SemiBold, sans-serif;
}

.w-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.w-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gray-bg {
  background-color: #f7f6f7;
}

.gray-bg2 {
  background-color: #e4e3e5;
}

.products {
  padding: 60px 0;
  background: url(../img/product-sec-bg.png);
  background-color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  background-size: inherit;
  position: relative;
}
.products::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, #EF7123 0%, #EF7123 4%, transparent 4%, transparent 96%, #EF7123 96%, #EF7123 100%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.products .container {
  width: 60%;
}
.products .p-head {
  color: #0A4438;
  font-size: 40px;
  font-family: "Poppins-Medium", sans-serif;
  text-align: center;
  line-height: 46px;
  padding-bottom: 20px;
}
.products .p-title {
  color: #0A4438;
  font-size: 64px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: bold;
  line-height: 72px;
}
.products .p-txt {
  font-size: 18px;
  line-height: 24px;
  color: #0A4438;
}
.products a.more-click {
  color: #FF8900;
  font-size: 18px;
  display: block;
  padding: 15px 0;
  margin-bottom: 10px;
}
.products a.more-click:hover {
  color: #000000;
}
.products .box {
  border: 2px solid #0A4438;
  background-color: #FBFFFA;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-height: 347px;
}
.products .box.no-p {
  min-height: 250px;
}
.products .box .p-img {
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 130px;
}
.products .box .p-img img {
  max-width: 100%;
  height: auto;
  padding-bottom: 15px;
}
.products .box .p-name {
  font-size: 30px;
  line-height: 30px;
  font-family: "Poppins-SemiBold", sans-serif;
  color: #0A4438;
  font-weight: bold;
  padding: 15px 0;
}
.products .box p {
  color: #0A4438;
  font-size: 16px;
  min-height: 50px;
}
.products .box p:first-of-type {
  padding-bottom: 15px;
}
.products .scroll-animation {
  position: sticky;
  top: 100px;
  right: 0;
  height: fit-content;
}

.calculator {
  background: url(../img/calculator-bg.png);
  background-color: #1C3655;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.calculator::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, #EF7123 0%, #EF7123 20%, transparent 20%, transparent 80%, #EF7123 80%, #EF7123 100%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.calculator p {
  padding-bottom: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.resources {
  position: relative;
  background: #ffffff;
}
.resources::before {
  content: "";
  position: absolute;
  top: 0;
  height: 8%;
  left: 50%;
  width: 2px;
  background-color: #EF7123;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.resources .icon {
  padding: 20px 0;
  margin: 0 auto;
  display: table;
}
.resources .text {
  color: #0A4438;
  font-size: 30px;
  line-height: 32px;
  font-family: Poppins-Medium, sans-serif;
  padding: 10px 0;
}

/* Contact Page */
.contacts {
  background-image: url(../img/contact-bg.png);
  background-color: #f0f9ec;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 30px 0;
}
.contacts .c-text p {
  color: #2E2E2D;
}
.contacts .address-set {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px 30px;
  border: 2px solid #0A4438;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 80px;
  position: relative;
  min-height: 120px;
}
.contacts .address-set .logo-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0A4438;
  background: #fff;
  margin-left: -80px;
  position: absolute;
}
.contacts .address-set .logo-img img {
  max-width: 70%;
}
.contacts .address-set .add-txt {
  margin-left: 30px;
}
.contacts .address-set .add-txt h2 {
  color: #0A4438;
  font-size: 24px;
  margin-bottom: 0;
  font-family: "Poppins-SemiBold", sans-serif;
}
.contacts .address-set .add-txt address {
  font-family: Poppins-Regular, sans-serif;
  font-size: 16px;
  color: #2E2E2D;
  margin-bottom: 0;
}
.contacts .address-set .add-txt div a {
  font-size: 14px;
  color: #2E2E2D;
}
.contacts .address-set .add-txt div a:hover {
  color: #0A4438;
}
.contacts .c-form .approved {
  background-color: #fff;
  padding: 20px 30px;
  border: 2px solid #0A4438;
  border-radius: 10px;
}
.contacts .c-form .approved h2 {
  color: #0A4438;
  font-size: 24px;
  font-family: "Poppins-SemiBold", sans-serif;
  padding: 10px 0;
  padding-bottom: 0;
}
.contacts .c-form .approved p {
  color: #2E2E2D;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0 !important;
}
.contacts .c-form .approved label.form-label {
  font-size: 14px !important;
  line-height: 14px !important;
}

/* MFA Confirmation */
.mfaPage {
  background: url(../img/clientAdmin-bg.png);
  background-color: #f7f6f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}
.mfaPage .box {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
}
.mfaPage .box .title {
  padding: 0;
}

/* Delievry  Page*/
.deliveryPage {
  background-color: #F0F9EC;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.deliveryPage .d-head {
  font-size: 13px;
  font-family: "AzoSans-Medium", sans-serif;
  font-weight: bold;
  background-color: #0A4438;
  border: 1px solid #0A4438;
  color: #fff;
  text-align: left;
  padding: 6px;
  margin-bottom: 0;
}
.deliveryPage .box {
  border: 2px solid #0A4438;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.deliveryPage .box .delivery-tab {
  position: relative;
}
.deliveryPage .box .delivery-tab .solutions {
  width: 600px;
  right: 0;
  position: absolute;
  z-index: 1;
}
.deliveryPage .box .delivery-tab .solutions .head {
  background: #EF7123;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins-Regular", sans-serif;
  padding: 4px 10px;
  margin-bottom: 0;
}
.deliveryPage .box .delivery-tab .solutions .text-list {
  background: #fff;
  color: #000;
  border: 2px solid #EF7123;
  padding: 10px;
}
.deliveryPage .box .delivery-tab .solutions .text-list .list {
  text-align: left;
  font-size: 13px;
  display: block;
}
.deliveryPage .box .delivery-tab .solutions .text-list .list a {
  color: #0A4438;
  font-size: 12px;
  font-family: "Poppins-Regular", sans-serif;
}
.deliveryPage .box .delivery-tab .solutions .text-list .list a:hover {
  color: #000 !important;
}
.deliveryPage .box .delivery-tab .solutions .text-list .list i.bi {
  color: #0a4438;
}
.deliveryPage .box .delivery-tab .solutions .text-list .doc_dropdown {
  display: flex;
  align-items: center;
}
.deliveryPage .box .delivery-tab .solutions .text-list .doc_dropdown select.form-select {
  flex: 1;
  min-width: 340px;
  padding: 2px 4px;
  font-size: 11.5px;
  margin-left: 4px;
  border-radius: 4px;
  box-shadow: none;
}
.deliveryPage .box .delivery-tab .signup {
  font-size: 13px;
  display: block;
  font-weight: bold;
  text-align: right;
  padding-right: 24px;
}
.deliveryPage .box .delivery-tab .signup a {
  color: #0A4438;
}
.deliveryPage .box .delivery-tab .signup a:hover {
  color: #000 !important;
}
.deliveryPage .box .delivery-tab .nav-tabs {
  border-bottom: 2px solid #0A4438;
}
.deliveryPage .box .delivery-tab .nav-tabs button.nav-link.active {
  background: #FFFFFF;
  border-bottom: 0;
}
.deliveryPage .box .delivery-tab .nav-tabs button.nav-link {
  padding: 10px 20px;
  background-color: #F0F9EC;
  color: #0A4438;
  font-weight: bold;
  border-radius: 0;
  border: 2px solid #0A4438;
  border-left: 0;
  border-top: 0;
  margin-bottom: -2px;
}
.deliveryPage .box .delivery-tab .tab-content {
  background: #FFFFFF;
  border-radius: 10px;
}
.deliveryPage .box .delivery-tab .tab-content .text-50 {
  width: calc(100% - 640px);
  min-height: 60px;
  padding-top: 10px;
}
.deliveryPage .box .delivery-tab .tab-content .ds-title {
  font-size: 16px;
  color: #0A4438;
  text-align: left;
  font-weight: bold;
  padding-bottom: 6px;
}
.deliveryPage .box .delivery-tab .tab-content .t-set {
  border: 1px solid #000;
  background: #fff;
  height: 390px;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .pipeline-set {
  display: flex;
  align-items: center;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .pipeline-set .header-border1 {
  display: flex;
  border: 1px solid #000;
  padding: 10px;
  margin-top: -1px;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .pipeline-set .header-border2 {
  display: flex;
  border: 1px solid #000;
  padding: 10px;
  margin-top: -1px;
  width: 100%;
  align-items: center;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .t-title {
  font-size: 14px;
  color: #000000;
  text-align: left;
  font-weight: bold;
  padding-bottom: 6px;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .show-cate {
  padding-left: 20px;
  display: flex;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .show-cate h5 {
  font-size: 12px;
  font-weight: bold;
  color: #6B7D93;
  margin-bottom: 4px;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .highlight {
  color: #EF7123;
}
.deliveryPage .box .delivery-tab .tab-content .t-set .info-text {
  font-style: italic;
  font-size: 10px;
  color: red;
}
.deliveryPage .box .delivery-tab .tab-content #tblLoanDetails {
  font-family: "cofo-sans-mono-variable", sans-serif !important;
  font-variation-settings: "wght" 700;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table {
  border: 1px solid #9b9b9b;
  width: 100%;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table th {
  background-color: #0A4438;
  border-bottom: 1px solid #DDDFE1;
  font-size: 14px;
  color: #ffffff;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table td {
  background-color: #ffffff;
  color: #2E2E2D;
  border: 1px solid #9b9b9b;
  padding: 4px;
  vertical-align: top;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table td.green {
  background-color: #efffed;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table td.gray {
  background-color: #f2f2f2;
  vertical-align: top !important;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table .instr-txt {
  font-size: 12px;
  padding: 0 10px;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table .instr-txt b {
  color: #0A4438;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table .instr-txt ol {
  padding-left: 15px;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table .loan-sel-txt {
  font-size: 13px;
  color: #000000;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table .loan-sel-txt h2 {
  color: #EF7123;
  font-size: 14px;
  font-weight: 600;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table .form-control {
  font-size: 14px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 4px 6px !important;
  height: 28px;
  width: 100%;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table .form-controlarea {
  font-size: 14px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 4px 6px !important;
  height: 60px;
  width: 100%;
}
.deliveryPage .box .delivery-tab .tab-content table.docEx-table i {
  font-size: 14px;
}
.deliveryPage .box .tab-set {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}
.deliveryPage .box .tab-set .nav-tabs {
  border-bottom: none;
}
.deliveryPage .box .nav .nav-item .nav-link {
  color: #0A4438;
  padding: 6px 10px;
}
.deliveryPage .box .nav .nav-item .nav-link.active {
  color: #EF7122;
}
.deliveryPage .box .tab-content {
  border-top: none;
  padding: 10px;
}
.deliveryPage .box .tab-content .tab-pane .text-50 a.NonDelLink {
  text-decoration: underline;
}
.deliveryPage .box .tab-content .tab-pane .text-50 a.NonDelLink:hover {
  color: #000000;
}
.deliveryPage .box .fillter {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.deliveryPage .box .fillter i {
  font-size: 20px;
  margin-right: 10px;
}
.deliveryPage .box .fillter .form-control.form-select {
  border: 1px solid #0A4438 !important;
  padding: 2px 6px;
  width: 218px;
}
.deliveryPage .box .search-box {
  position: relative;
  display: flex;
  margin-left: 0px;
}
.deliveryPage .box .search-box input.form-control {
  padding: 2px 6px;
  width: 180px;
  border: 2px solid #ef7123;
}
.deliveryPage .box .search-box i.bi.bi-search {
  right: 15px;
  top: 4px;
  position: absolute;
}
.deliveryPage .box .search-box i.bi-x.close-icon {
  right: 15px;
  top: 4px;
  position: absolute;
}
.deliveryPage .box .pipelineSearch-modal {
  margin: 0 8px;
}
.deliveryPage .box .pipelineSearch-modal a {
  color: #0A4438;
}
.deliveryPage .box .pipelineSearch-modal a:hover {
  color: #0A4438;
}
.deliveryPage .box .table {
  margin-bottom: 4px;
}
.deliveryPage .box .table.table-striped tr th {
  color: #ffffff;
  font-weight: normal;
  background-color: #0A4438;
  padding: 2px 6px;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #6B7D93;
}
.deliveryPage .box .table.table-striped tr td {
  padding: 2px 6px;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
}
.deliveryPage .box .table.table-striped tr td a.sellerFileName {
  text-decoration: underline;
}
.deliveryPage .box .table.table-striped tr td a.sellerFileName:hover {
  color: #000000;
}
.deliveryPage .box .table.table-striped tr.select td {
  background-color: #ffe1bf;
}
.deliveryPage .box .table.table-striped tr.selectreview td {
  background-color: rgba(25, 135, 84, 0.3294117647);
}
.deliveryPage .box .table.table-striped tr:nth-child(odd) {
  background-color: #F2F2F2;
}
.deliveryPage .box .table.table-hover tr:hover {
  background-color: #ffe1bf;
}
.deliveryPage .box .table i.bi {
  background-color: #0A4438;
  color: #fff;
  padding: 2px 4px;
  border-radius: 50%;
  font-size: 14px;
}
.deliveryPage .box .pagination {
  margin-bottom: 4px;
}
.deliveryPage .box .pagination .page-item .page-link {
  color: #0A4438;
  font-size: 14px;
  padding: 2px 10px;
}
.deliveryPage .box .pagination .page-item .page-link.select {
  background: #ef7123;
  color: #fff;
}
.deliveryPage .box .loan-no {
  color: #0A4438;
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
}
.deliveryPage .box .loan-name {
  color: #6B7D93;
  font-size: 14px;
}
.deliveryPage .box .file-area {
  width: 100%;
  position: relative;
  font-size: 14px;
  margin: 10px 0;
}
.deliveryPage .box .file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.deliveryPage .box .file-area .file-dummy {
  width: 100%;
  padding: 15px 20px;
  border: 2px dashed #ccc;
  background-color: #fff;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.deliveryPage .box .file-area .file-dummy .success {
  display: none;
}
.deliveryPage .box .file-area:hover .file-dummy {
  border: 2px dashed #6B7D93;
}
.deliveryPage .box #divUploadFiles {
  max-height: 130px;
  overflow-y: auto;
}
.deliveryPage .box .upload-info {
  font-size: 14px;
  color: #2E2E2D;
  font-style: italic;
}
.deliveryPage .box input.btn-solid {
  font-size: 14px;
  padding: 4px 60px;
}
.deliveryPage .box .upload-new {
  display: flex;
  align-items: center;
  background: #dee2e6;
  padding: 6px;
  margin-bottom: 10px;
}
.deliveryPage .box .upload-new .upload-name {
  font-size: 12px;
  color: #6B7D93;
  padding-right: 10px;
}
.deliveryPage .box .upload-new .upload-icon {
  font-size: 14px;
  color: #000;
}
.deliveryPage .box .title-name {
  font-size: 18px;
  color: #0A4438;
  font-weight: 500;
  padding: 0 6px;
  text-align: left;
}
.deliveryPage .box .attach .table.table-striped {
  overflow-y: auto;
  max-height: 220px;
  display: block;
}
.deliveryPage .box .solution {
  width: 10%;
}
.deliveryPage .box .solution .inputs {
  border: 1px solid #6B7D93;
  padding: 20px;
  display: flex;
}
.deliveryPage .box .solution .arrow a {
  background-color: #0A4438;
  width: 32px;
  height: 32px;
  color: #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
}
.deliveryPage .box .solution .list {
  display: none;
  width: 100%;
  margin-left: 10px;
}
.deliveryPage .box .radio-input {
  display: flex;
  align-items: center;
  margin: 4px;
}
.deliveryPage .box .radio-input input {
  margin-right: 6px;
}
.deliveryPage .box .attachwidth {
  width: 40% !important;
}
.deliveryPage .box .solutionwidth {
  width: 60% !important;
}
.deliveryPage .box .listdisplay {
  display: block !important;
}
.deliveryPage .box input[disabled] {
  background-color: #999999 !important;
  border: 1px solid #999999 !important;
  color: #fff !important;
}
.deliveryPage .box #divLoanDetails .field-group {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dfdfdf;
}
.deliveryPage .box #divLoanDetails .field-group .field-name {
  width: 110px;
  text-align: left;
  flex-shrink: 0;
  padding-right: 6px;
}
.deliveryPage .box #divLoanDetails .field-group .field-value {
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  text-align: left;
  font-weight: bold;
}
.deliveryPage .box #divLockConfirmDetails .field-group {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dfdfdf;
}
.deliveryPage .box #divLockConfirmDetails .field-group .field-name {
  width: 175px;
  text-align: left;
  flex-shrink: 0;
  padding-right: 6px;
}
.deliveryPage .box #divLockConfirmDetails .field-group .field-value {
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  text-align: left;
  font-weight: bold;
}

/*Invoice */
.invoicePage {
  background-color: #f7f6f7;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.invoicePage .d-head {
  font-size: 20px;
  font-family: "AzoSans-Medium", sans-serif;
  font-weight: bold;
  background-color: #0A4438;
  border: 1px solid #0A4438;
  color: #fff;
  text-align: left;
  padding: 6px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.invoicePage .d-head #headerAlert {
  font-size: 14px;
}
.invoicePage .box {
  border: 2px solid #0A4438;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 16px;
}
.invoicePage .box input[disabled] {
  background-color: #8e9caf !important;
  border: 1px solid #8e9caf !important;
  color: #fff !important;
}
.invoicePage #invoiceForm #invoiceDate {
  background-color: transparent !important;
}
.invoicePage #invoiceForm .dropdown-section .select2 {
  display: block !important;
}
.invoicePage #invoiceForm .dropdown-section .select2 .select2-selection {
  padding: 6px 0 !important;
  height: 38px !important;
}
.invoicePage #invoiceForm .dropdown-section .select2 .select2-selection .select2-selection__clear {
  padding: 2px;
  padding-top: 2px !important;
}
.invoicePage #invoiceForm .dropdown-section .select2 .select2-selection .select2-selection__arrow {
  height: 38px !important;
}
.invoicePage #invoiceForm .dropdown-section label.form-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.invoicePage #invoiceForm .dropdown-section .date-warning {
  margin-top: 10px;
}
.invoicePage #invoiceForm .dropdown-section .date-warning .alert {
  font-size: 14px;
}
.invoicePage #invoiceForm .dropzone-section .upload-info {
  font-size: 14px;
  color: green;
  font-style: italic;
}
.invoicePage #invoiceForm .dropzone-section label.form-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.invoicePage #invoiceForm .dropzone-section .file-area {
  width: 100%;
  position: relative;
  font-size: 14px;
  margin: 0px;
  margin-bottom: 10px;
}
.invoicePage #invoiceForm .dropzone-section .file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.invoicePage #invoiceForm .dropzone-section .file-area .file-dummy {
  width: 100%;
  padding: 15px 20px;
  border: 2px dashed #ccc;
  background-color: #fff;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.invoicePage #invoiceForm .dropzone-section .file-area .file-dummy .success {
  display: none;
}
.invoicePage #invoiceForm .dropzone-section .file-area:hover .file-dummy {
  border: 2px dashed #6B7D93;
}
.invoicePage #invoiceForm .dropzone-section #divUploadFiles {
  margin-top: 28px;
}
.invoicePage #invoiceForm .dropzone-section input.btn-solid {
  font-size: 14px;
  padding: 4px 60px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.invoicePage #invoiceForm .dropzone-section .upload-new {
  display: flex;
  align-items: center;
  background: #dee2e6;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.invoicePage #invoiceForm .dropzone-section .upload-new .upload-name {
  font-size: 12px;
  color: #6B7D93;
  padding-right: 10px;
}
.invoicePage #invoiceForm .dropzone-section .upload-new .upload-icon {
  font-size: 14px;
  color: #000;
  margin-left: auto;
}

/* Client Admin */
.productsPage {
  background: url(../img/clientAdmin-bg2.png);
  background-color: #f7f6f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
  /* Safari */
}
.productsPage .p-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.productsPage .p-col {
  padding: 6px;
  text-align: center;
  display: flex;
}
.productsPage .box {
  border: 2px solid #0A4438;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
}
.productsPage .box .p-img {
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 142px;
}
.productsPage .box .p-img img {
  max-width: 100%;
  height: auto;
  padding-bottom: 15px;
}
.productsPage .box .p-name {
  font-size: 24px;
  font-family: "Poppins-Medium", sans-serif;
  color: #0A4438;
  font-weight: bold;
  padding: 15px 0;
}
.productsPage .box p {
  color: #2E2E2D;
  line-height: 21px;
  padding-bottom: 10px;
  height: 52px;
}
.productsPage .box .btn-solid {
  display: block;
  padding: 12px 0;
}
.productsPage i.bi-file-pdf {
  font-size: 24px;
  color: #ffffff;
  margin-left: 6px;
}
.productsPage .loaderCard {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #ef7123;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.productsPage .loaderCardBody {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #ef7123;
  width: 64px;
  height: 64px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

div.no-invoices {
  color: black;
  text-align: center;
}

.search-box {
  position: relative;
  display: flex;
  margin-left: 10px;
}
.search-box input.form-control {
  padding: 2px 6px;
}
.search-box i.bi.bi-search {
  right: 15px;
  top: 4px;
  color: #000000;
  position: absolute;
}
.search-box i.bi-x.close-icon {
  right: 15px;
  top: 4px;
  color: #000000;
  position: absolute;
  font-size: 22px;
}

/* About Page */
.aboutPage {
  background-image: url(../img/about-bg.png);
  background-color: #f0f9ec;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}
.aboutPage .img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.aboutPage .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.aboutPage p {
  color: #2E2E2D;
  width: 80%;
}
.aboutPage .accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
}
.aboutPage .accordion .accordion-header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.aboutPage .accordion .accordion-header .accordion-button {
  box-shadow: none;
  font-size: 15px;
  padding: 15px 20px 30px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid #0A4438;
}
.aboutPage .accordion .accordion-header .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons", sans-serif;
  background-image: none;
  font-size: 54px;
  margin-right: 30px;
  color: #0A4438;
}
.aboutPage .accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.aboutPage .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  transform: none;
  content: "\f2ea";
}
.aboutPage .accordion .accordion-header .role {
  color: #2E2E2D;
  font-size: 14px;
  margin-top: -54px;
  z-index: 99;
  margin-left: 25px;
  font-family: "Poppins-SemiBold", sans-serif;
}
.aboutPage .accordion .accordion-body {
  padding-top: 0;
}
.aboutPage .accordion .accordion-body .acc-exe {
  padding-top: 25px;
}
.aboutPage .accordion .name {
  color: #0A4438;
  font-size: 24px;
  padding-bottom: 8px;
  font-weight: bold;
}

/* Login */
.loginPage {
  background: url(../img/loginPage-bg.png);
  background-color: #f7f6f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}
.loginPage .login-box {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #0A4438;
  padding: 40px;
  text-align: center;
  min-height: 549px;
}
.loginPage .login-box .title {
  padding-bottom: 0;
}
.loginPage .login-box p {
  color: #2E2E2D;
}
.loginPage .login-box a.btn-solid {
  line-height: normal;
  border-radius: 5px;
  padding: 10px 30px;
}
.loginPage .login-box .login-form {
  text-align: left;
  padding-top: 15px;
}
.loginPage .login-box .login-form .signup {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.loginPage .login-box .login-form .signup .div {
  width: 1px;
  height: 15px;
  background-color: #0A4438;
  margin: 0 10px;
}
.loginPage .login-box .login-form .signup a {
  font-size: 14px;
  color: #0A4438;
  font-family: "Poppins-Regular", sans-serif;
}
.loginPage .login-box .login-form .signup a:hover {
  color: #EF7123;
}
.loginPage .login-box .login-form input#Password::-ms-reveal,
.loginPage .login-box .login-form input#Password::-ms-clear {
  display: none;
}
.loginPage .login-box .login-form .field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.loginPage .login-box .login-form .field-icon.bi {
  width: 24px;
  color: #0A4438;
}
.loginPage .login-box .tpo-img {
  height: 237px;
  padding-top: 20px;
}
.loginPage .login-box .tpo-img img {
  max-width: 210px;
}

.signup .approved {
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.signup .approved h2 {
  color: #EF7123;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.signup .title {
  padding-bottom: 0;
}
.signup p {
  color: #0A4438;
}
.signup a {
  color: #0A4438;
}
.signup a:hover {
  color: #EF7123;
}
.signup .p-conditions {
  color: #222222;
  margin-bottom: 0;
  padding-left: 10px;
}
.signup .p-conditions .tip {
  display: inline-block;
  cursor: pointer;
}
.signup .p-conditions i {
  font-size: 18px;
  color: #0A4438;
}
.signup input[type=password]::-ms-reveal,
.signup input[type=password]::-ms-clear {
  display: none;
}
.signup .field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.signup .field-icon.bi {
  width: 24px;
  color: #0A4438;
}

.otherPage {
  padding: 10px 0;
}
.otherPage .title h2 {
  font-size: 32px;
  text-align: center;
}
.otherPage p {
  margin-bottom: 6px;
}
.otherPage h2 {
  font-size: 18px;
  padding: 6px 0;
  font-weight: bold;
}
.otherPage .link a {
  color: #222222;
  word-break: break-all;
}
.otherPage .link a:hover {
  color: #EF7123;
}
.otherPage .url a {
  color: #222222;
  word-break: break-word;
}
.otherPage .url a:hover {
  color: #EF7123;
}
.otherPage .text-h {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.otherPage .text-h span b {
  font-size: 18px;
  padding: 6px 0;
  font-weight: bold;
}
.otherPage .table > :not(caption) > * > * {
  padding: 2px 2px !important;
}

/* Captcha */
.dntCaptcha {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}
.dntCaptcha img {
  margin-left: 10px;
  width: 100px;
}
.dntCaptcha input.text-box.form-control {
  width: 100%;
}
.dntCaptcha span.text-danger {
  position: absolute;
  top: 40px;
}

#invoiceModal .modal-header {
  background: #0A4438 !important;
}
#invoiceModal .modal-header .modal-title {
  color: #fff !important;
}
#invoiceModal .modal-header .btn-close {
  background: unset !important;
  margin-right: 10px;
}
#invoiceModal .modal-header .btn-close i {
  color: #fff;
  font-size: 24px;
}
#invoiceModal .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
#invoiceModal .modal-body i#refreshBtn {
  font-size: 30px;
  color: black;
}
#invoiceModal ul {
  padding-left: 4px;
}
#invoiceModal ul li {
  background: #f4f4f4;
  padding: 6px 10px;
  margin-bottom: 4px;
}
#invoiceModal ul li a {
  color: #0A4438;
}
#invoiceModal ul li a:hover {
  color: #000;
}
#invoiceModal table tr td a {
  color: #0A4438;
}
#invoiceModal table tr td a:hover {
  color: #000;
}

#reportModal .modal-header {
  background: #0A4438 !important;
}
#reportModal .modal-header .modal-title {
  color: #fff !important;
}
#reportModal .modal-header .btn-close {
  background: unset !important;
  margin-right: 10px;
}
#reportModal .modal-header .btn-close i {
  color: #fff;
  font-size: 24px;
}

#switchUserAdminModal .modal-header {
  background: #0A4438 !important;
}
#switchUserAdminModal .modal-header .modal-title {
  color: #fff !important;
}
#switchUserAdminModal .modal-header .btn-close {
  background: unset !important;
  margin-right: 10px;
}
#switchUserAdminModal .modal-header .btn-close i {
  color: #fff;
  font-size: 24px;
}

.select {
  background: #ef7123;
  color: #fff;
}

@media (min-width: 1200px) {
  #reportModal .modal-xl {
    --bs-modal-width: 90% !important;
  }
}
.confimModal .btn-yes {
  background: #ef7123;
  color: #ffffff;
  border: 0;
  padding: 6px 20px;
}
.confimModal .btn-no {
  background: #6B7D93;
  color: #ffffff;
  border: 0;
  padding: 6px 20px;
}

.ratesheetLink {
  margin-right: 5px;
}

/* Access Matrix */
button.accessMatrix {
  position: fixed;
  display: flex;
  right: 0px;
  bottom: 80px;
  z-index: 1000;
  background: #0A4438;
  color: #ffffff;
  width: 50px;
  padding: 0 15px;
  align-items: center;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50px 0 0 50px;
  transition: all 0.4s;
}
button.accessMatrix i {
  padding-right: 8px;
  font-size: 20px;
}
button.accessMatrix span {
  transition-delay: 0.2s;
  display: none;
}
button.accessMatrix:hover {
  width: 180px;
}
button.accessMatrix:hover span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offcanvas-width {
  width: 80% !important;
}
.offcanvas-width .offcanvas-body {
  background: #F7F6F7;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable {
  background: #ffffff;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable th, .offcanvas-width .offcanvas-body table#accessMatrixTable td {
  border-color: #CBCBCB;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .cell {
  text-align: center;
  height: 24px;
  width: 100px;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .cell i.bi {
  color: #EF7123;
  font-size: 20px;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .access-cell .text-center i.bi {
  color: #000000;
  font-size: 20px;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .access-celldis {
  background-color: #a9a9a9 !important;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .access-celldis .text-center i.bi {
  color: #000000;
  font-size: 20px;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .permission-row-header {
  text-align: left;
  font-weight: bold;
  background-color: #f8f8f8;
  padding-left: 15px;
  width: 200px;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .permission-row-header.page {
  font-weight: bold;
  background-color: #d6f5c6;
  display: flex;
  align-items: center;
  gap: 5px;
}
.offcanvas-width .offcanvas-body table#accessMatrixTable .permission-row-header.section {
  font-weight: normal;
  padding-left: 30px;
  background-color: #eef7e8;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Captcha */
.captcha-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.captcha-wrapper .captcha-label {
  padding-right: 8px;
}
.captcha-wrapper .recaptcha-container {
  transform: scale(1);
  margin-right: -10px;
}

.recaptcha-container-partner {
  transform: scale(0.9);
  transform-origin: 0 0;
}

.captcha-wrapper-register {
  display: flex;
  align-items: center;
}
.captcha-wrapper-register .captcha-label {
  padding-right: 8px;
}

/* SessionModal*/
#sessionModal .modal-header {
  background: #0A4438 !important;
  display: flex;
  align-items: center;
}
#sessionModal .modal-header .modal-title {
  color: #fff !important;
}
#sessionModal .modal-body {
  text-align: center;
}

/* Responsive Design*/
@media only screen and (max-width: 1600px) {
  .loginPage .login-box {
    min-height: 573px;
  }
  .loginPage .login-box .tpo-img {
    height: 276px;
    padding-top: 40px;
  }
  .captcha-wrapper-register .recaptcha-container {
    transform: scale(0.85);
  }
}
@media only screen and (max-width: 1536px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .loginPage .login-box {
    min-height: 534px;
  }
  .loginPage .login-box .tpo-img {
    height: 237px;
    padding-top: 20px;
  }
  .recaptcha-container-partner {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1440px) {
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
  .recaptcha-container-partner {
    transform: scale(0.7);
  }
  .deliveryPage .delivery-tab .tab-content .t-set .pipeline-set {
    display: block !important;
  }
  .deliveryPage .delivery-tab .tab-content .t-set .pipeline-set .header-border2 {
    display: block !important;
  }
}
@media only screen and (max-width: 1369px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .loginPage .login-box {
    min-height: 573px;
  }
  .loginPage .login-box .tpo-img {
    height: 276px;
    padding-top: 40px;
  }
  .products .container {
    width: 70%;
  }
  .resourcesPage {
    font-size: 12px;
  }
  .resourcesPage p {
    font-size: 12px;
  }
  .resourcesPage .title h2 {
    font-size: 18px;
  }
  .resourcesPage .times {
    font-size: 12px;
    line-height: 22px;
  }
  .resourcesPage .clause {
    font-size: 12px;
    line-height: 20px;
  }
  .resourcesPage .servicer {
    font-size: 12px;
  }
  .resourcesPage .servicer .servicer-p {
    font-size: 12px;
    line-height: 16px;
  }
  .resourcesPage .servicer .servicer-wl {
    line-height: 20px;
  }
  .resourcesPage .servicer .servicer-wl a {
    color: #fff;
  }
  .resourcesPage .servicer .servicer-wl a:hover {
    color: #fff;
  }
  .productsPage .box p {
    height: 73px;
  }
}
@media only screen and (max-width: 1280px) {
  .resourcesPage .servicer {
    font-size: 12px;
    padding: 10px 15px;
  }
  .resourcesPage .servicer .head-servicer {
    line-height: 18px;
  }
  .resourcesPage .servicer .head-servicer span {
    font-size: 10px;
  }
  .recaptcha-container-partner {
    transform: scale(0.65);
  }
  .deliveryPage .box .delivery-tab .tab-content .t-set {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  footer .border-left {
    border-left: none;
  }
  footer .border-right {
    border-right: none;
  }
  footer .border-b {
    border-bottom: 1px solid #B0C0D4;
    padding-bottom: 10px !important;
  }
  footer .col-auto {
    width: 100% !important;
  }
  .loginPage .login-box {
    min-height: 547px;
  }
}
@media only screen and (max-width: 1024px) {
  .pricer .btn-solid {
    display: block;
  }
  .about .btn-solid {
    display: block;
  }
  .loginPage .login-box {
    min-height: 597px;
  }
  .productsPage .p-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .captcha-wrapper .recaptcha-container {
    transform: scale(0.8);
    margin-right: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
  .products .container {
    width: 85%;
  }
  .products .p-title {
    font-size: 45px;
    line-height: 50px;
  }
  .products .box .p-name {
    min-height: auto;
  }
  .products .box p {
    min-height: auto;
  }
  .products .scroll-animation {
    position: unset !important;
  }
  .pricer .btn-solid {
    display: unset;
  }
  .about .btn-solid {
    display: unset;
  }
  .loginPage .login-box {
    min-height: auto;
  }
  .deliveryPage .delivery-tab #divLoanDetails .field-group {
    display: block !important;
  }
  .deliveryPage .delivery-tab .nav-tabs button.nav-link {
    border-top: 2px solid #0A4438 !important;
  }
  .deliveryPage .delivery-tab .solutions {
    position: unset !important;
    padding: 0 !important;
    width: 100% !important;
    padding-bottom: 10px !important;
  }
  .deliveryPage .delivery-tab .tab-content .text-50 {
    width: 100% !important;
  }
  .deliveryPage .delivery-tab .tab-content .t-set .pipeline-set .fillter i.bi-funnel {
    display: none;
  }
  .banner-bottom .b-head {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
  }
  .banner-bottom .b-text h2 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
  }
  .banner::before, .banner-bottom::before, .products::before, .calculator::before, .resources::before {
    background: unset !important;
    background-color: transparent !important;
  }
  .contacts {
    background-image: none !important;
  }
  .aboutPage {
    background-image: none !important;
  }
  .aboutPage p {
    width: 100%;
  }
  .recaptcha-container-partner {
    transform: scale(1);
  }
}
@media only screen and (max-width: 810px) {
  .productsPage .p-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .deliveryPage .delivery-tab .t-set .pipeline-set .show-cate .form-check {
    padding-left: 6px !important;
  }
  .deliveryPage .delivery-tab .t-set .pipeline-set .fillter {
    display: block !important;
  }
  .deliveryPage .delivery-tab .t-set .pipeline-set .fillter .input-group {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .deliveryPage .delivery-tab .t-set .pipeline-set .fillter .search-box {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .deliveryPage .delivery-tab .t-set .pipeline-set .fillter .search-box input {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banner-bottom .b-text ul li {
    text-align: center;
  }
  .productsPage .p-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .products .box {
    min-height: auto !important;
  }
  .contacts .address-set {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner .banner-content h1 {
    font-size: 48px;
    line-height: 62px;
  }
  button[type=button].btn.btn-close {
    width: auto;
  }
  .mfaPage .form-label {
    word-break: break-all;
  }
  .mfaPage a.btn-solid {
    padding: 10px;
    width: 100%;
  }
  .g-5 .col-lg-6 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  button.btn-solid, a.btn-solid {
    display: block;
  }
  .loginPage .btn-solid {
    display: inline !important;
  }
  .loginPage .login-box .signup .div {
    display: none;
  }
  .resources p {
    width: 100%;
  }
  .login p {
    width: 100%;
    text-align: left;
  }
  .productsPage .p-row {
    grid-template-columns: 1fr !important;
  }
  .productsPage .box .p-name {
    min-height: 40px;
  }
  .productsPage .box p {
    min-height: auto;
  }
  .contacts .address-set {
    display: block;
    padding: 20px 20px;
    margin-left: 0;
  }
  .contacts .address-set .logo-img {
    margin-left: 0;
    margin-bottom: 15px;
    position: unset;
  }
  .contacts .address-set .add-txt {
    margin-left: 10px;
  }
  .loginPage .login-box .tpo-img img {
    max-width: 100%;
  }
  .captcha-wrapper {
    flex-direction: column;
  }
  .captcha-wrapper-register {
    flex-direction: column;
  }
  .captcha-wrapper-register .recaptcha-container {
    transform: scale(1);
  }
  .deliveryPage .delivery-tab .pipeline-set .pip-t {
    display: block !important;
  }
  .deliveryPage .delivery-tab .pipeline-set .pip-t .show-cate {
    padding-left: 0 !important;
  }
  .deliveryPage .delivery-tab .solutions select.form-select {
    min-width: fit-content !important;
    padding-right: 40px !important;
  }
  .deliveryPage .box .delivery-tab .tab-content .t-set .pipeline-set .header-border1 {
    display: block !important;
  }
  .deliveryPage .box .delivery-tab .tab-content .t-set .pipeline-set .header-border1 .search-box {
    margin-bottom: 10px;
  }
  .deliveryPage .box .delivery-tab .tab-content .t-set .pipeline-set .header-border1 .search-box input {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .captcha-wrapper .recaptcha-container {
    transform: scale(0.8);
    margin-right: 0;
  }
  .recaptcha-container-partner {
    transform: scale(0.8);
  }
  .captcha-wrapper-register {
    flex-direction: column;
  }
  .captcha-wrapper-register .recaptcha-container {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 390px) {
  #header .navbar-mobile a {
    font-size: 12px;
    margin: 4px;
  }
  #header .navbar-mobile a.apply {
    font-size: 12px;
    margin-left: 20px;
  }
  .loginPage .login-box {
    padding: 20px;
  }
  .loginPage .login-box .tpo-img {
    height: auto;
  }
  .btn-solid {
    word-wrap: break-word;
  }
  .otherPage table tr {
    display: grid;
  }
  .otherPage table tr th {
    display: none;
  }
}
