body {
  font-size: 0.875rem;
  background-color: #eff3f6;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
a {
  color: #d66f47;
  cursor: pointer;
}
/*
   * Sidebar
   */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
    right: 0;
    */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 65px 0 0 25px; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #d66f47;
}
.sidebar .nav-link:hover {
  color: #d66f47;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
   * Navbar
   */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: #292d30;
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.sidebar .nav-link {
  padding: 0.8rem 1rem;
}
.sidebar .nav-link i {
  margin-right: 9px;
}
.sidebar .nav-link i.fa-brands {
  font-size: 1.3em;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #d66f47;
}

.topIcons {
  margin-top: 9px;
  border-right: 1px solid #727272;
  padding-right: 3em;
  margin-right: 2em;
}

/*right part*/

.rightPart h3 {
  font-size: 1.3em;
}
.rightPart .card-title {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.rightPart .card-img-overlay {
  top: inherit;
  padding: 0.7rem;
}
.rightPart .card {
  border: none;
}
.knowItems {
  padding: 16px 23px !important;
}
.rightPart .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
  margin-top: var(--bs-gutter-y);
}
.rightPart .graphItem {
  padding: 3px 8px !important;
}
.fs-7 {
  font-size: 0.7rem;
}
.graphItem h5,
.graphItem h6 {
  margin-bottom: 0;
}
.graphItem .p-3 {
  padding: 0.5rem 1rem !important;
}
.graphItem table th {
  color: #505050;
}
.rightPart .nav-link {
  color: #666666;
}
.rightPart .nav-link:hover,
.rightPart .nav-link.active {
  color: #df8255;
}

.btn-primary {
  color: #fff;
  background-color: #df8255 !important;
  border-color: #dc8355 !important;
  padding: 6px 21px;
}
.btn-theme {
  color: #fff;
  background-color: #df8255;
  border-color: #dc8355;
  border-radius: 20px;
  padding: 6px 21px;
}
.btn-black {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
  border-radius: 20px;
  padding: 6px 21px;
}
.btn-theme:hover,
.btn-black:hover {
  background-color: #d66f47;
  border-color: #d66f47;
}
.filterTab .form-control,
.filterTab .btn.round {
  border-radius: 50px !important;
}
.filterTab .btn.round {
  background: #666666;
  color: #fff;
}

/*SignIn*/
.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
  position: absolute;
  top: 40%;
  margin-top: -190px;
  left: 50%;
  margin-left: -175px;
  background: #fff;
  box-shadow: 0px 12px 16px 0px rgb(0 0 0 / 10%);
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin .form-control {
  border-radius: 0;
}
.form-forget{
  max-width: 500px;margin: auto
}
.form-forget label{
  left: 40px;
}
.form-forget .input-group-text{
  height: 45px;
}

/*Intranet*/
.xxsm-font {
  font-size: 9px;
}
.xsm-font {
  font-size: 11px;
}
.text-theme {
  color: #d66f47;
}
.latestImg {
  max-height: 210px;
  height: 100vh;
}
.graphItem .list-group-flush {
  height: 300px;
  overflow: auto;
}
.graphItem .list-group-flush li {
  padding: 0.3rem 1rem;
  border: none;
}
.graphItem .list-group-flush li i {
  display: inline-block;
  margin-left: -15px;
}
.graphItem .list-group-flush li a {
  color: inherit;
  text-decoration: none;
}
.graphItem .list-group-flush li a:hover {
  text-decoration: underline;
}
.conLead .rounded-circle {
  margin-top: -18px;
}
.conLead span.profileName {
  display: inline-block;
  margin-top: 9px;
}
.activityBy {
  border-radius: 5px;
  padding: 8px;
  margin-top: 10px;
  padding-top: 15px;
}
.PraisedCircle {
  border-radius: 50%;
  background-color: #d66f47;
  width: 20px;
  height: 20px;
}
.PraisedCircle i {
  margin-left: 0 !important;
  color: #fff;
}

.rightPart .uploadRound {
  border-radius: 20px !important;
}
.card-footer {
  background-color: #fff;
}
.card a h3,
.card a {
  color: #000;
  text-decoration: none;
}
.card a:hover h3,
.card a:hover {
  color: #d66f47;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary {
  background: none;
  border: none;
}
h4 {
  font-size: 1.1rem;
}
h2 {
  font-size: 1.6rem;
}
a {
  color: #d66f47;
}
.figure a {
  text-decoration: none;
  color: inherit;
}
.card a {
  color: #fff;
  display: block;
  height: 180px;
}
.card a img {
  height: 100%;
  width: 100%;
}
.card a:hover {
  color: #000;
}
/* ///////////////////////// */
.show {
  display: block;
}
.hide {
  display: none;
}
#load {
  /* visibility: hidden; */
  width: 100%;
  left: 0;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("../../public/images/ajax-loader.gif") no-repeat center center
    rgba(255, 255, 255, 0.6);
}
.load {
  /* visibility: hidden; */
  width: 100%;
  left: 0;
  height: 100%;
  position: fixed;
  z-index: 9999;
}
.paginationlist li {
  list-style-type: none;
  float: left;
  padding-right: 2px;
}
.paginationlist li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.paginationlist li a.selected {
  background-color: #212529;
  color: white;
  border: 1px solid #212529;
}
.whiteSpace {
  white-space: pre-line;
}
.error {
  color: #f00;
  font-size: 18px;
}
.figure a {
  text-decoration: none;
  color: inherit;
}
.txtcenter {
  text-align: center;
}
.hideClass {
  display: none;
}
.sessiontxt {
  font-size: 20px !important;
}
._2R-kh {
  display: inline !important;
}
figure.img-fixed {
  height: 228px;
}
figure.img-fixed img {
  width: 100%;
  height: 100%;
}
.link-a {
  color: #d66f47;
}
.card a img {
  height: 100%;
  text-align: center;
  margin: auto;
  background-size: cover;
}

