
/* for localization */
/* Myanmar (Pyi Daung Su [Unicode]) */
@font-face {
  font-family: "pyi-daung-su";
    src: url("../fonts/pyi_daung_su.ttf"); 
}

.pyi-daung-su{
  font-family: 'pyi-daung-su' !important;
}
/* end */


/* sf-error */
.sf-error{    
    color:tomato !important;
}
/* end

/* sf-sidebar */
.sf-sidebar-link-white{
    border-left:1px solid rgb(255,255,255,0.3)
}

.sf-sidebar-link-active{
    background-color: rgb(150,150,150);
}

.sf-sidebar-link-white:hover,
.sf-sidebar-link-white:active
{
    box-shadow: 0px 0px 15px #fff;  
}

.sf-sidebar-link-black{
    border-left:1px solid rgb(0,0,0,0.3);
}


.sf-sidebar-link-black:hover,
.sf-sidebar-link-black:active
{
    box-shadow: 0px 0px 15px #000;
}
/* end */

/* sf-card */
.sf-card{
    border:none;
}

.sf-card .sf-card-body{
    padding-top:30px !important;
    box-shadow: 0 0px 5px 1px rgb(0, 0, 0, 0.5);
    border-radius: 5px;    
}
/* end */

/* sf-shadow-title */
.sf-shadow-title{
    text-shadow: 0px 5px 5px rgb(0, 0, 0, 0.5);
}
/* end */

/* sf-toggle */
.sf-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
.sf-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
  .sf-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .sf-switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .sf-switch-slider {
    background-color: dodgerblue;
  }
  
  input:focus + .sf-switch-slider {
    box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);

  }
  
  input:checked + .sf-switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sf-switch-sliders */
  .sf-switch-slider.round {
    border-radius: 34px;
  }
  
  .sf-switch-slider.round:before {
    border-radius: 50%;
  }
/* end */

/* modal */
.modal{
  background-color: #343a40  !important;
}

/* #modal-extra-actions{
  background-color:#343a40  !important;
} */

/* .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
  background-color:#343a40  !important;
} */
/* end */

/* extra actions */
#sf-extra-actions{
  position: fixed;
  bottom: 15px;
  right: 15px;  
}
/* end */






