﻿.xReadOnly {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gridPage {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
.dialogDelete {
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*.ql-editor {
    direction: rtl;
    text-align: right;
}*/

.loader {
    border: 16px solid #9f97ea; /* Light grey */
    border-top: 16px solid #594ae2; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.showRecord {
    padding: 4px !important;
  
}
.mud-picker-calendar .mud-day.mud-current {
    font-weight: 600;
    background-color: #d6d6d6 !important;
}

audio {
    width: 300px;
   height:20px;
}