@charset "utf-8";
/* CSS Document */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{	--color1:#065EF8;
	--color2:#0453db;
    --color3:#87B2FC;
    --color4:#CBDEFF;
	--lightgray:#F9F9F9;
}
/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;
    padding: 0 !important;
}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
	 font-family: 'Heebo', sans-serif;
     margin:0;
	 color:#555;}

a {
    font-family: 'Heebo', sans-serif;
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: var(--color1);
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: var(--color1);
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: var(--color1);
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
.btn{
    font-size: 14px !important;
    font-weight: normal !important;
}	
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
		
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
ul,ol{
	padding-left: 0;
}	
.form-control{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/** BASIC CSS END HERE **/ 
.login_bx{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
.login_content{
	max-width: 416px;
	width: 100%;
	background:#fff;
	border-radius: 10px;
	padding: 3em 2em;
	text-align: center;
}
.loginlogo {
    margin-left: auto;
    text-align: center;
    width: 106px;
    height: 106px;
    margin-bottom: 20px;
}
.login_content h3 {
    font-size: 22px;
    color: #000;
}
.login_content p{
	color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 6px;
}
.login_content .form-control{
    padding: 12px;
}
.loginbtn{
    background: var(--color1);
    color: #fff;
    padding: 13px;
    width: 100%;
}
.loginbtn:hover,.loginbtn:focus{
    color: #fff;
	background:var(--color2);
}
.form-check-input:checked {
    background-color: var(--color2);
    border-color: var(--color2);
}


.menubar{
	display: flex;
	background:#fff;
    position: fixed;
    left:0;
	border: none;
	right: initial;
	border-color: #fff;
    border-radius: 0 0 0 0;
    z-index: 999;
    width: 290px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    height: 100%;
    border-right-width: 0px;
    border-right-style: solid;
    overflow: hidden;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.menubar.open{
    left:-290px;
}
.main_body{
    margin-left: 290px;
}
.main_body.open{
    margin-left:0 ;
}
.topmenubar {
    left: 290px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.topmenubar.open{
    left: 0 ;
}
.main_body{
	margin-right: 0;
	transition: margin-left 0.2s linear;
    min-height: 100vh;
    position: relative;
    padding-top: 78px;
	background: var(--lightgray);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.header_title {
	width: 100%;
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.header_title img{
	max-width: 142px;
	width: 100%;
}
.header_title h1{
	font-size: 19px;
    width: max-content;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	color: var(--color1);
    font-weight: bold;
}
.close_menu {
    display:none;
    position: fixed;
    top: 22px;
    color: #fff;
    font-size: 22px;
}
.profile_dtls {
    display: flex;
    align-items: center;
    background: #202020;
    padding: 0.5em 1.5em;
}
.profile_dtls .pr{
	min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 9px;
}
.profile_dtls .pr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background:#fff;
}
.profile_dtls .pr_cont{
	width: 100%;
    position: relative;
    padding-right: 20px;
}
.profile_dtls .pr_cont h5{
	color: #fff;
    font-size: 14px;
}
.profile_dtls .pr_cont p{
    color: #b9b9b9;
    font-size: 12px;
	margin: 0;
}
.pr_cont a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 19px;
    height: 19px;
    margin: auto;
}
/*------category-filter----------*/
.category_filter{
    position: relative;
    padding-bottom: 50px;
}
.category_filter h2 {
	font-size: 15px;
    background: var(--color1);
    color: #fff;
    padding: 12px;
    border-radius: 0;
    margin-bottom: 7px;
}
.menus {
    overflow: auto;
    height: 100%;
    padding-bottom: 20px;
    position: relative;
}
#accordian {
    width: 100%;
    margin: 0;
    color: #404040;
	overflow: hidden;
	padding: 0px;
}
#accordian h3 {
	background: var(--lightgray);
	position: relative;
}
#accordian h3 a {
    padding: 0 25px;
	font-size: 14px;
	line-height: 41px;
	font-weight: 500;
    display: block;
    color: #404040;
	text-decoration: none;
}
#accordian li > h3 a span ,
#accordian ul ul li a span, #accordian h4 span{
	color: var(--color1);
}
#accordian li > h3 a span img{
	margin-right: 20px;
    width: 12px;
    height: 12px;
    object-fit: contain;
}
#accordian h3:hover {
	background:var(--color1);
	color: #fff;
}
#accordian i {
    margin-right: 10px;
}
#accordian li {
    list-style-type: none;
}
#accordian li.active {
    border-radius: 0px;
	background:var(--color1);
	color: #fff;
}
#accordian li.active h3{
	background:var(--color1);
	color: #fff;
}
#accordian li.active  h3 > a,
#accordian li:hover h3 a{
	background:var(--color1);
	color: #fff !important;
}
#accordian li.active > h3 a span img,
#accordian li:hover > h3 a span img{
	filter: invert(1);
}
#accordian ul ul li a, #accordian h4 {
    color: #d6d6d6;
    text-decoration: none;
    font-size: 14px;
    line-height: 38px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
	position: relative;
	border-radius: 0px;
	font-weight: 500;
}
#accordian ul ul li a:hover,
#accordian ul ul li.active a {
	background:var(--color1);
	color: #fff;
}
#accordian ul ul {
    display: none;
	padding: 11px;
}
#accordian li.active > ul {
	display: block;
}
#accordian ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
#accordian a:not(:only-child):after{
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #404040;
}
#accordian li h3:not(:only-child):after{
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 14px;
    color: #404040;
}
#accordian li.active > a:not(:only-child):after,
#accordian li.active h3:not(:only-child):after {
    content: "\f107";
    color: #fff;
}
#accordian ul > li a > label.badge{
	background: red;
    padding: 0;
    width: 18px;
    height: 18px;
    line-height: 1.9;
    border-radius: 50px;
    margin-left: 10px;
}
.copy_right_bar {
    /*margin-top: 17vh; */
  text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: absolute;
    top: 92%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 273px;
    height: 61px;
    padding:5px 0;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.copy_right_bar p{
    margin-bottom:0;
}
.des_sec {
    background: #F2F2F2;
    padding-bottom: 2px;
    padding-top: 11px;
}
.des_sec h5{
    font-size: 14px;
    color: #000;
    padding: 1em 2em;
}
.des_sec ul{
    list-style: none;
    padding-left: 0;
    padding-bottom: 7px;
}
.des_sec ul li a{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 7px 26px;
    display: block;
}
.des_sec ul li a i.fa{
    width: 17px;
}
.des_sec ul li a:hover{
    background:var(--color1);
	color: #fff;
}
/*------end category-filter----------*/

.profile_sec {
    width: 100%;
    height: 100%;
	display: table;
	padding-right: 0;
}
.profile_sec a.supadm{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
    color: var(--color1);
    font-weight: 500;
    margin-top: 16px;
    display: block;
    width: 97px;
    margin-left: auto;
}
.display-middle{
	display: table-cell;
	vertical-align: middle;
}
.profile_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: auto;
    border: 2px solid var(--mainlightcolor);;
	background: #b9b9b9;
	position: relative;
}
.profile_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
.profile_img:before{
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--maincolor);
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}
.pr_image
{
    cursor: pointer;
}
.dropdown_profile {
    position: absolute;
    top: 72px;
    left: 18px;
    width: 249px;
    height:0px;
	padding: 0px 7px;
    overflow:hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 #bdbdbd9c;
	/*transform: scale(0);	*/
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 9999;
	background :#e0e5ed;
}
.dropdown_profile.open{
    height:122px;
	padding: 10px 7px;
    overflow:inherit;
    /*top: 72px;*/
	/*transform: scale(1);*/
}
.dropdown_profile ul {
    text-align: left;
    list-style: none;
    margin: 0;
}
.dropdown_profile ul li a{
	display: block;
    width: 100%;
	padding: 8px 11px;
    border-radius: 5px;
}
.dropdown_profile ul li a span{
	color: var(--maincolor);
}
.dropdown_profile ul li a:hover{
	background: #E7E7EE;
	color: #404040;
}
.topmenubar {
    position: fixed;
    /* width: 100%; */
    right: 0;
    top: 0;
	height: 75px;
    padding: 12px 20px;
    background: var(--lightgray);
    z-index: 99;
}
.dash-container {
    width: 100%;
    padding: 0 30px 16px 30px;
}
.dashboard_bx {
    background-color: var(--maincolor);
    color: #fff;
    padding: 30px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 var(--mainlightcolor);
    margin-bottom: 30px;
}
.dash_bx {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    box-shadow: 0px 2px 6px #d1d1d1;
    border-radius: 13px;
    padding: 30px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
}
.dash_bx:hover {
	background: var(--mainlightcolor);
}
.icon_Set{
    width: 70px;
	text-align: left;
}
.icon_Set img{
    width: 35px;
}
.total_content{
    width: 100%;
}
.dash_bx h1{
	font-size: 38px;
    color: var(--color1);
    font-weight: 600;
}
.dash_bx h5{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.dash_bx span{
	font-size: 36px;
	color: var(--mainlightcolor);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dash_bx:hover span{
	color: var(--maincolor);
}
.title_dashbx {
     font-size: 18px;
    color: #868686;

    font-weight: 500;
    margin-bottom: 10px;
}
.title_dashbx img{
    width: 26px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}
.title_container {
 
  margin-bottom: 20px;
  border-bottom: solid 1px #868686;
}
.heading-align
{
        align-items: center!important;
}
.collapse_nav {
    display:block;
    
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    width: 20px;
    background: transparent;
    color: var(--black);
}
.dash_title {
    display:none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.dash_title h5 {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: var(--maincolor);
}
.page_title {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 20px;
    color:var(--maincolor);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    width: max-content;
    border-right: 2px solid var(--maincolor);;
    padding-right: 20px;
}
.page_title::after{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--maincolor);
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dash_card{
    background: #fff;
    padding: 20px 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.dash_body {
    width: 100%;
}
.dash_card .title {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 20px;
}
form label{
    font-size: 14px;
    color: var(--black);
    margin-bottom: 5px;
}
.form-control,
#DataTables_Table_0_length select ,
#DataTables_Table_0_filter input{
    padding: 9px;
    border-radius: 0;
    border: 2px solid #e2e2e2;
}
.form-control:focus,.form-control:hover,
#DataTables_Table_0_length select:hover,
#DataTables_Table_0_length select:focus,
#DataTables_Table_0_filter input:hover,
#DataTables_Table_0_filter input:focus{
    border-color: #adadad ;
}
.btn_common{
    text-transform: none;
    white-space: nowrap;
    border-radius:0px;
    color: #fff;
    background: var(--color1);
    padding:12px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    box-shadow: 0 2px 5px 0 var(--color3);
}
.btn_common:hover,.btn_common:focus{
    color: #fff;
    background: var(--color2);
}
.btn img{
    width: 22px !important;
    height: 22px !important;
    margin-right: 6px;
}
.btn_cancel{
    text-transform: none;
    white-space: nowrap;
    border-radius:0px;
    color: #fff;
    background:#F80606;
    padding:11px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    box-shadow: 0 2px 5px 0 #fbaaaa;
    margin-left: 10px;
}
.btn_cancel:hover,.btn_cancel:focus{
    color: #fff;
    background: #df0606;
}
.btn_cancel img{
    width: 19px;
    filter: invert();
}

.btn_impexm{
    text-transform: none;
    white-space: nowrap;
    border-radius:0px;
    color: #fff;
    background:#060606;
    padding:11px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    box-shadow: 0 2px 5px 0 #777777;
    margin-left: 10px;
}
.btn_impexm:hover,.btn_impexm:focus{
    color: #fff;
    background: #000000;
}
.table tr td,.table tr th{
    vertical-align: middle;
    text-align: left;
    padding: 18px  17px !important;
    font-weight: 400;
    border-bottom: 1px solid #eaeaea !important;
}
.table tr th{
    font-weight: bold;
    font-size: 14px;
}
.table tr td{
    font-size: 14px;
}
table.dataTable{
    margin-top: 20px;
    float: left;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #eaeaea !important;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0;
}
.table tr td img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 2px;
    margin: auto;
}
ul.button-ico-list {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 10px auto;
}
ul.button-ico-list li {
    width: 47%;
    text-align: center;
    margin: 0 4px;
}
ul.button-ico-list li a{    
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}
.action_btn{
    display: flex;
    align-items: center;
}
.actionbtn{
    color: var(--color1);
    font-size: 16px;
    margin-right: 16px;
}
.action_btn a:last-child{
    margin-right: 0px;
}
.del_btn {
    background: #d1074a;
}
.del_btn:hover,.del_btn:focus{
    background: #bb0340;
}
.edit_btn {
    background: #f1c909;
}
.edit_btn:hover,.edit_btn:focus{
    background: #dbb704;
}
/* .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border-radius:6px;
    color: var(--color1) !important;
    border: 1px solid var(--color1);
} */
/* .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    border-radius:6px;
    color: #fff !important;
    background: var(--mainlightcolor);
    border: 1px solid var(--mainlightcolor);
} */
.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: var(--color1) !important;
    background: #fff !important;
    border: 1px solid var(--color1);
}



