[v-cloak] {
    display: none;
}

.parsley-error {
    border-color: #f46a6a; }
  
.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0; 
}
.parsley-errors-list.filled {
    display: block;
}
.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f46a6a;
    margin-top: 5px; 
}
#toast-container .toast-error {
  background-color: red !important;
}

.loaderModal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999 !important;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
}
.loaderModalDiv {
    text-align: center;
    top: calc(50% - 40px) !important;
    left: calc(50% - 40px) !important;
    position: absolute;
}

.loaderModalDiv .ball-clip-rotate-multiple>div {
    border: 2px solid white;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

.loaderModalDiv .ball-clip-rotate-multiple>div:last-child {
    border-color: white transparent white transparent;
}
#landscape {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20000;
    opacity: 1;
    margin: 0 auto;
}
#landscape div {
    color: #ffffff;
    opacity: 1;
    top: 50%;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 100%;
}