.panel-header-lg {
    margin-top:20px;
    margin-bottom: 30px;
}
.navbar .navbar-toggler {
    display: none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.landingpage1.full-page {
    display: block;
}
.carousel .carousel-item {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel .carousel-item:first-of-type {
    background-image: url("/assets/img/slide1.png");
}
.carousel .carousel-item:nth-of-type(2) {
    background-image: url("/assets/img/slide2.png");
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#navbar{
	z-index:9999;
	padding:0;
}
.landingpage a.navbar-brand {
    display: block;
}
.social-icons {
	list-style:none;
	padding-left:0px;
	display:inline-block;
	margin-bottom:0;
}
i.fab.fa-linkedin-in {
    background: #4c6ef5;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}
.navbar{
	margin-bottom:0px;
}
i.fab.fa-pinterest{
	background:#fd7e14;
	color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}
i.fab.fa-facebook-f{
	background:#3b5998;
	color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}
.social-icons li{
	list-style:none;
	display:inline-block;
	margin:3px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 33%;
}
.carousel-caption h3{
	font-size:42px;
	font-family: 'Merienda One', cursive;
}
.carousel-caption p{
	font-size:24px;
	font-family: 'Merienda One', cursive;
}
.carousel-item:before{
	  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
}
.carousel .carousel-item:last-of-type {
    background-image: url("/assets/img/slide2.png");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: -18px;
    left: 0;
    right: 0;
    bottom: 22px;
    border-radius: 22px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    border-radius: 22px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #029017;
    border-radius: 22px;
}
input:focus + .slider {
    box-shadow: 0 0 1px #029017;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.has-success:after, .has-danger:after {
   
    bottom: 0px !important;
}
/*------------new css------------*/
.content.view_customer .user_image {
    display: none;
}
.content.view_customer #table_view_section {
    width: 50%;}

#table_view_section {
    width: 100%;
}
.view_barber .user_details{
margin-left: 30px;
}
.view_profile_pic {
    width: 200px;
    height: 210px;
}
.table_view_page tr td {
    border-top:none ;
    border-bottom: 1px solid #cccccc42;
} 
.close_button {
    background: #d60101;
    border-radius: 30px;
    width: 32%;
    margin: 0px auto;
    padding: 15px;
}
#modal_datatable tr th {
padding: 0px 10px;
}
.table_text tr td {
padding: 7px 10px;
/* border-top: 1px solid #ccc; */
}
.modal-header {
background: #0d2747;
}
.modal-footer {
padding: 1.3rem 1rem;
}
.close {
color: #fff;
}
/*------------------------*/

/*****-------css login pages------------*****/
#card-login-form {
    /* background: #ffffffe8; */
    /* border-radius:1px 2px 12px #ccc; */
	    border-radius: 30px;
}
#login-form-control {
    background: #05263d;
}
#login-form-cont2{
    background: #05263d;  
}
#footer-link-psd {
    font-size: 11px;
    color: #05263d;
}
.card-login{
    width:100%;
    background: #ffffffe8 !important;
    border-radius:1px 2px 12px #ccc;
}
h1.text-white.welcome-heading img{
    width: 30%;
    padding: 26px;
    background: #ffffffd1;
}
.slidersss .carousel-control-prev-icon,.slidersss .carousel-control-next-icon {
    width: 19px;
    height: 22px;
    display: none;
}
.input-group-prepend {
    margin: 0;
    background: #05263d;
    border-radius: 30px 0px 0px 30px;
}
.footer {
    background: #02020263;
}
.btn-round {
    font-size: 16px;
    font-weight: 500;
    /* margin-top: -50px !important; */
}
.card .card-body {
    padding: 15px 15px 0px 15px;
}
.login-page .card-login .input-group:last-child {
    margin-bottom: 0px;
}
#logo-login{
    margin-bottom: 30px;
}
.footer .copyright {
    text-align: center !important;
    font-size: 1.2em !important;
    float: none !important;   
}
.navbar .navbar-nav .nav-item.active .nav-link:not(.btn){
    border-radius: 10.1875rem !important;   
}
.form-group.no-border .input-group-prepend .input-group-text, .form-group.no-border .input-group-append .input-group-text, .input-group.no-border .input-group-prepend .input-group-text {
    padding: 11px 10px 11px 17px !important;
}
.card {
    margin-top: 0px !important;
}
#sidebar-wrapper {
    background: #0d2747
}
.login-page .card-login .logo-container {
   width: 40% !important;
    margin: 20px auto;
    margin-bottom: 20px !important;
}
.login-page .card-login.card-plain .form-group.no-border .form-control, .login-page .card-login.card-plain .input-group.no-border .form-control {
    background-color: rgb(2, 36, 60) !important;
    color: #FFFFFF;
}
.card-footer-psd{
    background:#e60303 !important;
}
/***********************home page***************/
.logo {
    background: #fff;
}

