body {
  font-family: Sans-Serif;
}


/* Fix - Bootstrap Dropdown menu shows on top of navbar */
 

/* Fix - Bootstrap Dropdown menu shows on top of navbar */

.btn-icon-text {


	color: #6c757d;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: relative;
    text-align: center;
    font-weight: bold;
    top:-4px;

}

.vertical-divider-trans {
    padding: 0 5px;
    display: inline;
}


.vertical-divider-trans-mobile {
  padding: 0 1px;
  display: inline;
}


.dragged {
    
    pointer-events: none;
  z-index: 100;
  border: 3px solid red;
}

.droptarget {
    background: #ddd;
}


.invisblenode {   
  display: none; 
  visibility: hidden;
}  


.pushback {
  z-index: 0;
}


.pushforward {
  z-index: 10;
}



.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

     /* tooltip */
 /* #tooltip {
    background: #6c757d;
    color: white;
    font-weight: bold;
    padding: 1px 1px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.15);
    display: none;
  }

  #tooltip[data-show] {
    display: block;
  }

  #arrow,
  #arrow::before {
    position: absolute;
    width: 12px;
    height: 12px;
    background: inherit;
    border: 1px solid #6c757d;
  }

  #arrow {
    
    background-color: #f8f9fa; 
    visibility: hidden;
  }

  #arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
  }

  #tooltip[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
  }

  #tooltip[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
  }

  #tooltip[data-popper-placement^='left'] > #arrow {
    right: -4px;
  }

  #tooltip[data-popper-placement^='right'] > #arrow {
    left: -4px;
  }    */

   /* end of tooltip */

  



   
 
 
/* tooltip */

[data-tooltip] {
  display: inline-block;
  position: relative; 
  padding: 0px;
}
/* Tooltip styling */
[data-tooltip]:before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  background: #000;
  color: #fff;
  padding: 3px 6px;
  font-size: 16px;
  line-height: 1.4;
  min-width: 140px;
  /* min-width: auto; */
  text-align: center;
  border-radius: 4px;
  z-index: 50;

  /* font-size: attr(data-tooltip-font-size); */
 
  /* min-width: attr(data-tooltip-min-width); */
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before  {

  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
  bottom: 100%;
  margin-bottom: 5px;
}
[data-tooltip-position="right"]:before {
  left: 100%;
  margin-left: 5px;
}
[data-tooltip-position="bottom"]:before {
  top: 100%;
  margin-top: 5px;
}
[data-tooltip-position="left"]:before {
  right: 100%;
  margin-right: 5px;
}


/* Tooltip arrow styling/placement */
[data-tooltip]:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  z-index: 50;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after   {
  left: 50%;
  margin-left: -6px;
}

/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
  top: 50%;
  margin-top: -6px;
}

[data-tooltip-position="top"]:after {
  bottom: 100%;
  border-width: 6px 6px 0;
  border-top-color: #000;
}

[data-tooltip-position="right"]:after {
  left: 100%;
  border-width: 6px 6px 6px 0;
  border-right-color: #000;
}

[data-tooltip-position="left"]:after {
  right: 100%;
  border-width: 6px 0 6px 6px;
  border-left-color: #000;
}

[data-tooltip-position="bottom"]:after {
  top: 100%;
  border-width: 0 6px 6px;
  border-bottom-color: #000;
}
/* Dynamic hide show display */ 
[data-tooltip-position="none"]:before, [data-tooltip-position="none"]:after {
display: none;

}

[data-tooltip="none"]:before, [data-tooltip="none"]:after {
display: none;

}   


[data-tooltip-font-size="xs"]:before  {
  font-size: 9px;
}
[data-tooltip-font-size="s"]:before  {
  font-size: 11px;
}
[data-tooltip-font-size="m"]:before  {
  font-size: 13px;
}
[data-tooltip-font-size="l"]:before  {
  font-size: 15px;
}
[data-tooltip-font-size="xl"]:before  {
  font-size: 17px;
}

[data-tooltip-min-width="auto"]:before  {
  min-width: auto;
}
[data-tooltip-min-width="s"]:before  {
  min-width: 100px;
}
[data-tooltip-min-width="m"]:before  {
  min-width: 140px;
}
[data-tooltip-min-width="l"]:before  {
  min-width: 160px;
}

/* end of tooltip */


/* hide popover-header */
.popover-header{
  display: none !important;

}


   
/*animated checkmark */

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #FFF3CC;
  fill: none; 
  

}

