:root{
	--primary:#5D577A;
	--secondary: #F0AE27;
	--white: #fff;
  --white1: #E6E6E6;
	--black: #434343;
  --black1: #222;
  --grey: #B1B1B7;
	--grey1: #FAFAFD;
	--grey2: #9696A4;
  --grey3: #6c6c6c;
  --bluestrap: #e4e0f8;

/* BS theme */
  --bs-link-color: var(--primary);
  --bs-link-color-rgb: 93, 87, 122;
  --bs-link-hover-color-rgb: 240, 174, 39;
  --bs-body-color: var(--primary);
  --bs-tertiary-bg: var(--white1);
  --bs-link-hover-color: var(--primary);

  	
}


/* scrollbar======================css */
::-webkit-scrollbar{width: 5px; height: 5px;}

/* Track */
::-webkit-scrollbar-track {background: var(--white1);}

/* Handle */
::-webkit-scrollbar-thumb {background: var(--primary);}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: var(--secondary);}

/* Firefox */
html {scrollbar-color: var(--primary) var(--white1); scrollbar-width: auto;}




img{max-width: 100%;}

a{
	
	text-decoration: none;
}

.form-control:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 .25rem rgba(240,174,39,.25);
}

.dropdown-item.active, .dropdown-item:active {
	
	background-color: var(--primary);
}


.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.form-check-input:focus,
.form-select:focus{
  box-shadow: 0 0 0 .25rem rgba(240,174,39,.25);
}

.active > .page-link, 
.page-link.active{
  background-color: var(--primary);
	border-color: var(--primary);
  box-shadow: 0 0 0 .25rem rgba(240,174,39,.25);
}
.page-link:focus{
  box-shadow: 0 0 0 .25rem rgba(93, 87, 122,.25);
 
}


body{font-family: 'Mulish', sans-serif; font-weight: 600; color: var(--black); font-size: 16px;}


.tft_btn{background-color: var(--primary); color: var(--white); border-radius: 30px; padding: 10px 40px; font-size: 17px; font-weight: 800; white-space: nowrap;}
.tft_btn:hover{background-color: var(--secondary); color: var(--white);}
.tft1_btn{background-color: var(--white1); color: var(--black1); border-radius: 30px; padding: 10px 40px; font-size: 17px; font-weight: 800; white-space: nowrap;}
.tft1_btn:hover{background-color: var(--secondary); color: var(--white);}
.tft2_btn{background-color: var(--grey3); color: var(--white); border-radius: 30px; padding: 10px 40px; font-size: 17px; font-weight: 800; white-space: nowrap;}
.tft2_btn:hover{background-color: var(--secondary); color: var(--white);}

.my_input_styl1 input{ background-color: var(--grey1); color: var(--grey2); border-radius: 16px; padding: 20px; font-size: 18px;}
.my_input_styl1 ::placeholder {	color: var(--grey2);opacity: 1; /* Firefox */}
.my_input_styl1 :-ms-input-placeholder { /* Internet Explorer 10-11 */color: var(--grey2);}
.my_input_styl1 ::-ms-input-placeholder { /* Microsoft Edge */color: var(--grey2);}