a.navbar-brand {
    font-size: 18px !important;
    font-weight: 600;
}
.sidebar .nav li.active>a {
   
    color: #000 !important;
    font-size: 13px;
}
.logo-normal {
    
    width: 30%;
   
    margin-left: 85px;
}

.logo {
    background: #fff;
}

a.navbar-brand {
    font-size: 18px !important;
    font-weight: 600;
}
p.menu-links {
    font-size: 13px;
}
p.menu-links2 {
    color: #fff;
    font-size: 13px;
}

/* nav.navbar.navbar-absolute {
    background-color: hsl(213, 69%, 16%) !important;
} */
.table .btn {
    margin: 10px 3px;
    border-radius: 50px;
}

.design_app {
    color: #cccccc85 !important;
}


#header-panel-bg {
    margin-top: -118px;
}
#add-button{
        margin-top: 11px !important;
        background: #e60303;
        font-size: 13px;
        margin-right: 13px;
      
}
.add-button{
    margin-top: 11px !important;
    background: #e60303 !important;
    font-size: 13px;
  
    margin-right: 13px !important;
}

.card-title {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #0d2645 !important;
    margin-left: 0px;
}


#datatable_filter {
    float: right;
}

.design_bullet-list-67 {
    color: #cccccc8f !important;
}

#add-top-button{
    margin-top: 11px !important;
    background: #e60303;
    font-size: 13px;
    margin-right: 13px;

}

#add-button-top2{
    margin-right: 13px;
    margin-top: 11px !important;
    background: #e60303;
    font-size: 13px;
}

.back-list-button{
    margin-right: 13px;
    margin-top: 0px !important;
    background: #e60303 !important;
    font-size: 13px !important;
    

}
.top-botton-3{
    margin-right: 13px;
    margin-top: 10px !important;
    background: #e60303 !important;
    font-size: 13px !important;
   

}

.top-heading-barber{
    font-weight: 600 !important;
    color: #0d2645 !important;
}


.card label {
    font-size: 16px;
    margin-bottom: 5px ;
    display:inline-flex;
    color: #080808 !important;
}
.card label select.form-control.form-control-sm {
    margin: 0px 10px;
}
.business_bulb-63 {
    color: #6f7e91 !important;
}
.business_money-coins{
    color: #6f7e91 !important;
}
/*------------new css------------*/
.close_button {
    background: #d60101;
}
#modal_datatable tr th {
    padding: 0px 10px;
}
/*------------------------*/

/***-----search bar table----***/
#top-header-panel-customer{
    margin-top:-117px !important;
}
#top-panel-header-contests{
    margin-top:-117px !important;
}

#panel-header-plans{
    margin-top:-117px !important; 
}

.sorting_disabled {
    font-weight: bold !important;
    font-size: 18px !important;
}


th.sorting_asc {
    font-weight: bold !important;
   
}

th.sorting {
    font-weight: bold !important;
    font-size: 15px !important;
}
.top-header-panel-edit{
    margin-top:-117px !important;
}

#top-head-panel-post-pages{
    
    margin-top:-117px !important;

}
#top-pages{
    margin-top:-117px !important;
}
#top-head-panel-services{
    margin-top:-117px !important;
}

input.form-control-sm {
    padding: 10px 24px 10px 10px !important;

}

/*8888888*/
.save-button {
    background-color: #0d2747 !important;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 30px !important;
    padding: 11px 51px 11px 50px !important;
}