.checkmark {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: block;
  stroke-width: 10;
  stroke: rgb(49, 49, 49);
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #FFF3CC;
  
}

.checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 96;
  stroke-dashoffset: 96;
}


.checkmark-circle-animation{
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  
}

.checkmark-animation{

  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;

}
.checkmark-check-animation{

  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;

}


.checkmark-circle-animation-end{
  stroke-dashoffset: 1;
  
}

.checkmark-animation-end{

  transform: none;
  box-shadow: inset 0px 0px 0px 60px #FFF3CC;
 
}
.checkmark-check-animation-end{

  stroke-dashoffset: 1;
}


@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #FFF3CC;
  }
}

/*end animated checkmark */ 


 /* exclamation error message */
.exclamation-err {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: block;
 
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #FFF3CC;
  
}
 /* exclamation error message */

/* button with icon */


.btn-right-text {
  padding-left: 5px;
  padding-right: 10px;
}

.btn-right-text-sm {
  padding-left: 0px;
  padding-right: 6px;
  font-size: 10px;
}

.btn-left-icon {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
}

.btn-left-icon-sm {
  padding: 4px 4px !important;
  left: 0; 
  position: absolute;
  font-size: 12px;
}

.btn-left-icon-bg {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-left-icon-p {
  padding: 7px 10px;
}
.btn-left-icon-p-sm {
  padding: 2px 4px !important;
}
.mat-button{
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  box-sizing: border-box;
  white-space: nowrap;
}
.mat-button-sm{
  position: relative;
}


.mat-process{
  border: 0;
  box-shadow: 0 0 1px -2px rgba(0,0,0,.12),0 0 2px 0 rgba(0,0,0,.12),0 0 5px 0 rgba(0,0,0,.12) !important;
  box-sizing: border-box !important;
}

.property-btn-mb{
  max-width: 90px
}
/* end of button with icon */




/* ribbon text */
/* progress text and stack */
.text-sm {
    font-size: 0.75rem !important;
}



.fa-stack.small { 
  font-size: 0.5em; 
  margin-bottom: 0.35em;

}
.v-middle { vertical-align: middle; }




/* Fix nested table hover - notifications */


.table-plain tbody tr,
.table-plain tbody tr:hover,
.table-plain tbody td {
  background-color:transparent;
  border:none;
}
  
    
/* Animate login message */
@-webkit-keyframes in {
  0% { -webkit-transform: scale(0) rotate(12deg); opacity: 0; visibility: hidden;  }
  100% { -webkit-transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
}

@keyframes in {
  0% { transform: scale(0) rotate(12deg); opacity: 0; visibility: hidden;  }
  100% { transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
}

@-webkit-keyframes out {
  0% { -webkit-transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
  100% { -webkit-transform: scale(0) rotate(-12deg); opacity: 0; visibility: hidden; }
}

@keyframes out {
  0% { transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
  100% { transform: scale(0) rotate(-12deg); opacity: 0; visibility: hidden;  }
}
 
/* Animate response message */
@-webkit-keyframes scaleUp {
  0% { -webkit-transform: scale(0.5); opacity: 0; visibility: hidden;  }
  100% { -webkit-transform: scale(1); opacity: 1; visibility: visible; }
}
 
@keyframes scaleUp {
  0% { transform: scale(0.5); opacity: 0; visibility: hidden;  }
  100% { transform: scale(1) ; opacity: 1; visibility: visible; }
}

@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(1); opacity: 1; visibility: visible; }
  100% { -webkit-transform: scale(0.5); opacity: 0; visibility: hidden; }
}

@keyframes scaleDown {
  0% { transform: scale(1); opacity: 1; visibility: visible; }
  100% { transform: scale(0.5); opacity: 0; visibility: hidden;  }
}
 


#hint.show {
  -webkit-animation: in 700ms ease both;
  animation: in 700ms ease both;
}
 
#hint.hide {
  -webkit-animation: out 700ms ease both;
  animation: out 700ms ease both;
}


#msg-response.show {
  -webkit-animation: scaleUp 400ms 300ms ease both;
  animation: scaleUp 400ms 300ms ease both;
}

#msg-response.hide {
  -webkit-animation: scaleDown 400ms ease both;
  animation: scaleDown 400ms ease both;
}


#filter-box-anim.show {
  -webkit-animation: scaleUp 400ms 300ms ease both;
  animation: scaleUp 400ms 300ms ease both;
}

