/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS 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.  */
.generatorCopyRights{
    text-align: center !important;
    height: 30px;
    margin-top: 5px;
}
.wrapped{
    animation: caret 1s steps(1) infinite;
    border-left: 0.08em solid #fff;
    padding-right: 1px;
}
.dropdownIcon{
    position: fixed !important;
    right: 10px !important;
}
.azadwareGradientText {
    /* Fallback: Set a background color. */
    background-color: red;
    color: black;

    /* Create the gradient. */
    background-image: linear-gradient(to right, #0055a6 50%, #ff9000 50%);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.azadBlue{
    color: #0055a6 !important;
}
.azadOrange{
    color: #ff9000 !important;
}
.azadBackBlue{
    background-color: #0055a6 !important;
}
.azadBackOrange{
    background-color: #ff9000 !important;
}
.spinnerFullColor{
    z-index: 1000;
    left: 49%;
    position: absolute;
    text-align: center;
    top: 50%;
}
.spinnerFullColorFullScreen{
    z-index: 1000;
    position: absolute;
    text-align: center;
}
.spinnerFullColorDiv{
    position: absolute;
    z-index:998;
    width: 100%;
    height: 127%;
    background-color: white;
    opacity: 0.3;
}
.localeSearch li:hover{
    background-color: aliceblue;
    width: 100%;
}
.iconHover{
    cursor: pointer;
    user-select: none;
}
.iconHover:hover{
    color: #ff9000;
}
.select2-icons-imgClass{
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    vertical-align: text-top;
}
.printHeaderR{
    border: 2px solid #ff9000;
    padding: 10px;
    border-radius: 50px 20px;
}
.printHeaderL{
    border: 2px solid #0055a6;
    padding: 10px;
    border-radius: 20px 50px;
}