.utilisa_list ul {
    list-style: none;
    padding-left: 0;
}
.utilisa_list ul li{
    margin-bottom: 10px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.utilisa_list ul li:hover{
    background: rgb(244 244 244);
}
.utilisa_list ul li:last-child{
    margin-bottom: 0;
}
.utilisa_list ul li .utilisa_bx{
    width: 100%;
    display: flex;
    align-items: center;
}
.utli_pic {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
}
.utli_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.utli_cont {
    width: 100%;
    padding-left: 10px;
}
.utilisa_list {
    max-height: 333px;
    overflow: auto;
}
/* width */
.utilisa_list::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .utilisa_list::-webkit-scrollbar-track {
    background: var(--color3);
  }
  
  /* Handle */
  .utilisa_list::-webkit-scrollbar-thumb {
    background: var(--color1);
  }
  
  /* Handle on hover */
  .utilisa_list::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
  }
.utli_cont h5{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px;
}
.utli_cont p{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    color: #333;
    font-style: italic;
}

/* Doughnut Chart */

.canvas-con-inner {
height: auto;
overflow: auto;
width: 100%;
}


/*.canvas-con-inner {
    height: auto;
  }
  */
  .canvas-con-inner, .legend-con {
    display: inline-block;
  }
  
  .legend-con {
    font-family: Roboto;
    display: inline-block;
  }
  .legend-con ul {
    list-style: none;
  }
  .legend-con li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }
  .legend-con li span {
    display: inline-block;
    font-size: 14px;
  }
  .legend-con li span.chart-legend {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
  .disteibutortable tbody tr.bg-blue{
        background: var(--color4);
  }
.checksecection{
    width: 116px !important;
    min-width: 116px !important;
    z-index: 2;
  }

.mandetory {
    font-size: 13px !important;
    color: red !important;
    margin-left: 5px;
}

.input_type_box label {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
}
.input_b {
    border-right: 1px solid #e2e2e2;
    min-width: 77px;
    text-align: center;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: 12px;
    font-weight: 500;
}
.input_c {
    padding: 2px 10px;
    font-size: 10px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}
.inputPreview {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}
.inputPreview img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.selectedbx {
    display: flex;
    align-items: center;
    /* float: left; */
    width: 100%;
}
.selectedbx div{
    margin-left: 5px;
    display: inline-block;
}
.selectedbx div select,.selectedbx div input{
    width: 100%;
    min-width: 168px;
    padding: 6px 9px;
}
.search_box {
    position: relative;
}
.search_box img{
    position: absolute;
    width: 15px;
    height: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 11px;
    object-fit: contain;
}
.search_box input{
    padding-left: 30px !important;
}
.selectedbx .rbtn{
    
}
.selectedbx div:nth-child(1){
    margin-left: 0;
}

.materieltble tbody tr.bg-blue {
    background: var(--color4);
}
.table tbody tr th{
    font-weight: bold;
    font-size: 14px;
}
.addpuissancebtn{
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 500;
    margin-left: 10px;
}
.tblpfimg{
    border-radius: 50% !important;
}
.managertbl tbody tr.bg-blue {
    background: var(--color4);
}

/*-------------group table-------------*/
.group_title_tbl{
    cursor:pointer;
    position:relative;
}
.group_table tr td,.group_bx table tr td,.group_title_tbl tr th{
    border-bottom: 0px solid #eaeaea !important;
}
.group_title_tbl tr th{
    padding: 3px 0 !important;
}
.group_table tr td.group_td{
    padding: 0 !important;
}
.group_table thead th {
    padding: 10px 20px !important;
}
.group_bx {
    margin: 10px 7px;
    box-shadow: 1px 1px 10px #d4d4d4;
    border-radius: 0px;
    padding: 6px;
}
.action_bx{
    text-align: center;
    position: relative;
}
.button_tr .action_bx{
    text-align: center;
    position: absolute;
    padding: 10px 5px 39px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.button_tr td{
    height: 82px;
}
.action_bx small{
    color: #fff;
    font-size: 14px;
}
.action_bx h5{
    color: #fff;
    font-size: 18px;
}
.action_bx h4{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.timer_ico{
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px !important;
    height: 14px !important;
    object-fit: contain !important;
    z-index: 9;
}
.bgticket1  td:nth-child(1){
    position: relative;
}
.bgticket1  td:nth-child(1){
    background: rgb(253,180,73);
background: linear-gradient(186deg, rgba(253,180,73,1) 0%, rgba(233,148,48,1) 100%);
color: #fff;
padding: 0 !important;
}
.bgticket1  td{
    background: #CBDEFF;
    font-weight: 500 !important;
} 
.bgticket1  td.completed{
    background: #B1CDFF !important;
}

.bgticket2  td:nth-child(1){
    position: relative;
    padding: 0 !important;
}
.bgticket2  td:nth-child(1){
    background: rgb(68,127,227);
    background: linear-gradient(186deg, rgba(68,127,227,1) 0%, rgba(11,96,246,1) 100%);
color: #fff;
}
.bgticket2  td{
    background: #CBDEFF;
    font-weight: 500 !important;
} 
.bgticket2  td.completed{
    background: #B1CDFF !important;
}

.bgticket3  td:nth-child(1){
    position: relative;
    padding: 0 !important;
}
.bgticket3  td:nth-child(1){
    background: rgb(78,197,106);
    background: linear-gradient(186deg, rgba(78,197,106,1) 0%, rgba(106,203,129,1) 100%);
color: #fff;
}
.bgticket3  td{
    background: #baf1c7;
    font-weight: 500 !important;
} 
.bgticket3  td.completed{
    background: #AEE9BC !important;
}
.status1{
    text-align: center !important;
    font-size: 15px;
    font-weight: bold !important;
    color: #fff;
    background: #A4A4A4 !important;
}
.status2{
    text-align: center !important;
    font-size: 15px;
    font-weight: bold !important;
    color: #fff;
    background: #4DC569 !important;
}
.perfornment_tble tr td{
    position: relative;
    padding-left: 28px !important;
    color: #000;
    font-size: 10px !important;
    line-height: 1.2;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.perfornment_tble tr td::after{
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    width: 23px;
    height: 100%;
    top: 0;
    clip-path: polygon(100% 54%, 0 0, 0 100%);
    z-index: 1;
}

.comp1{
    background:#4DC569 !important;
}
.comp2{
    background: #6ECC84 !important;
}
.comp3{
    background: #85D598 !important;
}
.comp4{
    background: #9CDFAC !important;
}
.comp5{
    background: #AEE9BC !important;
}
.comp6{
    background: #C6E9CE !important;
}
.comp1::after{
    background:#4DC569 !important;
}
.comp2::after{
    background: #6ECC84 !important;
}
.comp3::after{
    background: #85D598 !important;
}
.comp4::after{
    background: #9CDFAC !important;
}
.comp5::after{
    background: #AEE9BC !important;
}

.due1{
    background:#5193FF !important;
}
.due2{
    background: #6DA4FF !important;
}
.due3{
    background: #84B2FF !important;
}
.due4{
    background: #9BC1FF !important;
}
.due5{
    background: #ACCCFF !important;
}
.due6{
    background: #C1D8FF !important;
}
.due1::after{
    background:#5193FF !important;
}
.due2::after{
    background: #6DA4FF !important;
}
.due3::after{
    background: #84B2FF !important;
}
.due4::after{
    background: #9BC1FF !important;
}
.due5::after{
    background: #ACCCFF !important;
}
.pacy_icon {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    cursor: pointer;
}
.button_action {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
}
.button_action .btnbar1 img,.button_action .btnbar2 img{
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.button_action .btnbar1{
    background: #FF0000;
    color: #fff;
    font-size: 12px !important;
    width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.2;
}
.button_action .btnbar1 img{
filter: invert(1);
}
.button_action .btnbar2{
    background: #000000;
    color: #fff;
    font-size: 12px !important;
    width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.2;
}
.button_action .btnbar1:hover,
.button_action .btnbar2:hover{
    opacity:0.7;
}
/*-------------end group table-------------*/

.bottom {
    width: 100%;
    float: left;
    margin-top: 19px;
}
.bottom .dataTables_length {
    float: left;
    width: 25%;
}
.bottom .dataTables_paginate {
    float: left;
    width: 50%;
    text-align: center;
}
.bottom .dataTables_paginate .pagination {
}
@media only screen and (max-width : 768px) {
.bottom .dataTables_length {
    width: 100%;
}
.bottom .dataTables_paginate {
    width: 100%;
}
}
.dataTables_paginate .pagination {
    margin: 0;
}
.bottom .dataTables_paginate .pagination li {
    padding: 0;
}
.bottom .dataTables_length label {
    font-weight: normal;
    display: flex;
    max-width: 150px;
    margin-bottom: 5px;
    align-items: center;
}
.bottom .dataTables_length label select{
    border: 0;
    width: auto;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right:16px !important;
    font-weight: bold;
    height: auto;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center right 4px;
    background-size: 16px auto;
    background-image: url('../images/icon/Path -39.png');
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.pagination {
    justify-content: center;
}
.bottom .dataTables_paginate .pagination li a {
    border: none;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 6px 9px;
}
.bottom .dataTables_paginate .pagination li.active,
.bottom .dataTables_paginate .pagination li:hover{
    border: none;
}
.bottom .dataTables_paginate .pagination li.active a,
.bottom .dataTables_paginate .pagination li:hover a{
    font-weight: 800;
    text-decoration: underline;
    color: #000;
}
.input-sm{
    font-weight: 900;
}
.removepuissancebtn {
    cursor: pointer;
    width: 60px;
    font-size: 10px !important;
    color: red !important;
    margin-bottom: 15px;
    display: block;
}
.dividrform{
    border-right: 1px solid #e8e8e8;
}
.dash_body .form-control{
    font-size: 14px !important;
    padding: 5px 9px;
}
.dropdownicon{
    position: relative;
    background: url('../images/icon/Path -39.png') no-repeat;
    background-position:center right;
    padding-right: 20px;
}
.dropupicon{
    position: relative;
    background: url('../images/icon/right.png') no-repeat;
    background-position:center right;
    padding-right: 20px;
}
.product_listing {
    margin-bottom: 3px;
    margin-top: 25px;
}
.product_box{
    background: #F3F3F3;
    padding: 1em;
    margin-bottom: 5px;
}
.add_produit {
    background: #F3F3F3;
    padding: 5px 10px;
}
.btnaddproduit{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}
.product_title h5 {
    font-size: 13px;
    padding: 3px 0;
    border-bottom: 1px solid #c3c3c3;
    margin: 10px 0;
}
.prod_img {
    width: 119px;
    height: 119px;
    margin: 10px auto;
}
.prod_img img{
    width: 100%;
    height: 100%;
}
.product_body small {
    display: block;
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 11px;
}
.product_body{
    max-height: max-content;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.togglecollapse .product_body {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.collapse_title {
    cursor: pointer;
}
.removeButton {
    display: none;
    cursor: pointer;
    font-size: 13px !important;
    color: red !important;
}
.product_box:last-child .removeButton{
    display: block;
}
.removeAccessoire {
    display: none;
    cursor: pointer;
    font-size: 13px !important;
    color: red !important;
}
.accessory_box:last-child .removeAccessoire{
    display: block;
}
.countdown_sec {
    background: #f3f3f3;
    padding: 10px 10px;
}
/*----client-info-popup--------*/
.popup_dtls {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(255 255 255 / 45%);
    max-width: 100%;
    width: 100%;
    height: 100vh;
    padding: 14vh 0;
    z-index: -9;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_dtls.open {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}
.popup_dtls .popup_bx{
    background: #fff;
    max-width: 440px;
    width: 95%;
    height: min-content;
    box-shadow: 0px 7px 7px #00000012;
    padding: 10px;
    position:relative;
}
.popup_title{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 19px;
}
.popup_title img{
    width: 17px !important;
    height: 17px !important;
    object-fit: contain !important;
}
.popup_body label{
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}
.popup_body p{
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}
.close_dtls_popup {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.close_dtls_popup img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/*-----------history--popup-------------*/
.popup_history {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(255 255 255 / 45%);
    max-width: 100%;
    width: 100%;
    height: 100vh;
    padding: 14vh 0;
    z-index: -9;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_history.open {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}
.popup_history .popup_bx{
    margin: auto;
    background: #fff;
    max-width: 440px;
    width: 95%;
    height: min-content;
    box-shadow: 0px 7px 7px #00000012;
    padding: 10px;
    position:relative;
}
.close_popup {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.close_popup img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/*------accepetor popup----------*/

/*.accepeter_popup {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*    background: #fff;*/
/*    max-width: 440px;*/
/*    width: 95%;*/
/*    height: min-content;*/
/*    box-shadow: 0px 7px 7px #00000012;*/
/*    padding: 20px;*/
/*    z-index: -9;*/
/*    opacity: 0;*/
/*    transform: scale(0);*/
/*    transition: all 0.3s;*/
/*    -webkit-transition: all 0.3s;*/
/*    -moz-transition: all 0.3s;*/
/*    transition: all 0.3s;*/
/*}*/
/*.accepeter_popup.open {*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*    z-index: 10;*/
/*}*/
.accepeter_popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(255 255 255 / 45%);
    max-width: 100%;
    width: 100%;
    height: 100vh;
    padding: 14vh 0;
    z-index: -9;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accepeter_popup.open {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}
.accepeter_popup .popup_bx{
    margin: auto;
    background: #fff;
    max-width: 440px;
    width: 95%;
    height: min-content;
    box-shadow: 0px 7px 7px #00000012;
    padding: 10px;
    position:relative;
}
.icon_approve{
    width: 37px;
    height: 37px;
    margin: 22px auto;
}
.icon_approve img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.accepeter_popup .btn{
    max-height: 60px;
}
.confirmbtn{
    width: 100%;
    height: 100%;
    background: var(--color1);
    color: #fff;
    border-radius: 0;
}
.confirmbtn:hover{
    background: var(--color2);
    color: #fff;
}
.calndrbtn{
    width: 100%;
    height: 100%;
    background: #28a745;
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
}
/* .calndrbtn img{

} */
.calndrbtn span{
    color: #fff;
    font-size: 14px;
}
.calndrbtn span small{
    display: block;
    color: #fff;
    font-size: 13px;
}
.close_dtls_popup {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.close_dtls_popup img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/*-----calender-popup------------*/

.calnd_popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    overflow: auto;
    width: 95%;
    max-width: 440px;
    height: min-content;
    max-height: 870px;
    box-shadow: 0px 7px 7px #00000012;
    padding: 20px;
    z-index: -9;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.calnd_popup.open {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}
.annulerbtn{
    width: 100%;
    height: 100%;
    background: var(--color1);
    color: #fff;
    border-radius: 0;
}
.annulerbtn:hover{
    background: var(--color2);
    color: #fff;
}
.modifier1{
    width: 100%;
    height: 100%;
    background: #ff0000;
    color: #fff;
    border-radius: 0;
    line-height: 1.2;
}
.modifier1:hover{
    color: #fff;
}
/*------validation popup--------*/
.validation_popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    overflow: auto;
    width: 95%;
    max-width: 469px;
    height: min-content;
    max-height: 870px;
    box-shadow: 0px 7px 7px #00000012;
    padding: 20px;
    z-index: -9;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.validation_popup.open {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}
.btn_success{
    text-transform: none;
    white-space: nowrap;
    border-radius:0px;
    color: #fff;
    background:#28a745;
    padding:11px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    box-shadow: 0 2px 5px 0 #fbaaaa;
    margin-left: 10px;
}
.btn_success:hover,.btn_success:focus{
    color: #fff;
    background: #28a745;
}
.btn_success img{
    width: 19px;
    filter: invert();
}
.rating {
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    margin-bottom:10px;
  }
  
  .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
  }
  
  .rating label:last-child {
    position: static;
  }
  
  .rating label:nth-child(1) {
    z-index: 5;
  }
  
  .rating label:nth-child(2) {
    z-index: 4;
  }
  
  .rating label:nth-child(3) {
    z-index: 3;
  }
  
  .rating label:nth-child(4) {
    z-index: 2;
  }
  
  .rating label:nth-child(5) {
    z-index: 1;
  }
  
  .rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .rating label .icon {
    float: left;
    color: transparent;
    font-size:47px;
  }
  
  .rating label:last-child .icon {
    color: rgb(77, 77, 77);
  }
  
  .rating:not(:hover) label input:checked ~ .icon,
  .rating:hover label:hover input ~ .icon {
    color: #ffb100;
  }
  
  .rating label input:focus:not(:checked) ~ .icon:last-child {
    color: rgb(77, 77, 77);
    text-shadow: 0 0 5px #ffb100;
  }

  
.validation_popup .btn,
.calnd_popup .btn{
    font-size: 12px !important;
    padding: 12px 11px;
    margin-left: 0;
}
.active1
{
  background-color:  #9de8b5; /*#b7fad2*/
  border: none;
  color: black;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.inactive1
{
background-color: #f4c6ce; /* Green */
  border: none;
  color: black;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.onhold1
{
background-color: #e8d69d; /* Orange */
  border: none;
  color: black;
  padding: 9px 11px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.showrating .fa-star,
.showrating .fa-star-half-o{
    color:#ffb100 !important;
}
.alow_comment {
    display: flex;
    align-items: center;
    justify-content: center;
}
.alow_comment a {
        display: block;
    width: 21px;
    height: 21px;
    background: #fff;
    margin: -1px 3px;
    text-align: center;
    line-height: 1.5;
    color: #1065f8;
}
.group_title_tbl:after{
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 19px;
    position: absolute;
    top: 5px;
    right: 0;
}
.group_title_tbl.active:after{
    content: "\f0d7" !important;
}
.collapseaccordon,.loadmore_tbl{
    display:none;
}
.badge_tlb {
    position: absolute;
    right: 19px;
    width: min-content;
    height: 19px;
    padding: 1px 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: red;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
}
.extratable_filter{
    position: relative;
    top: 0;
    z-index: 9;
}
.extratable_filter .dropdown-menu {
    top: -2px!important;
    min-width:187px!important;
    border: 1px solid rgba(0,0,0,.15);
    background:#065ef8;
}
.exra_befotertable_field{
    position: relative;
    top: 8px;
    z-index: 9;
    right:197px;
    text-align:right;
}
.extratable_filter .dropdown .btn{
    width: 187px;
    border-radius: 0px;
    background-color: white;
    border: 2px solid #e2e2e2;
    color: black;
    font-weight: bold;
    text-align: left;
}
/*----custom-slider----*/
.material_img_container .col-6.col-sm-3{
        padding: 4px;
}
.material_img_box{
    border:2px solid var(--color1);
}
.material_img_box img{
    width:100%;
    height:110px;
    object-fit:cover;
}
.material_img_box span{
    display:block;
    padding:0.7rem 0.7rem;
    color:#fff;
    font-size:14px;
    background:var(--color1);
    text-align: center;
}
.lb-dataContainer {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.lb-closeContainer {
    position: absolute;
    right: 0;
}
.accepet_cooke {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color1);
    z-index: 9999;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.accepet_cooke p{
    color: #fff;
    margin:0;
    font-size:14px;
}
.accpt_btn {
    background: #fcd700;
    font-size: 14px;
    padding: 6px 17px;
    cursor: pointer;
}

/*--------------New Style 09-08-2022 ------------------*/
  .bg-theme{
    background: var(--color1);
  }
  .dash_bx.bg-theme{
    color: #fff;
  }
  .dash_bx.bg-theme:hover{
    background: var(--color1) !important;
  }
  .dash_bx.bg-theme .title_dashbx{
    color: #fff;
  }
  .dash_bx.bg-theme h1,.dash_bx.bg-theme p{
    color: #fff;
  }
  .dash_bx.bg-theme .plans_uses h1{
    font-size: 1.3rem;
    margin-bottom: 19px;
  }
  .imgicon {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    border: 7px solid #fff;
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 5px;
}
.imgicon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.subscriptionpayment{
    width: 100%;
    height: 100%;
    border-left: 5px solid #fff;
    padding-left: 25px;
}
.subscriptionpayment h1{
    display: flex;
    align-items: baseline;
}
.subscriptionpayment h1 dup{
    margin-left: 10px;
    font-size: 1rem;
}
.subscriptionpayment h3{
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 24px;
}
.subscriptionpayment lg{
    font-size: 1.7rem;
}
.subscriptionpayment lg dup{
    font-size: 1rem;
}
.bg-gray{
    background: #dbdbdb;
}
.statusbtn.btn-success{
    width: 124px;
    background: #d8ffd2;
    color: #000000;
    border-color: #d8ffd2;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
}

.statusbtn.btn-success:hover,.statusbtn.btn-success:focus{
    background: #b6e7af;
    border-color: #b6e7af;
    color: #000000;
    box-shadow: none !important;
}
.statusbtn.btn-danger{
    width: 124px;
    background: #ffd2d2;
    color: #000000;
    border-color: #ffd2d2;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
}

.statusbtn.btn-danger:hover,.statusbtn.btn-danger:focus{
    background: #edb6b6;
    border-color: #edb6b6;
    color: #000000;
    box-shadow: none !important;
}
.modal-backdrop{
    background-color: #fff;
}
.subscriptionclick .modal-content{
    max-width: 496px;
    border: 1px solid rgb(206 206 206 / 20%);
    border-radius: 0;
    box-shadow: 0px 2px 10px #0000001c;
    padding: 0;
    overflow: hidden;
}
.subscriptionclick .modal-content .btn-close{
    background: transparent;
    position: absolute;
    right: 9px;
    top: 6px;
    color: #fff;
}

.subbsdtls img{
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 8px;
}
.subbsdtls p{
    font-size: 14px;
    color: #000000;
    margin: 10px 0 22px;
    line-height: 1.2;
}
.subdtls{
    background: var(--color1);
    height: 100%;
    display: flex;
    color: #fff;
}
.subdtls img{
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 8px;
}
.subdtls small{
    display: block;
    font-size: 11px;
}
.subdtls h2{
    color: #fff;
    line-height: 1;
    font-size: 1.7rem;
}
.subdtls span{
    display: block;
    margin-bottom: 14px;
    font-size: 14px;
}
.subdtls .btn{
    padding: 0.5rem 1rem;
    font-size: 14px !important;
    border-radius: 0;
}
.btn-danger{
    background-color: #f80606;
    border-color: #f80606;
}
.btn-danger:hover,.btn-danger:focus{
    background-color: #e40505;
    border-color: #e40505;
    box-shadow: none !important;
}
table.dataTable .btn{
    padding: 0.375rem 0.75rem;
    font-size: 14px !important;
}
.dash_bx.bg-theme h5{
    color: #fff;
    margin-bottom: 5px;
}
.btn-warning{
    background: #ffd500;
}
.souscription_sec .btn{
    font-size: 12px !important;
    border-radius: 0px;
}
.souscription_sec .btn img{
    width: 11px !important;
    height: 11px !important;
}
.souscription_sec span {
    display: block;
    font-size: 12px;
    color: #fff;
}
.planning-menu {
    background: #cfe1ff;
    padding-bottom: 2px;
    padding-top: 11px;
}
.planning-menu h5{
    font-size: 14px;
    color: #000;
    padding: 1em 2em;
}
.planning-menu ul{
    list-style: none;
    padding-left: 0;
    padding-bottom: 7px;
}
.planning-menu ul li a{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 7px 26px;
    display: block;
}
.planning-menu ul li a i.fa{
    width: 17px;
}
.planning-menu ul li a:hover{
    background:var(--color1);
	color: #fff;
}
.page-title {
    color: #000;
}
.subscription_bx {
    background: var(--color1);
    color: #fff;
    padding: 1.2rem;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.subscription_bx h2 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 23px;
    position: relative;
}
.subscription_bx h2::after{
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    position: absolute;
    bottom: -6px;
    width: 88px;
    margin: auto;
    left: 0;
    right: 0;
}   
.user_spec {
    padding: 13px 13px;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    border-bottom: 2px solid #fff;
    justify-content: center;
}
.user_spec img{
    width: 36px;
    height: 35px;
    object-fit: contain;
    margin-right: 8px;
}
.isr_spdtls h5 {
    color: #fff;
    font-size: 21px;
}
.isr_spdtls h5 span{
    color: #aac9ff;
}
.isr_spdtls h5 small{
    font-size: 11px;
}
.spec_footer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 151px;
    margin-top: 14px;
    justify-content: center;
}
.spec_footer p{
    color: #fff;
    font-size: 17px;
    margin: 0;
}
.pkg_price {
    text-align: center;
    width: 100%;
    max-width: 106px;
    border-radius: 8px;
    border: 2px solid #fff;
    margin: 0 5px;
    overflow: hidden;
}
.pkg_price h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.pkg_price h4 {
    font-size: 28px;
    color: #fff;
}
.pkg_price h4 sup{
    font-size: 18px;
}
.pkg_price small {
    font-size: 10px;
    color: #fff;
}
.pkg_body {
    padding: 0.6rem 0.2rem;
}
.pkg_foot{
    padding: 0.6rem;
    font-size: 11px;
}
.bg-yellow{
    border: 0px solid transparent;
}
.bg-yellow .pkg_body{
    background: #ffd500;
    color: #000 !important;
}
.bg-yellow .pkg_foot{
    background: #ffffff;
    color: #000 !important;
}
.bg-yellow.pkg_price h6,
.bg-yellow.pkg_price h4,
.bg-yellow.pkg_price h4 sup,
.bg-yellow.pkg_price small{
    color: #000 !important;
}
.bg-white{
    border: 0px solid transparent;
}
.bg-white .pkg_body{
    background: #ffffff;
    color: #000 !important;
}
.bg-white .pkg_foot{
    background: #ffd500;
    color: #000 !important;
}
.bg-white.pkg_price h6,
.bg-white.pkg_price h4,
.bg-white.pkg_price h4 sup,
.bg-white.pkg_price small{
    color: #000 !important;
}
.labelplan {
    background: #fff;
    color: var(--color1);
    display: block;
    text-align: center;
    position: absolute;
    left: -28px;
    top: 35px;
    /* right: 0; */
    transform: rotate(-44deg);
    width: 148px;
    box-shadow: 0px 2px 10px #00000030;
}
.bg-yellow{
    background: #ffd500;
    color: #000 !important;
}
.bg-red{
    background: #ff0000;
    color: rgb(255, 255, 255) !important;
}
.subscriptionActive
{
  background-color:  #9de8b5; /*#b7fad2*/
  border: none;
  color: black;
  padding: 4px 46px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.subscriptionInactive
{
background-color: #f4c6ce; /* Green */
  border: none;
  color: black;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

/*-----------Wizard form Style---------*/

.form-body {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 3px 4px #00000021;
    margin: 20px 0;
}

.tab_us_bd {
    padding: 4rem 2rem;
}

.form_min_height {
    min-height: 50vh;
}

.tab_ux {
    padding: 1rem;
    background: #deeaff;
}

.border-right-lg-1 {
    border-right: 2px solid #cacaca;
}

#progressbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
}

#progressbar li {
    text-align: center;
    width: 33.33%;
    position: relative;
    padding-top: 56px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    font-size: 25px;
    border: 5px solid var(--color1);
    color: var(--color1);
    text-align: center;
    line-height: 1.55;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}

#progressbar li.completed:before {
    border: 5px solid #b9b9b9 !important;
    background: #b9b9b9 !important;
    color: #fff;
}

#progressbar li.active:before {
    border: 5px solid var(--color1);
    background: var(--color1);
    color: #fff;
}

#progressbar li:after {
    content: '';
    width: 88%;
    height: 3px;
    position: absolute;
    left: -44%;
    top: 23px;
    z-index: 0;
    background: var(--color1);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #progressbar li:after {
        width: 46%;
        left: -23%;
    }
}

@media only screen and (max-width: 576px) {
    #progressbar li:after {
        width: 72%;
        left: -36%;
    }
}

#progressbar li:nth-child(1)::after {
    display: none !important;
}

#progressbar li.completed:after,
#progressbar li.active:after {
    background: #b9b9b9 !important;
}

.tab_us_bd fieldset:nth-child(1) {
    display: block;
}

.tab_us_bd fieldset {
    display: none;
}

.plan_actual {
    max-width: 430px;
}

.plan_actual .total_content {
    width: 100%;
    padding-top: 30px;
    padding-left: 40px;
}

.plan_actual .icon_Set img {
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    object-fit: contain;
    padding: 3px;
}

.message_text_plan {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pacy_icon_client {
    max-width: 144px;
    min-width: 149px !important;
    /*min-width: 100% !important;*/
    cursor: pointer;
    display: block;
    text-transform: none;
    border-radius: 0px;
    color: #fff;
    background: var(--color1);
    padding: 12px 9px;
    letter-spacing: 0.08929em;
    box-shadow: 0 2px 5px 0 var(--color3);
    font-size: 14px;
    text-align: center;
    margin: auto;
}
.pacy_icon_client:hover {
 
  opacity:0.5;
  
}
.addcategorybtn{
     margin-top: 5px;
     margin-bottom: 5px;  
     padding :7px;
     letter-spacing:0px;
     width:220px;
}
.listcategorybtn
{
    margin-top: 5px;
    margin-left: 2px;
    border-radius: 0px;
    background: var(--color1);
    box-shadow: 0 2px 5px 0 var(--color3);
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing:0px;
    padding :9px;
    
}
/*-------------start-deisgn-20-01-2023-designer dipan-------------*/
.sm-title-underline{
    color:#000000;
    border-bottom:2px solid #aaaaaa;
    margin-bottom:10px;
}
.client_information_tickit p{
        color:#4e4e4e;
}
.client_information_tickit p b{
        color:#000000;
}
.product_buy_box {
    box-shadow: 0px 5px 10px -3px #c4c4c4;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.product_buy_head {
    display: flex;
    width: 100%;
    padding-right: 17px;
    cursor:pointer;
    position: relative;
}
.product_buy_head:after{
    content:"";
    display:block;
    width: 16px;
    height: 17px;
    position: absolute;
    right: 0;
    background: url('../images/icon/Path -39.png');
}
.product_buy_body {
    display: none;
    padding-left: 56px;
}
.pd_img {
   min-width: 51px;
    max-width: 51px;
    height: 51px;
    margin-right: 5px;
}
.pd_img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}
.pr_by_dtls {
    width: 100%;
    text-align: left;
}
.product_buy_box p b {
    color: #000000;
}
.row_bg {
    background: #f1f1f1;
    margin: 0 -9px;
    padding: 20px 5px;
}
/*------------tickit-list-----------*/
.ticket_steps_tab {
    padding: 0 8px;
    display: block;
    /*width: 100%;*/
    height: 100%;
    margin:auto;
}
.tabitems {
    display: inline-block;
    padding: 7px 10px;
    box-shadow:0px 2px 5px #bfbfbf;
    margin-right: 28px;
    border-bottom: 2px solid #333;
    background: #fff;
    position:relative;
    cursor:pointer;
}
.tabitems:after{
      content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 24px solid white;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: -23px;
    top: 0;
    bottom: 0;
    filter: drop-shadow(2px 1px 1px #bfbfbf);
}
.tabitems:last-child:after{
    display:none;
}
.tabitems span{
        position: relative;
    background: #ff0000;
    color: #fff;
    padding: 1px 5px;
    border-radius: 50px;
    right: -12px;
    z-index: 1;
    font-size: 11px;
}
.danger-items {
    border-color: #ff0000 !important;
}
.primary-items {
    border-color: var(--color1) !important;
}
.warning-items {
    border-color: #ffc107 !important;
}
.success-items {
    border-color: #6dbc8a !important;
}

.danger-items.active {
    background: #ff8484  !important;
    color:#fff !important;
}
.primary-items.active {
    background:  #7797ce !important;
    color:#fff !important;
}
.warning-items.active {
    background:  #eacd76 !important;
    color:#fff !important;
}
.success-items.active {
    background:  #7ff0a9 !important;
    color:#fff !important;
}
.danger-items.active:after {
    border-left: 24px solid #ff8484  !important;
}
.primary-items.active:after {
    border-left: 24px solid #7797ce !important;
}
.warning-items.active:after {
    border-left: 24px solid #eacd76 !important;
}
.success-items.active:after {
    border-left: 24px solid #7ff0a9 !important;
}

.refuse-items {
    border-color: #575e5a !important;
}
.refuse-items.active {
    background: #a7b4ac   !important;
    color:#fff !important;
}
.refuse-items.active:after {
    border-left: 24px solid #a7b4ac  !important;
}

/*-------------group table design2-------------*/
.group_title_tbl{
    cursor:pointer;
    position:relative;
}
.group_table2 tr td,.group_bx2 table tr td,.group_title_tbl tr th{
    border-bottom: 0px solid #eaeaea !important;
}
.group_title_tbl tr th{
    padding: 3px 0 !important;
}
.group_table2 tr td.group_td{
    padding: 0 !important;
}
.group_table2 thead th {
    padding: 10px 20px !important;
    background: #cecece;
}
.group_bx2 {
    margin: 5px 0px;
    box-shadow: 1px 1px 10px #d4d4d4;
    border-radius: 0px;
    padding: 0;
}
.action_bx{
       text-align: center;
    position: relative;
    
}
.action_bx1{
       text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 134px;
    flex-direction: column;
}
.button_tr2 .action_bx{
    text-align: center;
    position: absolute;
    padding: 10px 5px 39px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}

.button_tr2 .action_bx1{
    text-align: center;
    position: absolute;
    padding: 10px 5px 39px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.button_tr2 td{
    height: 82px;
}
.action_bx small{
    color: #fff;
    font-size: 14px;
}
.action_bx h5{
    color: #fff;
    font-size: 14px;
}
.action_bx h4{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.action_bx1 small{
    color: #fff;
    font-size: 14px;
}
.action_bx1 h5{
    color: #fff;
    font-size: 14px;
}
.action_bx1 h4{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.timer_ico{
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 19px !important;
    height: 19px !important;
    object-fit: contain !important;
    z-index: 9;
    padding:2px;
    background:#065ef8;
}

.bgticket4  td:nth-child(1){
    position: relative;
    padding: 0 !important;
}
.bgticket4  td:nth-child(1){
    background: #a4a4a4;
    background: #a4a4a4;
color: #fff;
}
.bgticket4  td{
    background: #ffdbdb;
    font-weight: 500 !important;
} 
.bgticket4  td.completed{
    background: #AEE9BC !important;
}


.bgticket7  td:nth-child(1){
    position: relative;
    padding: 0 !important;
}
.bgticket7  td:nth-child(1){
    background: #a4a4a4;
    background: #a4a4a4;
color: #fff;
}
.bgticket7  td{
    background: #CBDEFF;
    font-weight: 500 !important;
} 
.bgticket7  td.completed{
    background: #AEE9BC !important;
}


.status3{
    text-align: center !important;
    font-size: 15px;
    font-weight: bold !important;
    color: #fff;
    background: #ff8484 !important;
}
.status4{
      text-align: center !important;
    font-size: 15px;
    font-weight: bold !important;
    color: #fff;
    background: #ec9873 !important;
}
.perfornment_tble tr td{
    position: relative;
    padding-left: 28px !important;
    color: #000;
    font-size: 10px !important;
    line-height: 1.2;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.perfornment_tble tr td::after{
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    width: 23px;
    height: 100%;
    top: 0;
    clip-path: polygon(100% 54%, 0 0, 0 100%);
    z-index: 1;
}

.comp1{
    background:#4DC569 !important;
}
.comp2{
    background: #6ECC84 !important;
}
.comp3{
    background: #85D598 !important;
}
.comp4{
    background: #9CDFAC !important;
}
.comp5{
    background: #AEE9BC !important;
}
.comp6{
    background: #C6E9CE !important;
}
.comp1::after{
    background:#4DC569 !important;
}
.comp2::after{
    background: #6ECC84 !important;
}
.comp3::after{
    background: #85D598 !important;
}
.comp4::after{
    background: #9CDFAC !important;
}
.comp5::after{
    background: #AEE9BC !important;
}

.step1{
    background:#a4a4a4 !important;
}
.step2{
    background:#b1b1b1 !important;
}
.step3{
    background: #bebebe !important;
}
.step4{
    background: #c9c9c9 !important;
}
.step5{
    background: #cfcfcf !important;
}
.step6{
    background: #dbdbdb !important;
}
.step1::after{
    background:#a4a4a4 !important;
}
.step2::after{
    background: #b1b1b1 !important;
}
.step3::after{
    background: #bebebe !important;
}
.step4::after{
    background: #c9c9c9 !important;
}
.step5::after{
    background: #cfcfcf !important;
}
.pacy_icon {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    cursor: pointer;
}
.button_action2 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
}
.button_action2 .btnbar1 img,.button_action2 .btnbar2 img{
    width: 14px !important;
    height: 14px !important;
    object-fit: contain !important;
    margin: 0 !important;
}
.button_action2 .btnbar1{
    background: #FF0000;
    color: #fff;
    font-size: 12px !important;
    width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_action2 .btnbar1 img{
filter: invert(1);
}
.button_action2 .btnbar2{
    background: #28a745;
    color: #fff;
    font-size: 12px !important;
    width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_action2 .btnbar1:hover,
.button_action2 .btnbar2:hover{
    opacity:0.7;
}


.bgticket5  td:nth-child(1){
    position: relative;
    padding: 0 !important;
}
.bgticket5  td:nth-child(1){
    background: #a4a4a4;
    background: #a4a4a4;
color: #fff;
}
.bgticket5  td{
    background: #ffe5db;
    font-weight: 500 !important;
} 
/*-------------end group table design2-------------*/
.ticket_list_boxes {
    margin: 6px 0 0;
    padding: 5px 0 0;
    border-bottom: 2px solid #b4b4b4;
}
.ticket_list_boxes:last-child{
    border-bottom:0 !important;
}
.ticket_list_boxes h3 {
    font-size: 19px;
    color: #000;
    margin-bottom: 7px;
}

.commentree_list {
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    margin-bottom:10px;
}
.comment_table {
    background: #f3f3f3;
    padding: 0.8rem;
    margin-bottom: 13px;
    font-size: 14px;
}
.comment_table h4{
        font-size: 15px;
    color: #000;
    margin-bottom: 6px;
}
.messageIcon{
    cursor:pointer;
    filter: drop-shadow(0px 0px 0px #333);
}
.messageIcon:hover{
    filter: drop-shadow(1px 2px 5px #333);
}
.bg-fromgray{
    background:#F3F3F3 !important;
}
.backImage
{
   width:14px!important;
   height:14px!important;
   cursor:pointer!important;
}
.backImage1
{
   width:19px!important;
   height:19px!important;
   cursor:pointer!important;
    right: -94px;
    background: white!important;
}