#filter-box-anim.hide {
  -webkit-animation: scaleDown 400ms ease both;
  animation: scaleDown 400ms ease both;
}

#checkedActionBoxAnim.show {
  -webkit-animation: scaleUp 400ms 300ms ease both;
  animation: scaleUp 400ms 300ms ease both;
}

#checkedActionBoxAnim.hide {
  -webkit-animation: scaleDown 400ms ease both;
  animation: scaleDown 400ms ease both;
}


.animate-transition-show {
  height: 50px;
  transition: 400ms ease;
}

.animate-transition-hide {
  height:4px;  
  transition: 400ms ease;
  transition-delay: 250ms;
 
}
 
.animate-transition-mobile-show {
  height: 42px;
  transition: 400ms ease;
}

.animate-transition-mobile-hide {
  height:4px;  
  transition: 400ms ease;
  transition-delay: 250ms;
 
}


.animate-show {
  -webkit-animation: animateShow 400ms ease both;
  animation: animateShow 400ms ease both;
  
}

.animate-hide {
  -webkit-animation: animateHide 400ms ease both;
  animation: animateHide 400ms ease both;
  
}

@-webkit-keyframes animateShow {
  0% { -webkit-transform: scale(0.5); opacity: 0;  }
  100% { -webkit-transform: scale(1); opacity: 1;  }
}
 
@keyframes animateShow {
  0% { transform: scale(0.5); opacity: 0;    }
  100% { transform: scale(1) ; opacity: 1;  }
}


@-webkit-keyframes animateHide {
  0% { -webkit-transform: scale(1); opacity: 1;  }
  100% { -webkit-transform: scale(0.5); opacity: 0;   }
}

@keyframes animateHide {
  0% { transform: scale(1); opacity: 1;  }
  100% { transform: scale(0.5); opacity: 0;   }
}





@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.shake {
  -webkit-animation: shake 800ms cubic-bezier(.36,.07,.19,.97) both;
  animation: shake 800ms cubic-bezier(.36,.07,.19,.97) both;
}

/* /end of animate login message */


/* animate resized div */
.anim-resize {
 
   
  height: 20px;
 
  transition: all .3s linear;
}

/* animate resized div auto height */
.anim-resize-h-show {   
  max-height: 300px; 
  transition: max-height 600ms ease-in;
}
.anim-resize-h-hide {   
  max-height: 0px; 
  transition: max-height 600ms ease-out;
}

/* animate resized vertical div auto width */
.anim-resize-v-show {   
   
  animation: expandROut 300ms ease-in;
  
}
.anim-resize-v-hide {   
   
  animation: expandRIn 300ms ease-out;

}


.anim-top-loading-bar {   
   
  animation: topLoadingBarProgress 600ms ease-out;

}


 /* inbox action checked buttons colors */
.btn-no-hover:hover{
  background-color: #f8f9fa;

}
.checked-action-blue{
  color: #0079f8;
 }
 .checked-action-blue:hover{
  color: #0079f8;

 }
 
 .checked-action-red{
   color: red; 
 }
 .checked-action-red:hover{
  color: red;

 }
 /* end of inbox action checked buttons colors */



.remove-search-icon {
  background: no-repeat;
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 122.88" fill="rgba(244, 67, 54,1.0)" fill-rule="evenodd"><path d="M61.44,0A61.44,61.44,0,1,1,0,61.44,61.44,61.44,0,0,1,61.44,0ZM74.58,36.8c1.74-1.77,2.83-3.18,5-1l7,7.13c2.29,2.26,2.17,3.58,0,5.69L73.33,61.83,86.08,74.58c1.77,1.74,3.18,2.83,1,5l-7.13,7c-2.26,2.29-3.58,2.17-5.68,0L61.44,73.72,48.63,86.53c-2.1,2.15-3.42,2.27-5.68,0l-7.13-7c-2.2-2.15-.79-3.24,1-5l12.73-12.7L36.35,48.64c-2.15-2.11-2.27-3.43,0-5.69l7-7.13c2.15-2.2,3.24-.79,5,1L61.44,49.94,74.58,36.8Z"/></svg>');
  background-position: right center;
  background-origin: content-box;
  /* padding-right: 5px; */
  background-size: 16px;
  width: 20px;
  height: 20px;
}
  

/* sortable */
.sortable-ghost{

  /* background-color: red; */
  /* display: none; */
  /* filter: drop-shadow(5px 5px 10px #F51212); */

}

.sortable-chosen{

  /* filter: drop-shadow(5px 5px 10px green); */
  opacity: 0.1;
}