#mceu_11{
    width: 100% !important;
}
.top-head-part {
    font-size: 18px !important;
    text-align: center;
}
.number-heading1{
	    text-align: center;
    font-weight: 600;
    background: #e93b46;
    border-radius: 5%;
    padding: 10px;
    color: #fff;
    width: 134px;
    height: 60px;
    line-height: 42px;
    margin: 25px auto !important;
    font-size: 20px;
}
/* #delete {
    margin-left: 32px;
} */
.input-group .form-control {
    padding: 10px 10px 10px 10px !important;
}

.login-page .card-login.card-plain {
    /* background-color: rgba(240, 240, 240, 0.93) !important; */
}


/*_______________________________________________________*/

.table-heading tr th {
    font-size: 17px !important;
    font-weight: bold !important;
}

.card-category {
  
    color: #252424 !important;}



    .save-button-profile{
        margin-top:20px;
    }

    .btn-round.save-button-profile {
        margin-top: 0px !important;
        /* color: #ccc; */
        background: #0d2747;
    }
    .social-icon {
        background: #0d2747 !important;
    }

    a.navbar-brand {
        display: none;
    }

    .top-panel-dashboard {
    margin-top: 95px !important;
    min-height: auto;
}

   .form-area-profile{
       margin-left:0px !important;
   }

   .text-profile{
    margin-left:10px !important;  
   }

   .card-user .author a+p.description {
    margin-top: -7px;
    font-weight: 500;
    color: #000;
}
.active-text{
    /* margin-left:5em !important; */
}

.table-responsive{overflow-x: scroll;
overflow-y: hidden;}
.cover_image{
    width:400px;
    height: auto;
}

.has-danger:after {
  display: none;
}

/*_______________________________________________________*/
.desc-area{border: 1px solid #ccc !important;}
h2.number-heading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    }

.gen-section {
        margin-left: 20px !important;
    }
	.create_customer .gen-section {
        margin-left: 0px !important;
    }
	
	.gender-span span{
		margin-right:20px;
	}
.employess-heading{
    margin-left:0px !important;
}

.card-category {
    font-size: 1.3em;
}

.sidebar .nav li.active>a i, .off-canvas-sidebar .nav li.active>a i {
    color: #0d2747 !important;
  
}
.bg-primary {
    background-color: #0d2747 !important;
}

.table .btn.btn-icon.btn-sm,.table .navbar .navbar-nav>a.btn.btn-icon.btn-sm {
    height: 2rem;
    min-width: 1.875rem;
    width: 2rem;
}
.table .btn.btn-icon.btn-success{
	       background: #5790d5;
}
.table .btn.btn-icon.btn-sm .fa,.table .btn.btn-icon.btn-sm .far,.table .btn.btn-icon.btn-sm .fas,.table .btn.btn-icon.btn-sm .now-ui-icons,.table .navbar .navbar-nav>a.btn.btn-icon.btn-sm .fa,.table .navbar .navbar-nav>a.btn.btn-icon.btn-sm .far,.table .navbar .navbar-nav>a.btn.btn-icon.btn-sm .fas,.table .navbar .navbar-nav>a.btn.btn-icon.btn-sm .now-ui-icons {
    font-size: 1rem;
}

.full-page .full-page-background {
    position: absolute;
    /* z-index: 99; */
    z-index:  3;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
	background-image: url(https://barbersnet.com/assets/img/bg.png) !important;
    background-size: cover;
    background-position: center center;
}
.content-landingpage{
       /* position: absolute; */
   /*  z-index: 999;
    background: url(/assets/img/bg-top.png); */
    /* padding-top: 50px; */
  /*   padding-bottom: 0px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;
    display: flex;
    min-height: 738px;
    justify-content: center;
	    width: 1200px; */
		position: absolute;
    z-index: 999;
	    width: 100%;
    top: 0;
    background: #fff;
}
.logo-landing {
    /* margin-top: 30px; */
}
.pageheader{
	padding:10px;
}
.logo-landing img{
	width:120px;
	padding-left:40px;
}
.center-content{
	/* padding-top:40px; */
}
.center-content h1{
	font-family: 'Merienda One', cursive;
	font-size:45px;
	text-align:center;
	padding-top:85px;
}

.center-content h1 span{
	color:#db1922;
}
.center-content p{
	color: #4b4848;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: 'Merienda One', cursive;
}
section.get-app {
    background: #f1f1f1;
    padding: 60px 0px;
}
 .title h3 {
    text-align: center;
    font-size: 36px;
    color: #06263d;
    font-weight: 500;
	font-family: 'Merienda One', cursive;
}
.footer-content {
    padding-top: 50px;
}
.divider {
    width: 35px;
    height: 2px;
    background: #e30413;
    margin: 25px auto 32px;
    border: 0;
}
section.aboutt {
    padding: 60px 0px;
}
.aboutt p{
	text-align: center;
    font-size: 16px;
     color: #797777;
    font-weight: 500;
	line-height:30px;
	font-family: 'Merienda One', cursive;
}
.footer-landing-page{
	background:#06263d;
}
.footer-landing-page p{
	margin:0;
	color:#fff;
	padding:20px;
	
}
.center-content ul li{
       color: #797777;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 20px;
    font-family: 'Merienda One', cursive;
}
.login-link {
    /* float: right; */
	    margin-top: 15px;
		    text-align: right;
}
.slider-landing-page .carousel-control-prev-icon, .slider-landing-page .carousel-control-next-icon{
	display:none;
}
.footer-content img{
	width:250px;
}
.center-content .footer-content{
	padding-top:30px;
	padding-bottom:40px;
	width: 100%;
}
.phone-img{
	    /* bottom: 0px; */
    /* position: absolute; */
	padding-top:50px;
}

.login-link a.nav-link {
    color: #06263d;
    font-size: 22px;
	font-family: 'Merienda One', cursive;
}
.content-landingpage1 {
    background: transparent;
	    position: absolute;
    z-index: 999;
}
.about-heading{
	text-align:left !important;
}
/********--------------------------------------***/
.table_data tr td {
    padding-right: 60px;
}
a.lightbox img {
    height: 150px;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    margin: 94px 20px 20px 20px;
    }
    
    /* Styles the lightbox, removes it from sight and adds the fade-in transition */
    #postmodal .modal-title {
        color: #fff;
        margin-top: 0px;
        line-height: 20px;
    }

    button.close {
        color: #fff;
        opacity: 1;
    }
    .lightbox-target {
    position: fixed;
    left:0;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    }
    
    /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
    
    .lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    }
    
    /* Styles the close link, adds the slide down transition */
    
    a.lightbox-close {
    display: block;
    width:50px;
    height:50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    }
    
    /* Provides part of the "X" to eliminate an image from the close link */
    
    a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    }
    
    /* Provides part of the "X" to eliminate an image from the close link */
    
    a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    }
    
    /* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
    
    .lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    }
    
    .lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
    }
    
    .lightbox-target:target a.lightbox-close {
    top: 0px;
    }
/*------------------------------*/    
/*--------------------20-02-20-----------------*/
tbody.service_table tr td {
    padding: 0px 10px;
}
tbody.service_table tr td p {
    padding-top: 10px;
}
.sand_area {
    display: inline-flex;
    line-height: 14px;
}
#sandbox {
    margin: 0px 6px;
}
#live {
    margin: 0px 6px;
    margin-left: 35px;
}
input[type="text"] {
    text-transform: capitalize;
}
div#stripe_settings input[type="text"] {
    text-transform: none;}
    #app_settings input[type="text"] {
        text-transform: none;}
