

html {overflow-x: hidden;
		transition: all 0.3s ease;color-scheme:light  !important;}
		
body {padding:0;margin:0;font-family:"Nunito Sans","Barlow",sans-serif;
		transition: all 0.3s ease;}
	a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;
		transition: all 0.3s ease;}

	* {   
    font-family:"Nunito Sans","Barlow",sans-serif;
		transition: all 0.3s ease;
    }
form,input,textarea,select {font-family:"Nunito Sans","Barlow",sans-serif;
		transition: all 0.3s ease;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;
		transition: all 0.3s ease;}

input,select,textarea,button {font-family: "Nunito Sans","Barlow",sans-serif;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder,textarea::placeholder {font-size:12px}

/*scroll bar*/
	/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
::placeholder {font-style:italic}

	

	
	.back_button_main {display:none;}	

.login {                width: -webkit-fill-available;
    margin: 20px auto;
    border-radius: 0px;
    padding: 20px;
    height: auto;
    max-width: 500px;
    text-align: center;}


.login h1{       margin: 1rem;
    font-weight: 500;
    color: #181818;
    letter-spacing: -2px;}
.login p{        font-size: 13px;
    max-width: 400px;
    margin: 19px auto;
    position: relative;
    display: block;
   }
.login form{margin: 0px 0px 5px;}
.login form a{       font-size: 14px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    padding: 7px;
    border-radius: 19px;
    max-width: 400px;
    margin: 20px auto;
    display: block;}
	
.login form input{           width: -webkit-fill-available;
    border: 1px solid #b3b3b3;
    padding: 12px 30px;
    margin: 5px;
    font-size: 18px;
    border-radius: 5px;
    background: #ffffff;
    outline: none;
    max-width: 400px;
    display: block;
    margin: 17px auto;
}
.login form input[type=submit]{background: #4CAF50;
    color: white;
    border: 0px;
    padding: 10px;}
	
	.login img {        width: -webkit-fill-available;
    max-width: 250px;
    margin: 15px auto;
    display: block;}
#forgotpage {display:none;}

.dt-search {    
    width: fit-content;
    padding: 10px;}
	
.dt-paging {    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 10px;}
	
	.dashboard {      
         width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 20% 80%;}
	
	.dashboard .dash_side1{   
                height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 1px dashed #c1bdbd;
    }
	
	.dashboard .dash_side1 .dash_min{     padding: 6px;
    position: absolute;
    right: 10px;
    width: 22px;
    top: 3px;
    text-align: center;
    border-radius: 4px;
    z-index: 3;
    font-size: 25px;
    border: 1px solid gray;}
	
	.dash_nav{            margin-top: 53px;
    min-height: 88vh;
    overflow: hidden;
    overflow-y: auto;
    height: 88vh;
    width: -webkit-fill-available;}
	
	
	 .dash_nav .nav_list{               font-size: 1rem;
    display: flex;
    padding: 10px;
    margin: 2px 0px;
    user-select: none;
    border-bottom: 1px solid #243cc70f;
    width: -webkit-fill-available;
    justify-content: space-between;
    align-items: anchor-center;
	}
	.dash_nav .nav_list:hover {
		                           
    transition: 0.2s;
    
	}
	 .dash_nav .active {
		                            background: #000000;
    transition: 0.2s;
    color: white;
	}
	
	.dash_nav .nav_list:hover .nv_tx {
		left:10px;transition:0.2s;
	}
	
	
	.dash_nav .nav_list .nv_tx {left:0px;transition:0.2s;}
	.dash_nav .nav_list i {       margin: 2px;
    width: 40px;
    text-align: center;}
	 
	 
	 .dash-collapse {    grid-template-columns: 5% 95%;}
	 .dash-collapse .dash_nav .nav_list .nv_tx {
    left: 0px;
    display: none;
    transition: 0.2s;
}
	
	.nav_list_cat {      background: #0384f4;
    padding: 0px 9px;
    font-size: 12px;
    color: #E8F5E9;
    text-align: left;
    font-weight: 600;}
	
	footer p {      text-align: left;
    margin: 0px;
    padding: 6px 14px;
    font-size: 14px;
    white-space: nowrap;}
	
	 
	.dashboard .dash_side2{      
               height: 100vh;
    overflow-y: auto;
    background: #ffffff00;
    min-width: 300px;}
	
	.title {          display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    
   }
	.title h3{         font-size: 25px;
    margin: 10px 0rem;
    left: 0;
    padding: 0px 1rem;}
	
	.user_pro_top{    font-size: 15px;
    font-weight: 500;
    text-align: right;
    padding: 16px;}
	
	.dash_box {             min-width: 150px;
    margin: 5px;
    display: inline-block;
    padding: 1rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 10px 0px #87878712;
    border-radius: 5px;}
	
	
	.dash_box:hover {
		transition:0.4s; scale:0.98;
	}
	.dash_box img {      width: 30px;
    height: auto;
    margin: 0px 10px;}
	.dash_box i{      font-size: 24px;
    padding: 3px 1rem;}
	
	.dash_box .dash_value{       font-size: 2rem;
    padding: 5px 1rem;
    font-weight: 600;}
	
	.dash_box .dash_dis {       font-size: 1rem;
    padding: 10px 1rem 5px;
    font-weight: 500;
    }
	
	.dash_box .fa-users {    color: #3F51B5;}
	.dash_box .fa-address-card-o {      color: #4CAF50;}
	.dash_box .fa-edit {      color: #0b93ff;}
	.dash_box .fa-clock-o {      color: #FF5722;}
	.dash_box .fa-exclamation-triangle {      color: #ff0303;}
	.dash_box .fa-rupee {      color: #009688;}
	
	
	.title2 {          padding: 1rem;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 0px solid #000000;
    margin: 0rem 1rem;}
	
	.title3 {    text-align: center;
    font-size: 20px;
    margin: 0px;
    padding: 1rem;}
	
	.form_block {            margin: 10px auto;
    width: -webkit-fill-available;
    max-width: 1200px;
    text-align: left;}
	
	.input_area {          border: 1px solid #dbdbdb;
    margin: 10px auto;
    border-radius: 3px;
    width: -webkit-fill-available;
    max-width: 800px;
    display: grid;
    vertical-align: top;
    grid-template-columns: 20% auto;
    background: #ffffff;}
	
	
	.input_area p{             margin: 0px;
    padding: 2px 7px;
    font-size: 14px;
    text-align: left;
    align-items: center;
    background: #82828200;
    display: flex;
    font-weight: 400;
    border-right: 2px dotted #b7b7b7;}
	
	.input_area input,.input_area textarea,.input_area select {      border: 0px;
    width: -webkit-fill-available;
    padding: 9px;
    font-size: 14px;
    outline: none;
    text-align: left;
    font-weight: 500;
    background: none;}
	
	
	.delImg {    background: red;
    color: white;
    padding: 10px;
    position: absolute;
    right: 3px;
    top: 4px;
    z-index: 3;}
	.input_grid2 {    display: grid;
    grid-template-columns: 80px auto;text-align: left;}
	
	.radio_grid {    display: flex;}
	.radio {    padding: 10px;}
	.radio p{}
	
	.form_title2 {             padding: 10px 20px;
    margin: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;}
	
	.title_num {    width: fit-content;
    display: inline-block;
    background: white;
    color: black;
    padding: 2px;
    min-width: 20px;
    text-align: center;
    margin: 0px 6px;
    font-weight: 600;}
	
	
	.m_status_css1,.m_status_css2 {display:none;}
	
	.button_holder {    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    background: #ffffff;}
	.submit_btn {               width: 97%;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    background: #4CAF50;
    color: white;
    border: 0px;
    border-radius: 3px;
    max-width: 800px;
    z-index: 3;
    display: block;
    position: relative;
    margin: 10px auto;}
	
	#add_input_btn {          border: 1px solid;
    padding: 10px;
    display: inline-block;
    background: green;
    color: white;
    cursor: pointer;
    width: 29px;
    border-radius: 4px;
    vertical-align: middle;
    top: auto;
    margin-top: 10px;}
	
	.next_btn,.later_btn {       width: -webkit-fill-available;
    max-width: fit-content;
    display: inline-block;
    background: #0067f8;
    color: white;
    padding: 7px;
    margin: 0rem 1rem;
    text-align: center;
    border-radius: 2px;
    min-width: 100px;}
	
	.back_btn {       background: #3b3b3b;
    color: white;
    padding: 7px 10px;
    z-index: 2;
    margin: 0px 1rem;
    border-radius: 2px;
    min-width: 100px;
    text-align: center;}
	
	.later_btn {    color: black;
    background: #bcbcbc;}
	
	.center {text-align:center;}
	
	
	.right_button {    background: #f0555e;
    color: white;
    float: right;
    padding: 8px;
    margin: 0px 10px;
    z-index: 2;}
	
	.submit_btn:hover {
		scale:0.95;
		transition: all 0.3s ease;
	}
	
	.created,.pending,.working,.complete {   
		padding: 4px;
		text-align: center;
		font-size: 11px;
		border-radius: 3px;
		 background: #FF9800;
		color: white;
    }
	.pending{ background: #ff0000;}
	.working{ background: #2196F3;}
	.complete{ background: #4CAF50;}
	
	.alert {    width: -webkit-fill-available;
    padding: 1rem;
    max-width: 500px;
    margin: 5px auto;
    border-radius: 1px;}
	
	.success {    background: #d3ffd5;
    color: #0c4810;}
	.info {    background: #E3F2FD;
    color: #0D47A1;}
	.danger,.failed {background: #f3dede;
    color: #8d1414;}
	
	
	.hidden_id {display:none;}
	#sub_category_id {display:none;}
	.show_id {display:block;}
	#close_nav_popup {    font-size: 20px;
    position: absolute;
    right: 29px;
    top: 18px;
    z-index: 3;}
	.user_logo {        display: block;
    margin: 10px  2rem;
    border: 1px solid gray;
    max-width: 300px;
    max-height: 200px;}
	
	.buttons-html5 {    display: inline-block;
    background: green;
    color: white;
    padding: 7px;
    font-size: 14px;
    border: 0px;
    margin: 5px;}
	
	.dt-buttons {    width: fit-content;
    vertical-align: top;display: inline-block;
    margin: 0px;}
	
	label[for=dt-length-0] {    font-size: 11px;color:gray;}
	
	.dt-length {    width: 100px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;}
	
	.dt-search {         display: inline-block;
    vertical-align: top;
    margin: 2px;
    top: 7px;}
	table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
	
	table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
                 padding: 2px 2px;
    font-size: 14px;
    max-width: 120px;
    overflow: auto;
    font-weight: 600;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
    font-size: 12px;
}

table.dataTable>tbody>tr:nth-child(2n+2){
	       background: #dadada6e;
}

table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td::-webkit-scrollbar {
  height: 3px;
} 

table.dataTable>tbody>tr>th>input, table.dataTable>tbody>tr>td>input {
     width: -webkit-fill-available;
    border: 1px dashed gray;
    padding: 5px;
} 



.td_line2 {        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 4px 0px;}

#myTable_info {    font-size: 12px;
    padding: 10px;}

.rejected {    background: #ff3434;
    color: white;
    padding: 2px 4px;
    font-size: 12px;
    margin: 0px 0px 3px;}

.pending {    background: #FF9800;
    color: white;
    padding: 2px 4px;
    font-size: 12px;
    margin: 0px 0px 3px;}
	
	.approved {    background: #4CAF50;
    color: white;
    padding: 2px 4px;
    font-size: 12px;
    margin: 0px 0px 3px;}
	
	
	table tbody tr td .fa-trash {    color: white;
    background: #b90606;
    padding: 6px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    border-radius: 2px;}
	table tbody tr td .fa-edit,table tbody tr td .fa-rupee ,table tbody tr td .fa-print,table tbody tr td .fa-history ,table tbody tr td i{       color: white;
    background: #2196F3;
    padding: 6px;
    margin: 2px 4px;
    display: inline-block;
    width: fit-content;
    border-radius: 2px;}
	
	
	
	 table tbody tr td .fa-rupee {    background: #13ab13;}
	 table tbody tr td .fa-print {    background: #13ab13;}
	 table tbody tr td .fa-history {    background:gray;}
	 table tbody tr td .fa-phone {    background:#FF5722;}
	 table tbody tr td .fa-whatsapp {    background:#13ab13;}
	 
	 table.dataTable>tbody>tr:nth-child(2n+2).card_row2:hover {    background: #ceddf7;}
	 .card_row2:hover {    background: #ceddf7;}
	
	.poi_class {        max-width: 500px;
    height: auto;
    max-height: 100px;
    margin: 10px auto;
    display: block;}
	
	
	.open_image {         padding: 5px 10px;
    display: block;
    background: #3F51B5;
    font-weight: 600;
    font-size: 12px;
    color: white;
    text-align: center;
    margin: 3px;
    border-radius: 3px;}
	
	.add_btn2 {    background: green;
    color: white;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;}
	
	
	.c_img {    width: 100px;
    margin: 0 auto;}
	
	.popup_confirmation {      color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #000000;
    min-width: 300px;
    min-height: auto;
    max-width: -webkit-fill-available;
    text-align: center;
    border: 0px solid gray;
    z-index: 20;
    padding: 10px 0px 25px;
    transform: translate(-50%,-50%);
    scale: 0;
    user-select: none;}
	
	.popup_title {    font-size: 20px;
    padding: 20px;}
	.btn_yes {    background: red;
    color: white;
    padding: 10px;
    width: 100px;
    margin: 10px;
    display: inline-block;}
	.btn_no {      background: #6d6565;
    color: white;
    padding: 10px;
    width: 100px;
    margin: 10px;
    display: inline-block;}
	
	.btn_no:hover , .btn_yes:hover {
		scale:0.96;
	} 
	
	.active_popup {
		    animation: popcon 0.2s linear forwards;
    transform-origin: top;
		
	}
	
	@keyframes popcon {
		0%{scale:0;}
		100%{scale:1;}
	}
	
	.btn_flex {    display: flex;
    justify-content: space-around;}
	
	.color-blue {    color: blue;}
	.color-red {    color: #dc1414;}
	.color-green {    color: green;}
	.center {text-align:center !important; }
	
	.bold {    font-weight: 600;}
	
	.disable {    background: #f1f1f1;
    border: 0px;}
	
	.chosen-container-single .chosen-single {     box-shadow: unset;
    border: 0px;
    padding: 10px;
    height: auto;
    background: transparent;
    text-align: left;
    font-size: 16px;
    font-weight: 500;}
	
	#password_btn {    font-size: 12px;
    padding: 4px 7px;
    display: block;
    color: black;
    font-weight: 700;}
	
	.nav_category {    padding: 10px 0px;}
	.nav_category h3{       margin: 1px 1rem;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0px;}
	.nav_cat_btn {      padding: 5px 10px;
    margin: 6px;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    border-radius: 24px;}
	
	.nav_cat_btn:hover { border: 1px solid #000000;}
	
	.flex {    display: flex;}
	.nav_cat_btn_active {border:1px solid black;background:black;color:white;}
	
	
	
	
	.add_btn {    background: #FF5722;
    color: white;
    padding: 6px;
    font-size: 13px;
    width: fit-content;
    position: absolute;
    right: 62px;
    z-index: 3;
    top: 12px;cursor:pointer;}
	
	.filter_form {          display: flex;
    max-width: 500px;
    justify-content: space-evenly;
    align-items: end;
    flex-wrap: wrap;
    padding: 0px 1rem;}
	
	.filter_form input,.filter_form select{    width: fit-content;
    padding: 6px;
    border-radius: 3px;
    font-size: 14px;
    
    border: 1px solid #d3d3d3;}
	.filter_form select{    width: 200px;
    display: block;}
	.filter_form button{    font-size: 14px;
    padding: 7px 12px;
    border: 0px;
    background: #242424;
    color: white;
    font-weight: 500;
    border-radius: 3px;}
	
	.filter_input {}
	
	.filter_form p {    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px;}
	
	div.dt-container .dt-input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    width: auto;
}
.grid-3 {    grid-template-columns: 9px 33% 33% 33%;}


	
	.pagination {      margin-bottom: 10px;
    width: -webkit-fill-available;
    text-align: center;
    display: grid;
    justify-content: center;
    overflow: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;}
	.page_btn {       text-align: center;
    min-width: 20px;
    width: fit-content;
    margin: 10px 2px;
    background: #c2c2c2;
    color: #000000;
    padding: 5px;}
	.pagination .active{  
    background: #000000;
    color: white;
    }
	
	.dt-paging {display:none;}
	
	
	.video_uploaded {    display: flex;
    width: -webkit-fill-available;
    max-width: 783px;
    margin: 10px auto;
    justify-content: space-between;
    background: #e8e8e8;
    padding: 10px;
    color: blue;
    font-weight: 600;}
	.remove_video {    color: #ffffff;
    background: #ba2a2a;
    padding: 5px;
    border-radius: 2px;}
	
	.open_video {     color: #ffffff;
    background: #2a3eba;
    padding: 5px;
    border-radius: 2px;}
	
	.loader_page {       position: fixed;
    background: #000000c9;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: 100vh;
    z-index: 333;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    color: white;
    font-size: 20px;display:none;}
	
	.video_upload_loader {          border: 5px solid white;
    font-size: 40px;
    padding: 0px;
    border-radius: 100px;
    border-bottom: 5px solid transparent;
    color: white;
    animation: spin 1s linear infinite;
    height: 70px;
    width: 70px;
    margin: 28px auto;}
	
	@keyframes spin {
		0%{rotate:0deg;}
		100%{rotate:360deg;}
	}
	.video_upload_loader i{}
	
	.dash_box {}
	.dash_box i{}
	.dash_box h4{}
	
	.display_none {display:none;}
	.divider {       width: 100px;
    overflow: hidden;
    border: 1px dashed gray;
    display: inline-block;
    margin: 10px;}
	.divider img{    width: 100%;}