.navbar.bg-primary {
    background-color: #B69466 !important;
}
.bg-gradient-red {
    background-color: #B69466 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white !important;
    background: #B69466 !important;
}
.nav-pills .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: all 0.15s ease;
    color: #B69466;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.bg-primary{
    background-color: #B69466;
}

.invalid-feedback
{
    display:block !important;
}

.loading-container {
  background-color: #88888857;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
}

.loading-container img {
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 99999;
    height: 90px;
}

div#ofBar {
    display: none;
}
/* .pagination .flex{
display: flex;
justify-content: center;
align-items: center;
}
.pagination .flex svg{
width: 34px;height: 34px;
} */
/* .pagination .flex.justify-between{display: none;} */
/* .pagination .text-sm{display: none;} */
/* .pagination .hidden{display: none;} */


span.relative svg {
    width: 30px;
}
.hidden p.leading-5 {
    display: none;
}
.flex.flex-1 {
    display: none;
}

.search_inner_fiels {
    display: flex;
    align-items: center;
}


.search_inner_fiels .filters.Booking_status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}


.search_with_icons {
    border: solid 1px #b3b3b3;
    padding: 6px 11px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_with_icons input {
    border: unset;
    padding: 0 10px 0 0;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 360px;
    max-width: 1000px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #000;
}
.highcharts-data-table tr:hover {
    background: #000;
}
.highcharts-figure, .highcharts-data-table table{
    width: 100%;
}
text.highcharts-credits {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    right: 30px;
    bottom: 3px;
    left: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.card-body .chart {
    height: 100% !important;
}

.table .thead-light th {
    color: #384b61;
    background-color: #f6f9fc;
}

.table .avatar.rounded-circle img {
    height: 30px !important;
    width: 30px;
}
.footer .copyright a{
    color: #B69466 !important;
}
/*a {    color: #B69466 !important;*/
/*}*/
/* width */
.custom-scollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* Track */
.custom-scollbar::-webkit-scrollbar-track {
    background: #ccc;
}
/* Handle */
.custom-scollbar::-webkit-scrollbar-thumb {
    background: #B69466;
}
/* Handle on hover */
.custom-scollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#dropdown ul.nav.navbar-nav {
    width: 100%;
}
.nav-pills .nav-link. active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #B69466;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: .675rem 1.2rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active {
    background: #B69466;
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.details-r {
    width: 48%;
}

.details-r ul {
    padding-left: 0;
    width: 100%;
}

.details-r li {
    list-style: none;
    margin-bottom: 10px;
}

li.geo-li label {
    font-size: .875rem;
    font-weight: 600;
    color: #525f7f;
}

li.geo-li input {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
    width: 100%;
}

.geoFancing {
    width: 48%;
    height: 300px;
}

div#map {
    width: 100%;
    height: 100%;
}
.square_img {
    width: 100px;
    height: 100px;
}
.table.faq-table td, .table.faq-table th {
    font-size: .8125rem;
    white-space: normal !important;
}
img.category-img {
    width: 70px;
    height: 70px;
}

#uploadImage {
    display: none;
}


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq_outer h2{font-size: 26px;margin:30Px 0;color: #000;font-weight: 700;}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  margin: 0;
  padding:22pX 30pX;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffae2c;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ffae2c;
  color: #fff;
  font-size: 11px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 15Px 30px;

  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}



@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.permissions_name_inner {
    display: block;
}

.loop_inner {
    display: inline-block;
    width: 33% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 5px !important;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0 !important;
}
.dl_img{
    max-width: 30%;
    height: auto;
}