/*---------------------*/
.social-icons{
	float:right;
    margin-top: 7px;
}


/*************______report detail page css_________*************/
.report_detail_page i.now-ui-icons.business_money-coins {
    font-size: 23px;
    background: #fb0303;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 9px;
    margin-right: 5px;
    color: #fff !important;
}
.report_detail_page .card-chart .card-header .card-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px !important;
}
h2.detail_number-heading {
    font-size: 20px !important;
    line-height: 40px;
    text-align: center;
}
h4.card-title.top-heading{
    font-size: 25px !important;
    text-align: center;
}
h4.card-title.top-title-heading {
    padding-bottom: 10px;
    margin-left: 0px;
}
.report_detail_page .card-body {
    display: flex;
    margin:0px 10px;
    justify-content: center;
}
.report_table tbody.service_table tr td .fa-eye {
    background: #078a1d;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}
.report_table.table>thead>tr>th {
    border-bottom-width: 1px;
    font-size:17px !important;
    font-weight: 700 !important;
    border: 1px solid #ccc !important;
}
.report_table tbody.service_table tr td {
    padding: 9px 10px;
    text-align: center;

}
.search_bar {
    margin-top: 12px;
    float: right;
}
.report_area{
    padding:0px 20px;
}
.title_heading{
    margin-top: 10px;
    display: contents;
}
.report_area .card-header {
    padding: 15px 0px 0;
}
.search_bar input.form-control-sm {
    text-align: left !important;
}
/*************______end report detail page css_________*************/
@-moz-document url-prefix() {
    .slider {
        top: -7px;
        bottom: 11px;
    }
}
@media (max-width:1366px){	
.carousel .carousel-item {
    width: 100%;	
}
.center-content h1 {
    font-size: 54px;
}
}
@media (max-width:1024px){
	.login-link {
    margin-left: 20px;
    /* margin-top: -25px; */
}
.content-landingpage {
    /* width: 950px; */
}	
.footer-content img {
    width: 200px;
    margin-top: -10px;
}
}
@media (max-width:768px){
    .top-panel-dashboard .card-chart {
    text-align: center;
}
.top-panel-dashboard .number-heading {
    text-align: center;
}
.top-panel-dashboard .number-heading1 {
    text-align: center !important;
}
.top-panel-dashboard .card-title.top-head-part {
    text-align: center;
}
	.center-content h1 {
    font-family: 'Merienda One', cursive;
    font-size: 38px;
    text-align: center;
    padding-top: 0px;
}
.search_bar {
    float: left;
}
.report_table.table>thead>tr>th {
    font-size: 14px !important;
}
.center-content p {
    color: #959595;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
}
.phone-img {
    /* bottom: 0px; */
    /* position: absolute; */
    padding-top: 0px;
}
.login-link {
    margin-left: 70px;
    /* margin-top: -25px; */
}
}
@media (max-width:767px){

	.center-content ul li {
    font-size: 12px;
    line-height: 18px;
}
.aboutt p {
    font-size: 12px;
    line-height: 26px;
}
#navbar{
	padding:0 10px;
}
.footer-landing-page p {
    text-align: center;
}
#navbar .social-icons{
float: right; 
    padding-bottom: 10px;
    display: block;	
	    margin: 0;
}
.title h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 9px;
    color: #06263d;
    font-weight: 500;
}
.social-icons{
float: none;
    margin-top: 0px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
}
	.carousel-caption{
		display:none;
	}
	.carousel .carousel-item{
		height:150px;
	}
	.logo-landing img {
    width: 76px;
	}
