/* Switch 1 Specific Styles Start */

.box{
    width: 60px;
    max-width: 60px;
}
.switch_box{
	display: -webkit-box;
	display: -ms-flexbox;
  display: flex;
  width: 60px;
  max-width: 60px;
  margin: 0 4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

input[type="checkbox"].switch{
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60px;
  height: 1.3em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked{
  background: #0ebeff;
}
input[type="checkbox"].switch:disabled{
  background: #ddd;
}

input[type="checkbox"].switch:after{
  position: absolute;
  content: "";
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
  box-shadow: 0 0 .25em rgba(0,0,0,.3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked:after{
  left: calc(100% - 1.3em);
}
  
input[type=checkbox]{
  margin: 0;
}
.custom-button{
  display: flex;
  align-items: center;
}

.custom-button button{
  font-size: 14px;
  
}
@media screen and (min-width:640px){
  body .ui-table .ui-table-tbody tr td.action-group{
    width: 20%;
  }
  
}
@media screen and (min-width:640px){
  body .ui-table .ui-table-tbody tr td.action-group{
    width: 15%;
  }
}
.info-btn{
  padding: 4px;
  /* font-size: 15px; */
  margin-right: 6px;
}
body .ui-inputtext{

  font-size: 16px !important;
}

.form-close-button{
  font-size: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  color: red;
}
.form-close-button:hover{
  cursor: pointer;
}
.action-icon{
  width: 32px;
}

.backdrop{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left:0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 100;
}
:host ::ng-deep .backdrop1{
position: fixed;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
top: 0;
left:0;
bottom: 0;
right: 0;
background-color: rgba(0,0,0,.26);
z-index: 1000;
}

.custom-modal{
background-color: white;
display: flex;
flex-direction: column;
box-shadow: 0 0 24px rgba(0,0,0,.4);
min-width: 70vw;
min-height: 500px;
max-height: 80vh;
max-width: 80vw;
user-select: none;
overflow: auto;
position: relative;

}
:host ::ng-deep
  .ui-autocomplete.ui-autocomplete-multiple
  .ui-autocomplete-multiple-container:not(.ui-state-disabled).ui-state-focus {
  border-color: #616161;
  outline: 0 none;
}
:host ::ng-deep .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container:not(.ui-state-disabled):hover {
  border-color: #616161;
  outline: none;
}
:host ::ng-deep .ui-dropdown{
  border: none;
  font-size: 16px !important;
  border: 1px solid #cacaca !important;
}
:host ::ng-deep .ui-dropdown:hover{
  border: none;
  border: 1px solid #616161 !important;
}
:host ::ng-deep .ui-inputtext:focus{
  border: 1px solid #616161;
}

:host ::ng-deep .ui-dropdown-label {
  padding-right:2em !important;
}

:host ::ng-deep .ui-drop label{
  padding: 7px !important;
}

.ng-tns-c145-1.ng-trigger.ng-trigger-transformPanel.mat-select-panel.mat-primary {
  background: #FFF!important; 
 box-shadow: 0 0 2px 2px rgb(0, 0, 0,0.10);
}
.mat-select-panel .mat-optgroup-label, .mat-select-panel .mat-option{
  background: #FFF!important; 
 box-shadow: 0 0 2px 2px rgb(0, 0, 0,0.10);
}
.mat-paginator-container {
 min-height: auto;
 margin-top: -21px !important;
}