/* Ajay custom Css */

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active svg path {
    fill: #fff;
}
.navbar-vertical .navbar-nav .nav-link>i {
    min-width: auto !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item a span.nav-link-text {
    margin-left: 10px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link svg {
    width: 15px;
    height: 15px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link svg path {
    fill: #172b4d;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link i {
    color: #172b4d !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active span.nav-link-text {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(23 43 77) !important;
}
nav.navbar.navbar-top.navbar-expand.navbar-dark.bg-primary.border-bottom {
    background: white !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active i {
    color: #fff !important;
}
.bg-default {
    background-color: #ffffff!important;
}
.text-light {
    color: #172b4d!important;
}
.btn-group-sm>.btn, .btn-md svg {
    margin-right: 8px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item .panel-body ul.nav.navbar-nav {
    margin: 0px !important;
}
tbody.list td .collapse p {
    margin: 0px;
    white-space: break-spaces;
}

.card .table td p a {
    white-space: break-spaces;
    display: block;
}
/* .header.bg-gradient-primary::after {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #f26232;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
} */
.header.bg-gradient-primary{
    position: unset;
}
.text-white {
    color: #fff!important;
    position: relative;
    z-index: 1000;
}

.bg-default {
    background-color: #1d1d1d !important;
}
.bg-gradient-primary {
    background: linear-gradient(
87deg
,#ffae2c 0,#F26232 100%)!important;
}
.forgot_psswrddv a{
    color: #B69466;
}
.forgot_psswrddv:hover, .forgot_psswrddv:focus  {
    color: #fff;
}
.main_content_flx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    flex-direction: row-reverse;
}
.main_content_left {
    width: 100%;
    padding: 20px;
    position: absolute;
    z-index:1;
}
.main_content_img {
    width: 100%;
    position: relative;
}
.main_content_img::after{
    content: '';
    position: absolute;
    background: #00000059;
    width: 100%;
    height: 100%;
    top: 0;
}

.main_content_left .cols .card {
    margin: auto;
    width:400px;
}
.main_content {
    background: #fff;
}
.main_content_img figure {
    width: 100%;
}
.main_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cols .card {
    box-shadow:unset !important;
    margin: 0px;
}
.cols2 {
    margin-right: 25px;
}
.bdr {
    border: 1px solid #d3e0e9 !important;
    box-shadow: unset !important;
}
.custom-control-label::after {
    border: 1px solid #d3e0e9 !important;
}
.sub_btns {
    background-color: #B69466;
    border-color: #B69466;
}.sub_btns:hover {
    background-color: #B69466;
    border-color: #B69466;
}
.logo-auth figure {
    width: 170px;
    margin: auto;
    margin-bottom: 30px;
}
.cols .form-group {
    margin-bottom: 20px !important;
}
.link small {
    color: #B69466 !important;
}
.form-group {
    position: relative;
}
svg.svg-inline--fa.fa-calendar.fa-w-14 {
    position: absolute;
    top: 46px;
    right: 28px;
    cursor: pointer;
}
figure.fig {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #ffae2c;
}
/* img.avatar.rounded-circle {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.col-auto {
    position: relative;
}
.cam {
    width: 40px;
    height: 40px;
    background: #ffae2c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 126px;
    left: 68px;
}
.cam svg.svg-inline--fa.fa-camera.fa-w-16 {
    color: #fff;
    font-size: 20px;
}
.inpt {
    position: absolute;
    top: 130px;
    width: 36px;
    left: 70px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.box_flx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;

}
.choose_img {
    width: 100px;
    height: 100px;
    border: 1px solid #ffae2c;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.choose_img h2 {
    display: flex;
    justify-content: center;
    /* /* align-items: center; */
    font-size: 60px;
    color: #ffae2c;
    position: absolute;
    top: 0;
    left: 33px;
}
.chs {
    position: absolute;
    top: 32px;
    width: 100%;
    height: 53px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.choose_img img {
    /* width: 99px !important;
    border-radius: 8px;
    height: 99px !important;
    border: 0px solid #fff !important; */
    width: 100%;
    height: 100%;
}
figure.fig img {
    width: 100%;
    height: 100%;
    /* border: 1px solid transparent; */
}
.main-fig {
    padding: 20px;
}
figure.fig1 {
    height: 100%;
}
