@charset "UTF-8";
.actions a img {
    height: 24px;
    width: 24px;
    padding: 2px;
    tabindex: none;
}

tr a img {
    opacity: 0.25;
    transform: scale(0.75);
    transition: all 1s;
}

tr:hover a img,
tr:focus a img,
tr:focus-within a img,
tr:active a img {
    opacity: 1;
    transform: scale(1.1);
}

tr a img:hover:not(.scaleOnHover) {
    opacity: 1;
    transform: scale(2);
}

.scaleOnHover {
    opacity: 0.25;
    transform: scale(0.75);
    transition: all 1s;
}

.scaleOnHover:hover {
    opacity: 1;
    transform: scale(1.5);
}

tr a.showOnHover {
    opacity: 0;
    transition: opacity 0.3s;
}

tr:hover a.showOnHover {
    opacity: 1;
    transform: scale(2.5);
}

div .form-label {
    margin-top: .75rem;
    margin-bottom: 0;
}

.required label::before {
    content: ' * ';
    color: red;
}

.required label {
    font-weight: bold;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    vertical-align: middle;
}

.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem;
    /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem;
    /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
    /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem;
    /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.ui-datepicker-month {
    margin-right: 5px;
}

.ui-datepicker-month,
.ui-datepicker-year,
.ui-timepicker-select {
    height: 28px;
}

.invalid-feedback {
    display: flex;
}

#toast-container>div {
    opacity: 1;
}

.popableImage {
    transition: all 1s;
}

.popableImage:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all 1s;
}

.tableDates {
    font-size: .8rem!important;
    font-weight: 300!important;
}

.flashAlert {
    text-decoration: line-through!important;
    animation: flash 1s infinite alternate;
    padding: .3rem;
    border-radius: 5px;
}

@keyframes flash {
    from {
        background-color: gold;
    }
    to {
        background-color: transparent;
    }
}

@keyframes circle-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 red
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(77, 170, 87, 0)
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(77, 170, 87, 0)
    }
}

.pulsatingCircle {
    content: '';
    /* height: 20px; */
    opacity: 1;
    animation: circle-pulse 5s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 red
}
.pulsatingCircleFasting {
    content: '';
    height: 20px;
    opacity: 1;
    animation: circle-pulse 5s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 red
}


/* .blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: circle-pulse 2s infinite;
}
.blob.green{
    background: rgba(51, 217, 178, 1);
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: circle-pulse 2s infinite;
}
.pulsatingCircle {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-animation: circle-pulse 2s infinite;
    animation: circle-pulse 2s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #4daa57;
    box-shadow: 0 0 0 0 #4daa57
} */

.enterAsTab {
    transition: all 1s;
}

[class^="remove-row-"]:hover {
    animation: tada 1s;
}

.chargeFontSize {
    font-size: 60%;
}

.chargeTypeFontSize {
    font-size: 75%;
}

.takeMeThere:hover {
    text-decoration: underline;
}

.search {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.search input,
.search select {
    margin-bottom: 3px;
}

.search select:focus,
.search input:focus {
    background-color: gold;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: black;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.form-check-input[type=checkbox] {
    margin-right: 5px;
}