.card a {
  color: #fff;
  display: block;
  height: 180px;
  text-align: center;
}
.invoiceTemp {
  height: inherit !important;
}
.card-img-top {
  width: inherit!important;
}
 /* Guest Book */
.text-blue{
  color: #0049a0
}
.hasDatepicker {
  border-right: 0;
}
.input-group-text {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ced4da;
  color: #afafaf;
}
.cardSection{
  max-width: 470px;
  margin:20px auto;
}
.btn-green {
  color: #fff;
  background-color: #34c759;
  border-color: #34c759;
  padding: 8px 5rem;
}
.btn-green:hover{
  background: #df8255;
  border-color: #df8255 ;
  color: #fff;
}


.page-link, .CreateTrip label{
  color: #df8255;
}
.CreateTrip .form-noradious{border-radius: 10px!important;}

.CreateTrip .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.ui-datepicker{
  z-index: 9999!important;
}
.imageBg{background-color: #efefef;padding: 50px;text-align: center;}
.testTrip .card-body{
  background-color: #df8255;
}
.testTrip {max-width: 800px;margin: 50px auto;}
.testTrip  a{
  height: inherit;
}
.testTrip .text-muted, .card-title{color: #fff!important;
}
.ItenrTab .tab-pane{
  padding: 30px 10px;
}
.CreateTrip .nav-tabs {
  border: 1px solid #dee2e6;
  display: inline-flex;
  border-radius: 10px;
  padding: 3px;
}
.CreateTrip .nav-tabs .nav-item.show .nav-link, .CreateTrip .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #e18156;
  border-color: #df8255 #dee2e6 #fff;
  border-radius: 10px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e18156 #e18156 #e18156;
  isolation: isolate;
  border-radius: 10px;
}
.btn-outline {
  color: #000;
  background-color: none !important;
  border-color: #ccc !important;
  padding: 6px 21px;
}
.Calender .ui-datepicker{
 width: 100%;
}
 .Calender .ui-datepicker td a{
  height: 70px!important;
}
.contSummary{border: 1px solid #ccc;margin-bottom: 30px;}
.contSummary .viewdetail{display: block;border-top: 1px solid #ccc;}
.contSummary .circle{
  background: #e18156; width: 30px;height: 30px;border-radius: 50%;display: inline-block;text-align: center;color: #fff;line-break: 30px;padding-top: 3px;margin: 0 5px;
}
.dropstart .dropdown-menu{
  min-width: 14rem;padding: 5px 17px;
}
.dropstart .dropdown-menu a{
  padding: 3px;display: block;
  color: #212529;
  text-decoration: none;
}
.dropstart .dropdown-menu a:hover{
  color: #e18156;
}
.dropstart .drop{
  display: block;
  padding: 0 10px;float: right;
}
.mapFullHeight {
  height: calc(100vh);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
}
.pnrBox{
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  color: #3a3a3a;
  clear: both;
  margin-bottom: 20px;
}
.travelMap .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* Travel Avengers CSS */
.weatherBox{
  background: #bbbbb8;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
}
.weatherBox p{
  font-size: 12px;
  margin: 0;
  position: relative;
  z-index: 99;
}
.pnrBoxScroll{
  width: 100%;
  max-height: 600px;
  padding-right: 16px;
}

@media (min-width: 576px){
  #ImportTemp .modal-dialog {
      max-width: 700px;
  }
}
@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}
@media (min-width: 768px) {
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .topSpace{
    margin-top: 27px;
  }
}
@media (max-width: 991px) {
  .card a {
      height: 120px;
  }
}