.top_dropdown ul{min-width: 16rem; background-color: #D4D4D4;}
.top_dropdown ul li{background-color: #F5F5F5; margin-bottom: 5px;}
.top_dropdown ul li:last-child{margin-bottom: 0px;}
.top_dropdown ul li a{padding: 5px; font-weight: 500; font-size: 16px; font-family: 'Mukta', sans-serif;}

.top_dropdown1 ul{padding: 15px 0; }
.top_dropdown1 ul li a{padding: 10px 20px;}
.top_dropdown1 ul li a i{padding-right: 10px;}

.my_filter select{border-radius: 30px; background-color: transparent; color: var(--white); font-size: 10px; padding: 6px 40px 6px 20px;}
.my_filter select option{color:var(--black);}
.my_filter .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.my_filter select.form-select.active {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-color: var(--white1);
  color: var(--black);
}
.my_filter .form-select:focus-visible {
	
	text-shadow: 0 0 0 var(--primary);
}
.my_filter .form-select:focus {
	border-color: var(--secondary);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(240,174,39,.25);
}


.font_mukta{font-family: 'Mukta', sans-serif;}

.font_color_prim{color: var(--primary);}
.font_color_grey{color: var(--grey);}
.font_color_white{color: var(--white);}

.fs12{font-size: 12px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}

.fs34{font-size: 34px;}

.fnw_500{font-weight: 500;}
.fnw_700{font-weight: 700;}

.my_filter{background-color: var(--primary); color: var(--white);}
.my_filter a{color: var(--white);}


.my_modal .modal-header{
  background-color: var(--primary);
  color: var(--white);
  border: none;
}

.grey_bg{
  background-color: #efefef;
}


.btn-close {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 18 18' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	width: 0px !important;
  height: 0px !important;
}


.not_wiz_drop{
  background-color: var(--black);
}

.not_wiz_drop select{
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-color: var(--black);
  color: var(--white);
  border: none;
}


.not_wiz_drop .form-select:focus-visible {
	
	text-shadow: none;
}
.not_wiz_drop .form-select:focus {
	border: none;
	outline: 0;
	box-shadow: none;
}

.checkgreen .form-check-input:checked {
	background-color: #6FCF97;
	border-color: #6FCF97;
}

.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.checkgreen .form-check-input {
	background-color: var(--black);
	border-color: var(--black);
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  
}
/* .checkblack .form-check-input:checked {
	background-color: var(--black);
	border-color: var(--black);
} */


.file {
  visibility: hidden;
  position: absolute;
}
#preview{max-width: 100px; max-height: 100px;}



.mytextgreen {
	color: #6FCF97;
}

.footer{
  background-color: var(--white);
  padding: 10px 0 0;
  box-shadow: 5px -2px 10px 0 #c0c0c036;
}





/* Table css */

#DivTable .row_disable{
  position: relative;
}
#DivTable .row_disable .row_disable_box {
  
  background-color: hsla(0, 0%, 100%, 0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#DivTable {
  overflow-x: auto;
  
}
#DivTable .table {
    display: table;
    width: 100%;
    min-width: 1024px;
    
  }

  #DivTable .table.its_table_datapopup {
    
    min-width: 100%;
    
  }
  
 #DivTable .table_row {
    display: table-row;
  }
  
 #DivTable .theader {
    display: table-row;
  }
  
 #DivTable .table_header {
    display: table-cell;
    /*border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;*/
    padding: 5px;
    font-weight: 700;
    vertical-align: bottom;
  }
  
  #DivTable .theader .table_header span a.active{
    color: var(--secondary);
  }

#DivTable .table_header:first-child {
    /*border-left: #ccc 1px solid;
    border-top-left-radius: 5px;*/
  }
  
 #DivTable .table_header:last-child {
    /*border-right: #ccc 1px solid;
    border-top-right-radius: 5px;*/
  }
  
 #DivTable .table_small {
    display: table-cell;
	  vertical-align: middle;
    padding-bottom: 10px;
  }
  
 #DivTable .table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
   background: var(--bluestrap);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
 #DivTable .table_row > .table_small > .table_cell {
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: #ccc 1px solid;*/
  }

 
  
 #DivTable .table_row > .table_small:first-child > .table_cell {
    /*border-left: #ccc 1px solid;*/
  }
  
 #DivTable .table_row > .table_small:last-child > .table_cell {
    /*border-right: #ccc 1px solid;*/
  }
  
 #DivTable .table_row:last-child > .table_small:last-child > .table_cell:last-child {
   /* border-bottom-right-radius: 5px;*/
  }
  
  .table_row:last-child > .table_small:first-child > .table_cell:last-child {
    /*border-bottom-left-radius: 5px;*/
  }
  
