* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open-sans', sans-serif;
    /* background-color: #F5F5F5; */
}

.loader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url("/public/images/temp-loader.gif");
    /* background-image: url("/~boltedgate/public/images/temp-loader.gif"); */
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.755;
}

.radius-10 {
    border-radius: 10px !important;
}

.pointer {
    cursor: pointer;
}

.mdi-hover:hover {
    color: #5c0a0e;
    background-color: #02ebfc;
    border-radius: 10px;
}

.text-justify {
    text-align: justify;
}