:root {
    --primary-color: #005aba;
    --hamas-color: #e31f23;
}
html,
body {
    overflow-x: hidden !important;
}
.actionCon {
    right: 5px;
    bottom: 5px;
}
.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.spBorderedCon {
    width: 100%;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 2rem;
    color: var(--primary-color);
}
.v-dialog--fullscreen {
    overflow-x: hidden !important;
}
.titleHr {
    width: 100px;
    height: 0px;
    border-width: 0.5px;
}
.pageTitle {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-align: center;
    letter-spacing: 3px;
}
.editor,
.editor2,
.editor3,
.pEditor,
.hEditor {
    border: solid 1px #ccc !important;
    border-top: transparent !important;
}
#appBar .v-toolbar__content {
    border-bottom: solid 1px #ccc;
}
.spPlaceholder {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 10px;
    max-height: 400px;

    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
}
.min-h-300 {
    min-height: 300px !important;
}
.cusTitle {
    background-color: #005aba;
    color: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    border-radius: 5px;
}
.light-gray-bg {
    background-color: #f8f8f8;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.cusCard {
    width: 100%;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    max-width: 400px !important;
    background: radial-gradient(#fff, #d7d7d7);
    height: 100%;
    justify-content: start;
}
#login {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #005aba;
    overflow: hidden !important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