.full-page{
	display:block;
}

#datatable_info {
    font-size: 11px;
}
.footer-content img {
    width: 200px;
}

.center-content h1 {
    font-family: 'Merienda One', cursive;
    font-size: 44px;
    text-align: center;
    padding-top: 0px;
}

.logo-landing img{
	padding-left:0px;
}
	.slidersss img, .features-mobile{
		display:none;
	}
	hr{
		display:none;
	}
	section.get-app {
    padding: 20px 0px;
}
.footer-content {
    padding-top: 25px;
}
section.aboutt {
    padding: 20px 0px;
}
.center-content p {
    padding-top: 15px;
}
	#navbar img{
		width:50px !important;
	}
	.social-icons li i {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
	font-size: 12px;
}
#navbar .social-icons{
	padding-bottom:0;
}
}





@media (max-width:1024px)
{
    .slider {
        top: -19px;
        bottom: 23px;
       
    }


    .top-head-part {
        font-size: 13px !important;
    }

    .number-heading {
        margin: 0px 39px;
        font-size: 12px;
        padding: 15px;
      
    }

}

@media (max-width:411px)
{ 
.alert {font-size: 10px;
}}

@media (max-width:411px)
{ 
    
    .back-list-button {
        font-size: 7px !important;
        padding: 10px !important;
    }
    h1.text-white.welcome-heading img{
        width: 50%;
        
    }
    

        .number-heading {
       margin: 0px 138px !important;}


       .form-area-profile {
      
        margin-right: 10px !important;
    }
       /* .btn-round {
        font-size: 7px !important;
        padding-right: 10px !important;
        padding-left: 7px !important;
    } */
    
}
@media only screen and (device-width: 414px) {
    /* For general iPad layouts */
    .back-list-button {
        padding: 10px !important;
    }
    .form-area-profile {
      
        margin-right: 8px !important;
    }
  }

  @media only screen and (device-width: 1024px) {
    /* For general iPad layouts */
  .table>thead>tr>th {
  
    font-size: 0.8em !important;}
    
    h1.text-white.welcome-heading img{
        width: 50% !important;
      
    }
    .slider {
        top: -10px;
        bottom: 14px;
    }
	.center-content h1 {
    font-family: 'Merienda One', cursive;
    font-size: 41px;
	}
}

  @media only screen and (device-width: 768px) {
	  .carousel .carousel-item {
    width: 100%;
    height: 338px;
}
.content-landingpage {
    /* width: 750px; */
}
.center-content h1 {
    padding-top: 36px;
}
    /* For general iPad layouts */
    #card-login-form {
        width: 120%;
    }

    .card.card-login {
        width: 120%;
    }
    .card-footer button.mb-3{
        font-size: 10px !important;
    }

  .table>thead>tr>th {
    
    font-size: 12px !important;}


    .profile-pic{
        height:auto !important;
    }
    
    h1.text-white.welcome-heading img{
        width: 50% !important;
      
    }

    .slider {
        top: -11px;
        bottom: 15px;
    }
}

