/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 Jan 2021, 19:39:43
    Author     : Michael
*/

:root {
  --fc-non-business-color: rgba(255, 65, 54,.1);
}

.au-card-title h4 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;
}

.au-card-title h5 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;
}

.au-card-title h6 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;
}

.clickable-badge
{
    cursor: pointer;
}

.calendar-event
{
    border-width: 2px !important;
}

.modal-dialog-bottom {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
  }
  
.modal-content-bottom {
  height: auto;
  border-radius: 0;
  position: fixed;
  bottom: 0px;
}
  
.iconzoom {
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
    overflow: visible !important;
}

.iconzoom:hover {
  transform: scale(4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    overflow: visible !important;
}

.iconfunsmall {
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

.iconfunsmall i {
    width:300px;
    height:300px;
    object-fit: cover;    
}

.iconfun {
    position: absolute;
    height: 65px;
    width: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -10px;
    right: 45px;
    z-index: 3;
}

.iconfun i {
    width:300px;
    height:300px;
    object-fit: cover;    
}

.iconfun-small {
    position: absolute;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 15px;
    right: -50px;
    z-index: 3;
    overflow: visible !important;
}

.iconfun-small i {
    width:200px;
    height:200px;
    object-fit: cover;    
}

.iconfun-small-right {
    position: absolute;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 15px;
    right: 0px;
    z-index: 3;
}

.iconfun-small-right i {
    width:200px;
    height:200px;
    object-fit: cover;    
}