/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/* toast background colors starts */
.toast {
	background-color: #5A8DEE !important;
  }
  
  .toast-success {
	background-color: #39DA8A !important;
  }
  
  .toast-error {
	background-color: #FF5B5C !important;
  }
  
  .toast-info {
	background-color: #00CFDD !important;
  }
  
  .toast-warning {
	background-color: #FDAC41 !important;
  }
  
  .custom-switch .custom-control-label::before{
    background-color: #d5dadf;
  }

  .table td{
    padding: 5px 10px !important;
  }

  .table th, .table td
  {
    padding: 1.15rem 1rem;
  }
  .form-control{
    
    height: auto;
    line-height: 1.0;
    
  }
  .custom-select{
    height: auto;
    line-height: 1.3;
  }

  .btn{
    padding: 0.367rem 1.0rem;
  }

  .pac-container {
    z-index: 10000 !important;
  }

  div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select{
    padding: 0.3rem 0.8rem;
  }

  .text-12{
    font-size: 12px !important;
  }
  
  .table .row:nth-child(2) {
    overflow-x: auto;
  }
  
  .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after{
    transform:rotate(180deg);
  }