@media(device-width: 375px) {
    .table>thead>tr>th {
        font-size: 0.85em !important;}

    #mceu_31{
        width: 100%;  
    left: 40px;
    right: 40px;
    top: 383px;
}
.page-link {
    
    padding: 0.4rem .4rem !important;}

}

@media(device-width: 414px) {
    .table>thead>tr>th {
        font-size: 0.85em !important;}

    #mceu_31{
        width: 100%;  
    left: 40px;
    right: 40px;
    top: 383px;
}
.page-link {
    padding: 0.4rem .4rem !important;}


    h1.text-white.welcome-heading img{
        width: 50% !important;
      
    }
}

@media(device-width: 411px) {
    
    
    .table>thead>tr>th {
        font-size: 0.85em !important;}

        .page-link {
            padding: 0.4rem .4rem !important;}
}



@media (max-width:361px){
  
    .number-heading {
        margin: 0px 115px !important;}  

        .table>thead>tr>th {
           
            font-size: 0.9em !important; }

            #mceu_31{ max-width: 100%;
    left: 60px;
    top: 433px;
    right: 60px;
    z-index: 65534;
}
.page-link {
    padding: 0.4rem .4rem !important;}
            
}

@media (max-width:320px){
    #datatable_info {
        font-size: 9px;
    }

   
    .card-header h3 {
        font-size: 23px !important;
  
    }
    .number-heading {
        margin: 0px 95px !important;
    }

    #add-top-button {
        margin-top: 11px !important;
        font-size: 10px;
        margin-right: 4px;
    }
    .page-link {
        font-size: 10px !important;
        padding: 0.4rem .4rem !important;}
    /* .btn-round {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 7px !important;
    } */
}

@media (max-width:375px){
    .panel-header #header-panel-bg {
        margin-top: -140px;
    }

    .number-heading {
margin: 0px 123px !important;}

.card-title {
    font-size: 22px !important;
}

/* .btn-round {
    font-size: 10px !important;
    padding-right: 11px !important;
    padding-left: 9px !important;
} */
.card-header h3 {
    font-size: 23px !important;
   
}

}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #e40d1b;
    background-color: #e40d1b;
}
.services-plan label.form-control-label {
    margin-bottom: 20px;
}
.services-plan label.custom-control-label {
    font-size: 14px !important;
    line-height: 26px;
}
/*15-12-2020*/
.toggle .toggle-group .toggle-on {
    font-size: 10px !important;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    color: #fff !important;
}