/* #DivTable .table_row:nth-child(2n+3) {
    background: var(--bluestrap);
  }*/

 #DivTable .table_row:nth-child(2n+2)  > .table_small{
    /* background: var(--bluestrap); */
  }
#DivTable .table_row:nth-child(2n+2)  > .table_small:first-child{
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
  }
#DivTable .table_row:nth-child(2n+2)  > .table_small:last-child{
    border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
  }
  


  @media screen and (min-width: 768px) {

body{padding-bottom: 70px;}
.its_filt{width: auto;}

  #DivTable .table_row > .table_small > .table_cell {
    border: #ccc 1px solid;
	border-right: none;
  }
 



  #DivTable .table_row > .table_small > .table_cell.mbr1{
	border-right: 1px solid #ccc;
	border-radius: 0 10px 10px 0;
  }
  #DivTable .table_row > .table_small > .table_cell.mbl1{
	border-radius: 10px 0 0 10px;
  }
  
 #DivTable .table_row > .table_small:first-child > .table_cell {
    /*border-left: #ccc 1px solid;*/
	/* border: none; */
  }
  
 #DivTable .table_row > .table_small:last-child > .table_cell {
    /*border-right: #ccc 1px solid;*/
	/* border: none; */
  }


  #DivTable .table_row > .table_small > .table_cell > p{
    max-width: 170px;
    width: 170px;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  } 




  }




  @media screen and (max-width: 900px) {
   #DivTable .table {
      width: 100%
    }
  }
  
  @media screen and (max-width: 767px) {
   #DivTable .table {
      display: block;
      min-width: 100%;
    }
   #DivTable .table_row:nth-child(2n+2)  > .table_small {
      background: none;
    }
   #DivTable .theader {
      display: none;
    }
   #DivTable .table_row > .table_small > .table_cell:nth-child(odd) {
      display: table-cell;
      width: 25%;
    }
   #DivTable .table_cell {
      display: table-cell;
      width: 50%;
    }
   #DivTable .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      /* padding-bottom: 20px; */
       /*margin: 5% auto 0;
     text-align: center;*/
     border: 1px solid #ccc;
     border-radius: 10px;
     margin-bottom: 20px;
    }
	  #DivTable .table_row:last-child{padding-bottom: 0px;}
   #DivTable .table_small {
      display: table-row;
    }
   #DivTable .table_row > .table_small:first-child > .table_cell:last-child {
     /* border-left: none;*/
    }
   #DivTable .table_row > .table_small > .table_cell:first-child {
      /* border-left: var(--bluelight) 1px solid; */
		font-weight: 700;
	   border-opacity: 0.7;
    }
   #DivTable .table_row > .table_small:first-child > .table_cell:first-child {
      border-top-left-radius: 10px;
      /* border-top: var(--bluelight) 1px solid; */
	   border-opacity: 0.7;
    }
   #DivTable .table_row > .table_small:first-child > .table_cell:last-child {
      border-top-right-radius: 10px;
      /* border-top: var(--bluelight) 1px solid; */
	   border-opacity: 0.7;
    }
   #DivTable .table_row > .table_small:last-child > .table_cell:first-child {
      border-right: none;
    }
   #DivTable .table_row > .table_small > .table_cell:last-child {
      /* border-right: var(--bluelight) 1px solid; */
	   border-opacity: 0.7;
    }
   #DivTable .table_row > .table_small:last-child > .table_cell:first-child {
      border-bottom-left-radius: 10px;
    }
   #DivTable .table_row > .table_small:last-child > .table_cell:last-child {
      border-bottom-right-radius: 10px;
    }
   #DivTable .table_row > .table_small > .table_cell {
    /* border-bottom: var(--bluelight) 1px solid; */
    }
	  

    .footer{
      position: static; 
      box-shadow: none;
    }


	  
  }