.sortable-drag {
  background-color: blue;

  /* filter: drop-shadow(5px 5px 10px blue); */

}

/* end of sortable */

@keyframes expandROut {
  0% {width: 0;}
  100% {width: 76px;}
}

@keyframes expandRIn {
  0% {width: 76px;}
  100% {width: 0;}
}

@keyframes topLoadingBarProgress {
  0% {width: 0%;}
  100% {width: 100%;}
}


/* animate create account done UNUSSSED*/
.foreground {
  width: 33%;
  background: whitesmoke;
}

.foreground-inner {
  overflow: hidden;
  /* Hide the content initially */
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hidden {
  height: 0;
  overflow: hidden;
}

.hidden > div {
  overflow: hidden;
  /* This accounts for margin in ".scrollHeight" */
  padding: 0;
  /* Padding messes with .scrollHeight */
}
/* end of animate create account done */




      
/* or line */
.horizontal-line {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 0.35);
	margin: 8px 0px;
}
.horizontal-line::before,
.horizontal-line::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.25);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}
/* end of or line */

/* horizontal  line */
.horizontal-line-full {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* end of horizontal  line */



.fast-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}


/* // diable outline border when select is selected */
.bootstrap-select .btn:focus {
  outline: none !important;
}

.form-control-no-outline:focus {
  border: solid 1px #d3d3d3;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.form-switch .form-check-input {
  /* height: 24px; */
  /* width: 48px; */
}
.form-switch .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input:checked {
  /* background-color: #909090; */
  background-color: #fff2d0;
  border-color: #909090;
  border: none;
  /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>"); */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(112,112,112,1.0)'/></svg>");
  /* background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"  width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" fill="rgba(112,112,112,1.0)" />  </svg>'); */
 

}



/* switch  */
.switch input { 
  display:none;
}
.switch {
  display:inline-block;
  text-align: left;
  width:32px;
  height:16px;
  margin:4px 0;
  /* transform:translateY(50%); */
  position:relative;
}
.switch.switch-xxs {
  width:20px;
  height:10px;
  margin:-1px 0;
 }
.switch.switch-xs {
  width:24px;
  height:12px;
  margin:-2px 0;
 }
 .switch.switch-sm {
 width:28px;
 height:14px;
 margin:-2px 0;
}
/* Style Wired */
.switch-slider {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  
  border-radius:16px;
  /* box-shadow:0 0 0 1px #999, 0 0 4px #999; */
  box-shadow:0 0 0 1px  #D0D0D0;
  cursor:pointer;
  border:2px solid transparent;
  overflow:hidden;
   transition:.4s;
}
.switch-slider:before {
  position:absolute;
  content:"";
  width:100%;
  height:100%;

  background:#D0D0D0;
  border-radius:16px;
  transform:translateX(-16px);

  transition:.4s;
  overflow:hidden;
}

input:checked + .switch-slider:before {
  transform:translateX(16px);
  background:#707070;
}
input:checked + .switch-slider {
  /* box-shadow:0 0 0 1px #707070,0 0 2px #707070; */
  box-shadow:0 0 0 1px rgb(206, 212, 218);
  background:#fff2d0;
}

/* slider colors */
input:checked + .slider-red:before {
   background:white;
}
input:checked + .slider-red {
  /* box-shadow:0 0 0 1px #707070,0 0 2px #707070; */
   background:red;
}

input:checked + .slider-blue:before {
   background:white;
   /* #dee2e6; */
}
input:checked + .slider-blue {
  /* box-shadow:0 0 0 1px #707070,0 0 2px #707070; */
   background:#007ff8;
}

/* dynamic switch size change */

/* extra extra small */
.slider-xxs:before{ 
  border-radius:10px;
  transform:translateX(-10px);   
}

input:checked + .slider-xxs:before{
  transform:translateX(10px);   
}
/* extra small */
.slider-xs:before{ 
  border-radius:12px;
  transform:translateX(-12px);   
}

input:checked + .slider-xs:before{
  transform:translateX(12px);   
}
/*small */
.slider-sm:before{ 
  border-radius:14px;
  transform:translateX(-14px);   
}

input:checked + .slider-sm:before{
  transform:translateX(14px);   
}
/* end of switch */


.horizontal-line-paragraph{
  opacity: 0.3;
  height : 1px;
  width: 80%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2px 0;
 
   
}




