.invalid-feedback {
    display: block !important;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px !important;
    padding: 0px;
}
div#ofBar {
    display: none;
}

.navbar-vertical.navbar-expand-xs.fixed-left {
    border-width: 0!important;
}

/* .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;} */

button.remove {
    background: #F1120B;
    border: none;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 11px;
    position: absolute;
    right: 7px;
    border-radius: 100px;
    top: 20px;
}

.sidenav {
    background-size: cover !important;
    height: 100%;
    background-color: #ffffffc2 !important;
    background-blend-mode: color;
    background-position-x: -110px !important;
}

.scrollbar-inner {
    height: 100% !important;
    position: relative !important;
    z-index: 2 !important;
}

.upload-img {
    opacity: 0;
    width: 28px;
    top: 0;
    left: 0;
    position: absolute;
    height: 26px;
    padding: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background: #fff;
    text-overflow: '';
    outline: none;
    border-radius: 10px;
}

h6.h2.text-white.d-inline-block.mb-0 {
    font-size: 25px;
}

.arrow-select {
    position: absolute;
    right: 9px;
    top: 11px;
}

.report {
    position: relative;
}

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: 50px;
    width: 50px;
}

/* width */

.custom-scollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */

.custom-scollbar::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */

.custom-scollbar::-webkit-scrollbar-thumb {
    background: #7CB0E1;
}

/* Handle on hover */

.custom-scollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#dropdown ul.nav.navbar-nav {
    width: 100%;
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffc7;
    /* display: none; */
}

.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: #e3eff8;
}

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

.navbar-brand strong {
    color: #7CB0E1;
    font-size: larger;
}

.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%;
}

.avatar img {
    /* height: 100%; */
    object-fit: cover;
}

figure.profile-picture {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    border: 1px solid #978d8d;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

figure.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure.edit-img {
    background: #7CB0E1;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

figure.edit-img img {
    width: 11px;
}

input#profile_photo {
    opacity: 0;
    width: 50px;
    top: 7px;
    left: 32px;
    position: absolute;
    height: 38px;
    padding: 0;
}

.licence_front {
    opacity: 0;
    width: 30px;
    top: 0;
    left: 0;
    position: absolute;
}

.licence_back {
    opacity: 0;
    width: 30px;
    top: 0;
    left: 0;
    position: absolute;
}

.address {
    width: 300px;
}

td.address, td.address {
    white-space: unset;
}

.edit-main {
    width: 30px;
    position: absolute;
    bottom: -24px;
    left: 50px;
}

.revenue-icon {
    margin-right: 15px;
}

.rev-list {
    padding-left: 50px;
}

/* .rev-list li{

} */

.rev-list li a {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
}

#sig-canvas, #sig-canvas-1, #sig-canvas-2, #sig-canvas-3 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
    width: 100%;
    height: 80px;
}

.header {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    background-color: #52939F !important;
}