.toggle .toggle-group .toggle-off{
   font-size: 10px !important;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-left: 10px;
    max-width: 70px !important;
    color: #fff !important;
}
div#send_notification_settings form#store-settings label.form-control-label {
    padding: 6px 8px !important;
    padding-left: 0 !important;
    padding-bottom: 0;
}
form.store-settings {
    box-shadow: 0px 0px 4px #c5c5c5;
    border-radius: 6px;
    padding: 20px;
}
/*.notification_sec .form-group:first-child {
    border-bottom: 1px solid #eaeaea;
}
.notification_sec .form-group:nth-child(2) {
    border-bottom: 1px solid #eaeaea;
}
.notification_sec .form-group:nth-child(3) {
    border-bottom: 1px solid #eaeaea;
}
*/
.notification_sec input[type=file]{
    padding:10px;
    background:#2d2d2d;
}
.notification_sec input#title {
    border-radius: 8px;
}
.notification_sec textarea#message {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 10px 18px;
    /*border-bottom: 0px !important;*/
}
/*.uploadImg {
    display: inline-block;
    background: #0d2747;
    text-align: center;
    border: 1px solid;
    border-radius: 8px;
    padding: 4px;
    padding-bottom: 0px;
    max-width: 135px;
    margin-top: 10px;
}
.uploadImg label {
    color: #fff !important;
    font-size: 14px !important;
}*/


.uploadImg {
    padding-left: 0;
    margin-top: 18px;
}
 .file-upload{
  display:block;
  text-align:center;
  font-family: Helvetica, Arial, sans-      serif;
  font-size: 12px;
}
.file-upload .file-select{
  display:block;
  border: 2px solid #dce4ec;
 color:#34495e;
  cursor:pointer;
  height:40px;
  line-height:40px;
  text-align:left;
  background:#FFFFFF;
  overflow:hidden;
  position:relative;
}
 .file-upload .file-select .file-select-button{
  background:#dce4ec;
  padding:0 10px;
  display:inline-block;
  height:40px;
  line-height:40px;
}
 .file-upload .file-select .file-select-name{
  line-height:40px;
  display:inline-block;
  padding:0 10px;
}
 .file-upload .file-select:hover{
  border-color:#34495e;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
 .file-upload .file-select:hover .file-select-button{
  background:#34495e;color:#FFFFFF;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
 .file-upload.active .file-select{
  border-color:#3fa46a;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
 .file-upload.active .file-select .file-select-button{
  background:#3fa46a;
  color:#FFFFFF;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
 .file-upload .file-select input[type=file]{
  z-index:100;
  cursor:pointer;
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  opacity:0;
  filter:alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled{
  opacity:0.65;
}
 .file-upload .file-select.file-select-disabled:hover{
  cursor:default;
  display:block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor:pointer;
  height:40px;
  line-height:40px;
  margin-top:5px;
  text-align:left;
  background:#FFFFFF;
  overflow:hidden;
  position:relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button{
  background:#dce4ec;
  color:#666666;
  padding:0 10px;
  display:inline-block;
  height:40px;
  line-height:40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name{
  line-height:40px;
  display:inline-block;
  padding:0 10px;
}
/*end*/
#store-settings h5 {
    background: #ececec;
    font-size: 16px;
    padding: 10px;
    margin: 20px 0;
}
 .card .store-settings label {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #737373 !important;
}
.card .notification_sec label {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-flex;
    font-weight: 600;
    color: #5f5f5f !important;
}
.user-management .form-group{
	margin-bottom:25px;
}
.user-management .form-group label{
	font-size:15px;
	font-weight:600;
	color:#656161 !important;
}
.card label {
    font-size: 15px;
    margin-bottom: 5px;
    color: #737272 !important;
    font-weight: 600;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
	margin-right:10px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
height: 1.5rem;}
.form-control {
    border: 1px solid #c3bcbc;
}
.card #store-settings .toggle-group label{
	color:#fff !important;
}
.contest-form {
    margin-bottom: 10px;
}
.contest-modal{
    width: 100%;
    text-align: center;
}
.contest-img{
    width: 225px!important;
}
.no-contest{
    text-align: center;
    padding-bottom: 0px!important;
    padding-top: 16px!important;
}
.contest-modal tr th{
    width: 36%;
}

.sidebar .nav, .off-canvas-sidebar .nav{
    padding-bottom: 60px!important;
}

.table>thead>tr>th {
    font-size: 14px !important;
}

.table>tbody>tr>td {
    font-size: 13px !important;
}
/******06/03/2021********/

#extendPlan h4.modal-title{
	font-size:16px;
}
#extendPlan table tr td,#extendPlan table tr th{
	border:1px solid #ddd;
	font-size:14px;
}
#payDueAmount h4.modal-title {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
#payDueAmount  table tr td,#payDueAmount  table tr th{
	border:1px solid #ddd;
	padding:10px;
	font-size:14px;
}
#payDueAmount input#pay_amount {
    height: 38px;
}

#payDueAmount .service-due{
	font-size:13px !important;
}
#payDueAmount .table-responsive{
	overflow-x:auto;
}

