:root{
  --primary-color: #1D4279;
  --secondary-color: #AB9460;
  --shadow-color: #daded1;
  --text-color: #C9BA98;
  --background-color: #EFEFE9;
  --hover-color: #5D7246;
  --light-color: #EBE7DB;
}
* {
  font-family: Cairo-Regular !important;
}
.bg-intro {
  background-image: linear-gradient(112.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%,rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%,rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%),linear-gradient(157.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%,rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%,rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%),linear-gradient(135deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%,rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%,rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%),linear-gradient(90deg, rgb(195, 195, 195),rgb(228, 228, 228));
    background-blend-mode: overlay,overlay,overlay,normal;
}
.form-check-input:checked {
  background-color: #1C5010;
  border-color: #1C5010;
}

.btn-primary {
  color: #fff;
  background-color: #1D4279 !important;
  border-color: #1c501000 !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #5D7246 !important;
}

.form-control:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #1D4279 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem #daded1 !important;
}

.btn-primary:active {
  color: #fff !important;
  background-color: #5D7246 !important;
}

.btn-primary:focus {
  color: #fff !important;
  background-color: #1D4279 !important;
  border-color: #1D4279 !important;
  box-shadow: 0 0 0 0.25rem #daded1 !important;
}

.form-check-input:focus {
  border-color: hsl(78, 16%, 85%) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem hsl(78, 16%, 85%) !important;
}

.form-check-input:checked {
  background-color: #5D7246 !important;
  border-color: #daded1 !important;
}
.card-img-overlay {
  box-shadow: 0px 0 30px 5px rgb(218 222 209) ;
  background-color: #333f2700;
}
.views-item{
  border-left: 10px solid #C9BA98 !important;
}

.login-views {
  background-image: url('../img/UB-Image/imageAD.jpg');
  background-size: cover;
  background-repeat: no-repeat;

} 
.views-title {
  color:#FFF !important;
  border-bottom: 0px solid #C9BA98 !important;
}
.ub-text-sec {
  color :#c5b373 !important;
}
@font-face {
  font-family: "Cairo-Regular";
  src: url('../fonts/Cairo/static/Cairo-Regular.ttf');
}

@font-face {
  font-family: "Cairo-Bold";
  src: url('../fonts/Cairo/static/Cairo-Bold.ttf');
}

@font-face {
  font-family: "Cairo-SemiBold";
  src: url('../fonts/Cairo/static/Cairo-SemiBold.ttf');
}

@font-face {
  font-family: "Cairo-ExtraBold";
  src: url('../fonts/Cairo/static/Cairo-ExtraBold.ttf');
}

@font-face {
  font-family: "Cairo-Medium";
  src: url('../fonts/Cairo/static/Cairo-Medium.ttf');
}

@font-face {
  font-family: "Cairo-Light";
  src: url('../fonts/Cairo/static/Cairo-Light.ttf');
}

@font-face {
  font-family: "Cairo-ExtraLight";
  src: url('../fonts/Cairo/static/Cairo-ExtraLight.ttf');
}
a {
  font-family: Cairo-Bold !important;
}
.sidebar {
  position: fixed !important;
  right: 0 !important;
}
.toggle-sidebar .sidebar{
  right: -300px !important;
}
#main, #footer {
  margin-right: 300px !important;
}
.toggle-sidebar #main, .toggle-sidebar #footer {
  margin-right: 0 !important;
}
.sidebar-nav .nav-link.collapsed i {
  color: #1c5010;
}
.nfadh {
  display: flex!important;
  flex-direction: column;
  align-items: center;
}
.rounded-top{
  background-color: var(--primary-color) !important;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 0 30px 5px rgb(218 222 209);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}
.introub{
  margin-top: 9rem;
  padding: 3rem;
}
.introub-ad{
  padding: 3rem;
    margin-top: 3rem;
}
.nav-link {
  color: #1D4279 !important;
}
.nav-link:hover {
  color: #5D7246 !important;
}
.bgpattern {
  background-image:url(/app/assets/img/UB-Image/blob-haikei.svg);
}
.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: '';
  z-index: 1
}

.steps .step .step-icon-wrap::before {
  right: 0
}

.steps .step .step-icon-wrap::after {
  left: 0
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: var(--text-color);
  color: var(--light-color);
  font-size: 18px;
  line-height: 50px;
  z-index: 5
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
  display: none
}

.steps .step:last-child .step-icon-wrap::after {
  display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: var(--secondary-color);
}

.steps .step.completed .step-icon {
  border-color: var(--text-color);
  background-color: var(--text-color);
  color: #fff
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

.bg-faded, .bg-secondary {
  background-color: #f5f5f5 !important;
}
.dashboard .sales-card .card-icon {
  color: var(--secondary-color);
    background: var(--light-color);
}
p {margin-bottom: 1rem;}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 4.209rem;
}

h2 {font-size: 3.157rem;}

h3 {font-size: 2.369rem;}

h4 {font-size: 1.777rem;}

h5 {font-size: 1.333rem;}

small, .text_small {font-size: 0.75rem;}