.thin-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.thin-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow:none;
  border-radius: 0px;
  background-color:#f7f7f7;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 1px 1px 6px #cfd1d3; 
  background-color:#d8d8d8;
}



/* hide scrollbar bar but keep scrolling */
.hide-scrollbar {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
/* end of hide scrollbar bar but keep scrolling */


.fa-stack .fa-stack-cornered-tr {
  position: absolute;
  top: 0px !important;
  text-align: right;	
  line-height: 1em;
  /* text-shadow: 1px 1px 1px #000; */
}

.fa-stack .fa-stack-cornered-tl {
  position: absolute;
  top: 0px !important;
  text-align: left;	
  line-height: 1em;
  /* text-shadow: 1px 1px 1px #000; */
}  	

.fa-stack .fa-stack-cornered-br {
  position: absolute;
  bottom: 0px !important;
  text-align: right;	
  line-height: 1em;
  /* text-shadow: 1px 1px 1px #000; */
}


.fa-stack .fa-stack-cornered-bl {
  position: absolute;
  bottom: 0px !important;
  text-align: left;	
  line-height: 1em;
  /* text-shadow: 1px 1px 1px #000; */
}

/*end of fa-stack corner */


.grey-blur-overlay {
   
  filter: grayscale(100%) blur(1px);
  opacity: 0.8;
  pointer-events: none;
   
}

.grey-blur-overlay-templ-text {
   
  filter: grayscale(100%) blur(0.5px);
  opacity: 0.8;
  pointer-events: none;
   
}


/* //// fix tabs for home settings */





.nav-tabs.flex-column .nav-item.show .nav-link, .nav-tabs.flex-column .nav-link.active{
  background-color: #f7f7f7  !important;
  border-color: #dee2e6 #f7f7f7   #dee2e6 #dee2e6 !important;
  position: relative; left: 2px !important; 

}





/* //// end of fix tabs for home settings */





/* animate responeMSG show and hide v2.0 2023-10-12 */
/* animate responeMSG show and hide v2.0 2023-10-12 */
/* animate responeMSG show and hide v2.0 2023-10-12 */
 
div[class^='msg-response'].show {
  -webkit-animation: scaleUp 400ms 300ms ease both;
  animation: scaleUp 400ms 300ms ease both;
}

div[class^='msg-response'].hide {
  -webkit-animation: scaleDown 400ms ease both;
  animation: scaleDown 400ms ease both;
}

/* animate resized div */
.anim-resize {  
  height: 20px;
  transition: all .3s linear;
}

/* Animate response message */
@-webkit-keyframes scaleUp {
  0% { -webkit-transform: scale(0.5); opacity: 0; visibility: hidden;  }
  100% { -webkit-transform: scale(1); opacity: 1; visibility: visible; }
}
 
@keyframes scaleUp {
  0% { transform: scale(0.5); opacity: 0; visibility: hidden;  }
  100% { transform: scale(1) ; opacity: 1; visibility: visible; }
}

@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(1); opacity: 1; visibility: visible; }
  100% { -webkit-transform: scale(0.5); opacity: 0; visibility: hidden; }
}

@keyframes scaleDown {
  0% { transform: scale(1); opacity: 1; visibility: visible; }
  100% { transform: scale(0.5); opacity: 0; visibility: hidden;  }
}

/* end of animate responeMSG show and hide v2.0 2023-10-12 */
/* end of animate responeMSG show and hide v2.0 2023-10-12 */
/* end of animate responeMSG show and hide v2.0 2023-10-12 */



/* app button */


.app-btn {
  width: 120px;
  height: 30px;
  line-height: 26px;
  display: inline-block;
  padding: 0;
  background-color: #FFF3CC;
  border: #DFBC6A 1px solid;
  color: #6c757d;
  border-radius: 50vh;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  }
   
 
   
  .app-btn-arrow {
    /* position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; */
  }
  .app-btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
  }
  .app-btn-arrow:hover span {
    -webkit-transform: translate3d(-0.50rem, 0, 0);
            transform: translate3d(-0.50rem, 0, 0);
  }
  .app-btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
  }
  .app-btn-arrow img * {
    stroke-width: 5;
    stroke-color: black;
  }
  .app-btn-arrow:hover img {
    opacity: 1;
    right: -1.5rem;
  }
  
  
  
  

/* end of app button */



/* zz preloader */
  
@keyframes preloaderZoomInOut {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
      opacity: 0;
  }
}