.social-icons {
    float: right;
    margin-top: 2px;
    margin-right: 40px;
}
.content-landingpage .btn {
    background-color: #0d2747 !important;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 30px !important;
    padding: 10px 30px 10px 30px !important;
    border: transparent;
}
#laravelExamples .nav {
    padding-bottom: 0 !important;
}
.main-panel .card-body {
    padding-bottom: 8px;
}
.footer {
    padding: 15px 0;
}
#extendPlan .table-responsive {
    overflow: hidden;
}
.view_barber .user_details {
    margin-left: 5px;
}

button.close.payment_history {
    color: #000;
}

.number-heading1 {
    text-align: center;
    font-weight: 600;
    background: #e93b46;
    border-radius: 5%;
    padding: 10px;
    color: #fff;
    width: 134px;
    height: auto;
    line-height: 26px;
    margin: 25px auto !important;
    font-size: 20px;
}
#extendPlan h4.modal-title {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
}
#extendPlan .close:hover {
    opacity: 1;
    color: #fff;
}
.user_image .border-gray {
    max-width: 40%;
}
.card-body.user_image {
    text-align: center;
}
.view_barber h6 {
    margin-left: 5px;
}
.view_barber h3 {
    margin-left: 10px;
}

 @media only screen and (min-width: 1600px) and (max-width: 1920px)  {
.user_image .border-gray {
    max-width: 35%;
}
}
.view_barber h6 {
    margin-left: 5px;
    font-size: 15px;
}
.view_barber .form-control-label {
    font-size: 13px;
}

.close:focus {
    opacity: 1 !important;
    border: none;
    outline: none;
}
.user_image {
    margin-top: 20px;
}
.card-header .top-head-part {
    text-align: left;
	    font-size: 16px !important;
}

.top-panel-dashboard .card .card-header .card-title {
    margin-top: 0;
}
.top-panel-dashboard .card-body {
    text-align: right;
}
.view_barber .card-body {
    width: 33%;
    float: left;
    padding: 15px 20px;
}
.view_barber h3 {
    margin-left: 6px !important;
}
@media only screen and (max-width: 600px)  {
.view_barber .card-body {
    width: 100%;
	padding: 15px 0px;
}
.view_barber h3 {
    font-size: 20px;
	margin-left: 0px !important;
}
}
button.close:hover {
    opacity: 1 !important;
    color: #fff;
}

#payment_history {
    width: 100%;
}
#payment_history .card-body {
    width: 100%;
	padding: 0;
}
#payment_history .payment_history:hover {
    color: #000;
}
.top-panel-dashboard .card-header {
    padding: 0;
}
.top-panel-dashboard .card i {
    font-size: 28px;
    background: #e93b46;
    color: #fff;
    padding: 18px 16px;
    border-radius: 100px;
    width: 65px;
    height: 65px;
    text-align: center;
}
.top-panel-dashboard .card-chart {
    padding: 15px 15px;
}
.card-header .top-head-part {
    text-align: left;
    font-size: 15px !important;
    color: #7d838b !important;
    font-weight: 500 !important;
}
.top-panel-dashboard .card-body {
    padding: 0;
    text-align: left;
    padding-top: 10px;
}
.top-panel-dashboard .number-heading1 {
    background: transparent;
    color: #000;
    margin: 0 !IMPORTANT;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    width: auto;
}
.green i {
    background: #33B86C !important;
}
.sky i {
    background: #29B6F6 !important;
}
.purple i {
    background: #a133fa !important;
}
.yellow i {
    background: #ffbc10 !important;
}
.pink i {
    background: #F94687 !important;
}
.blue i {
    background: #02A8C2 !important;
}
.top-panel-dashboard h4 {
    margin-top: 0;
    font-size: 28px !important;
}
.top-panel-dashboard {
    margin-top: 85px !important;
}