.fingerp {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.fingerp h5 {
    margin-right: 10px;
}

.fingerp label {
    margin-right: 10px;
}

.group {
    width: 100%;
}

.main-group {
    display: flex;
    align-items: center;
}

.main-group .form-group {
    width: 50%;
    position: relative;
    margin-right: 15px;
}

.main-group .form-group .form {
    width: 100%;
}

.main-group .form-group label {
    margin-right: 10px;
}

.body h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.save-btn {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.save-btn button {
    background: #7CB0E1;
    border: none;
    color: #fff;
    font-size: 16px;
}

@media(max-width:991px) {
    body h2 {
        font-size: 20px;
    }
    .header {
        justify-content: flex-start;
    }
    input {
        font-size: 14px;
    }
    .container {
        width: 90%;
        padding-right: 0;
        padding-left: 0;
    }
    .main-group {
        flex-wrap: wrap;
    }
    .main-group .form-group {
        width: 100%;
        margin-right: 0;
    }
    .group {
        display: flex;
        flex-direction: column;
    }
    input.form {
        width: 100%;
    }
    h4 {
        font-size: 17px;
        margin: 20px;
        font-weight: bold;
        color: #000;
    }
    p {
        width: 100%!important;
    }
    label {
        margin-right: 0;
        font-size: 14px;
        color: #000;
    }
}

.wrap-para {
    white-space: pre-wrap!important;
    width: 320px;
    display: flex;
}

input, select, textarea {
    color: #000!important;
}

input#customCheckLogin {
    margin: .625rem .75rem;
}

.pl-lg-4 {
    padding: 0!important;
}

.select-arrow {
    position: absolute;
    bottom: 1px;
    right: 2px;
    background: #fff;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    cursor: pointer;
}

.select-p {
    position: relative;
}
.p2{
    width: 116px;
    position: relative;   
}

.booking-box .select-arrow {
    bottom: 10px;
}

.booking-box {
    position: relative;
    width: 35%;
    align-items: center;
}
@media(max-width:767px){
    .booking-box {
        width: 100%;  
        /* margin-bottom: 10px;      */
    }
}

input {
    padding: .25rem .5rem;
    border-radius: .25rem;
    border: 1px solid #dee2e6;
    outline: none!important;
}

.card-header h4 {
    margin-bottom: 0;
}

.logo-img {
    /* margin-top: 10px; */
    padding-bottom: 10px !important;
    /* width: 100px; */
}

.forget {
    color: #136EB7 !important;
}

select {
    background: transparent !important;
    color: #fff !important;
    padding: 8px;
}

select option {
    color: #000;
}

.navbar-brand {
    padding: 0 !important;
}

.form-control {
    color: #000 !important;
}

.select1 {
    position: absolute;
    right: 26px;
    top: 44px;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.number {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
}

.custom-scollbar th:first-child {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}

.custom-scollbar td:first-child {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}

/* th,td{
    width: 140px;
    min-width: 140px;
    max-width: 140px;
} */

/* td{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
td:last-child{
    width: auto;
    min-width: auto;
    max-width: auto;
} */

.nav-link.active span.nav-link-text {
    color: #fff;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active {
    background: #52939F !important;
}

.nav-link.active .text-primary {
    color: #fff !important;
}

.imagePost {
    height: 20vh;
}

.likes_cmt {
    padding-top: 5px;
    display: flex;
    list-style: none;
}

.likes_cmt li {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.likes_cmt li figure {
    width: 15px;
}
figure.blog_img {
    width: 250px;
    height: 250px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  figure.blog_img img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    background: #ddd;
  }
  .img-change {
    background: #0561ff;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 23px;
}
/* input#input-profile-picture { 
    opacity: 0;
    position: absolute;
    top: 2px;
    padding: 0;
    width: 95px;
    left: 32px;
    height: 97px;
 } */
.choose-pro {
    opacity: 0;
    position: absolute;
    top: 2px;
    padding: 0;
    width: 95px;
    left: 32px;
    height: 97px;
    cursor: pointer;
}
.imageContainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.imageContainer figure.blog_img {
    width: 100%;
    height: 250px;
}
.cross-ic {
    position: absolute;
      top: -6px;
    right: 8px;
}
.cross-ic i {
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
}
.plus-add {
    margin: 20px 0;
}
.imageContainer .img-change {
    width: 25px;
    height: 25px;
    bottom: 40px;
    left: 30px;
    font-size: 12px;
}
.imageContainer1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.imageContainer1 figure.blog_img {
    width: 100%;
    height: 250px;
}

.select-trend li{
    list-style: none;
    padding-left: 0;
}
.select-trend li input{
        margin-right: 6px;
}
ul.select-trend {
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 17px;
}
input.largerCheckbox {
            width: 17px;
            height: 17px;
        }
        .select-trend li label {
    display: flex;
    align-items: center;
}

.poll-count{
    background-color: #0a63fc;
    color: white;
    border-radius: 50%;
    font-size: small;
    margin-left: auto;
    text-align: center;
    width: auto;
    padding: 5px 10px;
}

/* div#usersChartData {    
    border-radius: 15px !important;
} */

.uni-images{
    display: flex;
    flex-wrap: wrap;
}
.uni-images figure.profile-picture{
    width: 150px !important;
    height: 150px !important;
}

label.required:after {
content:" *";
color: red;
}
.chosen-container-multi .chosen-choices{
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}
.report select{
    width: 100px;
}
#input_first_name_chosen{
    width:100%;
}
@media(max-width:767px){
    .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link{
        padding:10px 10px;
    }
}