/*------------------
Preloader
-------------------*/
.preloader2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
 
  /* background-color: green; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader2 span {
 
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* background-color: #DFBC6A; */
  background-color: #5e5e5e;
  animation: preloaderZoomInOut 1s ease infinite;
}

/* end of zz preload */




.empty-invalid-input{
  border: 1px solid #ed574a !important;
}





/* fillable input */

.fillable-text {
  /* box-shadow: inset 0 0 0 #D1D6EE; */

}
.fillable-text input{

  border: 1px solid #D1D6EE;
  outline: none;
}






.fillable-checkbox {
  --background: #fff;
  --border: #D1D6EE;
  --border-hover: #BBC1E1;
  --border-active: white;
  --tick: black;
  position: relative;
}
.fillable-checkbox input,
.fillable-checkbox svg {
  
  display: block;
}
.fillable-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.fillable-checkbox input:hover {
  --s: 0px;
  --b: var(--border-hover);
}
.fillable-checkbox input:checked {
  --b: var(--border-active);
  /* border: 1px solid #D1D6EE; */
}

.fillable-checkbox input:not(:checked) {
   --s: 0px;
  --b: var(--border);
}

.fillable-checkbox svg {
  pointer-events: none;
  fill: black;
  stroke-width: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 0;
  left: 0;
  
  transform: scale(var(--scale, 1)) translateZ(0);
}
.fillable-checkbox.fillable-bounce {
  --stroke: var(--tick);
}
.fillable-checkbox.fillable-bounce input:checked {
  --s: 11px;
}
.fillable-checkbox.fillable-bounce input:checked + svg {
  -webkit-animation: fillable-bounce 0.4s linear forwards 0.2s;
          animation: fillable-bounce 0.4s linear forwards 0.2s;
}
.fillable-checkbox.fillable-bounce svg {
  --scale: 0;
}




/* radio */
.fillable-radio {
  --background: #fff;
  --border: #D1D6EE;
  --border-hover: #BBC1E1;
  --border-active: white;
  --tick: black;
  position: relative;
}
.fillable-radio input[type="radio"],
.fillable-radio svg {
  display: block;
}
.fillable-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.fillable-radio input[type="radio"]:hover {
  --s: 0px;
  --b: var(--border-hover);
}
.fillable-radio input[type="radio"]:checked {
  --b: var(--border-active);
  /* border: 1px solid #D1D6EE; */
}
.fillable-radio input[type="radio"]:not(:checked) {
  --s: 0px;
  --b: var(--border);
}
.fillable-radio svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 0;
  left: 0;
  
  transform: scale(var(--scale, 1)) translateZ(0);
}
.fillable-radio.fillable-bounce {
  --stroke: var(--tick);
}
.fillable-radio.fillable-bounce input[type="radio"]:checked {
  --s: 11px;
}
.fillable-radio.fillable-bounce input[type="radio"]:checked + svg {
  -webkit-animation: fillable-bounce 0.4s linear forwards 0.2s;
  animation: fillable-bounce 0.4s linear forwards 0.2s;
}
.fillable-radio.fillable-bounce svg {
  --scale: 0;
}


/* animation  */


@-webkit-keyframes fillable-bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fillable-bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}



/* end of fillable input */


/* hide number input’s spin box */

.hide-spin-box input::-webkit-outer-spin-button,
.hide-spin-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;  
}

.hide-spin-box input[type=number] {
    -moz-appearance:textfield; 
}

/* end of hide number input’s spin box */












 /* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  
   

    .text-sm {
        /* font-size: 0.75rem !important; */
    }

    .fit-empty-table-to-content{
      min-height: 60vh;
      width: 100%;
    }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  
  .text-sm {
    /* font-size: 0.75rem !important; */
  }
  
  .fit-empty-table-to-content{
    min-height: 60vh;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  
    .text-sm {
     /* font-size: 0.75rem !important; */
    }
  
    .fit-empty-table-to-content{
      min-height:50vh;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .text-sm {
      /* font-size: 0.75rem !important; */
    }
    .fit-empty-table-to-content{
      min-height: 50vh;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  
    .text-sm {
      /* font-size: 0.75rem !important; */
    }
    .fit-empty-table-to-content{
      min-height: 50vh;
    }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  
    .text-sm {
     font-size: 0.55rem !important;
    }

 
    .fit-empty-table-to-content{
      min-height: 50vh;
    }
   
    .btn-right-text {
      padding-left: 5px;
      padding-right: 10px;
    }
    .btn-left-icon {
        display: none;
    }
    
  
}



